html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.btn-soft:hover {
    background-color: rgb(230, 230, 230) !important;
}

:root {
    --bs-btn-active-border-color: rgba(0,0,0,0) !important;
}

#loadingOverlay {
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2;
}


.paginate_button {
    padding: 0px !important;
    margin-top: .45rem !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.paginate_button.current {
    background: rgba(0,0,0,0) !important;
    background: rgb(230, 230, 230) !important;
    border: 1px solid #21252a !important;
    border-radius: var(--bs-border-radius-pill)!important;
}

.paginate_button:hover {
    background: #585858 !important;
    border: 1px solid #585858 !important;
    border-radius: var(--bs-border-radius-pill)!important;
}

section {
    height: calc(100vh - 55px);
    overflow-y: scroll;
}
#home {
    height: unset;
    overflow-y: unset;
}

input[type=search] {
    outline-offset: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.dataTables_filter {
    margin-top: 0 !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    padding: 0.375rem 0.75rem !important;
    margin-left: 0 !important;
 }


.bi-bold{
    -webkit-text-stroke: 2px;
}


.dselect-group div.dselect-wrapper {
    flex: 1 1 auto;
}
.dselect-group div.dselect-wrapper button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dtr-title {
    width: 120px;
}

.dataTables_paginate {
    margin-top: 0 !important;
    width: 100%;
}

#couriers-table_filter label {
    width: 100%;
}

.pointer {
    cursor: pointer;
}


.badge-function {
    font-size: .9rem !important;
}

#collapse-excel-functions {
    overflow-y: scroll;
    max-height: calc(100vh - 15rem);
}
#collapse-excel-functions hr {
    margin: .5rem 0 !important;
}

#home-cards-wrapper {
    overflow-y: auto;
    max-height: calc(100vh - 11rem);
}


.daterangepicker {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.drp-calendar, .drp-buttons {
    display: none !important;
}