body {
    color: #171717;
    background: #f6f1ea;
}

.oxyy-login-register {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(20, 18, 16, .62), rgba(20, 18, 16, .22)),
        radial-gradient(circle at 20% 20%, rgba(214, 172, 94, .24), transparent 32%);
}

.oxyy-login-register .bg-white {
    border: 1px solid rgba(255, 255, 255, .52) !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, .78) !important;
    box-shadow: 0 28px 90px rgba(20, 18, 16, .26);
    backdrop-filter: blur(18px);
}

.oxyy-login-register .form-control {
    min-height: 48px;
    border-radius: 14px;
    border-color: rgba(48, 42, 35, .14);
    background: rgba(255, 255, 255, .86);
}

.oxyy-login-register .btn,
.oxyy-login-register .btn-primary,
.upload-label {
    border-radius: 999px !important;
    font-weight: 800;
    letter-spacing: 0;
}

.oxyy-login-register .btn-primary,
.upload-label {
    background: linear-gradient(135deg, #171717, #c8a95b) !important;
    border-color: transparent !important;
    color: #fff !important;
}

.container-fluid.bg-light {
    background: rgba(255, 255, 255, .82) !important;
    backdrop-filter: blur(14px);
}

body.detail-3 {
    background: #f7f3ec;
}

.detail-3 header {
    background: rgba(255, 255, 255, .88);
    border-bottom: 1px solid rgba(48, 42, 35, .08);
    box-shadow: 0 8px 24px rgba(20, 18, 16, .05);
    padding: 18px 0 12px !important;
    margin: 0 0 34px !important;
}

.detail-3 .snaptide-gallery-topbar {
    min-height: 64px;
    margin-bottom: 28px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none;
    justify-content: space-between;
    align-items: center !important;
    gap: 18px;
}

.detail-3 .snaptide-gallery-brand {
    min-width: 0;
}

.detail-3 .snaptide-gallery-brand a {
    width: 128px;
    max-width: 128px;
    display: flex;
    align-items: center;
    color: #171717;
    text-decoration: none;
}

.detail-3 .snaptide-gallery-logo-frame {
    width: 128px;
    max-width: 128px;
    height: 58px;
    max-height: 58px;
    flex: 0 0 128px;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: grid;
    place-items: center;
    overflow: hidden;
    box-shadow: none;
}

.detail-3 .snaptide-gallery-logo-frame img {
    max-width: 118px !important;
    max-height: 52px !important;
    width: auto;
    height: auto;
    object-fit: contain;
}

.detail-3 .snaptide-book-button {
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid rgba(200, 169, 91, .36);
    border-radius: 999px;
    background: #171717;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(20, 18, 16, .16);
    transition: transform .18s, filter .18s, box-shadow .18s;
}

.detail-3 .snaptide-book-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
    box-shadow: 0 18px 38px rgba(20, 18, 16, .20);
}

.detail-3 .snaptide-book-button i {
    font-size: 15px;
}

.detail-3 .content-left,
.snaptide-contact-modal,
.snaptide-image-modal,
.snaptide-loading-box {
    border: 1px solid rgba(48, 42, 35, .12);
    border-radius: 22px;
    box-shadow: 0 22px 70px rgba(20, 18, 16, .12);
}

.detail-3 .content-left {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,250,241,.94)),
        radial-gradient(circle at 84% 8%, rgba(200,169,91,.18), transparent 32%);
    padding: 24px;
}

.detail-3 .content-left:before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 4px solid #c8a95b;
    pointer-events: none;
}

.detail-3 .header-content-left {
    padding: 18px;
    border: 1px solid rgba(200, 169, 91, .28);
    border-radius: 18px;
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
    margin-bottom: 18px;
}

.detail-3 .header-content-left .color-red {
    width: fit-content;
    margin: 0 0 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(200,169,91,.18);
    color: #9b6c15 !important;
    font-size: 11px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.detail-3 .header-content-left h3 {
    margin: 0;
    color: #171717;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 800;
}

.detail-3 .clients-time {
    display: grid;
    gap: 12px;
}

.detail-3 .clients-time .times,
.detail-3 .clients-time .clients {
    margin: 0;
    padding: 13px 14px;
    border: 1px solid rgba(48,42,35,.10);
    border-radius: 14px;
    background: rgba(255,255,255,.72);
}

.detail-3 .clients-time .font-play {
    display: block;
    margin-bottom: 4px;
    color: #9b6c15;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.detail-3 .clients-time .name-product {
    color: #2c2925;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.detail-3 .font-play,
.detail-3 h3 {
    letter-spacing: 0;
}

.detail-3 .album a img {
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(20, 18, 16, .12);
}

.detail-3 .snaptide-controls button,
.detail-3 .snaptide-controls a {
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #fff;
}

@media (max-width: 767px) {
    .oxyy-login-register .bg-white {
        border-radius: 18px !important;
    }

    .detail-3 .content-left {
        margin: 0 10px 22px;
    }

    .detail-3 .snaptide-gallery-topbar {
        min-height: 44px !important;
        margin-bottom: 18px !important;
        padding: 0 12px !important;
        border-radius: 0;
        gap: 8px;
        align-items: center !important;
        flex-direction: row;
    }

    .detail-3 .snaptide-gallery-logo-frame {
        width: 106px !important;
        max-width: 106px !important;
        height: 74px !important;
        max-height: 74px !important;
        flex-basis: 106px !important;
        border-radius: 0;
    }

    .detail-3 .snaptide-gallery-logo-frame img {
        max-width: 100px !important;
        max-height: 70px !important;
    }

    .detail-3 .snaptide-book-button {
        width: auto;
        min-height: 36px;
        padding: 0 12px;
        font-size: 12px;
    }

    .detail-3 header {
        padding: 10px 0 8px !important;
        margin-bottom: 22px !important;
    }

    .detail-3 .header-content-left h3 {
        font-size: 21px;
    }
}
