
.text-blue {
    color: #007bff !important;
}

.small-20 {
    width: 20px !important;
}

.even {
    background: #fff !important;
}

.odd {
    background: rgba(0, 0, 0, .05) !important;
}

.word-break {
    word-break: break-word;
}

.car_details_bg {
    height: calc(100vh - 240px);
    background-image: url("../image/car-detail.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.splitButtons {
    background: none !important;
    border: none !important;
}

div#dashboar_datatable_length {
    padding: 0;
    margin: 0;
}

a#dashboar_datatable_previous {
    padding: 0;
    margin: 0;
}

.dataTables_length.list_year_filter {
    padding-left: 15px;
    margin: 0;
}

.splitButtons:focus {
    outline: none !important;
}

.multiple-subcontractor-action {
    min-width: 99px !important;
    display: flex;
    justify-content: flex-end;
}

.w_80_px {
    width: 80px;
}

.btn-link {
    color: #2E8A44 !important;
    font-size: 13px;
    cursor: pointer;
}

select option:disabled {
    color: #ccc;
}

.black-text {
    color: #3d3d3d !important;

}

#send-report {
    position: absolute;
    top: 0;
    left: 10px;
}

.reports-section .filter_head tr th .input_filter {
    min-width: 100px;
    max-width: 100%;
}

.alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #675100;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.alert-success {
    border-color: #8ac38b;
    color: #356635;
    background-color: #cde0c4;
}

.alert-danger {
    border-color: #953b39;
    color: #fff;
    background-color: #c26565;
    text-shadow: none;
}

.alert-warning {
    border-color: #dfb56c;
    color: #826430;
    background-color: #efe1b3;
}

.alert-info {
    border-color: #9cb4c5;
    color: #305d8c;
    background-color: #d6dde7;
}

.gray-link {
    color: #525252;
    text-decoration: none;
    font-weight: normal;
}

.gray-link :hover {
    color: #525252;
    text-decoration: underline;
}

.clickable {
    cursor: pointer;
}

.document-box {
    word-break: break-word;
}

.pre-loader-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    z-index: 9999;
    top: 0;
}

.crm .pace .pace-activity {

    top: 20px;
    right: 50% !important;

}

button:disabled,
button[disabled] {
    cursor: not-allowed;
    opacity: 0.5 !important;
}

.data_table table.dataTable thead th, .data_table table.dataTable thead td, .data_table th {
    border: none;
}

.search-icon {
    position: relative;
}

.search-icon input {
    padding-left: 30px;
}

.search-icon::after {
    background-image: url(../image/search-icon.png);
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    margin-left: 10px;
    z-index: 1;
}

