:root {
    --primary: #0081ff; /* rgb(0, 129, 255)*/
}

.input-group-text:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.loading-list {
    background-color: #313852;
    border-radius: 0.5rem;
    padding: 5px;
    position: absolute;
    top: 0;
    margin-top: 97px;
}
.loading-list img {
    height: 25px;
}

/* Sweet Alert */
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--primary) !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(0, 129, 255, .5) !important;
}

/* Input */
.input-group .select2-container .select2-selection--single {
    display: inline;
}
.input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 0 !important;
    padding-right: 40px;
}

/* Select2 */
.select2-container .select2-selection--single {
    padding: 0.2rem .3rem;
    line-height: 1.5;
    height: 35px !important;
    border-color: #454c66 !important;
    color: #c3c3c3;
}
.select2.select2-container .select2-selection .select2-selection__placeholder {
    line-height: 1.5;
}
body.dark .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #76797d;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0 !important;
}

/* Background */
.bg-success {
    background-color: #118f80 !important;
}
