.section-container{
    margin-bottom: 80px;
}
.close{
    cursor: pointer;
}

#backBtn{
    background-color: white;
    color: gray;
    border: 2px solid gray;
    font-weight: 500;
}

.stepper .steps.active{
    background-color: #0060CD;
}

.line-placeholder{
    background-color: #D6D6D6;
    width: 100%;
}

.line{
    background-color: #0060CD;
}

.line-placeholder, .line{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    z-index: 0;
}

.popup-content-container{
    padding: 24px;
    background-color: white;
    position: relative;
    width: 100%;
}

.accent-bg{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.popup-footer-container{
    display: flex;
    gap: 8px;
}

.popup-footer-container button{
    padding: 12px;
    width: 100%;
    color: white;
    background-color: #1654F1;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border: none;
    border-radius: 4px;
    margin-top: 14px;
}

.popup-header-container{
    background: transparent;
    color: white;
    display: flex;
    color: black;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}
.popup-header-container svg{
    width: 48px;
    height: 48px;
}

.header-text-container h4{
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 16px;
}

.header-text-container p{
    color: #585858;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
}

.popup-form-container{
    /* padding: 0 24px 24px; */
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: transparent;
    /* max-height: 400px; */
    height: 100%;
    position: relative;
    z-index: 2;
    /* overflow-x: hidden;
    overflow-y: auto; */
}

.two-row-form{
    display: flex;
    gap: 8px;
}

.popup-input{
    font-size: 14px;
    padding: 12px;
    border: 1px solid #D9D9D9 !important;
    width: 100%;
    border-radius: 4px !important;
}

.popup-input:focus{
    outline: none;
    border-color: #0060CD !important;
}
.popup-input::placeholder{
    color: #A0A0A0;
}
.popup-input:disabled{
    background-color: #F5F5F5;
    color: #A0A0A0;
}
.popup-input:disabled::placeholder{
    color: #A0A0A0;
}
.popup-input:disabled:hover{
    border-color: #D9D9D9 !important;
}

.popup-btn-next:disabled, .popup-btn-submit:disabled {
    opacity: 50%;
}

.popup-title-input {
    font-size: 14px;
}

[x-cloak] {
    display: none;
}

.btn-active,
.btn-active:hover {
    font-size: .9rem;
    font-weight: 600;
    color: var(--yellow);
    background-color: var(--blue);
    border-radius: 4px;
    text-transform: uppercase;
}

.iti {
    width: 100%;
}

.iti--allow-dropdown input{
    padding: 12px 0px;
}

.iti__dropdown-content{
    width: 250px !important;
}

.iti__search-input{
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.ts-control {
    padding: 4px !important;
    border: transparent !important;
    border-radius: 0px !important;
}

.ts-control input {
    font-size: 16px !important;
}

.ts-control .item, .ts-dropdown-content {
    font-size: 14px;
}

.ts-control input {
    border-radius: 0px !important;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 6px 30px !important;
}

.form-check-input {
    padding: 0px !important;
}

.iti--inline-dropdown .iti__dropdown-content {
    margin-left: -35px !important;
}

.iti__search-input {
    border: unset !important;
    padding: 12px !important;
}

.alert-validation {
    font-size: 12px;
}

.select2-selection {
    border-radius: 4px !important;
    border: 1px solid #D9D9D9 !important;
    padding: 12px !important;
    height: 100% !important;
    width: 100% !important;
}

.select2-container .select2-selection--single {
    cursor: default !important;
    /* padding-bottom: 0px !important; */
}
.select2-container .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 4px !important;
    border: 1px solid #D9D9D9 !important;
    padding: 12px !important;
    height: 100% !important;
}
.select2-container .select2-dropdown,
.select2-container--bootstrap .select2-dropdown {
    border-radius: 4px !important;
    border: 1px solid #D9D9D9 !important;
}
.select2-container .select2-dropdown--below,
.select2-container--bootstrap .select2-dropdown--below {
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: -8px !important;
}
.select2-container .select2-dropdown--above,
.select2-container--bootstrap .select2-dropdown--above {
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-top: 8px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow {
    right: 15px !important;
    width: 15px !important;
}
.select2-selection .select2-selection__arrow b {
    border: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
    background-position: center;
    height: 15px !important;
    width: 15px !important;
    margin: auto 0 !important;
    top: 0 !important;
    bottom: 0 !important;
}

.select2-selection__placeholder {
    color: 131313 !important;
    font-size: 14px !important;
}

.select2-results__options, .select2-selection__rendered {
    font-size: 14px;
}

.select2-selection__choice__remove {
    border: none;
    background: none;
    padding: 0;
}

.select2-search__field {
    border: none !important;
    font-size: 14px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field  {
    height: 25px !important;
    padding: 0px !important;
    line-height: unset !important;
    border-radius: unset !important;
}

.select2-selection__choice__display {
    font-size: 14px !important;
}

.select2-results__option--selected {
    background-color: #DDDDDD;
}
