.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #dadfe5;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 99999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}

.select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #dadfe5;
    border-radius: 3px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #8d97a3;
    line-height: 36px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #dce0e538;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #206bc417;
    color: black;
}


.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaaaaa94;
    border-radius: 4px;
    padding: 7px;
    margin-top: 4px;
    margin-bottom: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{
    border: 1px solid #98989894;
    outline: none;
}

.btn-primary {

    background-color: #dba726;
    border-color: #dba726;
}

.btn-primary:hover {
    background-color: #c99e22;
    border-color: #c99e22;
}
