input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

#preloader {
    background-color: #06060678;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

#loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #009ef7;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.swal2-image {
    margin: 0px;
}

.table#kt_datatable_index td, .table th {
    vertical-align: top;
    white-space: nowrap;
}

.tabs {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    gap: 2px;
}
.tab {
    padding: 8px 30px;
    text-align: center;
    background: #f3f3f3;
    cursor: pointer;
    transition: background 0.3s;
    color: #a8a8a8;
}

.tab a {
    color: #a8a8a8;
}
.tabs a:first-child .tab {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.tabs a:last-child .tab {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tab.active {
    background: #50CC89;
    color: white;
}

.tab.active a {
    color: white;
}

@media (max-width: 991.98px) {
    .mt-custom {
        padding-top: 120px;
    }
}

.pos-bg-light-danger {
    background-color : #ffe4eb !important;
}

.pos-bg-light-primary {
    background-color : #e0f4ff !important;
}

.pos-bg-light-success {
    background-color : #d3ffe7 !important;
}

.pos-bg-light-warning {
    background-color : #fff2c3 !important;
}

.pos-bg-light-info {
    background-color : #efe8ff !important;
}

.pos-bg-light-dark {
    background-color : #efefef !important;
}

.pos-bg-light-orange {
    background-color : #ffebdc !important;
}

.pos-bg-light-cyan {
    background-color : #cefdff !important;
}

.pos-bg-light-pink {
    background-color : #ffe7f8 !important;
}

.pos-bg-cyan {
    background-color : #60bcc0 !important;
    color: white !important;
}