/* POPPINS FONT */
/* @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;1,900&display=swap"); */

/* MULLISH FONT */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap");

:root {
  --clr-white: #fff;
  --clr-inactive-link: #c9cdcc;
  --clr-active-link: #215574;
  --clr-color-background: #f6f6f6;
}

.hidden {
  opacity: 0; /* Set to fully transparent */
}


p {
    font-size:0.9rem !important;
}


.profile-switch-btn {
    padding:0 !important;
    padding-bottom:2px !important;
    text-align:left !important;
}



.profile-switch-btn.active {
    border-bottom: 4px solid #215574;
    border-radius:0 !important;
    
}

a.active .nav-link {
  font-weight: 800 !important;
  color: #1166b4 !important;
}


a.active i {
 font-weight: 800 !important;
  color: #1166b4 !important;    
    
    
}



input {
    font-size:0.9rem !important;
}

label {
    font-size:0.9rem !important;
}


html,body {
    overflow-x:hidden !important;
}


side .logo {
    justify-content:center;
}


.profile-switch-btn {
        font-size:0.9rem !important;
    }
    

.sidebar a {
        color:black !important;
    }
   
    
    .sidebar .active {
        max-width:230px !important;
        background:#e7f1f8;
        border-radius:5px;
        border-left:5px solid #0d64b4;
    }
    
    side .sidebar a {
        max-width:230px !important; 
        padding-left: 0;
        height:2.8rem !important;
        margin-bottom:10px;
    }
    
    side .sidebar .nav-link {
        padding:0 !important;
    }

 @media screen and (max-width: 968px) {
        
     
    .nav-link {
        font-size:0.7rem !important;
    }
    
    
    .sidebar a {
        display:flex;
        align-items:center;
    }
       
.profile-switch-btn {
        font-size:0.6rem !important;
    }
        
    }
    
    
    
 @media screen and (max-width: 768px){
    
    
    .top-page-part-inner h3 {
        right: 0 !important;
        left: unset !important;
        top: 0;
        margin-right: 50px;
    }
        
     
     #side_bar {
         z-index:9999 !important;
     }
     
     .menu_bar {
         z-index:999 !important;
     }
     
     
     .inner-page-content {
         padding:10px !important;
         width:100% !important;
         margin-left:0 !important;
         margin-top:120px !important;
         
     }
     
     main .main-content {
         padding:0 !important;
     }
     
     .page-title-container {
         display:flex;
         justify-content:end;
     }
        
        
        
        
    }
    


select {
    font-size: 0.9rem !important;
}

.button-dropdown {
    font-size:0.9rem !important;
}

.notinum {
    font-size: 11px !important;
    background: #215574 !important;
    margin-left: 7px !important; 
}

.notif-card .read {
    background:#215574 !important;
}


.btn-primary {
    background: #215574 !important;
    border-color:#215574 !important;
    color: #fff !important;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  list-style: none;
  transition: opacity 0.3s ease-in-out;
}

body {
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  user-select: none;
  overflow-x: hidden;
  background-color: var(--clr-color-background) !important;
}


body {
    font-family:lato !important;
}



.page {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 17vw auto;
  margin: 0;
}

side {
  position: fixed;
  top: 0;
  left: 0;
  width: 17vw;
  height: 100vh;
  background-color: #fff;
  
      border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d7d7d7;
  
}


.progress-container {
    margin-bottom:20px !important;
}


.trashbtn {
    background:none;
}


side .top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 2vh;
  margin-bottom:20px;
}

side .logo {
  display: flex;
  gap: 1rem;
  height: auto;
  max-width: 184px;
}

side .logo img {
  width: 76%;
}

side .top div.close {
  display: none;
}

/* sidebar */

side .sidebar {
  display: flex;
  /* margin-left: 10%; */
  flex-direction: column;
  position: relative;
  margin-top: auto;
  top: 3vh;
  align-items: center;
  justify-content: center;
  
  box-sizing: border-box;
}
.progress-step {
    font-weight:600 !important;
}

@media (max-width: 800px){
    
    .action-cards {
        display:block !important;
    }
    
    
    .action-card {
        margin-bottom:20px !important;
    }
    
    
    
}





side .sidebar a {
  display: flex;
  justify-content: start;
  color: var(--clr-inactive-link);
  padding-left: 1rem;
  gap: 1rem;
  height: 3.2rem;
  width: 100%;
  transition: all 0.1s ease;
  text-decoration: none;
  overflow: hidden;
}

side .sidebar a i {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 20%;
  transition: all 0.1s ease-in;
}

side .sidebar .nav-link {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.1s ease-in;
}

side .sidebar a:hover {
  color: var(--clr-active-link);
}

side .sidebar .logout:hover {
  color: red;
}

side .sidebar a.active {
  color: var(--clr-active-link);
  margin-left: 0;
}

side .sidebar .mobile-kickstart {
  width: 100%;
  /* justify-content: space-around; */
}

/* MAIN  */
main {
  margin-left: 17vw;
  width: 83vw;
}

main .top {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

main .menu_bar {
  display: none;
}

/* MAIN SECTION */

.page-title-container h3 {
  font-size: 1.5rem;
  font-weight:bold;
}

h3 {
    font-size:1.5rem !important;
}




.title {
    font-weight:800 !important;
}


/* KICKSTART MOBILE APP */
.bottom-sidebar-placement {
  width: 100%;
  padding: 1rem;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.bottom-sidebar-placement .title {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
}

.title .title-text {
  font-weight: bold;
  font-size: 1rem;
}

.bottom-sidebar-placement .body-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
  font-size: 0.8rem;
  color: #77829c;
}

.bottom-sidebar-placement .action-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.action-container .action-btn {
  background-color: #00a1fb;
  border: transparent;
  border-radius: 0.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fff;
}

/* MEDIA QUERY */
@media screen and (max-width: 768px) {
  body {
    width: 100vw;
  }

  side {
    position: fixed;
    width: 18rem;
    z-index: 3;
    background-color: var(--clr-white);
    /* remove later */
    display: none;
    left: -100px;
    animation: menuAnimation 1s forwards ease-in-out;
  }

  @keyframes menuAnimation {
    to {
      left: 0;
    }
  }

  side .logo {
    display: flex;
    gap: 1rem;
    height: auto;
    max-width: 100px;
  }
  side .logo img {
    width: 100%;
  }

  side .sidebar {
    border: transparent;
  }
  side .sidebar a {
    width: 100%;
    height: auto;
    padding: 0.5rem;
  }

 side .sidebar a i {
    font-size: 1.1rem;
  }

  side .sidebar .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
  }

  side .top div.close {
    font-size: 35px;
    display: inline;
    position: absolute;
    right: 0;
    margin-right: 30px;
  }

  main {
    margin-left: 0vw;
    margin: 0rem;
    width: 100vw;
    /* background-color: #fff; */
  }

  main .menu_bar {
    display: inline-block;
    background: transparent;
    top: 0;
    cursor: pointer;
    color: #000;
    position: absolute;
    left: 1rem;
    font-size: 2rem;
    z-index: 1;
  }
}
