* {
    outline: none;
    letter-spacing: .18px;
}
.header-container-blt {
    position: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1dbab5;
    z-index: 200;
    padding: 25px 0px;
}
.header-blt {
    width: 100%;
    left: 0;
    top:0;
    white-space: nowrap;
    background-color: #1dbab5;
    z-index: 999;
}

.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: 50px;
}
.header-menu a {
    font-size: 12px !important;
}
.header-menu-items {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.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: #4ac8c4;
    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: 768px) {
    .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;
    }
    .mobile-menu-button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 58px;
        height: 58px!important;
        cursor: pointer!important;
        border-radius: 16px!important;
        color: #fff!important;
        font-size: 18px;
        transition: .4s cubic-bezier(.29,.13,.27,.74);
        z-index: 100;
    }
}

/* 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: 50px;
}

/* 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;
    background-color: transparent!important;
}
.user-header-image {
    display: flex;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    cursor: pointer;
}
.h-u-name {
    display: flex;
    margin-right: 12px;
    cursor: pointer;
    color: #040345;
    font-size: 14px;
    font-weight: 700;
}
.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;
    }
}

.account-profile__exit {
    transition: .4s cubic-bezier(.29,.13,.27,.74);
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 20px;
    background-color: rgba(240,109,109,.1);
    display: flex;
}

.account-profile__exit > svg {
    margin-right: 0px;
}

.account-profile__exit:hover{
    background-color: #f06d6d;
}

.header-menu-items > a {
    color: rgba(4,3,69,.5)!important;
    padding: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    transition: .4s cubic-bezier(.29,.13,.27,.74)!important;
    font-size: 15px!important;
    font-family: century gothic;
    font-style: normal;
}

.header-menu-items > a:hover{
    color: #040345!important;
}

.header-menu-items svg {
    width:6px;
    height:6px; 
    fill:rgba(4,3,69,.5)!important;
    margin-left: 8px;
}