.dashboard_wrapper {
    display: flex;
}

.dashboard_wrapper .navbar {
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.1) !important;
    height: 68px;
}

.dashboard_wrapper .main-content {
    margin-left: 78px;
    width: calc(100% - 78px);
    transition: margin-left 0.5s ease, width 0.5s ease;
}

.dashboard_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 78px;
    background: #142d41;
    transition: width 0.5s ease;
    z-index: 1000;
    padding: 6px 14px;
    transition: all 0.5s ease;
    border-top-right-radius: 36px;
}

.dashboard_sidebar.open {
    width: 250px;
}

.dashboard_wrapper .dashboard_sidebar.open~.main-content {
    margin-left: 250px;
    width: calc(100% - 250px);
}

.dashboard_sidebar .logo-details {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.dashboard_sidebar .logo-details .logo_name {
    opacity: 0;
    transition: all 0.5s ease;
}

.dashboard_sidebar.open .logo-details,
.dashboard_sidebar.open .logo-details .logo_name {
    opacity: 1;
}

.dashboard_sidebar .logo-details #btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

.dashboard_sidebar.open .logo-details #btn {
    text-align: center;
}

.dashboard_sidebar i {
    color: #f1f1f1;
    height: 60px;
    min-width: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
}

.dashboard_sidebar .nav-list {
    margin-top: 20px;
    height: 100%;
}

.dashboard_sidebar li {
    position: relative;
    margin: 8px 0;
    list-style: none;
}

.dashboard_sidebar li i {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 12px;
}

.dashboard_sidebar li a {
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
}

.dashboard_sidebar li a:hover {
    background: #fff;
}

.dashboard_sidebar li a .links_name {
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

.dashboard_sidebar li a.active .links_name {
    color: #ffb558;
}

.dashboard_sidebar li a.active i {
    color: #ffb558;
}

.dashboard_sidebar.open li a .links_name {
    opacity: 1;
    pointer-events: auto;
}

.dashboard_sidebar li a:hover .links_name,
.dashboard_sidebar li a:hover i {
    transition: all 0.5s ease;
    color: #11101d;
}

.dashboard_sidebar li .tooltip {
    position: absolute;
    top: -20px;
    left: calc(100% + 15px);
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: 0s;
}

.dashboard_sidebar li:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard_sidebar.open li .tooltip {
    display: none;
}

#mobileSidebar li a.active {
    color: #ffb558;
}

/* first home page css */
.counters_div .counters_card {
    border: 0.699999988079071px solid #191919;
    border-radius: 5px;
    opacity: 1;
    color: #F1F1F1;
}

.counters_div .first_counter {
    background: transparent linear-gradient(90deg, #e3498b 0%, #c5509a 100%) 0% 0% no-repeat padding-box;
}

.counters_div .second_counter {
    background: transparent linear-gradient(90deg, #874fe4 0%, #563aaa 100%) 0% 0% no-repeat padding-box;
}

.counters_div .third_counter {
    background: transparent linear-gradient(90deg, #45aee1 0%, #2884d5 100%) 0% 0% no-repeat padding-box;
}

.counters_div .fourth_counter {
    background: transparent linear-gradient(90deg, #e39b20 0%, #f78d4d 100%) 0% 0% no-repeat padding-box;
}

.counters_div .counters_card img {
    width: 65px;
}

.pages_visit_cards {
    box-shadow: -5px 4px 6px #0000001A;
    border: 0.699999988079071px solid #191919;
    border-radius: 5px;
}

.pages_visit_cards .des_Sec {
    color: #6E6E6E;
}

.pages_visit_cards .date_div {
    border-radius: 3px;
    width: 50px;
    height: 50px;
}

.pages_visit_cards .date_div1 {
    background: #5C67F740 0% 0% no-repeat padding-box;
}

.pages_visit_cards .date_div1 h6 {
    color: #5C67F7;
}

.pages_visit_cards .date_div2 {
    background: #E354D440 0% 0% no-repeat padding-box;
}

.pages_visit_cards .date_div2 h6 {
    color: #E354D4;
}

.pages_visit_cards .date_div3 {
    background: #FF69B840 0% 0% no-repeat padding-box;
}

.pages_visit_cards .date_div3 h6 {
    color: #FF69B8;
}

.pages_visit_cards .date_div4 {
    background: #FF906F40 0% 0% no-repeat padding-box;
}

.pages_visit_cards .date_div4 h6 {
    color: #FF906F;
}

.pages_visit_cards .date_div5 {
    background: #9E5CF840 0% 0% no-repeat padding-box;
}

.pages_visit_cards .date_div5 h6 {
    color: #9E5CF8;
}
.pages_visit_cards .table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-bg-type: white!important; 
}
.pages_visit_cards .table-striped>tbody>tr:nth-of-type(even)>*{
background-color: #2a7ebc1a;
}

.pages_visit_cards .table tbody tr td:first-child,
.pages_visit_cards .table tbody tr td:last-child
 {
  color: #0070AD; 
}


@media (max-width: 991.98px) {
    #sidebar {
        display: none !important;
    }

    .dashboard_wrapper .main-content {
        margin-left: 0;
        width: 100% !important;
    }
}