
    /* Top horizontal scroll */
    .topbar_wrapper {
        width: 100%; 
        overflow-x: scroll; 
        overflow-y:hidden;
        scrollbar-color: #c9c9c9 #ffffff;
    }
    .table_wrapper { 
        overflow-x: scroll; 
        overflow-y:hidden;
        scrollbar-color: #c9c9c9 #ffffff;
    }
    .topbar_wrapper { 
        height: 12px; 
    }
    .topbar {
        height: 12px; 
    }
    #datatable {
        overflow: auto;
    }
    .btn-info-alt {
        /*border: 1px solid #2697FF;
        min-width: 110px;
        padding: 0.6rem 0.75rem;
        border-radius: 0.25rem;
        background-color: #fff;
        font-size: 16px;
        padding: 10px 25px;
        color: #2697FF;*/
    }   

.purple-text {
    color: #2F45C5 !important;
}
.black-text {
    color: #001B34 !important;
}
.grey-text {
    color: #667685 !important;
}
.blue-text {
    color: #2697FF !important;
}
.light-purple-text {
    color: #EAEDFA !important;
}
.light-yellow-text {
    color: #FFF6E7 !important;
}
.light-blue-text {
    color: #E9F5FF !important;
}
.light-black-text {
    color: #535557 !important;
}

.bg-purple {
    background-color: #2F45C5 !important;
}
.bg-black {
    background-color: #001B34 !important;
}
.bg-grey {
    background-color: #667685 !important;
}
.bg-blue {
    background-color: #2697FF !important;
}
.bg-light-purple {
    background-color: #EAEDFA !important;
}
.bg-light-yellow {
    background-color: #FFF6E7 !important;
}
.bg-light-blue {
    background-color: #E9F5FF !important;
}
.bg-white {
    background-color: #fff !important;
}
/* .border-1 {
    border: 1px solid #adadad !important;
} */
.border-radius-8 {
    border-radius: 8px !important;
}
/* Select color */
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #001B34 !important;
}
/* .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 66px !important;
} */

/* Target the dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none; 
    content: ''; 
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http%3A//www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23212529' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    border-style: none !important;
    margin-right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0; 
    height: unset !important;
    width: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 8px;
    top: 0;
    bottom: 0;
}
.select2-container .select2-selection--single {
    border: 1px solid #adadad !important;
    background-color: #F9F9F9 !important;
}
#customFileLabel {
    display: none;
}
label.custom-file-label {
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.custom-file-label:before {
    border: 1px solid #ced4da;
    height: 100%;
    width: -webkit-fill-available;
    position: absolute;
    content: '';
    left: 0;
    border-radius: 3px;
} 

    .pulse {
        animation: pulse-animation 2s infinite;
    }
    .pulse-alert-warning {
        animation: warning-pulse-animation 2s infinite;
    }

    .animate-blinker{
        animation: blinker 2s linear infinite;
    }

    @keyframes blinker {  
        0% { 
            opacity: 1.0; 
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
        }
        50% 
        { 
            opacity: 0.6; 
            box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
        }
        100% 
        { 
            opacity: 1.0; 
            box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
        }
    }

    @keyframes pulse-animation {
        0% {
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
        }
        100% {
            box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
        }
    }

    @keyframes warning-pulse-animation {
        0% {
            box-shadow: 0 0 0 0px rgba(220, 53, 69, 0.4);
        }
        100% {
            box-shadow: 0 0 0 5px rgba(220, 53, 69, 0.2);
        }
    }

    .circle-pulse {
        font-size: 17px;
        color: #c7c7c7;
        border-radius: 50%;
        outline: none;
    }
    .card {
        border-radius: 8px !important;
        border: 1px solid #F2F3F4;
    }
    .sub_head_title {
        font-size: 11px;
        color: #667685;
        display: block;
        margin-bottom: 10px;
    }
    .custom_form_label {
        font-weight: 400;
        font-size: 16px;
        color: #001B34;
    }
    .w-card_title {
        font-size: 17px;
        color: #001B34;
        line-height: 25.4px;
        margin-bottom: 8px;
    }
    .arrange_checkbox {
/*        margin-left: 0;*/
    }
    .arrange_checkbox label{
        padding: 0;
    }
    .mb-3.row.arrange_checkbox>div {
/*        border: 1px solid #F2F3F4;*/
/*        vertical-align: middle;*/
/*        margin: 6.35px;*/
/*        border-radius: 3px;*/
/*        padding: 7px 2px 7px 24px;*/
    }
    /*.arrange_checkbox .form-check-label {
        color: #667685;
        font-weight: 400;
        font-size: 13px;
        width: 100%;
    }*/
   /* .managerside_form .form-check-input:checked {
        background-color: #2697FF;
        border-color: #2697FF;
    }*/
    input[switch]:checked+label{

        background-color: #2697ff !important;

    }


    form.managerside_form input, form.managerside_form textarea {
        background-color: #F8F8F8;
        border-radius: 8px;
        border: 1px solid #adadad;
    }

    form.managerside_form input::placeholder, form.managerside_form textarea::placeholder {
        color: #667685;
    }

    .managerside_form .select2-selection {
        background-color: #F9F9F9 !important;
        border-color: #C0CBD5 !important;
    }

    .managerside_form select {
        background-color: #F9F9F9;
        border-color: #C0CBD5 !important;
    }
    /*button look like simple link */

    .link_btn{

        background-color: transparent;
        border: none;
        color: #2f45c5;
        text-decoration: underline;
        padding: 0;
        line-height: 47px;

    }

    .select2 {
        width: 100% !important;
    }
    .workerss img
    {
        margin-bottom: 5px;
        width: 16px
    }

  /*  Request more info chcekbox*/



    #update_worker_info input.form-check-input.checkbox {
        font-size: 19px;
        
    }
    .w-chcekbox {
        font-family: Roboto;
        color: #001B34;
        font-weight: 500;
        font-size: 18px;
    }
    .w-chcekbox {
        font-family: Roboto;
        color: #001B34;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0px;
    }


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

        .mb-3.row.arrange_checkbox>div{
            margin: 0 auto ;
        }  
        .arrange_checkbox {
            margin: 0 auto !important;
        }

        .req_infopop_head {
            font-size: 16px;
            color: #001B34;
            padding: 1px 19px !important;
        }
        .req_infopop_txt {
            font-size: 11px;
            color: #667685;
            font-family: Roboto;
            padding: 2px 12px;
            font-weight: 100;

        }
        .req_quick_btns{
            display: block !important;
        }

    }