.clear-field {
    background-color: transparent !important;
    background-image: url(../image/clear-fields-icon.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 14px;
    border: 0px;
    cursor: pointer;
}

.clear-field:focus {
    background-color: transparent !important;
    outline: none;
    border: none !important;
}

.table.dataTable thead th, table.dataTable thead td {
    padding: 8px 8px;
}

.date-icon {
    position: relative;
}

.date-icon input {
    padding-left: 30px;
}

.date-icon::after {
    background-image: url(../image/gray-calander.png);
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 20px;
    height: 25px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.p-0-10 {
    padding: 0 10px
}

.popover {
    z-index: 9999999;
}

.dataTable input:not(:placeholder-shown) {
    background-color: #ffeded;
}

.accred-date {
    position: relative;
}

.accred-date img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    margin-right: 15px;
}

.text-orange {
    color: #ff832f;
}

.hide {
    display: none;
}

.completed {
    background: #2E8A44;
}

.completed:after {
    border-left-color: #2E8A44 !important;
}

.nav-item .active {
    background: #3d3d3d;
}

.nav-item .active:after {
    border-left-color: #3d3d3d !important;
}

input[type="text"]:disabled {
    background-color: #fdf4f4;
    cursor: not-allowed;
}

.c-green {
    color: #2E8A44;

}

.tooltip {
    z-index: 999999;
}

.radio-type {
    display: inline-block;
}

.type-container {
    border-bottom: 1px solid #dcdcdc;
}

.time-container {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

a.red_plus:hover {
    color: #fff;
}

.info_button {
    width: 30px !important;
    height: 30px !important;
    margin-left: -30px !important;
    border: 1px solid #B6D5BE;
    border-right: none;

}

.info_button2 {
    position: absolute !important;
    left: 0 !important;
    top: 30px !important;
    width: 30px !important;
    height: 30px !important;
    background: #EDEDED !important;
    margin-left: -30px !important;
    text-align: center !important;
    line-height: 30px !important;
    cursor: pointer !important;
    margin-top: 0px !important;
    border: 1px solid #D5D5D5;
    border-right: none;
}

.info_box {
    border: 1px solid #B6D5BE;
}

.selectize-control.multi .selectize-input > div.active {
    background: #2E8A44 !important;
    color: #fff !important;
    border: 0 solid #cacaca !important;
}

.highlight_Row {
    background-color: #dfebe2 !important;
    border: none;
    margin-bottom-bottom: 20px !important;
}

.highlight_Row td {
    border: none;
}

.row_head {
    background-color: #B6D5BE !important;
    border-left: 2px solid #C9C9C9;
    border-right: 2px solid #C9C9C9;
    border-top: 2px solid #C9C9C9;
}

.remove_bold {
    font-weight: normal !important;
    color: #525252;
}

.small_square_btn {
    font-weight: normal;
    font-size: 16px;
    height: 27px;
    width: 27px;
    padding: 4px;
    line-height: 18px;
}

.orange-btn {
    background: #ff832f;
    border-color: #ae6a3c;
}

.disabled-not-allowed {
    cursor: not-allowed;
    opacity: 0.5 !important;
}

.grey-disable-button {
    background: grey;
    border-color: #686866;
    cursor: not-allowed
}

.red-btn {
    background-color: #d52c2c;
    border-color: #a82424;
}

.txt-red {
    color: #d52c2c !important;
}

.blue-light {
    background-color: #2ab3c9;
    border-color: #1a8b9e;
}

.green-light-btn {
    background-color: #32ce60;
    border-color: #269046;
}

.blue-light2 {
    background-color: #08c;
    border-color: #21568e;
}

.small_square_btn:hover {
    color: #FFF;
}

.ref_no_chasing {
    width: 7% !important;
    text-align: center;
}

.created_date_chasing {
    width: 10%;
    text-align: center;
}

.client_chasing {
    width: 10%;
    text-align: left;
    padding-left: 5px;
}

.service_code_chasing {
    width: 8%;
    text-align: center;
}

.action_chasing {
    width: 10%;
    text-align: center;
}

.customer_chasing {
    width: 10%;
    text-align: left;
}

.notifications_chasing {
    width: 10%;
    text-align: left;
}

.notes_chasing {
    width: 30%;
    text-align: left;
    word-break: break-word;
}

.invoice_ref {
    width: 11%;
    text-align: left;
    word-break: break-word;
}

.history_date {
    text-align: left;
    word-break: break-word;
    width: 100px;
    white-space: nowrap;
}

.invoice_status {
    width: 10%;
    text-align: center;
    word-break: break-word;
}

.invoice_total_price {
    width: 10%;
    text-align: center;
    word-break: break-word;
}

.fieldworker_chasing {
    width: 12%;
    text-align: left;
}

.access_info_chasing {
    width: 7%;
    text-align: center;
}

.appointment_notes_chasing {
    width: 15%;
    word-break: break-word;
}

.no-javascript {
    text-align: center;
    padding-top: 200px;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 30px;
}

#AppointmentsNotes ul {
    padding: 0px;
    list-style: none;
}

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

.font_size_11 {
    font-size: 11px !important;
}

#AppointmentsNotes hr {
    margin-bottom: 23px;
    margin-top: 0px;
    padding: 0px;
}

.evenRow {
    background: #FFF !important;
    padding: 10px;
    padding-bottom: 0px;
}

.oddRow {
    background: #ECECEC !important;
    padding: 10px;
    border-top: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
    padding-bottom: 0px;
}

.notesContainer ul {
    list-style: none;
    padding-left: 0px;
}

.notesContainer li {
    list-style: none;
}

.angular-with-newlines {
    white-space: pre-line;
}

.btn_small {
    padding: 5px 10px;
    font-size: 12px;
}

.color_red2 {
    color: #d52c2c !important;
}

.green-text {
    color: #2E8A44 !important;
}

.completed_task {
    border-left: 4px solid #2E8A44 !important;
}

