.range_inputs .applyBtn, .datepicker .active {
    background-color: #03A9F4 !important;
    border-color: #03A9F4 !important;
}
.panel-primary {
    border-color: #03A9F4;
}

.range_inputs .applyBtn, .range_inputs .btn-default {
    width: 49%;
}
.panel-primary > .panel-heading {
    background-color: #03A9F4;
    border-color: #03A9F4;
}
#content_modal_popup .btn-primary {
    background-color: #03A9F4;
    border-color: #03A9F4;
}
#button_cont #button {
    background-color: #03A9F4;
    border-color: #03A9F4;
}
.daterangepicker .ranges li.active {
    background: #03A9F4;
    border: 1px solid #03A9F4;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #03A9F4;
    border-color: #03A9F4;
}
.dropdown-content {
    padding: 20px 25px;
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 270px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    height: 140px;
    margin-left: -130px;
}
.customer-technician:hover ~ .dropdown-content {
    display: block;
}
.customer-technician:hover ~ #customer_drop_down .dropdown-content {
    display: block;
}

.dropdown-content:hover{
    display: block;
}
.dropdown-content a {
    color: black;
    padding: 1px 1px;
    text-decoration: none;
    /*display: block;*/
}
.dropdown-content .customerInfoA a{
    padding-right: 6px !important;
}

.dropdown-content a:hover {
    background-color: transparent;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover ~ #customer_drop_down .dropdown-content {
    display: block;
}

.content {
    display: flex;
}
.customer-avatar{
    width: 40px !important;
    height: 40px !important;

}
.content img {
    margin-right: 10px;
    display: block;
}
.content h3, .content p {
    margin: 0;
}
.dropdown-content {
    padding-left: 46px;
}
.BusiNmaePaddingMobPhone {
    color: #2E4051;
    font-weight: normal;
}
.mail-menu{
    display: none;
    margin-top: -65px;
    margin-left: 43px;
    position: absolute !important;
}
.mail-menu a{
    margin: 0px !important;
    padding: 6px 8px !important;
}
.customer-mail-btn:hover ~ .mail-menu{
    display: block;
}
.mail-menu:hover{
    display: block;
}


/*daterange styles*/
.range_inputs .applyBtn {
    background-color: #03A9F4;
    border-color: #03A9F4;
}
/**select2 styles**/
.select2-container--default .select2-selection--multiple {
    border-color: #e7eaec;
}
.select2-search__field::-webkit-input-placeholder,
.select2-search__field::placeholder {
    color: #444 !important;
    font-weight: 400;
    font-size: 14px;
}
.text-modal::placeholder{
    color: #444!important;
    font-weight: 400;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444;
    padding-left: 2px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color:#BDBDBD;
}
.form-group .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: auto !important;
    padding-left: 4px;
}
.form-group .select2-selection--multiple .select2-search--inline {
    width: auto !important;
}
.users-content .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
}
.users-content .select2-selection--multiple .select2-search--inline {
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #74b9ff;
    color: white;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e8ecee;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e8ecee;
    border: 1px solid #e8ecee;
    border-radius: 12px;
    cursor: default;
    float: left;
    color: #151b26;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: black;
    float: right;
    margin-left: 5px;
    font-size: 16px;
    margin-top: -2px;

}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #74b9ff;
    color: black;
}
/*end select2*/
#custom_popupi .btn-primary {
    background-color: #03A9F4;
    border-color: #03A9F4;
}
#custom_popupi .modal-title{
    color: #2E4051 !important;
}
#custom_content_popup .form-group .col-md-3 {
    color: #858585 !important;
}
.today-active{
    background-color: #03A9F4 !important;
    border: 1px solid #03A9F4;
    color: white !important;
    font-weight: 600 !important;
}
.no-margin-bottom{
    margin-bottom: 0px;
}

#custom_popupi{
    z-index: 1050;
}
.filters-icon-btn{
    float:right;
    margin-top: 5px;
}
.filters-tags {
    fill: #008ce3;
    background: #03A9F4!important;
    color: white!important;
    margin-right: -6px;
}
#add-customer-div{
    margin-bottom: 4px;
}
#add-customer-div>a{
    font-size: 14px;
}
.align-right{
    text-align: right;
}

@media (min-width: 280px)  and (max-width: 750px) {
    .popup-padding-bottom{
        padding-bottom:150px;
    }
}
.display-none{
    display: none;
}
.arrow-btns a.page-arrow-link{
    font-size: 25px;
}
.arrow-btns{
    margin-top: 10px;
}
.error-log-container{
    overflow-y: scroll;
    max-height: 400px;
}
.row.ad_uniq_flex_create_invo_pop .btn-style{
    width: 100% !important;
    white-space: inherit;
}

.row.ad_uniq_flex_create_invo_pop .btn-style{
    width: 100% !important;
}

.modal-dialog .modal-footer .row.ad_uniq_flex_create_invo_pop{
    display: block !important;
}
.row.ad_uniq_flex_create_invo_pop{flex-direction: row; !important}
.Activate_Member_Cancel_button a.btn-settings-cancel:hover{color: #2f4050 !important}
.border-rounded{border-radius: 8px !important;}
.modal-dialog.alt_style .modal-footer .ad_uniq_flex_create_invo_pop{
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}
.modal-dialog.alt_style .modal-footer .ad_uniq_flex_create_invo_pop > div{
    width: 100% !important;
}

@media (max-width: 768px) {
    .row.ad_uniq_flex_create_invo_pop .btn-style{
        width: 100% !important;
    }

    .ad_uniq_flex_create_invo_pop{
        display: block !important;
    }
    .pb-0{
        padding-bottom: 0 !important;
    }
    .mb-0{margin-bottom: 0}

    .modal-body.edit_padd_contractor_pop{margin-bottom: 0}
    .modal-footer.add_new_style.Activate_Member_Cancel_button{border-top: none}
}