/* @media only screen and(max-width:768px){
        .w-card_title {
            font-size: 19px !important;
        }
        input.form-control {
            font-size: 17px !important;
        }
        label.form-label.custom_form_label {
            font-size: 17px !important;
        }
        span[aria-labelledby="select2-phone_country-container"] {
        margin-bottom: 11px;
        }
    } */

/*Modals */

.modal-body {
    background: #F8F8FB;
}

/*Version 1 Tabs */

.nav-tabs.nav-tabs-custom .nav-link.active {
    background: transparent;
}
.nav-tabs.nav-tabs-custom .nav-link {
    color: #667685;
}

/*Modal version 3*/

.cstm_mdl_title {
    color: #001B34;
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: none;
}

.cstm_mdl_subtitle {
    color: #667685;
    font-size: 15px;
    line-height: 18.75px;
}

.modal-header {
    background: #FFFFFF;
}

.req_infodtl_card .input-group.mb-0 input {
    float: right;
}
.req_infodtl_card .input-group.mb-0 {
    display: block;
}

.req_infodtl_card .w-card_title {
    /* font-size: 20px;
    color: #001B34;
    margin-bottom: 8px;
    font-family: 'Roboto';
    font-weight: 400; */
}

.req_infodtl_card .input-group {
    margin-bottom: 20px !important;
}
.card-header {
    background: #F9F9F9;
}

/*Checkbox v3 */


.form-check-input.checkbox {
    /* background: #fff; */
    border: 1px solid #adadad;
    border-radius: 5px !important;
}

/*Button Info */


.btn-info {
    color: #fff;
    background-color: #2697FF !important;
    border-color: #2697FF !important;
}
.btn.btn-white {
    background: #fff;
}

/*Approve button */

.btn-approve {
    color: #fff;
    background-color: #54B435 !important;
    border-color: #54B435!important;
}

.mb-3.row.arrange_checkbox.check_aign_auto>div {
/*    padding: 7px 14px 7px 24px !important;*/
}

#workerPositionRow
{
    display: none;
}
.clonedRow .removeworkerPositionRateDiv
{
    display: inline-block;
}
.workPostionStyle.clonedRow span.select2-selection__clear {
    padding-right: 4px;
    z-index: 1;
    font-size: 20px;
    font-weight: 400 !important;
    /* color: #f46a6a;*/
}
.workPostionStyle:has(input:focus),
.workPostionStyle:has(input:hover),
.workPostionStyle:has(input:active),
.workPostionStyle:has(input:focus-visible) ,
.workPostionStyle:hover
{

}


.theme-border-style {
    border: 1px solid rgba(0, 0, 0, .25) !important;
}

.disabled-matched-style{
    background-color: #F8F8F8;
    border-color: #F8F8F8;
    border-radius: 5px;
    border: 1px solid #F2F3F4;
}

.select2-container--default.select2-container--disabled .select2-selection--single
{
    opacity: 0.75;
}
.bg-light-blue
{
    background-color: #d9edff;
}
.updatePreviousReportsDate .card-title
{
    margin-bottom:;
}

.workPostionStyle.clonedRow .select2-container .select2-selection--single
{
    border: 1px solid #adadad !important;
}

.updatePreviousReportsDate .form-switch {
    padding-left: 2.5em;
}

.cd_tableInside_view{
    width: max-content;
}
.tableInside_title,
.tableInside_old,
.tableInside_new
{
    display: inline-block;
    width: max-content;
}

#addQuickProject .position_rate_component
{
    display: none !important;
}

.economy-modal .position_rate_component
{
    display: none !important;
}

.form-control, .form-check-input {
    border: 1px solid #C0CBD5 !important;
}