.task_item {
    border-left: 4px solid #ff832f;
}

.sale_leads_date {
    width: 10% !important;
}

.sale_leads_email {
    width: 10% !important;
}

.eicr_inventory_item_name {
    width: 50% !important;
}

.pre-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background: url('../image/rolling.gif') 50% 50% no-repeat rgba(255, 255, 255, .5);
}

.drop-box {
    margin: 0px !important;
}

.add_new_btn {

    background: #dfebe3;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    display: inline-block;
    line-height: 21px;
    text-align: center;
}

.datepicker table tr td span.active.active {
    background-color: #800000 !important;
    background-image: linear-gradient(to bottom, #2E8A44, #2E8A44);
}

.in-place-edit {
    font-size: 13px;
    text-align: justify
}

.invoice_created_at {
    width: 8%;
}

.invoice_due_date {
    width: 8%;
}

.info_form input {
    line-height: 21px;
}

.subcontractor-action {
    width: 70px;
}

.content_update_at {
    width: 150px;
}

.notShowOnLive {
    display: none;
}

.red_bg {
    background: #d52c2c;
}

#productDetail .selectize-control .selectize-input.disabled {
    opacity: 1 !important;
}

#productDetail .selectize-control.multi .selectize-input.disabled [data-value], .selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #2E8A44 !important;
    color: #FFF !important;
    background-color: #2E8A44 !important;
}

#productDetail .form-control:disabled, .form-control[readonly] {
    /*background-color: #f9f9f9;*/
    cursor: auto;
}

.room_action_btn {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    margin: 17px;
    cursor: pointer;
}

.sub_card b {
    font-size: 12px;
}

.edit_info_sec {
    /*padding-bottom: 30px;*/
    border-bottom: 2px solid #dfdfdf;
}

.edit_info_sec ul {
    background-color: #f5f5f5;
    padding: 15px;
}

.edit_info_sec ul li {
    color: #333;
    display: block;
    margin: 5px 0px;
}

.edit_info_sec ul li span {
    font-weight: 500;
    width: 40%;
    float: left;
}

.edit_info_sec ul li p {
    width: 60%;
    display: inline-block;
    margin: 0px;
    word-wrap: break-word;
    line-height: normal;
}

.edit_info_sec .sec_btn {
    background-color: #2E8A44;
    padding: 5px 28px;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
}

