::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: rgba(110, 231, 183, 1);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(52, 211, 153, 1);
}

.scroll-thin{
    scrollbar-color: rgba(110, 231, 183, 1) #fff;
    scrollbar-width: thin;
}

.apexcharts-zoom-icon.apexcharts-selected svg {
    fill: #fff !important;
}
.apexcharts-pan-icon.apexcharts-selected svg {
    stroke: #fff !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.swal-input{
    justify-self: center;
}

span.select2-selection--multiple, span.select2-selection--single{
    border-color: rgb(134 239 172) !important;
}

.select2-selection__rendered {
    line-height: 2.5rem !important;
}
.select2-container .select2-selection--single {
    height: 2.5rem !important;
}
.select2-selection__arrow {
    height: 2.5rem !important;
}

table:has(.sib-tooltip-btn) {
    position: relative !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background: initial;
    background-color: #7066e0 !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
    background: initial;
    background-color: #dc3741 !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    background: initial;
    background-color: #6e7881 !important;
}
