.participants-form-block {
    max-width: 1230px;
}

.participants-form-label {
    font-size: 16px;
    color: #252A37;
    white-space: nowrap;
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
    margin: 0 0 12px 18px;
}

.participants-input {
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    outline: none;
    font-size: 16px;
    color: #252A37;
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
    height: 58px;
    padding: 0 18px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(158, 158, 158, 0.2);
    -moz-box-shadow: 0px 4px 8px 0px rgba(158, 158, 158, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(158, 158, 158, 0.2);
}

.label-small {
    font-size: 13px;
    color: #9B9B9B;
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
}

.upload-group {
    height: 94px;
    display: flex;
    align-items: flex-end;
}

#input-file {
    display: none;
}

.upload-label {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    outline: none;
    font-size: 16px;
    color: #252A37;
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
    height: 58px;
    padding: 0 18px;
    -webkit-box-shadow: 0px 4px 8px 0px rgb(158 158 158 / 20%);
    -moz-box-shadow: 0px 4px 8px 0px rgba(158, 158, 158, 0.2);
    box-shadow: 0px 4px 8px 0px rgb(158 158 158 / 20%);
    cursor: pointer;
}

.resume-file {
    font-size: 13px;
    color: #E2E2E2;
    font-family: "RobotoCondensed-Regular";
    font-weight: 400;
    font-style: normal;
    margin-left: 14px;
    margin-bottom: 1px;
}

.consent-text {
    font-size: 17px;
    color: #767676;
    font-family: "Roboto-Medium";
    font-weight: 500;
    font-style: normal;
    margin-left: 10px;
}

.consent-text:hover {
    color: #767676;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.custom-checkbox:checked + label::before {
    border-color: #27AE00;
    background-color: #27AE00;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: #27AE00;
}

.custom-checkbox:not(:disabled):active + label::before {
    background-color: #27AE00;
    border-color: #b3d7ff;
}

.custom-checkbox:disabled + label::before {
    background-color: #27AE00;
}

.green-button {
    width: 70%;
}

@media (max-width: 1559px) {
    .participants-form-label {
        font-size: 15px;
    }

    .consent-text {
        font-size: 16px;
    }

    .label-small {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .participants-form-label {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        margin: 0 0 8px 0px;
    }

    .label-small {
        font-size: 13px;
    }

    .upload-group {
        height: 77px;
        margin-top: 32px;
    }

    .consent-text {
        font-size: 14px;
    }

    .custom-checkbox + label::before {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 767px) {
    .upload-group {
        margin-top: 0;
    }

    .participants-input {
        padding: 0 14px;
    }
}

@media (max-width: 575px) {
    .participants-form-label {
        font-size: 15px;
    }

    .label-small {
        font-size: 12px;
    }

    .consent-text {
        margin-left: 0;
        font-size: 13px;
    }
}

@media (max-width: 374px) {
    .label-small {
        font-size: 10px;
    }

    .consent-text {
        font-size: 12px;
    }
}