/* /Helpers/ColorPicker.razor.rz.scp.css */
.color-picker-modal[b-7861vr990p] {
    z-index: 99;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3)
}

﻿.color-picker-modal:target[b-7861vr990p] {
    display: block;
}


.color-picker-content[b-7861vr990p] {
    height: 190px;
    width: 224px;
    margin: auto;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 12px #9d9d9d;
    -moz-box-shadow: 0 0 12px #9d9d9d;
    box-shadow: 0 0 12px #9d9d9d;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.color-picker-case[b-7861vr990p] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 32px;
    height: 32px;
}

    .color-picker-case:hover[b-7861vr990p] {
        border: 1px solid #FFF;
        cursor: pointer;
    }


.color-picker-palette[b-7861vr990p] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 160px;
}


.color-picker-show[b-7861vr990p] {
    display: block;
    animation-name: show-animation-b-7861vr990p;
    animation-duration: 0.5s;
}

@keyframes show-animation-b-7861vr990p {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.color-picker-hide[b-7861vr990p] {
    display: none;
}

.color-picker-header[b-7861vr990p] {
    background-color: #d9d9d9;
    padding: 3px;
    color: white;
}

.color-picker-title[b-7861vr990p] {
    margin: 5px;
    display: inline-block;
}

.color-picker-close-button[b-7861vr990p] {
    float: right;
    margin: 5px;
    cursor: pointer;
}

    .color-picker-close-button:hover[b-7861vr990p] {
        color: red;
    }



@media (max-width: 767px) {
    .color-picker-palette[b-7861vr990p] {
        flex-direction: row-reverse;
        height: 608px;
    }

    .color-picker-content[b-7861vr990p] {
        width: 224px;
        height: 608px;
    }
}
/* /Pages/Studies/Assessments/AssessmentList.razor.rz.scp.css */
.steps-content[b-egvufytd7k] {
    margin-top: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    min-height: 200px;
    padding: 16px 16px 0px 16px;
}
/* /Pages/Studies/Participants/ParticipantList.razor.rz.scp.css */
.steps-content[b-vqdm5meya1] {
    margin-top: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    min-height: 200px;
    padding: 16px 16px 0px 16px;
}
/* /Pages/Studies/Payments/PaymentList.razor.rz.scp.css */
.steps-content[b-57ha1izgqf] {
    margin-top: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    min-height: 200px;
    padding: 16px 16px 0px 16px;
}
/* /Pages/Studies/Questions/QuestionList.razor.rz.scp.css */
.steps-content[b-0nr7xz4se9] {
    margin-top: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    min-height: 200px;
    padding: 16px 16px 0px 16px;
}
/* /Pages/Studies/Stages/StageList.razor.rz.scp.css */
.steps-content[b-05m4h0u38c] {
    margin-top: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    min-height: 200px;
    padding: 16px 16px 0px 16px;
}
/* /Pages/Studies/StudyInfos/StudyFormWithSteps.razor.rz.scp.css */
.steps-content[b-oef13n4ll6] {
    margin-top: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    min-height: 200px;
    padding: 16px 16px 0px 16px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
