
.select2-container .select2-choice {
    background: white !important;
    border: 1px solid #CED4DA;
    height: 35px !important;
}

.select2-results .select2-highlighted {
    background: var(--o-cc1-btn-primary) !important;
}

.select2-drop {
    box-shadow: none !important;
}

.select2-container.select2-container-active,
.select2-container.select2-container-active > * {
    box-shadow: none !important;
}

.select2-container .select2-choice>.select2-chosen {
    margin-top: 4px !important;
}

.select2-drop-active {
    border-color: #CED4DA;
}

.select2-search input {
    background: white;
}

.select2-container .select2-choice .select2-arrow {
    background: #e9e9e9 !important;
    border-left: none !important;
}

.select2-container .select2-choice .select2-arrow b {
    margin-top: 2px;
}

.select2-container.is-invalid {
    border: 1px #dc3545 solid;
    border-radius: 0.25rem;
}

.select2-container {
    width: 100%;
}

.border-error-phone {
    border: 1px solid #dc3545;
}
#customer_phone:: {
    background-color: #dc3545;
}
.col-sm > .iti {
    display: block;
}
