.header-container {
    border-bottom: 1px solid #d9dde3;
    background: #ffffff;
}
.header-container .logo {
    height: 46px;
}
.header-container .bell-icon {
    /* background-color: #F8FBFF; */
    border-radius: 6px;
    padding: 10px;
}
.header-container .bell-icon svg {
    color: #344054;
}
.header-container .profile-img,.mobile-menu .profile-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.desktop-nav .nav li a {
    font-size: 16px;
    font-weight: 400;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #475467;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 0;
}

.mobile-menu {
    border-bottom: 1px solid #d0d5dd;
}
.mobile-menu .collapsed-header h6 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #101828;
}
.mobile-menu .collapsed-header p {
    font-size: 12px;
    font-weight: 400;
    color: #475467;
}
.mobile-menu .mobile-logo {
    border-bottom: 8px solid rgba(68, 74, 81, 0.3098039216);
}
.mobile-menu .mobile-logo img {
    width: 90%;
}
.mobile-menu .desktop-nav .nav {
    margin-left: 0;
    padding-top: 20px;
}
.mobile-menu .desktop-nav .nav li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 14px;
}
.mobile-menu .desktop-nav .nav li a {
    padding-left: 0;
}
.mobile-menu .desktop-nav .nav li .arrow-right {
    font-size: 20px;
}

.offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.568627451);
}
@media (max-width: 1024px){
    .header-container.desktop-menu .container{
        margin: 0;
        padding: 0;
    }
    .desktop-nav .nav li a{
        font-size: 14px;
        gap: 5px;
        padding-inline: 12px;
    }
    .primary-plus-btn{
        font-size: 14px;
        margin-left: 0 !important;
        padding-inline: 5px;
    }
}
@media (max-width: 980px) {
    .desktop-menu {
        display: none;
    }
}
@media (min-width: 981px) {
    .mobile-menu {
        display: none;
    }
}
.notification-details h5 {
    font-size: 24px;
    font-weight: 600;
    color: #1d2939;
}
.notification-details .reorder-link {
    font-size: 14px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #00aeef;
}
.notification-details .reorder-link:hover {
    text-decoration: none;
}

.notification-dropdown {
    width: 600px;
}
.notification-dropdown .kit-recommendation-card:nth-child(2n + 1),
.notification-card:nth-child(2n) {
    background: #f1fafe;
}
.notification-dropdown .kit-recommendation-card h6 {
    color: #1d2939;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.notification-dropdown .kit-recommendation-card .timestamp .dot {
    background-color: #00aeef;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}
.notification-dropdown .kit-recommendation-card .reorder-link {
    color: #344054;
}
.notification-dropdown .kit-recommendation-card .reorder-link:hover {
    text-decoration: none;
}

.tab-button-section {
    padding: 20px 12px 0 12px;
    width: 280px;
}
.tab-button-section .image-upload-wrapper img {
    width: 50px;
    height: 50px;
}
.tab-button-section .profile-info h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
}
.tab-button-section .profile-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.tab-button-section .nav li {
    width: 100%;
    border-bottom: 1px solid #d9dde3;
    padding-block: 8px;
}
.tab-button-section .nav li:first-child {
    border-top: 1px solid #d9dde3;
}
.tab-button-section .nav li:last-child {
    border-bottom: none;
}
.tab-button-section .nav li a {
    display: flex;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #475467;
    background-color: transparent;
    border: none;
    padding-inline: 6px;
    text-decoration: none;
}
.logout-modal-heading img{
    width: 25px;
}