._container_1h30g_1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem
}

._container-row_1h30g_15 {
    display: flex;
    width: 100%
}

._average-ratings-container_1h30g_25 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem
}

    ._average-ratings-container_1h30g_25 span {
        font-size: clamp(1.25rem,2vw,1.5rem);
        white-space: nowrap;
        line-height: 20px
    }

._average-ratings-container-svg_1h30g_51 {
    width: 20px;
    height: 20px;
    cursor: pointer
}

._categories-container_1h30g_63 h1 {
    font-size: clamp(1.25rem,2vw,1.5rem);
    font-weight: 700;
    margin-top: 0
}

._categories-grid_1h30g_75 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 25rem;
    align-items: center;
    gap: 1rem
}

    ._categories-grid_1h30g_75 span {
        white-space: nowrap
    }

._modal-backdrop_1h30g_99 {
    background: transparent !important
}

._modal-body_1h30g_107 {
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem 2rem !important;
    gap: 1.5rem
}

    ._modal-body_1h30g_107 h1 {
        font-size: clamp(1rem,3vw,2rem);
        font-weight: 700
    }

    ._modal-body_1h30g_107 span {
        font-size: clamp(1.25rem,2vw,1.5rem) !important
    }

._modal-button_1h30g_139 {
    width: min-content;
    font-size: clamp(1.25rem,2vw,1.5rem) !important
}

._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-viewer-console-container {
    display: flex;
    width: 100%
}

    .doc-rating-viewer-console-container * {
        box-sizing: border-box;
        font-family: Arial,Helvetica,sans-serif
    }
