.pointer{
    cursor: pointer;
}
.box{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.login{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.border-shadow-primary{
    box-shadow: rgba(135, 189, 35, 0.3) 0px 0px 0px 2px !important;
}
.not-allowed{
    cursor: not-allowed !important ;
}

.alert {
    transition: opacity 0.5s ease;
}

.alert.hidden {
    opacity: 0;
    height: 0;
    padding: 0;
}
.filter .ki-duotone {
    color: unset !important
}

.reporting {
    position: fixed;
    display: flex;
    cursor: pointer;
    z-index: 105;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 20px;
    background-color: var(--bs-warning);
    box-shadow: var(--bs-scrolltop-box-shadow);
    opacity: 0.8;
    transition: color 0.2s ease;
    border-radius: 0.475rem;
}

.reporting:hover {
    opacity: 1;
    transition: color 0.2s ease;
    border-radius: 0.475rem;
}

.scrolltop {
    right: 80px;
    width: 40px;
    height: 40px;
}

table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_desc_disabled, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_disabled, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_desc_disabled {
    padding-right: 0.75rem !important;
    text-align: center;
    vertical-align: top;
}
table.dataTable td, table.dataTable th {
    text-align: center;
}
#orders td:first-child a{
    margin-left: 0px !important;
    font-size: 0.85em;
    font-weight: bold;
}

/*DATATABLE*/
.active > .page-link, .page-link.active {
    background-color: var(--bs-primary) !important;
}

#kt_feeds_reportings{
    display: flex;
    /*overflow-y: scroll;*/
    max-height: 600px;
    flex-direction: column-reverse;
    overflow: auto;
}