.track_report_scroll {
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dataTables_length:after {
    display: none;
}

.fw_dashboard .dataTables_info {

    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fw_dashboard .dataTables_length {

    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.fw_dashboard label {

    margin: 0px;
}

.fw_dashboard_rec {

    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.fw_order_footer .order_footer {
    background: rgba(0, 0, 0, .05) !important;
}

.color-holder {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #aaa;
    margin-right: 5px;
}

.p-sales {
    padding: 15px 5px !important;
    text-align: right !important;
}

.p-invoices {
    padding: 15px 2px !important;
    text-align: left !important;
}

.p-nowrap {
    white-space: nowrap
}

.fc-content {
    padding: 5px !important;
}

.fc-title {
    color: #FFF !important;
    margin-left: -3px;
}

.fc-button-primary {
    color: #fff !important;
    background-color: #2e8a44 !important;
    border-color: #315a3b !important;
}

.fc-button-primary:not(:disabled):active, .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff !important;
    background-color: #2e8a44 !important;
    border-color: #315a3b !important;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
    background: #3d3d3d !important;
}

.fc-button-group > .fc-button {
    text-transform: capitalize !important;
}

.fc-button-primary:disabled {
    text-transform: capitalize !important;
}

.calendar_tooltip {
    text-align: left;
    font-size: 0.85em;
}

.fc-day-grid-event .fc-content {
    /* force events to be multi-line tall */
    white-space: pre-wrap !important;
    overflow: hidden !important;
}

.customer_full_address {
    width: 280px !important;
}

.customer_full_address .item {
    display: inline-block !important;
}

.customer_full_address .remove-single {
    display: inline-block !important;
    margin-left: 15px;
}

.selectize-input::after {
    visibility: hidden;
}

.custom-auto-complete {
    /*width: 100%;*/
    max-width: 100%;
    min-width: 100px;
    /*word-break: break-all;*/
    white-space: normal;
}

.width-max {

    width: max-content;
}

.custom-auto-complete .form-control {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    height: auto;
    font-size: 13px;
    margin: 0px !important;
    padding: 0px !important;
    font-weight: normal;
}

.custom-auto-complete .selectize-control.single .selectize-input {
    border: none;
    background-color: #ededed;
    background-image: none;
    padding-left: 30px;

}

.dt_list th {
    vertical-align: top !important;
}

.custom-auto-complete .remove-single {
    font-size: 13px;
    background: green;
    color: #FFF;
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.custom-auto-complete .remove-single:hover {
    text-decoration: none;
}

.custom-auto-complete .selectize-dropdown-content {
    background: #FFF;
    width: 300px !important;

}

.custom-auto-complete .active {
    background: #2E8A44;
    color: #FFF;
}

.custom-auto-complete .selectize-dropdown-content .highlight {
    background: #fcf8e3 !important;
}

.custom-auto-complete .active .highlight {
    background: #2E8A44 !important;
    color: #FFF;
}

.client_name .selectize-control.loader::before,
.service_name .selectize-control.loader::before,
.address .selectize-control.loader::before
.subcontractor_email .selectize-control.loader::before {
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    content: " ";
    z-index: 2;
    position: absolute;
    display: block;
    top: 49.5%;
    right: 10px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    background: url('../image/spinner.gif');
    background-size: 16px 16px;
    opacity: 1;
}

.custom-auto-complete .selectize-input > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-auto-complete .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 10px !important;
}

.custom-auto-complete.search-icon::after {
    margin-top: -8px;
}

.single {
    background: #ededed;
    border: 0px;
    box-shadow: none;
    padding: 2px;
}

.ref_no input {
    width: 80px !important;
}

.order_date input, .customer_name input, .phone_no input {
    width: 130px !important;
}

.order_dd select {
    width: 80px !important;
}

.order_notes input {
    width: 250px !important;
}

/*.dataTables_scrollBody {*/
/*transform:rotateX(180deg);*/
/*}*/
/*.dataTables_scrollBody table {*/
/*transform:rotateX(180deg);*/
/*}*/
.charger-image img {
    height: 140px;
}

.charger_desc_box {
    min-height: 120px;
}

.loader_text {
    position: fixed;
    z-index: 111111;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    color: #7a7777;
    font-size: 18px;
}

.summary-button {
    position: absolute;
    right: 0;
    margin-right: -25px;
    margin-top: 74px;
    font-size: 18px;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #f0f0f0;
    line-height: 25px;
    cursor: pointer;
    z-index: 99999;
    background: #dfebe2;
    color: #2E8A44;
    opacity: 0.3;
}

.summary-button:hover {
    opacity: 1
}

.selectize-input, .search-icon::after {
    z-index: auto !important;
}

.propcert0.d-block {
    height: 110px !important;;
}

.propcert0top-summary.d-block {
    height: 180px !important;;
}

.propcert1.d-block {
    height: 115px !important;
}

.propcert1top-summary.d-block {
    height: 115px !important;;
}

.evchargepod0.d-block {
    height: 0px !important;;
}

.evchargepod0top-summary.d-block {
    height: 79px !important;;
}

.evchargepod1.d-block {
    height: 0px !important;;
}

.evchargepod1top-summary.d-block {
    height: 0px !important;;
}

.under_line_green:hover {
    color: #2E8A44 !important;
}

.box_label {
    font-size: 13px;
    line-height: 22px;
}

.report_overflow {
    width: 100%;
    overflow: auto;
    min-height: 300px;
}

.border-red {
    border: 1px solid red !important;
}

/* The sidepanel menu */
.sidepanel, .setting_sidepanel {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    transform: translateX(100%);
    box-shadow: 0px 0px 10px lightgray;
    overflow-y: hidden;
}

.setting_sidepanel {
    width: 315px;
    transform: translateX(315px);
}

.sidepanel.media_sidebar {
    width: 50% !important;
}

.settings_close_icon {
    /* background-color: var(--gray); */
    height: 25px;
    width: 25px;
    border-radius: 100%;
}

.settings_close_icon {
    position: absolute;
    right: 20px;
}

.sidebar-footer {
    width: 100%;
    bottom: 22px;
    position: absolute;
    z-index: 9999;
}

.sidebar-footer button {
    margin: 4px;
}

.img_div {
    text-align: center;
    height: calc(100vh - 420px);
    width: 100%;
    background-color: #f3eaea;
}

.img_div img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.imgfile_height {
    padding-left: 16px;
    padding-right: 16px;
    min-height: 100vh;
    position: relative;
}

.files_slider_btns {
    background-color: var(--main-color);
}

.action_btn {
    border: none;
    background: none;
    padding: 0;
}

.action_btn i {
    background-color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: 1px solid lightgray;
    line-height: 30px;
    margin: 0 3px;
}

.custom_main {
    z-index: 5 !important;
}

.font_16 {
    font-size: 16px;
}

.font_awsome_icons {
    color: var(--main-color);
}

.font_30 {
    font-size: 30px;
}

.property_details li span {
    width: 30%;
}

.property_details li b {
    width: 70%;
    overflow: hidden;
    word-break: break-word;
}

.upload_button {
    font-size: 25px;
    background-color: rgb(237, 237, 237);
    line-height: 50px;
    background-clip: padding-box;
    width: 50px;
    text-align: center;
    height: 50px;
}

.new-btn-link {
    color: var(--main-color) !important;
    font-size: 13px;
    cursor: pointer;
}

@media screen and (max-width: 560px) {
    .expand_content_section {
        margin-left: 0 !important;
    }

    .expand_content_section .main_tab {
        left: 0 !important;
    }

    .expand_content_section .order_footer {
        left: 0 !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile_order_footer {
        left: 0 !important;
    }

    .contact_info.help_info {
        display: block !important;
    }

    .sidepanel.media_sidebar {
        width: 80% !important;
        top: 56px;
    }

    .custom_main {
        z-index: 0 !important;
    }

    .alert-popup-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .mobile_token {
        height: auto !important;
    }

    .main_tab_wrap .mobile_breadcrumb {
        z-index: 1 !important;
    }
}

/*style for multiselect options*/
.multiselect {
    /*  width: 200px;*/
    position: relative;
    box-shadow: 0 0 7px #c3c3c3;
}

.multiselect .selectBox {
    position: relative;
    width: 100%;
}

.selectBox select {
    width: 100%;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.multiselect #checkboxes {
    display: none;
    position: absolute;
    z-index: 1;
    background: rgb(255, 255, 255);
    right: 0px;
    left: 0px;
    padding: 10px;
    border-radius: 10px;
    margin-top: 5px;
    top: 40px;
    box-shadow: 0px 0px 10px lightgray;
}

.multiselect #checkboxes label {
    display: block;
    width: 100%;
}

.multiselect input[type="checkbox"] {
    opacity: 1;
    position: relative;
    left: auto;
    width: auto;
}

input.multiselect__input {
    color: #495057 !important;
    font-size: 13px !important;
    width: 80% !important;
    padding: inherit !important;
    background: #ececec !important;
    padding-top: 0 !important;
    margin-bottom: 0;
    padding-left: 0px !important;
    top: 0px;
    bottom: 0px;
}

.multiselect__single {
    background: #ececec !important;
}

.multiselect__content-wrapper {
    max-height: 250px !important;
    border-bottom: 1px solid #BFBFBF !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-left: 1px solid #BFBFBF !important;
    border-top: 1px solid #BFBFBF !important;
}

ul#listbox-null li {
    font-weight: normal !important;
    font-size: 14px !important;
}

.multiselect__select:before {
    content: "\f078" !important;
    position: absolute !important;
    top: 8px !important;
    font-family: 'FontAwesome';
    border: none !important;
    right: 16px !important;
}

.multiselect__tags {
    border-radius: 4px !important;
    background: #ededed !important;
    font-size: 14px !important;
    border: 1px solid #ededed !important;
}

.multiselect__placeholder {
    color: #495057 !important;
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
}

.multiselect__option--highlight {
    background: var(--main-color) !important;
}

.multiselect__option--highlight .small_text {
    color: white;
}

.multiselect__option[data-select]::after {

    content: none !important; /* Removes the content of data-select */
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a !important;
}

.multiselect__option {
    font-size: 13px !important;
    line-height: 17px !important;
    white-space: pre-wrap !important;
}

.multiselect__tag {
    background: var(--main-color) !important;
}

.multiselect__option--selected {
    background: var(--main-color) !important;
    color: white !important;
}

.multiselect__option--selected .small_text {
    color: white !important;
}

.multiselect__content-wrapper {
    border: none !important;
}

span.multiselect__option > span {
    line-height: 17px;
    display: inline-block;
}

span.multiselect__option span.option_name_span {
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0px !important;
}

span.multiselect__option span small {
    line-height: 14px;
    display: inline-block;
    width: 100%;
}

.multiselect__option span > span, .multiselect__single span > span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.multiselect__content li {
    border-bottom: 1px solid #e0e0e0 !important;
}

.multiselect--active input.multiselect__input {
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
}

.multi_select .multiselect__content-wrapper {
    width: 95% !important;
}
.multi_select .multiselect {
    box-shadow: none !important;
    box-sizing: border-box !important;
}
.multi_select .multiselect__input {
    position: relative !important;
}

.spinner_loader {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 40px;
    top: 12px;
    z-index: 99;
}

.small_text {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    color: #747272;
}

.main-color {
    color: var(--main-color) !important;
}

.info_icons {
    background: #EDEDED;
    padding: 0px;
    top: 17px !important
}

@media only screen and (max-width: 800px) {

    .case_followup i.info_icons {
        position: fixed;
        top: initial !important;
        bottom: 2% !important;
    }

    .case_followup {
        display: block !important;
    }

}

.dropdown-menu .dropdown-divider {
    margin: 0px;
}

.date_input {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    border-radius: 4px;
    border: none;
}

.action_dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
}

.action_dropdown div:last-child .dropdown-divider {
    display: none;
}

.action_dropdown .dropdown-item:focus, .action_dropdown .dropdown-item:hover,
.action_dropdown .dropdown-item.active, .action_dropdown .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--main-color);
}

