/*.choices {margin-bottom: 1rem;}*/
.choices__list--single {padding:0;}
.choices__inner {
    /*all:revert;*/

    /* display: inline-block; */
    /*vertical-align: top;*/
    /* width: 100%; */
    /*padding-top: -1px !important;*/
    padding: 0.5rem;
    padding-top: 10px !important;
    padding-right: 3px !important;
    padding-bottom: 0px !important;
    padding-left: 6px !important;
    width: 99.2% !important;
    border: 1px solid #777;
    border-radius: 0;
    /*min-height: 44px;*/
    overflow: hidden;
    background: #fff;
    border:2px solid #707372;
    font-size: 19px;
    color: #1a1c1a;
    font-family: inherit !important;
    /*min-height: 44px !important;*/
    font-weight: 400;
    margin: var(--vf-stack-margin, 0) 0 0 0;
}
.choices__heading {
    font-size: 1.1rem !important;
    color: var(--vf-color--black);
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #D1E3F6 !important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #D1E3F6 !important;
}

.captcha {
    border: 1px solid #888;
    padding: 1em;
    margin-bottom: 1em;
    width: 15em;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    height: 2rem;
    background: #fff;
}
.captcha p {
    line-height: 0.5rem;
    float: left;
}
.captcha div {
    float: left;
    padding-left: 1em;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    left: 1px;
    appearance: none;
    border: 1px solid #777;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
@media screen and (min-width: 0\0) {
}
select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #777;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
select::-ms-expand {
    display: none; }
select[multiple] {
    height: auto;
    background-image: none; }
select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
    border-color: #d41645;
}
.is-invalid-input:not(:focus)::placeholder {
    color: #ec5840; }

/*.is-invalid-label {*/
/*    color: #ec5840; }*/

.form-error {
    display: none;
}
.form-error.is-visible {
    display: block; }


.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: bold;
    user-select: none; }

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0; }

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    color: #fff !important;
    height: 2rem;
    border-radius: 0;
    background: #54585a;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    cursor: pointer; }
input + .switch-paddle {
    margin: 0; }
.switch-paddle::after {
    position: absolute;
    color: #fff;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
input:checked ~ .switch-paddle {
    background: #18974c; }
input:checked ~ .switch-paddle::after {
    left: 2.25rem; }
input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5; }
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
    color: #fff;
    position: absolute;
    /*top: 50%;*/
    trancaptchasform: translateY(-50%); }

.switch-active {
    left: 8%;
    display: none; }
input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
    right: 15%; }
input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
    height: 1.5rem; }
.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
.switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
.switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
    height: 1.75rem; }
.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
.switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
.switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
    height: 2.5rem; }
.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
.switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }
input, input[type="checkbox"] {
    cursor: inherit;
}
