#mainform a {
    color: #000000;
    text-decoration: underline;
}


#mainform .files .files-notify {
    font-size: 13px;
    color: #747474;
    font-style: italic;
    padding: 7px 0;
}

#mainform .files .files-error {
    padding: 7px 0;
}

#mainform .files li {
    margin: 0 0 0 15px;
    font-size: 13px;
    color: #ef9999;
}

.frw-red-text {
    color: red;
}

.frw-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px 0;
    max-width: 100%;
}

.frw-title div:last-child {
    font-weight: bold;
}

.frw-wrapper {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.frw-container form {
    width: 80%;
    padding: 20px !important;
}

@media (max-width: 992px) {
    .frw-container form {
        width: 100%;
        padding: 0 !important;
    }
}

.frw-consent {
    font-size: 13px;
    margin: 20px 0;
    padding: 10px 0;
}

.frw-consent a {
    text-decoration: underline;
}

.frw-consent-title {
    /*font-size: 13px;*/
}

#candidateFullName {
    display: inline-block;
    font-weight: 600;
}

.frw-consent-body {
    max-width: 900px;
    font-size: 14px;
    line-height: 1.4;
}

.frw-consent-body p {
    padding: 10px 0 10px 5px;
}

.frw-btn {
    display: block;
    text-align: center;
    /*
        max-width: 200px;
        min-width: 120px;*/
    margin: 10px 10px 10px 0;
    padding: 10px 20px;
    border: none;
    background-color: #d86c1c;
    cursor: pointer;
    font-size: 14px;
    color: white;
}

.frw-btn:hover {
    background-color: #2c3443;
    transition: background-color 0.3s;
}


.frw-check-alert-text {
    /*border-color: #ef9999 !important;*/
    box-shadow: 0px 0px 3px 0px #d86c1c !important;
    background-color: #f3931403;
}

.frw-check-alert-checkbox {
    color: #d86c1c !important;
}

/* consent 2 */
table.frw {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: auto;
    overflow: scroll;
}

table.frw, table.frw td, table.frw th {
    border: 1px solid #595959;
    text-align: center;
}

table.frw td, table.frw th {
    padding: 3px;
    width: 30px;
    height: 35px;
}

table.frw th {
    background: #347c99;
    color: #fff;
    font-weight: normal;
}

.frw-result-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    font-size: 22px;
    color: #2c3443;
    text-align: center;
    height: 50%;
}

.frw-result-message div:first-child {
    font-weight: bold;
    padding: 20px;
}

.frw-result-message div:last-child {
    font-size: 18px;
}

.frw-result-message a {
    color: #186acb;
    cursor: pointer;
    transition: 0.3s;
}

.frw-result-message a:hover {
    color: #659dde;
}

.frw-result-message span {
    color: #186acb;
    cursor: pointer;
    transition: 0.3s;
}

.frw-result-message span:hover {
    color: #659dde;
}

.clr-red {
    text-decoration: underline red;
}

.content h1 {
    display: none;
}

#form_popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 35%);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

#form_popup .form_loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #d86c1c;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

#form_popup .popup-message {
    font-size: 16px;
    color: white;
    padding: 10px;
    text-align: center;
}

#form_popup .message-success {
    font-size: 26px;
    font-weight: bold;
    color: #d86c1c;
    text-shadow: 1px 1px 12px rgb(0 0 0 / 31%);
}

#form_popup .message-error {
    font-size: 28px;
    font-weight: bold;
    color: rgba(255, 0, 0, 0.89);
    text-shadow: 1px 1px 12px rgb(0 0 0 / 31%);
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.typical__area .content h1 {
    display: none;
}


/*
RESPONSE START
*/
form .row-block {
    /*flex: 0 0 200px;*/
    width: 100%;
}

.form-text {
    display: block;
    padding: 15px 0;
}

/*
RESPONSE END
*/
.iti {
    margin: 5px 5px 2px 0;
    width: 100%;
}

.iti__flag {
    background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../img/flags@2x.png");
    }
}

.files-notify {
    display: none;
    font-size: 13px !important;
    margin-bottom: 10px;
}

.form-respond__item {
    margin-top: 10px;
}

.frw-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.files-error {
    color: red;
    font-size: 10px;

    ul {
        margin-top: 8px;
        margin-left: 15px;

        li {
            position: relative;
        }

        li::after {
            content: '';
            position: absolute;
            left: -10px;
            background: #ff7c00;
            top: calc(50% - 1px);
            height: 2px;
            width: 6px;
        }
    }
}

.consent,
.consent-distribution{
	margin: auto;
}

.checkbox__input:focus + .checkbox__label:before {
    -webkit-box-shadow: 0 0 5px #d86c1c;
    box-shadow: 0 0 5px #d86c1c;
}

.checkbox__input:checked + .checkbox__label:before {
    background: #d86c1c;
}
.checkbox__label:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #a7a9ac;
}
._form-error .checkbox__label::before {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(255, 0, 0, 0.89);
    box-shadow: 0px 0px 4px 2px rgba(255, 0, 0, 0.89);
}