@font-face {
    font-family: 'Farsi' ;
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/stedad/Estedad-Regular.woff2") format("woff2"),
    url("../webfonts/stedad/Estedad-Regular.ttf") format("truetype");
    font-display: swap;
}

html,body {
    font-family: Farsi ;
    font-style: normal;
    direction: rtl !important;
    font-size: small!important;
}

.form-check-input {
    cursor: pointer !important;
}
 :root {
     --kt-danger : #d72638 !important;
 }

.form-floating label {
    padding-right: 1.5rem ;
}

td .form-floating label {
    padding-right: 0.5rem!important; ;
}

.main-menu-slider i {
    color: white!important;
}

/*horizontal*/
.horizontalKanbanScroll::-webkit-scrollbar {
    height: 25px;
    cursor: pointer !important;
}
.horizontalKanbanScroll::-webkit-scrollbar-track {
    background-color: transparent;
    cursor: pointer !important;
}
.horizontalKanbanScroll::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 10px;
    border: 6px solid transparent;
    background-clip: content-box;
    cursor: pointer !important;
}

.request-kanban .kanban-item {
    cursor: pointer !important;
}

.selected-menu-parent {
    color: #0a6aa1 !important;
}

th {
    cursor: pointer!important;
}

.menu-item-hover:hover{
    background: #f5f8fa !important;
}

.selected-menu-parent:hover{
    background: #f5f8fa !important;
}
 .bg-hovered {
     background: #f5f8fa !important;
 }

.tooltip {
    font-family: Farsi !important;
}

.editor-body img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 800px) {

    .hide-bg-sm {
        background-image: unset !important;
    }

    .table.dataTable {
        width: 300% !important;
    }

}

.timeline-label::before {
    right: 105px!important;
 }

.timeline-label .timeline-badge {
    margin-right: 0.7rem !important;
}


