.highlight1 {
    background-color: rgba(255, 158, 62, 0.1) !important;
}

.highlight2 {
    background-color: rgba(159, 196, 81, 0.1) !important;
}

.highlight3 {
    background-color: rgba(255, 199, 42, 0.1) !important;
}

.highlight4 {
    background-color: rgba(255, 121, 45, 0.1) !important;
}

.highlight5 {
    background-color: rgba(230, 108, 255, 0.1) !important;
}

.highlight6 {
    background-color: rgba(255, 118, 94, 0.1) !important;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

.table-hover > tbody > tr:hover {
    background-color: #e9ecef;
}

.table-hover > tbody > tr > td {
    background-color: transparent;
    width: max-content !important;
}

.bootstrap-table .table thead th:first-child {
   padding-left: 8px !important;
    padding-right: 8px !important;
}

.dataTables_length{
    margin-left: 15px;
}

.dataTables_wrapper .dataTables_length select{
   width:60% !important;
}

.dataTables_wrapper .dataTables_info{
    padding-left: 8px !important;
}

.dataTables_filter{
    margin-right: 15px;
}

.pagination{
    margin-right: 10px !important;
}

.paginate_button{
    padding: 0.5em 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.paginate_button:hover, .paginate_button:active{
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
}

.reset-button{
    max-height: 40px !important;
    border: 1px solid #447DF7 !important;
    border-radius: 4px !important;
    color: #FFFFFF !important;
    background-color: #447DF7 !important;
    font-weight: 400 !important;
    padding: 8px 16px !important;
    cursor: pointer !important;
    margin-bottom: 5px !important;
    font-size: 0.875rem !important;
    line-height: 1.42857143 !important;
}

.wid{
    width: max-content;
    text-wrap: nowrap;
}

.form-control-sm{
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
}

.fs-1{
font-size: 14px;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link{
    border-radius: 2px !important;
}

.wid .badge{
    width: 26px !important;
    align-items: center !important;
}

#leads-table{
    margin: 0 !important;
}

.margin-top-reduce{
    margin-top: -15vh;
}

.overflowX{
    display: block !important;
    width: 100% !important;
    overflow-x:auto !important;
}

.col-wid > tbody > tr > td, .col-wid > thead > tr > th {
    width: max-content !important;
    vertical-align: top !important;
    min-width: 100px;
    text-wrap: nowrap;
}

.alert-success{
    background-color: #49c300 !important;
}

.reminder-badge {
    background: #ff4d4f;
    color: white;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 50px;
}
