/****** Theme overrides *******/

.row {
    justify-content: left;
}

#wrapper,
div.tv-main-div,
#content_wrapper,
section#content {
    background-color: #e5e5e5;
}


/****** Form components *******/

#wam-register-form .text-larger {
    font-size: larger;
    color: #e9427a;
}

#wam-register-form .mobile-hide {
    display: inherit;
}

#wam-register-form .mobile-show {
    display: none;
}

#wam-register-form .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#wam-register-form .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#wam-register-form .input-group-prepend {
    margin-right: -1px;
}

#wam-register-form .input-group input {
    position: relative;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0;
}

#wam-register-form .form-group-separator {
    text-align: center;
}

#wam-register-form .form-group-separator small {
    position: absolute;
    margin-top: -8px;
    background-color: white;
    padding: 2px;
}

#wam-register-form .form-group-separator hr {
    margin: 2rem 0 !important;
}

@media (max-width: 640px) {
    #wam-register-form .mobile-hide {
        display: none;
    }

    #wam-register-form .mobile-show {
        display: inherit;
    }
}

#register-header {
    text-align: center;
    padding-bottom: 25px;
    text-transform: uppercase;
}

#wam-register-form ul.nav a.done {
    display: block !important;
}

#register-header h1 {
    color: #da3e7b;
}

#wam-register-form .return-form-input {
    border-radius: 5px;
    background-color: white;
    border-color: #0a0a0a;
    height: 42px;
}

#wam-register-form .d-none {
    display: none !important;
}

#wam-register-form .form-group-submit {
    text-align: center;
}

#wamregistration-container .row>div {
    background-color: #ffffff!important;
    margin-bottom: 50px;
}

#wrapper .breadcrumb {
    display: none;
}

#wamregistration-container label.label-required:after {
    color: #c24040;
    content: ' *';
}

#wamregistration-container #nature-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    align-content: stretch;
    gap: 10px;
}

#wamregistration-container #nature-list > * {
    width: 48%;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#wamregistration-container #nature-list input[type='checkbox'] {
    display: none;
}

#wamregistration-container #nature-list label {
    display: block;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

#wamregistration-container #nature-list label:hover {
    border-color: #da3e7b;
    background-color: #fff5f8;
}

#wamregistration-container #nature-list label.radio-selected {
    background-color: #fff5f8;
    border-color: #da3e7b;
    box-shadow: 0 2px 5px rgba(218, 62, 123, 0.2);
}


/****** Library overrides: Parsley, intl-tel-input, ReCAPTCHA *******/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    display: none;
    margin: 5px 0 3px;
    padding: 10px 12px;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    color: #B94A48;
    border: 1px solid #B94A48;
    border-radius: 4px;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    display: block;
}

.parsley-errors-list li {
    list-style-type: none !important;
    color: #B94A48 !important;
}

#returnForm h3 {
    text-transform: uppercase;
}

.iti__hide {
    display: none;
}

.iti__country-list li {
    list-style-type: none !important;
    padding-left: 10px !important;
}

.iti__selected-flag {
    align-items: unset;
    padding: 10px 6px 0 8px;
}

.iti__arrow {
    margin-top: 6px;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}

.g-recaptcha {
    display: inline-block;
}
