body.client-fullscreen header,
body.client-fullscreen .site-header,
body.client-fullscreen .headerTag,
body.client-fullscreen footer,
body.client-fullscreen .site-footer {
    display: none !important;
}

body.client-fullscreen .hotel-header {
    display: flex;
}

.JavaScriptData {
    display: none !important;
}

.ModuleClient {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ModuleClient iframe {
    display: block;
    width: 100vw;
    height: 100vh;
    border: 0;
}

.header-hotel-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: fit-content;
    top: 20px;
    left: 20px;
    position: relative;
}

.header-hotel-dock {
    display: flex;
    gap: 10px;
    background: rgba(18, 18, 22, .35);
    border: 1px solid rgba(255, 255, 255, .10);
    padding: 10px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .06);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    backdrop-filter: blur(12px) saturate(160%);
    z-index: 10000;
    overflow: visible;
    isolation: isolate;
}

.header-hotel-dock::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, .10), rgba(255, 255, 255, 0) 45%);
    pointer-events: none;
    z-index: 0;
}

.header-hotel-item,
.header-hotel-item-logo {
    position: relative;
    z-index: 1;
}

.header-hotel-label,
.header-hotel-label-logo {
    z-index: 2;
}

.header-hotel-item {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #e8e8f0;
    text-decoration: none;
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
    outline: none;
}

.header-hotel-item:hover {
scale(1.12);
    background: rgba(255, 255, 255, .06);
}

.header-hotel-item-logo {
    position: relative;
    width: 50px;
    height: 40px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #e8e8f0;
    text-decoration: none;
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
    outline: none;
}

.header-hotel-item-logo:hover {
scale(1.12);
    background: rgba(255, 255, 255, .06);
}

.header-hotel-sep {
    width: 1px;
    height: 40px;
    align-self: center;
    background: linear-gradient(
            to bottom,
            transparent,
            rgba(255, 255, 255, .12),
            transparent
    );
    margin: 0 2px;
    pointer-events: none;
}

.header-hotel-icon img {
    width: 40px;
    height: 40px;
    display: block;
    image-rendering: pixelated;
}

.header-hotel-icon-logo img {
    height: 40px;
    display: block;
    image-rendering: pixelated;
}

.header-hotel-label {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    background: rgba(18, 18, 22, .85);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #e8e8f0;
    padding: 6px 8px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    transition: opacity .18s ease, transform .18s ease;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.header-hotel-item:hover .header-hotel-label {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.header-hotel-label-logo {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    background: rgba(18, 18, 22, .85);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #e8e8f0;
    padding: 6px 8px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    transition: opacity .18s ease, transform .18s ease;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.header-hotel-item-logo:hover .header-hotel-label-logo {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.radio-hotel {
    left: auto;
    display: grid;
    grid-template-columns: 40px 90px auto;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 16px;
    color: #e8e8f0;
    background: rgba(18, 18, 22, .35);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .05);
    z-index: 10000;
    min-width: 200px;
    height: 62px;
}

.radio-hotel-cover {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    overflow: hidden;
    background: #222;
}

.radio-hotel-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.radio-hotel-meta {
    line-height: 1.15
}

.radio-hotel-title {
    font-weight: 700;
    letter-spacing: .2px
}

.radio-hotel-sub {
    font-size: 12px;
    color: rgba(232, 232, 240, .75);
    margin-top: 4px
}

.radio-hotel-actions {
    display: flex;
    align-items: center;
    gap: 8px
}

.radio-hotel-btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .09);
}

.radio-hotel-btn.play {
    width: 30px;
    height: 30px;
    border-radius: 12px;
    background: #e8e8f0;
    border-color: transparent;
    color: #0b1a12;
}

.hotel-modal[hidden] {
    display: none;
}

.hotel-modal {
    inset: 0;
    z-index: 1010;
}

.hotel-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(2px);
}

.hotel-modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(820px, calc(100vw - 40px));
    max-height: min(80vh, 720px);
    display: grid;
    grid-template-rows: auto 1fr;
    background: rgba(18, 18, 22, .35);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .05);
    color: #e8e8f0;
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    backdrop-filter: blur(14px) saturate(160%);
    overflow: hidden;
}