.background-color-white {
    background: var(--white);
}

.side_filters {
    max-height: calc(100vh - 105px);
    overflow-y: auto;
    padding-right: 12px;
}

select.custom-select:focus {
    background: #ececec !important;
}

.filter_text_input:focus,
.date_input .input {
    background: #ededed !important;
    border: none;
    /* box-shadow: 0 0 7px #c3c3c3 !important; */
}

.flatpickr-day:focus,
.flatpickr-day:hover,
.flatpickr-day.selected {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: #fff !important;
}

.flatpickr-day.today {
    border-color: var(--main-color) !important;
}

.font_15 {
    font-size: 15px;
}

.category_tabs ul.nav-tabs li button {
    padding: 10px 30px;
    border-radius: 4px;
    background-color: #ededed;
    color: #3d3d3d;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.category_tabs ul.nav-tabs li button.active {
    background-color: var(--main-color);
    color: #fff;
}

.category_button:hover {
    background-color: var(--main-color) !important;
}
.category_button.active:hover {
    color: #fff !important;
}

.background-red {
   background: #d52c2c !important;
}
.font_22 {
    font-size: 22px !important;
}
.font_18 {
    font-size: 18px !important;
}

.check_box input[type="checkbox"]:checked + .label-text:before {
    color: var(--main-color);
}

.background-main{
    background-color: var(--main-color) !important;
}

.multi_select .multiselect__placeholder {
    display: none !important;
}

.modal-backdrop {
    z-index: 1040;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff !important;
    border-color: #007bff !important;
    background-color: #007bff !important;
}

.main_tab .dropdown-menu.cutom_dropdown li a {
    padding: 10px 0 !important;
    word-break: break-all;
}

.main_tab .dropdown-menu.cutom_dropdown {
    width: inherit !important;
    right: 0px !important;
    left: 0px !important;
}

.cutom_dropdown {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.custom_range_picker .custom_start_date {
    padding-right: 5px;
}

.custom_range_picker .custom_end_date {
    padding-left: 5px;
}

.font_13 {
    font-size: 13px !important;
}
.font_12 {
    font-size: 12px !important;
}
.p-12-19{
    padding: 12px 19px;
}
.p-13-7{
    padding: 13px 7px
}

.hardCodedWidth {
    width: 300px
}

.popupWidth {
    max-width: 620px;
}

.has-text-grey-light{
    color: lightgray !important;
}

.cursor_not_allowed {
    cursor: not-allowed;
}

.p-7-20 {
    padding: 7px 20px;
}

