.header-container {
    position: fixed;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 999;
}
.header {
    max-width: 1440px;
    width: 100%;
    height: 80px;
    padding-left: 164px;
    padding-right: 164px;
    white-space: nowrap;
    background-color: #fff;
    z-index: 999;
}
.header-search {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
}
.header-mid {
    width: 100%;
}
.header-menu {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}
.header-menu a {
    font-size: 14px !important;
}
.header-menu-items {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 32px;
}
.header-buttons {
    width: 258px;
}
.header-mobile-menu {
    display: none;
}
.mobile-menu-button {
    height: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
    background-color: transparent;
    border-radius: 12px;
}
@media (max-width: 1280px) {
    .header-menu-items {
        gap: 12px;
    }
}
@media (max-width: 1024px) {
    .header {
        padding-left: 17.5px;
        padding-right: 17.5px;
    }
}

@media (max-width: 899px) {
    .header-menu-items {
        display: none;
    }
}
@media (max-width: 480px) {
    .header {
        padding-left: 17.5px;
        padding-right: 17.5px;
    }
    .header-buttons,
    .header-search,
    .header-menu {
        display: none;
    }
    .header-mobile-menu {
        width: 100%;

        margin-top: 12px;

        display: flex;
        align-items: flex-end;
        justify-content: end;
    }
}

/* Auth-Header */
.back-icon,
.back-text {
    cursor: pointer;
    font-size: 14px;
}
.back-icon {
    width: 16px;
    height: 16px;
}
.auth-header-logo-container {
    width: 100%;
}
.auth-header-logo {
    width: 184.8px;
    height: 44px;
}

/* user */
.user-header-cover {
    height: 48px;
    width: 100%;
}
.header-user-container {
    height: 48px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 12px;
}
.user-header-image {
    display: flex;
    margin-right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
}
.h-u-name {
    display: flex;
    margin-right: 12px;
    cursor: pointer;
}
.ph-sign-in {
    cursor: pointer;
}

/* mobile menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}
.m-menu-title {
    margin-bottom: 16px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.m-menu-close-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

    top: 46px;
    right: 24px;

    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #fff !important;
    z-index: 9999 !important;
}
.m-menu-close-btn-slot {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

    top: 46px;
    right: 24px;

    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #fff !important;
    z-index: 9999 !important;
}
.m-menu-close-btn,
.x-icon {
    margin-top: 8px;
}
.m-form-elements {
    width: 100% !important;
}
.m-form-input {
    width: 100% !important;
}
.m-form-input-icon {
    position: absolute;
    left: 0;
    margin-left: 52px;
    margin-bottom: 22px;
    font-size: 16px;
}
.form-indent {
    text-indent: 16px !important;
}
.m-filter-checkbox {
    margin-right: 8px;
}
.mobile-menu__auth-buttons {
    margin-left: 16px;
}
.header__go-back {
    display: flex;
    align-items: center;
    gap: 18px;
}
.header__logo {
    display: flex;
}
.header__mobile-menu {
    display: none;
}
@media (max-width: 480px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
    .header__mobile-menu {
        display: flex;
    }
    .header__go-back,
    .header__user {
        display: none;
    }
}
