
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../webfonts/Lato-Regular.ttf');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html,body {
    font-family: 'Lato', Helvetica, Arial, sans-serif !important;
}

.form-check-input {
    cursor: pointer !important;
}


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

td .form-floating label {
    padding-left: 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;
 }

.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: 67px!important;
 }

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

.has-action {
    position: relative;
}

.has-action:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0077b5;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.dtrg-group {
    text-align: center;
    background: var(--kt-dark-light) !important;
}

thead {
    font-weight: 600 !important;
}

@media (max-width: 1550px) and (min-width:1300px) {

    .dataTable {
        font-size: 12px !important;
    }
}

.dataTables_empty {
    text-align: center;
    padding: 30px !important;
    background: var(--bs-gray-100) !important;
    border-radius: 4px;
}

.swal2-container .swal2-html-container {
    text-align: justify !important;
    line-height: 1.5 !important;
    max-height: unset !important;
}