.opacity-0 { opacity: 0 !important; }
.opacity-25 { opacity: .25 !important; }
.opacity-50 { opacity: .5 !important; }
.opacity-75 { opacity: .75 !important; }
.opacity-100 { opacity: 1 !important; }

@media (min-width: 576px) {
  .opacity-sm-0 { opacity: 0 !important; }
  .opacity-sm-25 { opacity: .25 !important; }
  .opacity-sm-50 { opacity: .5 !important; }
  .opacity-sm-75 { opacity: .75 !important; }
  .opacity-sm-100 { opacity: 1 !important; }
}

@media (min-width: 768px) {
  .opacity-md-0 { opacity: 0 !important; }
  .opacity-md-25 { opacity: .25 !important; }
  .opacity-md-50 { opacity: .5 !important; }
  .opacity-md-75 { opacity: .75 !important; }
  .opacity-md-100 { opacity: 1 !important; }
}

@media (min-width: 992px) {
  .opacity-lg-0 { opacity: 0 !important; }
  .opacity-lg-25 { opacity: .25 !important; }
  .opacity-lg-50 { opacity: .5 !important; }
  .opacity-lg-75 { opacity: .75 !important; }
  .opacity-lg-100 { opacity: 1 !important; }
}

@media (min-width: 1200px) {
  .opacity-xl-0 { opacity: 0 !important; }
  .opacity-xl-25 { opacity: .25 !important; }
  .opacity-xl-50 { opacity: .5 !important; }
  .opacity-xl-75 { opacity: .75 !important; }
  .opacity-xl-100 { opacity: 1 !important; }
}

@media (min-width: 1400px) {
  .opacity-xxl-0 { opacity: 0 !important; }
  .opacity-xxl-25 { opacity: .25 !important; }
  .opacity-xxl-50 { opacity: .5 !important; }
  .opacity-xxl-75 { opacity: .75 !important; }
  .opacity-xxl-100 { opacity: 1 !important; }
}


#message-viewer .block {
    align-items: center;
    color: black;
    display: inline-flex;
    font-family: monospace;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}
#message-viewer .block.selected {
    color: white;
}
#message-viewer .block > span {
    cursor: default;
}
#message-viewer .block > span.invisible::before {
    content: "•";
}

#viewers {
    background-color: #F9F9F9;
/*    padding-top: 20px;*/
}
#viewers-inner {
    color: black;
/*    padding: 5px;*/
/*    margin-bottom: 10px;*/
}


#message-viewer > .block {
    font-size: 12px;
    height: 2em;
}
#message-viewer > .block.error {
    background-color: red;
}

/*************************************************/
/* SMS Count twilio GSM-7 Segments Color Palette */
/*************************************************/
[data-encoding="GSM-7"] .segment-type-0 {
    background-color: #CCE4FF;
}
[data-encoding="GSM-7"] .segment-type-0.selected {
    background-color: #0263E0;
}

[data-encoding="GSM-7"] .segment-type-1 {
    background-color: #D1FAE0;
}
[data-encoding="GSM-7"] .segment-type-1.selected {
    background-color: #14B053;
}

[data-encoding="GSM-7"] .segment-type-2 {
    background-color: #FDDCC4;
}
[data-encoding="GSM-7"] .segment-type-2.selected {
    background-color: #F47C22;
}

[data-encoding="GSM-7"] .segment-type-3 {
    background-color: #FFF1B3;
}
[data-encoding="GSM-7"] .segment-type-3.selected {
    background-color: #E8B407;
}

[data-encoding="GSM-7"] .segment-type-4 {
   background-color: #E7DCFA;
}
[data-encoding="GSM-7"] .segment-type-4.selected {
    background-color: #6D2ED1;
}

/********************************/
/* UCS-2 Segments Color Palette */
/********************************/
[data-encoding="UCS-2"] .segment-type-0 {
    background-color: #FFF1B3;
}
[data-encoding="UCS-2"] .segment-type-0.selected {
    background-color: #E8B407;
}

[data-encoding="UCS-2"] .segment-type-1 {
    background-color: #E7DCFA;
}
[data-encoding="UCS-2"] .segment-type-1.selected {
    background-color: #6D2ED1;
}

[data-encoding="UCS-2"] .segment-type-2 {
    background-color: #CCE4FF;
}
[data-encoding="UCS-2"] .segment-type-2.selected {
    background-color: #0263E0;
}

[data-encoding="UCS-2"] .segment-type-3 {
    background-color: #D1FAE0;
}
[data-encoding="UCS-2"] .segment-type-3.selected {
    background-color: #14B053;
}

[data-encoding="UCS-2"] .segment-type-4 {
   background-color: #FDDCC4;
}
[data-encoding="UCS-2"] .segment-type-4.selected {
    background-color: #F47C22;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height:450px;

}
.red-text {
    color: #EB1051 !important;
}
.last-menu-item a {
    color: #fff !important;
    background: #193248;
    width: 80% !important;
    transition: all .4s;
    font-size: 15px !important;
    margin: 15px 24px;
    border-radius: 5px;
    padding: .625rem 1.5rem;
    display: block;
}