.hotel-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.hotel-modal-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .2px;
}

.hotel-modal-close {
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    color: #e8e8f0;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.hotel-modal-body {
    position: relative;
    overflow: auto;
}

.hotel-modal-loader {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 14px;
    color: rgba(232, 232, 240, .8);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .12), transparent 35%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

.hotel-modal.is-loading .hotel-modal-loader {
    opacity: 1;
}

.hotel-modal-content {
    padding: 16px;
}

.hotel-modal-content .container {
    max-width: 100%;
}

@media (max-width: 700px) {
    .hotel-modal-dialog {
        width: calc(100vw - 24px);
        max-height: 80vh;
    }
}

.hotel-modal[hidden] {
    display: none !important;
}

.hotel-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(2px);
}

.hotel-modal-window {
    position: absolute;
    display: flex;
    flex-direction: column;
    background: rgba(18, 18, 22, .35);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .05);
    color: #e8e8f0;
    border-radius: 14px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    min-width: 420px;
    min-height: 280px;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
}

.hotel-modal-titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    cursor: move;
    user-select: none;
}

.hotel-modal-titlebar h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .2px;
}

.hotel-modal-actions {
    display: flex;
    gap: 6px;
}

.hotel-modal-btn {
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    color: #e8e8f0;
    padding: 6px 10px;
    border-radius: 8px;
    cursor: pointer;
}

.hotel-modal-btn:hover {
    filter: brightness(1.1);
}

.hotel-modal-content {
    position: relative;
    flex: 1 1 auto;
    overflow: auto;
    padding: 12px;
    background: rgba(8, 8, 12, .25);
}

.hotel-modal-resize {
    position: absolute;
    z-index: 5;
}

.hotel-modal-resize-n,
.hotel-modal-resize-s {
    left: 0;
    right: 0;
    height: 8px;
    cursor: ns-resize;
}

.hotel-modal-resize-e,
.hotel-modal-resize-w {
    top: 0;
    bottom: 0;
    width: 8px;
    cursor: ew-resize;
}

.hotel-modal-resize-n {
    top: -2px;
}

.hotel-modal-resize-s {
    bottom: -2px;
}

.hotel-modal-resize-e {
    right: -2px;
}

.hotel-modal-resize-w {
    left: -2px;
}

.hotel-modal-resize-ne,
.hotel-modal-resize-se,
.hotel-modal-resize-sw,
.hotel-modal-resize-nw {
    width: 12px;
    height: 12px;
}

.hotel-modal-resize-ne {
    top: -2px;
    right: -2px;
    cursor: nesw-resize;
}

.hotel-modal-resize-se {
    bottom: -2px;
    right: -2px;
    cursor: nwse-resize;
}

.hotel-modal-resize-sw {
    bottom: -2px;
    left: -2px;
    cursor: nesw-resize;
}

.hotel-modal-resize-nw {
    top: -2px;
    left: -2px;
    cursor: nwse-resize;
}

.hotel-modal.is-loading .hotel-modal-content {
    opacity: .75;
    background: linear-gradient(90deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .08), rgba(255, 255, 255, .03)) 0/280% 100%,
    rgba(8, 8, 12, .25);
    animation: hotelShimmer 1.5s linear infinite;
}

@keyframes hotelShimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@media (max-width: 700px) {
    .hotel-modal-window {
        left: 12px !important;
        top: 12px !important;
        width: calc(100vw - 24px) !important;
        height: calc(100vh - 24px) !important;
        border-radius: 12px;
    }

    .hotel-modal-titlebar {
        cursor: default;
    }
}

.hotel-header {
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .24s ease, transform .24s ease;
}

body.client-fullscreen .hotel-header {
    opacity: 1;
    transform: none;
}

.header-hotel-dock {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .24s ease, transform .24s ease;
}

body.client-fullscreen .header-hotel-dock {
    opacity: 1;
    transform: none;
}

.radio-hotel {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .24s ease, transform .24s ease;
}

body.client-fullscreen .radio-hotel {
    opacity: 1;
    transform: none;
}