.iti {
    width: 100%;
}
.input-item-phone.ltn__custom-icon::before {
    z-index: 100;
}
.file-input {
    border: 0.9px solid #e4ecf2;
    padding: 16px;
}
.input-item .nice-select,
textarea,
input {
    background-color: #e4ecf2 !important;
    border-radius: 5px !important;
    margin-bottom: 0 !important;
}
.submit-request {
    background-color: #00A8E7 !important;
}
.col-12 {
    margin-bottom: 30px !important;
}
textarea {
    resize: none;
}
.file-padding {
    padding: 19px 10px 19px 10px !important;
}
.select2-container--default .select2-selection--single {
    padding: 21px 0 39px 30px !important;
    background-color: #e4ecf2 !important;
}
.number-input {
    border: aliceblue;
    padding: 20px 0 15px 12px;
}
.input-item.ltn__custom-icon::before {
    top: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px !important;
}
.input-item-textarea.ltn__custom-icon::before {
    top: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 20% !important;
}
input:focus
{
    border: 1px solid #00A8E7 !important;
    outline-offset: 0px !important;
    outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-item-pin.ltn__custom-icon::before {
    content: "\f303" !important;
}

.input-item-map.ltn__custom-icon::before {
    content: "\f3c5" !important;
}

.input-item-number.ltn__custom-icon::before {
    content: "\f0f8" !important;
}

.input-item-textarea.ltn__custom-icon::before {
    content: "\f075" !important;
}

.swal-footer {
    text-align: center;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 60px !important;
}

.input-item.ltn__custom-icon::before {
    color: black !important;
}

.input-item.ltn__custom-blur-icon::before {
    color: #00A8E7 !important;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    right: 20px;
}

.ltn__widget-title-border-2 {
    border-left: 2px solid !important;
    border-right: none !important;
    border-color: var(--ltn__secondary-color) !important;
    padding-right: 10px !important;
    position: relative !important;
}
