@import 'Server.Client.coiwjwcjg2.bundle.scp.css';
@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.mm3aqpuyun.bundle.scp.css';

/* _content/Server/Components/Common/CsUploadFile.razor.rz.scp.css */
.card-container[b-fb232fm1v4] {
    display: flex;
    justify-content: center;
    grid-column: 1;
    grid-row: 1;
}

.card-img[b-fb232fm1v4] {
    height: 300px;
    width: 250px;
    border-width: 1.75px;
    border-radius: .5rem;
    overflow: hidden;
}

.card-button[b-fb232fm1v4] {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1;
    grid-row: 1;
}
/* _content/Server/Components/Common/CsUploadImage.razor.rz.scp.css */
.card-container[b-dlmqgr3ibl] {
    display: flex;
    justify-content: center;
    grid-column: 1;
    grid-row: 1;
}

.card-img[b-dlmqgr3ibl] {
    height: 300px;
    width: 250px;
    border-width: 1.75px;
    border-radius: .5rem;
    overflow: hidden;
}

.card-button[b-dlmqgr3ibl] {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1;
    grid-row: 1;
}
/* _content/Server/Components/Login/ExternalLoginComponent.razor.rz.scp.css */
.external-login-button[b-sh4pch70ox] {
    background-color: #fff;
    border: 0 solid #e2e8f0;
    box-sizing: border-box;
    color: #0d172a;
    cursor: pointer;
    display: flex;
    font-family: "Basier circle",-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none #0d172a solid;
    text-decoration-thickness: auto;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .external-login-button:hover[b-sh4pch70ox] {
        opacity: 0.7;
    }

    .external-login-button img[b-sh4pch70ox] {
        height: 25px;
        width: 25px;
    }
/* _content/Server/Components/Login/OTP.razor.rz.scp.css */
.otpInput[b-n4zl8m0vtj] {
    width: 50px;
    height: 50px;
    border: none;
    text-align: center;
    font-size: 30px;
    background-color: var(--bs-body-bg);
}

.otpWrap[b-n4zl8m0vtj] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.errorBorder[b-n4zl8m0vtj] {
    border: 2px solid #dc3545 !important;
}

input[b-n4zl8m0vtj] {
    padding: 10px;
    margin: 5px 0 0 0;
    border-radius: 5px;
    border: 1px solid #e9ecef;
    outline: none;
}

@media only screen and (min-width: 769px) {
    .otpInput[b-n4zl8m0vtj] {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .otpInput[b-n4zl8m0vtj] {
        width: 40px;
        height: 45px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 576px) {
    .otpInput[b-n4zl8m0vtj] {
        width: 35px;
        height: 40px;
        font-size: 20px;
    }
}
/* _content/Server/Components/Members/AudioPlayer.razor.rz.scp.css */
[b-6u368g8g91] .player .hx-icon {
    font-size: 2rem !important;
}
/* _content/Server/Components/Members/FileCardComponent.razor.rz.scp.css */
.card-container[b-sosfjtkelm] {
    width: 200px;
    height: 280px;
    position: relative;
    border-radius: 10px;
}

    .card-container[b-sosfjtkelm]::before {
        content: "";
        z-index: -1;
        position: absolute;
        inset: 0;
        transform: translate3d(0, 0, 0) scale(0.95);
        filter: blur(20px);
    }

.card[b-sosfjtkelm] {
    border-radius: inherit;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    .card .img-content[b-sosfjtkelm] {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: scale 0.6s, filter 1s;
    }

        .card .img-content img[b-sosfjtkelm] {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .card .content[b-sosfjtkelm] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: var(--bs-body-color);
        background-color: #16141F;
        padding: 20px 24px;
        line-height: 1.5;
        border-radius: 5px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
    }

        .card .content .heading[b-sosfjtkelm] {
            font-size: 28px;
            font-weight: 700;
            text-align: center;
        }

        .card .content .description[b-sosfjtkelm] {
            text-align: center;
            min-height: var(--bs-body-font-size);
        }

    .card:hover .content[b-sosfjtkelm] {
        opacity: 1;
    }

    .card:hover .img-content[b-sosfjtkelm] {
        scale: 1.2;
        filter: blur(7px);
    }

@media only screen and (hover: none) and (pointer: coarse) {
    .card .content[b-sosfjtkelm] {
        opacity: 0.65 !important;
    }

    .card .img-content[b-sosfjtkelm] {
        filter: blur(1.2px) !important;
    }
}
@media only screen and (hover: hover) and (pointer: coarse) {
    .card .content[b-sosfjtkelm] {
        opacity: 0.65 !important;
    }

    .card .img-content[b-sosfjtkelm] {
        filter: blur(1.2px) !important;
    }
}
/* _content/Server/Components/Modals/AddUsersModal.razor.rz.scp.css */
table[b-hnmmhh5dgn] {
    border-collapse: separate;
    border-spacing: 10px;
}
/* _content/Server/Layouts/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-9wbqj161wt] {
    bottom: 0;
    left: 0;
    display: none;
    padding: 0.4rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 91000;
}
/* _content/Server/Layouts/MembersLayout.razor.rz.scp.css */
#blazor-error-ui[b-sc9top9f6s] {
    bottom: 0;
    left: 0;
    display: none;
    padding: 0.4rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 91000;
}
/* _content/Server/Pages/Members/DeveloperZone.razor.rz.scp.css */
/***** Chrome, Safari, Opera, and Edge Chromium *****/
[b-benr3uneie] input[type="range"]::-webkit-slider-runnable-track {
    background: #fff;
}

/******** Firefox ********/
[b-benr3uneie] input[type="range"]::-moz-range-track {
    background: #fff;
}
/* _content/Server/Pages/Members/Login.razor.rz.scp.css */
@media (min-width:600px) {
    .container-humanvalidation[b-rr9udytlpg] {
        position: absolute;
        bottom: 0;
        right: 5px;
    }
}

@media (max-width:599px) {
    .container-humanvalidation[b-rr9udytlpg] {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
        display: flex;
        justify-content: center;
    }
}
/* _content/Server/Pages/Members/Musician/AudioSamples.razor.rz.scp.css */
[b-z3j3yh99oo] .card-header {
    height: 10rem !important;
}

[b-z3j3yh99oo] .carousel-inner {
    height: 100%;
    width: 100%;
}
/* _content/Server/Pages/Members/Musician/Dashboard.razor.rz.scp.css */
[b-r6oqe4bd82] {
    --hx-calendar-day-today-background: none;
    --hx-calendar-day-today-color: none;
}
[b-r6oqe4bd82] .hx-calendar-day {
    margin: 2px;
}
/* _content/Server/Pages/Members/Profil/MembersInvitation.razor.rz.scp.css */
@media (min-width:600px) {
    .container-humanvalidation[b-tkwdgiosqj] {
        position: absolute;
        bottom: 0;
        right: 5px;
    }
}

@media (max-width:599px) {
    .container-humanvalidation[b-tkwdgiosqj] {
        display: flex;
        justify-content: center;
    }
}
/* _content/Server/Pages/Members/Profil/Profile.razor.rz.scp.css */
.list > li:not(:last-child)[b-fvehjsgsrx] {
    margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
    .otp-container[b-fvehjsgsrx] {
        max-width: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .otp-container[b-fvehjsgsrx] {
        max-width: 350px;
    }
}

@media only screen and (max-width: 576px) {
    .otp-container[b-fvehjsgsrx] {
        max-width: 300px;
    }
}
