@font-face {
    font-family: "tajawal";
    src: url("../../fonts/Tajawal-Medium.ttf");
}

* {
    font-family: "tajawal", sans-serif !important;
}

td {
    font-size: 15px;
}

.table th {
    font-size: 0.9rem !important;
    letter-spacing: 0px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

::-webkit-scrollbar {
    width: 17px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.toast-success {
    background: #28c76f !important;
    color: white !important;
    font-weight: 900 !important;
}

.toast-error {
    background: #ea5455 !important;
    color: white !important;
    font-weight: 900 !important;
}

.toast-info {
    background: #00cfe8 !important;
    color: white !important;
    font-weight: 900 !important;
}

[dir="rtl"] #toast-container>div {
    direction: rtl;
    padding: 10px !important;
}

#toast-container:not(.toast-bottom-full-width, .toast-top-full-width)>div {
    width: 250px !important;
}

[dir="rtl"] .pagination {
    padding-right: 0;
    margin: 15px;
}

.container-p-y:not([class^="pt-"]):not([class*=" pt-"]) {
    padding-top: 1rem !important;
}

.breadcrumb {
    margin-bottom: 0px !important;
}

/* .menu-item {
    margin: 0.5rem 0 !important;
} */

.menu-link div {
    margin: 0.3rem 0 !important;
}

.btn-list-modal-lg {
    width: 300px;
    display: flex;
    gap: 10px;
}

.btn-light {
    background-color: #fafafa !important;
}

.btn-list {
    display: flex !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.toast-success {
    background: #28c76f !important;
    color: white !important;
    font-weight: 900 !important;
}

.toast-error {
    background: #ea5455 !important;
    color: white !important;
    font-weight: 900 !important;
}

.toast-info {
    background: #00cfe8 !important;
    color: white !important;
    font-weight: 900 !important;
}

[dir="rtl"] #toast-container>div {
    direction: rtl;
    padding: 10px !important;
}

#toast-container:not(.toast-bottom-full-width, .toast-top-full-width)>div {
    width: 250px !important;
}

.toast-message {
    text-align: center !important;
    padding: 7px !important;
}

[dir="rtl"] .pagination {
    padding-right: 0;
    margin: 15px;
}


.text-muted,
td {
    color: #242745 !important
}

.active {
    background: #7367f0 !important;
    color: white !important;
}
/* 
body>div.layout-wrapper.layout-content-navbar>div.layout-container>div.layout-page>div>div.container-xxl.flex-grow-1>h4>div>div.card.p-2.mb-4>nav>ol>li.breadcrumb-item.active {
    background-color: transparent !important;
} */

.template-customizer-open-btn {
    display: none !important;
}

.apexcharts-legend-marker {
    border-radius: 0px !important;
    width: 20px !important;
    height: 5px !important;
    margin-left: 10px !important;
}

.card-list {
    border-bottom: 1px solid #8080804d;
    margin-bottom: 10px;
}

.apexcharts-yaxis-texts-g .apexcharts-xaxis-inversed-texts-g {
    transform: translate(-70px, 0px) !important;
}

.dropstart {
    position: inherit !important;
}
