@import url("fonts.css");
@import url("data-table.css");

#kt_app_header {
    background: url('/assets/media/backgrounds/simple.png');
}

.menu-link:hover {
    background-color: #0c82e7 !important;
    color: white !important;
}

.menu-link:hover .menu-title {
    color: white !important;
}

.modal-dialog.modal-90vw {
    max-width: 90vw;
}

.currency {
    font-size: 1.2rem;
}

.currency-comma, .currency-dot {
    margin: 0 1px;
}

/*.negative-amount {
    color: #ca0000 !important;
}
*/
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #C2DFFE;
    border-right: 16px solid #F4EC6E;
    border-bottom: 16px solid #9AE5F9;
    border-left: 16px solid #C3EEAB;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




/*
    Move this rule to another separate file as it's related to metronic issue
*/

.select2-container--bootstrap5 .select2-selection__clear {
    left: 3rem;
    right: unset;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected::after {
    left: 1.25rem;
    right: unset;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
    margin-right: 1.1rem;
    font-size: 1.1rem;
}

.btn > i {
    padding-left: unset;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.currency {
    text-align: unset !important;
}