@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* Standalone styles for the middle content and sidebar */
:root { --site-header-height: 72px; }
   /* .offset-under-header { padding-top: var(--site-header-height); } */
   .container-flex { display: flex; align-items: flex-start; gap: 24px; }
   .content {
     flex: 1 1 auto;
     padding: 24px 30px 30px;
     max-width: 960px;
     min-height: 12vh;
   }
   /* Prevent target headings from hiding behind fixed header */
   #mainContent h1,
   #mainContent h3,
   .section[id] {
     scroll-margin-top: 170px;
   }
   @media (max-width: 992px) {
     #mainContent h1,
     #mainContent h3,
     .section[id] {
       scroll-margin-top: 60px;
     }
     /* #faq1 .container {
    margin-top: 33px;
    display: flex;
    margin-left: 23px;;
 
} */
   }
         .rvd{
    width: 850px;
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal normal 25px / 60px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;

   }
   .descrip{
width: 850px;
/* UI Properties */
color: var(--unnamed-color-000000);
text-align: left;
font: normal normal 300 16px/27px Poppins;
letter-spacing: 0px;
color: #000000;
opacity: 1;
margin: 0 0 10px;
   }
 
.ktitle{
    width: 850px;
    color: var(--unnamed-color-000000);
    /* text-align: left; */
    font: normal normal 600 18px / 30px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;

}
   .p_img{
    top: 284px;
left: 39px;
width: 488px;
height: 264px;
/* UI Properties */
box-shadow: 0px 3px 6px var(--unnamed-color-000000);
background: transparent url('img/Sprint Plan App.png') 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #000000;
border-radius: 14px;
opacity: 1;
   }
 
   .sidebar {
    position: sticky;
    /* top: calc(var(--site-header-height) + 16px); */
    flex: 0 0 320px;
    height: max-content;
    background: #fff;
 
    border-radius: 8px;
    padding: 12px;
    align-self: flex-start;
    overflow: hidden;
    margin-left: 30px;
    top: 155x;
   }
   .sidebar-card {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 14px;
    background: #EBFFFD 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
   }
   .menu-item {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    padding: 8px;
    user-select: none;
    color: #000000;
    font-size: 15px;
    height: 21px;
    padding: 22px 0px;
   }
   .min{
    color: #000000;
   }
   .menu-item i {
     font-size: 20px;
     flex-shrink: 0;
     margin-left: 5px;
   }
   .submenu {
     display: none;
     margin-left: 8px;
   }
   .submenu.active {
     display: block;
     color: #076A52;
   }
   .submenu div {
     padding: 6px 4px;
     font-size: 14px;
     color: black;
     
     cursor: pointer;
   }
   .submenu div.active {
      color: #279C8C;
     
    }
   .section {
     display: none;
     margin-bottom: 48px;
   }
   .back-link {
 
text-decoration: none;
 
position: absolute;
top: 110px;
 
left: 90px;
 
width: 300px;
 
height: 27px;
 
text-align: left;
 
font: normal normal normal 19px / 29px Poppins;
 
letter-spacing: 0px;
 
color: #076A52;
 
opacity: 1;
   }
   .section.active {
     display: block;
   }
   @media (max-width: 992px) {
     .container-flex {
       flex-direction: column;
     }
     .sidebar {
       position: static;
       top: auto;
       width: 100%;
     }
   }
