._container_1mwhs_1 {
    display: flex;
    flex-direction: column;
    width: 100%
}

._container-row_1mwhs_13 {
    display: flex;
    width: 100%;
    justify-content: space-between
}

._overall-ratings-container_1mwhs_25 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem
}

    ._overall-ratings-container_1mwhs_25 span {
        font-size: clamp(1.25rem,2vw,1.5rem);
        white-space: nowrap
    }

._slider-container_1mwhs_49 {
    display: flex;
    width: 100%;
    height: auto;
    gap: 1rem;
    align-items: center
}

    ._slider-container_1mwhs_49 span {
        font-size: clamp(1.25rem,2vw,1.5rem)
    }

._slider-content_1mwhs_73 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: .5rem
}

._slider-label_1mwhs_87 {
    margin-left: 0;
    font-size: clamp(1.25rem,2vw,1.5rem);
    font-weight: 700 !important
}

._slider-root_1mwhs_99 {
    position: relative;
    display: flex;
    align-items: center;
    height: 20px;
    width: 100%;
    cursor: pointer
}

._slider-track_1mwhs_117 {
    background-color: #e0e0e0;
    position: relative;
    flex-grow: 1;
    border-radius: 9999px;
    height: 6px
}

._slider-range_1mwhs_133 {
    position: absolute;
    background-color: #447995;
    height: 100%;
    border-radius: 9999px
}

._slider-thumb_1mwhs_147 {
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 2px solid #B0B0B0;
    border-radius: 50%;
    box-shadow: 0 2px 10px #0000004d;
    outline: none
}

._slider-ticks-container_1mwhs_169 {
    display: flex;
    width: 100%;
    justify-content: space-between
}

._reset-button_1mwhs_181 {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font: inherit !important;
    text-decoration: underline !important;
    cursor: pointer !important;
    text-align: left !important
}

    ._reset-button_1mwhs_181:hover {
        background-color: transparent !important;
        color: #333
    }

._button_1mwhs_213 {
    font-size: clamp(1.25rem,2vw,1.5rem) !important
}

._modal-backdrop_1mwhs_221 {
    background: transparent !important
}

._modal-header_1mwhs_229 {
    background-color: #f6f9fc !important;
    margin: 0 !important
}

._modal-close_1mwhs_239 {
    background-color: transparent !important;
    border: none !important
}

._modal-body_1mwhs_249 {
    display: flex;
    flex-direction: column;
    background-color: #f6f9fc !important;
    width: 40rem !important;
    height: 50rem !important;
    padding: 0 2rem 2rem !important;
    gap: 1.5rem
}

@media (max-width: 768px) {
    ._modal-body_1mwhs_249 {
        width: 100vw !important
    }
}

._modal-body_1mwhs_249 h1 {
    font-size: clamp(1rem,3vw,2rem);
    font-weight: 700
}

._modal-body_1mwhs_249 span {
    font-size: clamp(1.25rem,2vw,1.5rem) !important
}

._modal-button_1mwhs_299 {
    width: min-content;
    font-size: clamp(1.25rem,2vw,1.5rem) !important
}

._error-border_1mwhs_309 {
    border: 1px solid red;
    border-radius: 4px
}

._loading_1mwhs_319 {
    position: fixed;
    top: 0;
    left: 0
}

._button_3r0j2_3 {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: clamp(1rem,2vw,1.5rem);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #457b98;
    border-radius: 4px
}

    ._button_3r0j2_3:hover {
        color: #333;
        background-color: #e6e6e6;
        cursor: pointer
    }

._label_1tzvn_3 {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 1px
}

    ._label_1tzvn_3 label {
        font-size: clamp(1rem,2vw,1.5rem);
        margin-left: 0;
        margin-bottom: 0;
        white-space: nowrap
    }

    ._label_1tzvn_3 input[required] + label:after, ._label_1tzvn_3 select[required] + label:after {
        content: " *";
        color: red
    }

._dropdown_168zu_1 {
    border-radius: 5px;
    height: 2rem;
    box-shadow: 0 0;
    padding: 0 10px;
    border: 1px solid gray;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: content-box
}

    ._dropdown_168zu_1._error_168zu_27 {
        outline: 1px solid red
    }

._fieldset_x3ik2_1 {
    border-radius: 10px;
    padding: 14px;
    border: 1px solid gray
}

    ._fieldset_x3ik2_1 legend {
        font-size: clamp(1rem,2vw,1.5rem);
        font-weight: 700
    }

._input_qesut_1 {
    border-radius: 5px;
    height: 2rem;
    box-shadow: 0 0;
    padding: 0 10px;
    border: 1px solid gray;
    background-color: #fff;
    color: #000
}

._form_h2dfe_1 {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 6px
}

._row_12xqn_3 {
    display: flex;
    width: 100%;
    column-gap: 2rem;
    row-gap: 0px
}

@media (max-width: 768px) {
    ._row_12xqn_3 {
        flex-direction: column;
        column-gap: 0px;
        row-gap: 2rem;
        padding-bottom: 2rem
    }

        ._row_12xqn_3:last-child {
            padding-bottom: 0
        }
}

._loading_1oft4_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

    ._loading_1oft4_3 ._spinner_1oft4_21 {
        border: 8px solid rgba(0,0,0,.1);
        border-left-color: #447995;
        border-radius: 50%;
        width: 75px;
        height: 75px;
        animation: _spin_1oft4_21 1s linear infinite
    }

@keyframes _spin_1oft4_21 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

._modal_backdrop_nbz6b_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #000c;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

    ._modal_backdrop_nbz6b_1 * {
        box-sizing: border-box;
        font-family: Arial,Helvetica,sans-serif
    }

@media (max-width: 768px) {
    ._modal_backdrop_nbz6b_1 {
        position: absolute
    }
}

._modal_body_1ilm0_1 {
    padding: 2rem;
    padding-top: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

._modal_header_tos9h_1 {
    background-color: #447995;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .25rem;
    padding: .25rem
}

    ._modal_header_tos9h_1 h1 {
        display: flex;
        width: 100%;
        justify-content: center;
        font-weight: 700;
        font-size: 2.5rem;
        color: #fff;
        margin: 0;
        text-align: center
    }

._close_tos9h_43 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #525252;
    font-size: 2rem;
    background-color: #f6f6f6;
    border-radius: 3px;
    border: 2px solid gray;
    width: 2.5rem;
    height: 2.5rem
}

._cross_tos9h_69 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700
}

._draggable_tos9h_89 {
    cursor: move
}

._modal_content_eqgid_1 {
    z-index: 10;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px;
    width: auto;
    height: auto;
    max-height: 75vh;
    box-shadow: 0 4px 8px #0000001a;
    border: 1px solid gray
}

@media (max-width: 768px) {
    ._modal_content_eqgid_1 {
        max-height: 100vh
    }
}

._ratings-container_1qo40_1 {
    display: flex;
    gap: .25rem
}

._ratings-button_1qo40_11 {
    background: none;
    border: none;
    padding: 0;
    margin: 0
}

    ._ratings-button_1qo40_11 img {
        width: 20px;
        height: 20px;
        cursor: pointer
    }

    ._ratings-button_1qo40_11:disabled img {
        cursor: default
    }

._step_3vc1n_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

._content_3vc1n_19 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

._row_3vc1n_37 {
    align-items: center;
    justify-content: center;
    margin-top: 2rem
}

._user_info_1v0pq_3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.doc-rating-submission-console-container {
    display: flex;
    width: 100%
}

    .doc-rating-submission-console-container * {
        box-sizing: border-box;
        font-family: Arial,Helvetica,sans-serif
    }
