/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  min-height: 100vh;
  background: #f5f6f9;
  color: #0e0e0e;
}

.poppinb{
  color: rgb(36, 36, 36);
}

.border-left-primary{
  border-left:.25rem solid #4e73df!important
}

.btn{
  margin: 2px;
}

.text-xs{font-size:.7rem}.text-lg{font-size:1.2rem}

/* Pre css */
.flex {
  display: flex;
  align-items: center;
}
.nav_image {
  display: flex;
  min-width: 55px;
  justify-content: center;
}
.nav_image img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.border-left-info{border-left:.25rem solid #36b9cc!important}

.btn-purple{
  background-color: #a940f4;
  color: white;
}

.btn-green{
  background-color: #56cd4e;
  color: white;
}

.menu_item .item.active {
  background-color: #1348d8; 
  color: #4070f4 !important; 
  border-radius: 5px;

}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background-color: #4e73df;
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
  padding: 15px 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.sidebar1 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background-color: #cecece;
  background-image: linear-gradient(180deg, #cacaca 10%, #aeaeae 100%);
  background-size: cover;
  padding: 15px 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}


.sidebar.close {
  width: calc(55px + 20px);
}
@media screen and (max-width: 650px) {
  .sidebar{
      display: none;
  }
  .navbar{
      display: block;
  }
  .home-section{
      position: relative;
      width: 100%;
      transition: all 0.3s ease;
      margin-bottom: 70px;
  }
  .sidebar.close~.home-section {
    left: 0px;
    width: 100%;
  }
}

.logo_items {
  gap: 8px;
}
.logo_name {
  font-size: 22px;
  color: #f2f2f2;
  font-weight: 500px;
  transition: all 0.3s ease;
}
.sidebar.close .logo_name,
.sidebar.close #lock-icon,
.sidebar.close #sidebar-close {
  opacity: 0;
  pointer-events: none;
}
#lock-icon,
#sidebar-close {
  padding: 10px;
  color: #4070f4;
  font-size: 25px;
  cursor: pointer;
  margin-left: -4px;
  transition: all 0.3s ease;
}
#sidebar-close {
  display: none;
  color: #e7e7e7;
}
.menu_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  overflow-y: auto;
  height: calc(100% - 82px);
}
.menu_container::-webkit-scrollbar {
  display: none;
}
.menu_title {
  position: relative;
  height: 50px;
  width: 55px;
}
.menu_title .title {
  margin-left: 15px;
  transition: all 0.3s ease;
}
.sidebar.close .title {
  opacity: 0;
}
.menu_title .line {
  position: absolute;
  left: 50%;
  transform: translateX(0%);
  height: 3px;
  width: 20px;
  border-radius: 25px;
  background: #aaa;
  transition: all 0.3s ease;
}
.menu_title .line {
  opacity: 0;
}
.sidebar.close .line {
  opacity: 1;
}
.item {
  list-style: none;
}
.link {
  text-decoration: none;
  border-radius: 8px;
  margin-bottom: 8px;
  color: #f1f1f1;
}
.link:hover {
  color: #4070f4;
  background-color: #eaeaea;
  transition: 0.3s;
}

a {
  text-decoration:none;
}

.active1{
  color: #4070f4 !important;
}

.activeg{
  color: #56cd4e !important;
}

.activer{
  color: #f44040 !important;
}

.activep{
  color: #a940f4 !important;
}


.link span {
  white-space: nowrap;
}
.link i {
  height: 50px;
  min-width: 55px;
  display: flex;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.sidebar_profile {
  padding-top: 15px;
  margin-top: 15px;
  gap: 15px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.sidebar_profile .name {
  font-size: 18px;
  color: #f2f2f2;
}
.sidebar_profile .email {
  font-size: 15px;
  color: #f2f2f2;
}

/* Navbar */
.navbar {
  width: 100%;
  bottom: 0;
  background: #fff;
  padding: 10px 20px;
  border-radius: 0 0 8px 8px;
  justify-content: space-between;
}
#sidebar-open {
  font-size: 30px;
  color: #f2f2f2;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}
.search_box {
  height: 46px;
  max-width: 500px;
  width: 100%;
  border: 1px solid #aaa;
  outline: none;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 18px;
  color: #f2f2f2;
}
.navbar img {
  height: 40px;
  width: 40px;
  margin-left: 20px;
}

/* Responsive */
/* @media screen and (max-width: 1100px) {
  .navbar {
    left: 65%;
  }
}
@media screen and (max-width: 650px) {

  #sidebar-close {
    display: block;
  }
  #lock-icon {
    display: none;
  }
  .navbar {
    left: 0;
    max-width: 100%;
    transform: translateX(0%);
  }
  #sidebar-open {
    display: block;
  }
} */

.agreement-section {
  position: relative;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.3s ease;
}

.agreement-confirm {
  position: relative;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.3s ease;
}

@media screen and (min-width: 650px) {
  .home-section {
    position: relative;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.3s ease;
  }
  .sidebar.close~.home-section {
    left: 78px;
    width: calc(100% - 78px);
  }
}
.home-section .home-content {
  height: 60px;
  display: flex;
  align-items: center;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text {
  color: #11101d;
  font-size: 35px;
}

.home-section .home-content .bx-menu {
  margin: 0;
  cursor: pointer;
}

.home-section .home-content .text {
  font-size: 26px;
  font-weight: 600;
}

/* @media (max-width: 400px) {

  .sidebar {
    width: 78px;
  }

  .home-section {
    left: 78px;
    width: calc(100% - 78px);
    
  }

  .sidebar.close~.home-section {
    width: 100%;
  }
} */

.mw-100 {
  max-width: 100% !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.ml-md-3,
.mx-md-3 {
  margin-left: 1rem !important;
}
/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
  background-color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  display: none;
  }

  /* Style the links inside the navigation bar */
  .navbar a {
  float: left;
  display: block;
  color: #0b0b0b;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  }

  /* Change the color of links on hover */
  .navbar a:hover {
  color: black;
  }

  /* Add a green background color to the active link */
  .navbar a.active {
  color: white;
  }

  /* Hide the link that should open and close the navbar on small screens */
  .navbar .icon {
      width: 100px;
  }
  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the navbar (.icon) */
  @media screen and (max-width: 650px) {
      .navbar {
          background-color: white;
          display: inline-block;
          justify-content: space-between;
          align-items: center;
          z-index: 2;
      }
      .navbar a:not(:nth-child(-n+3)) {display: none;}
      .navbar>a>span{
          display: none;
      }
      .navbar a:hover {
          color: #2c6ff5;
          transition: 0.25s;
      }
      .home{
          width: 100%;
      }
  }

  /* The "responsive" class is added to the navbar with JavaScript when the user clicks on the icon. This class makes the navbar look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 650px) {
  .navbar.responsive a.icon {
      position: fixed;
      right: 0;
      bottom: 0;
  }
 
  .navbar.responsive a {
      float: none;
      display: block;
      text-align: left;
  }
  }