#kpi_range{
    background-color: black !important;
    color:white !important;
}
.daterangepicker .ranges ul{
    background-color: black !important;
    color:white !important;
    font-family: "Maersk Headline" !important;
}
.daterangepicker .ranges li.active{
    background-color: #1f74fd !important;
}
.daterangepicker .ranges li:hover{
    background-color: #23344c !important;
}
[data-range-key="Custom Range"]{
    display: none !important;
}
.spinner-xl{
    width: 7em !important;
    height: 7em !important;
}
.bg-clr{
    width: 10px !important;
    height : 10px !important;
    display: inline-block;
    margin: 0 5px 8px 0;
    vertical-align: -9.4px;
    border: 1px solid black;
    border-radius: 50%;
}
.font-size-sm{
    font-size: 10px !important;
    font-weight: bold;
}

td {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px !important;
}
th {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px !important;
}
.scrollup{
    display: none !important;
}
.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: #ebeaec;
}

.first-col {
    left: 0px;
}

.select2-selection__rendered{
    font-size: 14px !important;
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

.select2-selection{
    background-color: #0f1c2f !important;
    border:none !important;
    border-bottom: 1px solid #1f74fd !important;
}

.bg-light-danger {
    background-color: #d9534f !important;
    color: white !important;
}

.bg-light-success {
    background-color: #5cb85c !important;
    color: white !important;
}