/* /Shared/Header.razor.rz.scp.css */
.header[b-lkm6w2gnd1] {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 1px silver;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

    .header .header-belt[b-lkm6w2gnd1] {
        width: 100%;
        max-width: 1080px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 25px;
    }

        .header .header-belt button[b-lkm6w2gnd1] {
            width: auto;
            padding: 2px 10px;
            margin: 0;
            position: relative;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-weight: 400;
        }

        .header .header-belt .btn_book_now[b-lkm6w2gnd1] {
            font-weight: 600;
        }

        .header .header-belt .logo[b-lkm6w2gnd1] {
            display: flex;
            margin-top: 6px;
            margin-bottom: 6px;
        }

            .header .header-belt .logo .logo-svg[b-lkm6w2gnd1] {
                max-width: 66px;
                /* filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(326deg) brightness(118%) contrast(119%);  /* Red*/
                filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(39deg) brightness(118%) contrast(119%); /*Green*/
            }

            .header .header-belt .logo .logo-txt1[b-lkm6w2gnd1] {
                font-weight: 800;
                font-size: 26px;
                color: #ff385c;
                align-self: center;
            }

            .header .header-belt .logo .logo-txt2[b-lkm6w2gnd1] {
                font-weight: 800;
                color: #ff385c;
                align-self: center;
                margin-top: 15px;
            }


@media (max-width: 600px) {
    .header .header-belt button[b-lkm6w2gnd1] {
        padding: 0px 3px;
        font-size: 12px;
    }

    .header .header-belt .logo[b-lkm6w2gnd1] {
        margin-right: 10px;
    }

        .header .header-belt .logo .logo-txt1[b-lkm6w2gnd1] {
            font-size: 15px;
        }

        .header .header-belt .logo .logo-txt2[b-lkm6w2gnd1] {
            font-size: 10px;
            margin-top: 10px;
        }

        .header .header-belt .logo .logo-svg[b-lkm6w2gnd1] {
            max-width: 40px;
        }
}
