﻿.app-custom-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border: none;
    margin-bottom: 0;
}

.app-custom-header .navbar-header {
    float: none
}

.app-custom-header .app-nav-container {
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-custom-header .navbar-first {
    list-style-type: none;
    display: flex;
    gap: 40px;
    justify-content: flex-end;
}

.app-custom-header .navbar-brand {
    float: none
}

.app-custom-header .navbar-second {
    list-style-type: none;
    display: flex;
    gap: 34px;
    justify-content: flex-end;
    padding-top: 20px;
}

.app-custom-header .navbar-second a {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.app-btn-menu-new-patients {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

@media (max-width: 1024px) {
    .app-custom-header .navbar-brand > img {
        height: 100px;
    }

    .app-custom-header .navbar-first {
        gap: 20px;
    }

    .app-custom-header .navbar-first img {
        width: 30px;
        height: 30px;
    }

    .app-custom-header .navbar-second {
        gap: 0px;
        padding-top: 10px;
        margin-right: -10px;
    }

    .app-custom-header .navbar-second a {
        font-size: 16px;
    }

    .app-btn-menu-new-patients {
        padding: 7px 10px;
        font-size: 15px;
    }
}


@media (max-width: 767px) {
    .app-custom-header .app-nav-container {
        position: relative;
        flex-direction: column;
    }

    .app-custom-header .navbar-first {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .app-custom-header .navbar-first img {
        width: 22px;
        height: 22px;
    }

    .app-custom-header .navbar-header {
        width: 100%;
    }

    .app-custom-header .navbar-brand {
        padding: 12px 15px;
        display: inline-block;
        height: 100px;
    }

    .app-custom-header .navbar-brand > img {
        height: 74px;
        display: inline-block;
    }

    .app-custom-header .navbar-toggle {
        margin-top: 48px;
        margin-right: 0;
        border-radius: 0;
        border-color: #000;
    }

    .app-custom-header .navbar-toggle .icon-bar {
        height: 3px;
        color: #000;
        background-color: #000;
    }

    .app-custom-header .navbar-collapse {
        position: absolute;
        z-index: 10;
        width: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
    }

    .app-custom-header .navbar-second {
        flex-direction: column;
    }

    .app-custom-header .navbar-second a.app-btn-menu-new-patients {
        display: inline-block !important;
        color: #fff !important;
        margin-left: 10px;
        margin-top: 10px;
    }
}
