.best_container {

}
/* .best_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 5rem 1rem;
} */
.best_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 2rem 1rem;
}

.best_head {
    margin: 1.5rem;
}

.best_head h2{
    background-color: #B80A0A;
    color: #fff;
    padding: 0.5rem 1.5rem;
    width: 200px;
    border-radius: 4px;
}

.best_title h3 {
    background-color: black;
    color: #fff;
    padding: 0.5rem 1.5rem;
    width: 260px;
    border-radius: 4px;
}

.best_content {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    max-width: 1920px; */
}

.best_content img {
    width: 100%;
    max-width: 1080px;
    text-align: center
}

.best_title {
    /* background-color: black; */
}

.best_title h3 {
    background-color: ;
}

.best_item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 720px;
    gap: 24px;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    border: 2px solid rgb(222, 222, 222);
}

.best_icon img {
    width: 100px;
}

.best_detail {
    max-width: 520px;
}

.best-btn-primary {
    background-color: #2F89FC;
    color: #FFF;
    /* color: #ffffff67; */
    border-radius: 6px;
    padding: 0.5rem 3rem;
    font-size: 16px;
}

.dropdown-toggle::after {
    display: block;
}

#sidebar ul .left a{
    width: auto;
    color: rgba(255,255,255,255);
    /* border-bottom: 1px solid #fff; */
    border-bottom: none;
    font-size: 16px;
}

#sidebar ul li {
    font-size: 18px;
    width: 210px;
}

#sidebar ul li a {
    border-bottom: none;
}

