
@media (max-width: 767px) {
    .top-header .container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .top-header .container .row {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .top-header .container .row .brand-logo-col {
        padding: 10px 30px;
    }
}

@media (max-width: 767px) {
    .top-header .container .row .header-control-col {
        background-color: #E9EEF5;
        padding: 10px 30px;
    }
}

@media (max-width: 767px) {
    .top-header .container .row .header-control-col button a {
        display: inline-block;
        line-height: 1;
    }
}

.top-header .navbar-row {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .top-header .navbar-row {
        padding: 0;
    }
}

.top-header .navbar-row button a span.no-default-style {
    font-size: 16px;
}

@media (max-width: 767px) {
    .top-header .navbar-row button.nav-icon {
        position: absolute;
        top: 52px;
        right: 30px;
    }
}

.top-header .navbar-row.after-login button.nav-icon {
    top: 84px;
}

@media (max-width: 767px) {
    .top-header .navbar-brand img {
        width: 120px;
    }
}

.top-header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.top-header.fixed-header .navbar-row {
    background: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.top-header.fixed-header+.manage-fixed-height {
    height: 86px;
}

@media (max-width: 767px) {
    .top-header.fixed-header+.manage-fixed-height {
        height: 68px;
    }
}

.top-header .login-nav-box {
    display: none;
    position: absolute;
    z-index: 1;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 25px;
}

.top-header .header-profile .header-profile-photo {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .top-header .header-profile .header-profile-photo {
        margin-right: 0;
    }
}

.top-header .header-profile .header-profile-photo img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.top-header .header-profile span {
    font-family: "Barlow-Bold", sans-serif;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .top-header .header-profile span {
        display: none;
    }
}

.top-header .header-profile .down-arrow {
    width: 17px;
}