/* Navbar Styles */

.navbar-dashboard {
    border-bottom: 1px solid rgb(218, 216, 216);
    height: 56px;
}

.navbar-border-bottom {
    border-bottom: 1px solid rgb(232, 232, 232);
    height: 48px;
}

/* .navbar {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 10px 0;
} */
.mobile-sidebar-toggle button,
.mobile-sidebar-toggle button:hover,
.mobile-sidebar-toggle button:focus,
.mobile-sidebar-toggle button:active {
    color: #212121;
}

.navbar .logo img {
    height: 34px;
}

.navbar .offcanvas-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 18px;
}
.navbar .offcanvas-toggle:hover,
.navbar .offcanvas-toggle:focus {
    padding: 0;
    border: none;
    background-color: transparent;
}

.navbar-right {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
}

.navbar-right .upgrade-btn {
    background-color: #f1bc6c;
    padding: 8px 10px;
    border-radius: 8px;
    line-height: 1 !important;
    font-size: 13px;
}

.navbar-right .nav-r-profile {
    position: relative;
}

.navbar-right .nav-r-profile:hover {
    cursor: pointer;
}

.ind-ict-dr {
    margin-top: 10px !important;
}
.ind-count-dr {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid var(--border-color);
    padding: 6px 14px;
    border-radius: 44px;
}

.ind-count-dr:focus,
.ind-count-dr:active {
    background-color: transparent;
    border: 1px solid #681868 !important;
}

.ind-count-dr svg {
    color: var(--purple);
}

.account-profile-ico {
    width: 32px;
    height: 32px;
    font-size: 14px;
    background-color: purple;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dropdown-menu.account-box {
    position: absolute;
    overflow: hidden;
    top: 100%;
    right: 0;
    left: auto;
    min-width: 240px;
    border-radius: 8px;
    z-index: 1050;
    padding: 0;
    margin-top: 10px;
}

.account-box .w-100 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 15px;
    gap: 10px;
}

.account-box .w-100 div {
    text-align: center;
}

.account-box .nav-d-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: purple;
    color: white;
    border-radius: 5px;
    font-size: 14px;
}

.account-box .text-btn {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    color: black;
}

.account-bx-cir {
    width: 48px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    background-color: purple;
    color: #ffffff;
    border-radius: 50%;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
    .navbar .logo img {
        height: 36px;
    }
    .navbar-dashboard {
        height: 54px;
    }
}

@media (max-width: 768px) {
    .navbar-right {
        gap: 18px;
    }

    .account-profile-ico {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

.sub-page-header {
    border-bottom: 1px solid rgba(185, 185, 185, 0.5);
}
