#registration-form {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#google-recaptcha-container {
    width: 100%;
}

#section-heading {
    width: 100%;
}

#input-label {
    color: #063e5e85 !important;
    margin-bottom: 4px !important;
}

#radio-input {
    width: fit-content !important;
}

input[type="file"] {
    width: fit-content !important;
}

#radio-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

#registration-form input,
#registration-form button {
    width: 100%;
    padding: 10px;
}

#registration-form input[type="file"] {
    padding: 10px;
}

#registration-form button {
    padding: 15px 30px;
    color: #fff;
    border: none;
    cursor: pointer;
}

#registration-form h2 {
    flex: 1 1 100%;
}

#registration-form div {
    flex: 1 1 calc(50% - 10px);
}

#registration-form div[style*="100%"] {
    flex: 1 1 100%;
}

#g-recaptcha {
    flex: 1 1 100%;
}

#response-message {
    padding: 10px;
    margin: 15px 0;
    border-radius: 5px;
    text-align: center;
}

.file-input {
    display: none;
}

input[type="file"] {}

#file-upload-label {
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
    margin-bottom: 5px;
    width: fit-content;
    border-color: rgb(209 213 219) !important;
    border-style: dashed !important;
    border-width: 2px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    background: #00000A12 !important;
    border-radius: 8px;
    padding-top: 12px;
    width: 100%;
}

#file-upload-label:hover {
    opacity: 85%;
}

#small-text {
    display: block;
    color: #6c757d;
    margin-top: 5px;
    font-size: 0.875em;
}

#file-upload-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#file-upload-inner-text {
    text-align: center;
    text-wrap: balance;
    color: rgb(156 163 175) !important;
}

#click-upload-text {
    font-weight: 600 !important;
}

.checkbox-heading {
    display: block;
    width: 100%;
}

#checkbox-label {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: gray;
    cursor: pointer;
}

#checkbox-input {
    width: fit-content;
}