@media (max-width: 1280px) {
    .best_item {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 375px) {
    .best_icon img {
        width: 80px;
    }
}

/* Sidebar */

a {
    text-decoration: none;
  }
  
  .side-bar {
    /* background: #1b1a1b; */
    background: radial-gradient(circle, rgba(9,50,121,1) 12%, rgba(15,99,148,1) 54%, rgba(7,160,206,1) 100%);
    /* background: radial-gradient(circle, rgb(95, 9, 121) 12%, rgb(108, 15, 148)54%, rgb(103, 7, 206) 100%); */
    /* background: radial-gradient(circle, rgb(246, 193, 67) 12%, rgb(246, 177, 38)54%, rgb(255, 187, 0) 100%); */
    /* background-color: #007bff; */
  
    backdrop-filter: blur(15px);
    width: 280px;
    /* height: 100vh; */
    height: 100%;
    position: fixed;
    top: 0;
    left: -280px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
  }
  
  .side-bar::-webkit-scrollbar {
    width: 0px;
  }
  
  .side-bar.active {
    left: 0;
  }
  
  .side-bar h1 {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 13px;
    font-family: sans-serif;
    letter-spacing: 2px;
  }
  
  .side-bar .menu {
    width: 100%;
    /* margin-top: 30px; */
  }
  
  .side-bar .menu .item {
    position: relative;
    cursor: pointer;
    padding: 0.5rem;
  }
  
  .side-bar .menu .item a {
    color: #fff;
    /* color: #2e1d08; */
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 60px;
  }
  
  /* .side-bar .menu .item a:hover{
   background: #33363a;
   transition: 0.3s ease;
  } */
  
  .side-bar .menu .item a:hover {
    /* background: rgba(255, 255, 255, 0.332);
   color: rgb(255, 255, 255);
   border-radius: 8px;
   font-weight: bold; */
    transition: 0.3s ease;
  }
  
  .side-bar .menu .item i {
    margin-right: 15px;
  }
  
  .side-bar .menu .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
  }
  
  .side-bar .menu .item .sub-menu {
    /* background: #262627; */
    display: none;
  }
  
  .side-bar .menu .item .sub-menu a:hover {
    background: rgba(255, 255, 255, 0.332);
    color: rgb(255, 255, 255);
    /* color: #422d12; */
    border-radius: 8px;
    transition: 0.3s ease;
  }
  
  .side-bar .menu .item .sub-menu a {
    padding-left: 50px;
    font-size: 20px;
  }
  
  .side-bar .menu .item .sub-menu2 a:hover {
    background: rgba(255, 255, 255, 0.332);
    color: rgb(255, 255, 255);
    /* color: #422d12; */
    border-radius: 8px;
    transition: 0.3s ease;
  
  }
  
  .side-bar .menu .item .sub-menu2 a {
    padding-left: 50px;
  }
  
  .rotate {
    transform: rotate(90deg);
  }
  
  .close-btn {
    position: absolute;
    color: #fff;
  
    font-size: 23px;
    right: 0px;
    margin: 15px;
    cursor: pointer;
  }
  
  .menu-btn {
    position: absolute;
    color: rgb(0, 0, 0);
    font-size: 35px;
    margin: 25px;
    cursor: pointer;
  }
  
  .main {
    color: rgb(31, 31, 31);
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    /* overflow-x: hidden; */
    padding: 4rem 2rem;
    text-align: center;
    transition: width 0.6s ease, margin-left 0.6s ease;
    /* Added transition property */
  }
  
  .main h1 {
    /* color: black; */
    /* color: #007bff; */
    /* color: rgb(108, 15, 148); */
    color: rgb(31, 31, 31);
  
    font-size: 36px;
    text-align: left;
    /* line-height: 80px; */
  }
  
  .main p {
    color: black;
    font-size: 26px;
    /* line-height: 80px; */
  }
  
  .head_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .head_img img {
    width: 130px;
    padding: 2rem 0rem;
  }
  
  header {
    /* background: #33363a; */
    /* background: radial-gradient(circle, rgba(9,50,121,1) 12%, rgba(15,99,148,1) 54%, rgba(7,160,206,1) 100%); */
  
  }
  
  .content_item {
    margin: 1rem auto;
    padding: 1rem 1rem;
    list-style: none;
    color: black;
    background-color: #eaeeef;
    border-radius: 8px;
    width: 100%;
  }
  
  .content_item li {
    list-style: none;
    text-align: left;
    color: black;
  }
  
  .content_item a {
    color: black;
    text-align: left;
  }
  
  .sub-btn {
    font-size: 26px;
    /* font-weight: bold; */
    /* border: 1px solid #ffffff9a; */
  }
  
  .card_item .bi-geo-fill {
    color: #dc3545;
  }
  
  .main .bi-geo-fill {
    color: #dc3545;
  }
  
  .pagination {
    margin-top: 10px;
  }
  
  .pagination a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    background-color: #f2f2f2;
    text-decoration: none;
    color: black;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  
  .pagination a.active {
    /* background-color: #007bff; */
    background-color: rgb(108, 15, 148);
    color: white;
  }
  
  .bi-x-circle-fill {
    color: rgb(211, 6, 6);
  }
  
  
  .notlognum {
    color: #FC0;
    text-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  }
  
  .totalusertoday {
    font-size: 3.5rem;
    font-weight: 700;
    padding-left: 5rem;
    padding-top: 1rem;
    margin: 0;
    padding-right: 2rem;
    transition: all .2s ease-in-out;
  }
  
  /* .totalusertoday:hover {
    transform: scale(1.1);
  } */
  
  .sorting {
    text-align: center;
  }
  
  .bi {
    text-shadow: none;
  }
  
  .check_ref {
    padding: 1.8rem 0 1rem 0;
  }

  
  .bi-check-circle-fill {
    color: #198754;
  }
  
  
  @media (max-width: 980px) {
    .side-bar {
      left: -280px;
    }
  
    .side-bar.active {
      left: 0;
    }
  
    .menu-btn {
      visibility: visible;
    }
  
    .main {
      width: 100%;
      padding: 5rem 0rem;
    }
  
    .main h1 {
      font-size: 32px;
      padding: 0rem 1rem;
      text-align: center;
    }
  
  }