:root{--primary-color:#027a92;--primary-color-dark:#02657a;--bs-primary:#027a92;--bs-primary-rgb:2,122,146;--primary-light-color:#5bcce3;--secondary-color:#6c757d;--bs-secondary:#6c757d;--text-muted:#555;--text-muted-light:#ada8a8;--secondary-light-color:#777;--secondary-dark-color:#6b6363;--tertiary-color:#ef866e;--tertiary--light-color:#f1b3a4;--white-smoke-color:#d5d5d5;--black-light-color:#282a2c;--black-color:#232526;--white-color:#fff;--white-light-color:#f3f0f0;--blue-light-color:#f4faff;--success-color:#4f805d;--danger-color:#b0413e;--info-color:#2f96b4;--warning-color:#f89406}form:not(.search-section):not(.ea-edit-form){display:flex;flex-direction:column;font-size:18px;font-size:1.125rem}form:not(.search-section):not(.ea-edit-form) label{display:block;font-size:18px;font-size:1.125rem;font-weight:500;margin-bottom:.3rem;margin-top:1rem}form:not(.search-section):not(.ea-edit-form) label.required:after{color:#b0413e;content:"*";font-weight:700;margin-left:5px}form:not(.search-section):not(.ea-edit-form) input[type=email],form:not(.search-section):not(.ea-edit-form) input[type=password],form:not(.search-section):not(.ea-edit-form) input[type=tel],form:not(.search-section):not(.ea-edit-form) input[type=text],form:not(.search-section):not(.ea-edit-form) textarea{border:1px solid #ccc;border-radius:4px;padding:.6rem;transition:border-color .2s;width:100%}form:not(.search-section):not(.ea-edit-form) input[type=email]:focus,form:not(.search-section):not(.ea-edit-form) input[type=password]:focus,form:not(.search-section):not(.ea-edit-form) input[type=tel]:focus,form:not(.search-section):not(.ea-edit-form) input[type=text]:focus,form:not(.search-section):not(.ea-edit-form) textarea:focus{border-color:#00bcd4;outline:none}form:not(.search-section):not(.ea-edit-form) .iti{width:100%}form:not(.search-section):not(.ea-edit-form) .iti input{padding-left:45px}form:not(.search-section):not(.ea-edit-form) .field-error,form:not(.search-section):not(.ea-edit-form) .field-error-slide{color:#dc3545;font-size:16px;font-size:1rem;width:100%}form:not(.search-section):not(.ea-edit-form) .button-group-selector{display:flex;flex-wrap:wrap;gap:.5rem}form:not(.search-section):not(.ea-edit-form) .button-group-selector__item{background-color:#eef2f3;border:1px solid transparent;border-radius:20px;cursor:pointer;padding:.5rem 1rem;transition:all .2s ease}form:not(.search-section):not(.ea-edit-form) .button-group-selector__item:focus-visible,form:not(.search-section):not(.ea-edit-form) .button-group-selector__item:hover{background:#e5f6ff;border-color:var(--primary-color);outline:none}form:not(.search-section):not(.ea-edit-form) .button-group-selector__item.active{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.checkbox-btn{align-items:center;display:flex!important}.checkbox-btn:hover{cursor:pointer}.checkbox-btn span:not(.checkbox-label){align-items:center;background-color:transparent;border:3px solid var(--primary-color);display:flex;height:20px;justify-content:center;transition:.3s;width:20px}.checkbox-btn span:not(.checkbox-label):before{border-bottom:3px solid #fff;border-left:3px solid #fff;bottom:2px;content:"";display:inline-block;height:5px;position:relative;transform:scale(0) rotate(-45deg);transition:.6s;width:12px}.checkbox-btn .checkbox-label{padding-left:10px;width:calc(100% - 25px)}.checkbox-btn input{display:none}.checkbox-btn input:checked~span{background-color:var(--primary-color)}.checkbox-btn input:checked~span:before{transform:scale(1) rotate(-45deg)}.checkbox-btn input:not(:checked)~span{border:2px solid var(--primary-color)}.switch-btn span{align-items:center;background-color:#ddd;border-radius:30px;display:flex;height:28px;padding:0 3px;position:relative;transition:.3s;width:50px}.switch-btn span:before{background-color:#fff;border-radius:50%;content:"";display:inline-block;height:16px;left:5px;position:absolute;transition:.6s;width:16px}.switch-btn input{display:none}.switch-btn input:checked~span{background-color:var(--primary-color)}.switch-btn input:checked~span:before{left:30px}.radio{min-width:90px}.radio input[type=radio]{opacity:0;position:absolute}.radio input[type=radio]+.radio-label:before{background:#f4f4f4;border:2px solid var(--primary-color);border-radius:100%;content:"";cursor:pointer;display:inline-block;height:1.4em;margin-right:.5em;position:relative;text-align:center;transition:all .25s ease;vertical-align:top;width:1.4em}.radio input[type=radio]:checked+.radio-label:before{background-color:var(--primary-color);box-shadow:inset 0 0 0 4px #f4f4f4}.radio input[type=radio]:focus+.radio-label:before{border-color:var(--primary-color);outline:none}.radio input[type=radio]:disabled+.radio-label:before{background:#b2b2b2;border-color:#b2b2b2;box-shadow:inset 0 0 0 4px #f4f4f4}.radio input[type=radio]+.radio-label:empty:before{margin-right:0}