﻿.overlay {
    align-items: flex-start;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.overlay-2 {
    position: fixed;
    align-items: center;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: fit-content;
    min-height: 100vh;
    width: 100vw;
    z-index: 4206969;
    display: flex;
    justify-content: center;
    transition: none;
}

    .overlay-2 * {
        box-sizing: border-box;
    }


        .overlay-2 *::-webkit-scrollbar {
            width: 7px;
        }

        .overlay-2 *::-webkit-scrollbar-thumb {
            border-radius: 7px;
            -webkit-box-shadow: inset 0 0 6px rgb(113 112 116 / 50%);
            -moz-box-shadow: inset 0 0 6px rgba(113, 112, 116, 0.5);
        }

        .overlay-2 *::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgb(113 112 116 / 30%);
            -moz-box-shadow: inset 0 0 6px rgba(113, 112, 116, 0.3);
        }

.overlay-close {
    top: 20px;
}

    .overlay-close .icon-modal-close_black {
        width: 15px;
        height: auto;
    }

#submitReview .review-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ED1B34;
    color: white;
    font-family: catamaran-regular;
    font-size: 14px;
    line-height: 125%;
    border: 1px solid transparent;
    text-decoration: none;
    width: 100%;
    height: 38px;
    min-height: 38px;
    text-align: center;
    filter: none;
    margin: 0px 0px 20px 0px;
}

#submitReview .review-form .submit-review-form-inputs input,
#submitReview .review-form .select-wrapper select {
    padding: 0 5px;
    max-height: 30px;
    min-height: 30px;
    font-size: 12px;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'catamaran-regular';
}

.overlay-2 .overlay-2-background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.6);
    z-index: 69;
    cursor: pointer;
}

.overlay-2 .overlay-close {
    position: unset;
    width: 100%;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
    max-width: unset;
    max-height: unset;
    padding-right: 1px;
}

    .overlay-2 .overlay-close .icon-modal-close_black {
        width: 16px;
        height: 16px;
        position: unset;
        object-fit: contain;
        object-position: center;
    }

.overlay-2 #submitRequestInfo-2 {
    z-index: 420;
    position: relative;
    background: transparent;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 424px;
    height: fit-content;
    margin: 30px 0px;
    margin-top: 10px;
    transition: none;
}

    .overlay-2 #submitRequestInfo-2 .req-info {
        background: #333333;
        border: 1px solid #FFFFFF;
        padding: 16px 18px;
        height: 54px;
        width: 74%;
        z-index: 74;
        position: relative;
    }

        .overlay-2 #submitRequestInfo-2 .req-info h4 {
            font-family: syncopate-bold;
            font-size: 20px;
            line-height: 22px;
            color: #FFFFFF;
            white-space: nowrap;
        }

    .overlay-2 #submitRequestInfo-2 .req-from {
        background: #FFFFFF;
        padding: 22px;
        margin-top: -22px;
        height: fit-content;
        max-height: calc(100vh - 92px);
        overflow-y: auto;
    }

        .overlay-2 #submitRequestInfo-2 .req-from p {
            font-family: 'catamaran-regular';
            font-size: 14px;
            line-height: 120%;
            letter-spacing: 0.02em;
            color: #000000;
            opacity: 1 !important;
        }

    .overlay-2 #submitRequestInfo-2 .CountryID {
        transition: none;
        animation: none;
    }

    .overlay-2 #submitRequestInfo-2 .req-from #modal_dialog_form_request_info {
        margin-top: 12px;
        width: 100%;
    }

    .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs {
        width: 100%;
    }

        .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .radio-wrapper {
            display: flex;
            grid-gap: 20px;
            justify-content: space-between;
        }

        .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .switch {
            display: none;
            transition: none;
            animation: none;
        }

        .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .radio-wrapper {
            margin-top: 10px;
            margin-bottom: 21px;
            display: flex;
            justify-content: space-between;
            column-gap: 10px;
        }

            .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .radio-wrapper p {
                margin-top: 5px;
                width: calc(100% - 88px);
            }

            .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .radio-wrapper input[type="radio"]:checked + label {
                background-color: black;
                color: white;
            }

            .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .radio-wrapper label {
                background-color: white;
                color: black;
                border-radius: 4px 4px 4px 4px;
                padding: 5px 11px;
                box-shadow: 0px 3px 7px rgb(0 0 0 / 25%);
                cursor: pointer;
                font-size: 12px;
                font-family: catamaran-regular;
                font-size: 11px;
                width: 38px;
            }


            .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .radio-wrapper .radio {
                width: 77px;
            }

        .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs input,
        .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs select {
            width: 100%;
            font-size: 12px;
            line-height: 120%;
            color: #444242;
            background: #F8F8F8;
            border: 1px solid #DCDCDC;
            margin: 0px;
            margin-bottom: 20px;
            font-family: 'catamaran-regular';
        }

        .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .error {
            border: 1px solid red;
        }

        .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .input-wrapper {
            width: 100%;
            position: relative;
        }

        .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs select option {
            padding: 8px;
            font-family: 'catamaran-regular';
        }

        .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .error-section-modal-request-info {
            display: none;
            height: fit-content;
            position: absolute;
            right: 6px;
            z-index: 22;
            top: -7px;
            padding: 3px 0px;
            transition: none;
            animation: none;
        }

            .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .error-section-modal-request-info * {
                transition: none;
                animation: none;
            }

            .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .error-section-modal-request-info .error-alert-img {
                width: fit-content;
                height: 8px;
                display: inline-flex;
                align-items: center;
            }

            .overlay-2 #submitRequestInfo-2 .submit-review-form-inputs .error-section-modal-request-info p.error-alert-content {
                /* display: none; */
                display: inline-block;
                line-height: 100%;
                font-size: 10px;
                color: red;
                margin-bottom: 0px;
            }

    .overlay-2 #submitRequestInfo-2 a.clickyclicky {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ED1B34;
        color: white;
        font-family: catamaran-regular;
        font-size: 14px;
        line-height: 125%;
        border: 1px solid transparent;
        text-decoration: none;
        width: 100%;
        height: 38px;
        min-height: 38px;
        text-align: center;
        filter: none;
        margin: 0px 0px 20px 0px;
        cursor: pointer;
    }

        .overlay-2 #submitRequestInfo-2 a.clickyclicky label {
            padding-right: 0px;
            margin-top: 0px;
            font-size: 16px !important;
            font-family: catamaran-medium;
            letter-spacing: 0.02em;
            cursor: pointer;
        }

        .overlay-2 #submitRequestInfo-2 a.clickyclicky:hover {
            border: 1px solid #ED1B34;
            color: #ED1B34;
            background-color: white;
        }

            .overlay-2 #submitRequestInfo-2 a.clickyclicky:hover label {
                color: #ED1B34;
            }

    .overlay-2 #submitRequestInfo-2 small {
        font-size: 10px;
        line-height: 130%;
        text-align: center;
        color: var(--DarkBlue);
        font-family: catamaran-regular;
        width: 100%;
        display: block;
    }

        .overlay-2 #submitRequestInfo-2 small * {
            text-align: center;
        }

@media only screen and (max-width: 800px) {
    .overlay-2 #submitRequestInfo-2 .req-from p {
        font-size: 12px;
    }

    .overlay-2 #submitRequestInfo-2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 319px) {

    .overlay-2 #submitRequestInfo-2 * {
        word-break: break-all;
    }

    .overlay-2 #submitRequestInfo-2 .req-info {
        height: fit-content;
    }

        .overlay-2 #submitRequestInfo-2 .req-info h4 {
            white-space: normal;
        }
}
