﻿:root {
    --bs-primary: #1D2F5D;
    --bs-primary-hover: #2D3F5D;
    --primary-100: var(--bs-primary);
    --bs-primary-rgb: 29,47,93;
    --bs-secondary: #333333;
    --white-color: #ffffff;
    --blue-100: #E7FFEA;
    --blue-200: #F2F6F9;
    --blue-300: #F2F6F9;
    --transition-timing: 0.3s all ease-in-out;
    --bs-border-color: #ECF5FF;
    --bs-gutter-x: 1.3rem;
    --gray-700: #7a7a7a;
    --bg-red-100: #FFE1E1;
    --text-red-700: #FF4848;
    --bg-green-100: #E7FFEA;
    --green-100: #E7FFEA;
    --text-primary-700: var(--bs-primary);
    --bs-link-color-rgb: var( --bs-primary-rgb);
    --bs-link-hover-color-rgb: var(--bs-link-color-rgb);
    --yellowColor_700: #fdaa10;
    --gray-100: #e5e5e5;
    --gray-400: #CFD3DD;
}

h3{
    font-size: 18px;
}

button, a, :link, .btn, .closeBtn {
    cursor: pointer
}

    a:focus-visible, .form-control:focus-visible {
        outline: 0;
    }

.row {
    --bs-gutter-x: 1.3rem;
}

.py-10{
    padding-block: 10px !important;
}
.p-10{
    padding: 10px !important;
}

.dropdown-item.active, .dropdown-item:active {
    --bs-dropdown-link-active-bg: var(--bs-primary);
}

.br-4 {
    border-radius: 4px;
}
* {
    font-family: 'Nunito Sans', sans-serif;
}

body {
    font-size: 14px;
    color: var(--bs-secondary);
    background: var(--blue-200);
    font-family: 'Nunito Sans', sans-serif;
}

.tooltip-icon {
    display: inline-block;
}

.tooltip-inner {
    font-size: 12px;
    white-space: nowrap;
    background-color: var(--bs-primary) !important;
}

.tooltip.bottom .tooltip-arrow::before {
    border-bottom: 3px solid var(--bs-primary);
    left: 50%;
    transform: translate(-50%, 0);
}

.fade:not(.show) {
    opacity: 1;
}

ul, li, dl, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
p, h1, h2, h3, h4, h5, h6{
    margin:0;
}
p{
    color: var(--bs-secondary);
}
a{
   text-decoration: none;
}


.bg-red-100:hover {
  background:var(--bg-red-100);
}

.text-red-700 {
 color:var(--text-red-700);
}

.bg-primary-100:hover {
    background: var(--gray-400);
}

.border {
    --bs-border-color: #d5d5d5;
}

.btn:hover {
    --bs-btn-hover-border-color: #d5d5d5;
}

.bg-primary-100:hover {
    background-color: var(--gray-400);
    border-color: var(--gray-400);
}

.al-ModalOuter table .btn svg {
    width: 16px;
    height: auto;
}

.primary-text, .text-primary-700 {
    color: var(--bs-primary);
}
.btn {
    text-transform: uppercase;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 14px;
}

    .btn-check:checked + .btn, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active, .three-eye.btn.active {
        border-color: transparent;
    }


    .btn-primary {
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }

.btn-primary:hover {
    background-color: var(--bs-primary-hover);
    border-color: var(--bs-primary-hover);
}

.btn-secondary, .btn-secondary:hover, .btn-default, .btn-default:hover {
    --bs-btn-bg: #a5a5a5;
    --bs-btn-border-color: #a5a5a5;
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #d5d5d5;
}

.btn-primary:hover {
    /* #278133 --bs-btn-hover-bg: var(--primary-100);*/
  /*  --bs-btn-hover-bg: #c5f7cc;
    --bs-btn-hover-border-color: var(--primary-100);
    color: var(--bs-secondary)*/
}

.btn-secondary:hover {
    --bs-btn-hover-bg: #a5a5a5;
    --bs-btn-hover-border-color: #a5a5a5;
    opacity: 0.8;
}
.btn-small {
    padding: 5px 12px !important;
   height: 38px;
}

.customer-infoIcons .btn:hover {
    --bs-btn-hover-bg: var(--gray-400);
}


input:focus, input:active, .form-control:focus {
    border-color: #d5d5d5 !important
}

.customer-infoIcons .tooltip > .tooltip-inner {
    white-space: nowrap;
}

.customer-infoIcons .btn:hover .svg_fill path {
    fill: var(--white-color)
}

.innerCard-Content.bg-blue-300 {
  background: var(--blue-300);
}

.actionIcon-Btn {
    height: 26px;
    width: 30px;
    text-align: center;
    padding: 0;
    line-height: 26px;
}

.form-control {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 7.5px 10px;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: none;
}

.pageTopHeader-Outer .form-control {
    max-width: unset;
    min-width: 140px;
}

.pageTopHeader-Outer{
    margin-bottom: 10px;
    padding:10px;
    margin-top:10px;
}

.sidebarCollapsed .small_Logo, .fullLogo {
    display: block;
}

.sidebarCollapsed .fullLogo, .small_Logo {
    display: none;
}

.sitelogoOuter .small_Logo path {
    fill: var(--white-color);
}

.al_sidebarOuter {
    background: var(--bs-primary);
}

.menuListOuter .svg_stroke path, .menuListOuter .svgFillStroke path, .menuListOuter .svg_fillStroke .stroke {
    stroke: var(--white-color);
}
.menuListOuter .svg_fill path, .menuListOuter .svgFillStroke path, .menuListOuter .svg_fillStroke .fill {
    fill: var(--white-color);
}

.menuListOuter li.active .svg_stroke path, .menuListOuter li.active .svgFillStroke path, .menuListOuter li.active .svg_fillStroke .stroke,
.menuListOuter li > a:hover .svg_stroke path, .menuListOuter li > a:hover .svgFillStroke path, .menuListOuter li > a:hover .svg_fillStroke .stroke {
    stroke: var(--bs-primary);
}

.menuListOuter li.active .svg_fill path, .menuListOuter li.active .svgFillStroke path, .menuListOuter li.active .svg_fillStroke .fill,
.menuListOuter li > a:hover .svg_fill path, .menuListOuter li > a:hover .svgFillStroke path, .menuListOuter li > a:hover .svg_fillStroke .fill {
    fill: var(--bs-primary);
}

.menuListOuter > li.active > a {
    border-color: var(--white-color);
}

.menuListOuter > li > a, .sidebar-submenu li a {
    font-size: 16px;
    color: var(--bs-secondary);
    font-weight: 400;
    padding: 14px 0px 14px 30px;
    transition: var(--transition-timing);
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.menuListOuter > li > a {
    border-right: 3px solid transparent;
    overflow: hidden;
    color: var(--white-color);
}

.topHeaderMenu-List svg{
    width:22px;
    height: auto;
}

.menuListOuter > li > a:hover, .menuListOuter > li.active > a {
    color: var( --bs-primary);
    background: var(--white-color);
 
}

.menuListOuter > li.active > a {
    font-weight: 700;
}
.menuListOuter > li.active > a {
   /* border-color: var(--bs-primary);*/
}

.sidebarCollapsed .menuListOuter > li > a svg, .menuListOuter > li > a svg {
    width: 20px;
    flex: 0 0 20px;
}

.menuListOuter li {
    position: relative;
}

.menuListOuter .sidebar-submenu {
    position: absolute;
    left: 100%;
    background: var(--white-color);
    z-index: 999;
    top: 0;
    width: 270px;
    box-shadow: 0 2px 14px 0px rgba(0, 46, 89, 0.2);
    border-radius: 4px;
}

.sidebar-submenu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: var(--transition-timing);
}


    .sidebar-submenu li a {
       
        padding: 7px 0 7px 20px;
        color: var(--bs-primary)
    }

    .sidebar-submenu li + li a {
        border-top: 1px solid #f1f1f1;
    }

    .sidebar-submenu li:hover, .sidebar-submenu li.active {
        background: var( --bs-primary);
        color: var(--white-color);
    }

    .sidebar-submenu li:hover a, .sidebar-submenu li.active a {
        color: var( --white-color);
    }

.sidebar-submenu .count_number {
    position: absolute;
    right: 20px;
    color: var(--white-color);
    background: var(--bs-primary);
    height: 24px;
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    min-width: 24px;
    padding: 3px;
    font-weight: 700;
}

.sidebar-submenu li:hover .count_number, .sidebar-submenu li.active .count_number {
    color: var(--bs-primary);
    background: var(--white-color);
}

    .shadowOuter {
        box-shadow: 0 0 9px 0 rgba(0, 46, 89, 0.4)
    }

.cardTitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-primary);
    text-transform: uppercase;
    padding: 4px 0;
    line-height: normal;
}

.headingCount {
    color: #ffffff;
    background: var(--bs-primary);
    padding: 0 8px;
    border-radius: 4px;
}

.cardTitle .svg_fill path{
    fill: var(--bs-primary);
}

.cardTitle .svg_stroke path {
    stroke: var(--bs-primary);
}

#sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 200px;
    height: 100vh;
    transition: var(--transition-timing);
    z-index: 99;
}

.sitelogoOuter {
    padding: 8px;
    --bs-border-color: #51679F;
}

.sitelogoOuter svg {
    height: 38px;
    max-width: 100%;
}

 .service_infochkbox, input[type='checkbox'], .service_infoexcpIcon {
    cursor: pointer;
}

.sidebarExpand {
    position: absolute;
    height: 60px;
    width: 10px;
    right: -10px;
    background: var(--bs-primary);
    bottom: 90px;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    padding-left: 1px;
    cursor: pointer;
}

.sidebarExpand svg path {
    fill: var(--white-color);
}

.sidebarCollapsed .menuListOuter > li > a span {
    opacity: 0;
    width: 0;
}

.sidebarCollapsed #sidebar {
    width: 80px;
}

#content {
    padding-left: 200px;
    transition: var(--transition-timing);
    min-height: 100vh;
}

.sidebarCollapsed #content {
    padding-left: 80px;    
}


/* ====== header top ====== */

.topHeaderOuter .overlay {
    display: none;
}

.pageHeaderOuter {
    margin-bottom: 10px;
    padding: 7px 10px;
    position:sticky;
    top:0;
    z-index: 999;
}

.pageTitle {
    font-size: 19px;
    font-weight: 600;
    color: var(--bs-primary);
}

.topHeaderSearch-Outer .search-box {
    border: 1px solid var(--gray-100);
    width: 270px;
    color: #7A7A7A;
    font-size: 15px;
    padding: 5px 35px 5px 10px;
    border-radius: 4px;
}

.topHeaderSearch-Outer {
    position: relative;
}

.topHeaderSearch-Outer a {
    position: absolute;
    right: 0;
    background: var(--bs-primary);
    height: 100%;
    padding: 5px 9px;
    border-radius: 0 4px 4px 0;
    border: 1px solid var(--bs-primary);
}

.topHeaderSearch-Outer .svg_stroke path {
    stroke: var(--white-color);
}

.topHeaderMenu-List .topHeaderSearch-Outer svg {
    width:16px;
}


/* tool tip */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: -8px;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: var(--bs-primary);
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    white-space: normal;
}

.tooltip > .tooltip-inner {
    background-color: #1F87D0;
    text-align: left;
    width: auto !important;
}

.reminders > .recentViewList + .tooltip > .tooltip-inner {
    text-overflow: ellipsis;
    overflow: hidden;
}

@media(min-width:768px) {
    .moblie-searchbox{
        display:none;
    }
}

.userImage {
    width: 38px;
    height: 38px;
    background: #ddd;
    border: none;
    border-radius: 40px;
}

.user-account-dropdown .user-links:after {
    display: none;
}

/* ====== dashboard inner content ====== */
.cardOuterWrap {
    border-radius: 4px;
}


.cardContent-Wrap {
    
    padding: 10px;
}



.cardList-outer, .cardContent-Wrap, .cardOuterWrap .panel {
    border: 1px solid #e6e4e4;
    border-top: 0;
}

.cardContent-Wrap .cardList-outer, .customerCardOuter, .customerLocation-Outer {
    border: none;
}

.customerDetail-HeaderOuter {
    padding-block: 8px;
    margin-bottom: 10px !important;
}

.cardOuterWrap + .cardOuterWrap{
    margin-top: 10px;
}

.cardHeader-Wrap {
    padding: 4px 10px;
    background: var(--gray-400);
}

.innerContentOuter-Wrap {
    padding-inline: 20px;
    
}

.cardRow {
    padding: 5px 10px;
}
.cardOuterWrap a, #divRecentlyviewedLoyout .cardList-inner a {
    font-weight: 600;
}

.cardOuterWrap a, .cardOuterWrap p {
    font-size: 14px;
}

.cardHeader-Wrap .btn {
    padding: 2px 6px;
    font-weight: 400;
}

.cardList-inner svg{
    width: 15px;
    height: 15px;
}

.cardContentRecentActivity-Wrap .cardList-inner:nth-child(odd), #divRecentlyviewedLoyout .cardList-inner:nth-child(odd) {
    background: var(--blue-300);
}

#divRecentlyviewedLoyout {
    margin-top: 10px;
}

.border_bottom-List .cardList-inner {
    border-bottom: 1px solid #e6e4e4;
}

.innerCard-Content {
    border-radius: 4px;
    padding: 7px 10px;
    min-width: 120px;
    margin-bottom: 0;
    height: 100%;
}

.customerDetail-HeaderOuter .innerCard-Content {
    padding: 3px 7px;
}

.innerCard-Content .innerCard-Title, .innerCard-Title {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-secondary);
    line-height: 18px;
}

.customerDetail-HeaderOuter .innerCard-Content .innerCard-Title {
    font-size: 14px;
}

.cardList-outer .innerCard-count {
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-secondary);
    line-height: 22px;
}

.customerDetail-HeaderOuter .cardList-outer .innerCard-count {
    font-size: 15px;
    font-weight: 700;
}

/*.customerDetail-HeaderOuter .select2.select2-container {
    padding: 8px 7px;
}*/

.topHeaderOuter .overlay {
    display: block;
    position: fixed;
    background: #ffffff;
    right: -100%;
    transition: var(--transition-timing);
    height: 100vh;
     z-index: 99999;
     top:0;
     overflow-y:auto;
}

.topHeaderOuter .slider-open .overlay {
    right: 0;
}

    .topHeaderOuter .open .overlay {
        /*display: block;*/
        right: 0px;
        /*z-index:11;*/
    }


/* ====== search page ====== */

.cardRow [class^="col-"] {
    padding-top: 0px;
    padding-bottom: 0px;
}

.badge {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-secondary);
}

.tabUnorder-List li {
    display: flex;
}

.tabUnorder-List .nav-link, .tabUnorder-List a {
    --bs-nav-link-color: #7A7A7A;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid transparent;
    min-width: unset;
    padding: 10px 20px;
    color: var(--bs-nav-link-color);
}

.customer-snapshot .tabUnorder-List .nav-link {
    padding: 5px;
}

.tabUnorder-List .active .nav-link, .tabUnorder-List .nav-link:hover, .tabUnorder-List .active a {
    color: var(--bs-primary);
    border-color: var(--bs-primary)
}

.tabUnorder-List .active .nav-link svg path, .tabUnorder-List .nav-link:hover svg path,
.tabUnorder-List .active .nav-link svg circle, .tabUnorder-List .nav-link:hover svg circle,
.tabUnorder-List .active .nav-link svg rect, .tabUnorder-List .nav-link:hover svg rect{        
    stroke: var(--bs-primary);
}

.tabUnorder-List .active .nav-link .svg_fillStroke path, .tabUnorder-List .nav-link:hover .svg_fillStroke path {
    stroke: var(--bs-primary);
    fill: var(--bs-primary);
}

.tabUnorder-List .active .nav-link svg.svgFill path, .tabUnorder-List .nav-link:hover svg.svgFill path {
    stroke: none;
}

.tabUnorder-List .active .nav-link[aria-controls="home"] circle + circle, .tabUnorder-List .nav-link[aria-controls="home"]:hover circle + circle,
.tabUnorder-List .active .nav-link svg.svgFill path, .tabUnorder-List  .nav-link:hover svg.svgFill path {
    fill: var(--bs-primary);
}

.dataTable-Outer th a, .dataTable-Outer td a, .dataTable-Outer td, .dataTable-Outer th {
    font-size: 14px;
    color: var(--bs-secondary);
    font-weight: 600;
}

.dataTable-Outer td, .dataTable-Outer th {
    padding: 10px 20px;
    vertical-align: middle;
}

.dataTable-Outer td a {
    color: var(--bs-primary)
}

.form-label {
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    line-height: 20px;
    margin:0;
}

.actionBtn_s .btn {
    padding: 7.5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.actionBtn_s .btn ~ *, .actionBtn_s .btn ~ .btn {
    margin-left: 10px;
}

.pageTopHeader-Outer .actionBtn_s .btn {   
    width: 44px;
    height: 38px;
    padding:0;
    line-height: 36px;
}

.actionBtn_s .btn.clear-btn, .actionBtn_s .btn.search-btn {
    padding-inline: 18px;
}

.custInfo-btn {
    padding: 4px 5px;
    background: var(--green-100);
    justify-content: center;
    line-height: 0;
}

.noCaret:after, .noCaret:before {
    display: none !important
}

.customerCardOuter .cardLabel {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.customerCardOuter .cardRow {
    gap: 4px;
}

.customerCardOuter .cardRow .row > *{
    padding-top:2px;
    padding-bottom:2px;
}

.cardLabelContent {
    font-size: 14px;
    color: var(--gray-700);
    word-break: break-word;
    line-height: 18px;
}

.serviceInfoLastService .cardLabelContent,
.serviceInfoEquipment .cardLabelContent {
    color: var(--bs-primary);
}

.cardLabelContent span {
    display: block;
}

 .activeStatus {
    text-align: center;
    padding: 2px 3px !important;
    max-width: 100px;
    border-radius: 4px;
}

.serviceDetailList-Outer li {
    position: relative;
    padding: 6px 50px 6px 30px;
}

.service_infochkbox {
    position: absolute;
    left: 10px;
}

.service_infoexcpIcon {
    position: absolute;
    right: 10px;
}

.highlighter_btn {
    position: absolute;
    right: 10px;
    top: 25px;
}

.service_location_search {
    max-width: 230px;
}
.tabsIconsOuter .service_location_search {
    max-width: 100%;
}

.service_location_search .form-control {
    padding: 5px 10px;
}

/* ====== customer detail page ====== */
.fc-header-toolbar .fc-center > div {
    display: flex;
    align-items: center;
}

.fc-header-toolbar .fc-button {
    background: none;
    border: 1px solid #ECF5FF;
    width: 30px;
    height: 33px;
    padding: 0;
    min-width: 40px;
    color: var(--bs-primary);
    border-radius: 4px;
}

.fc-header-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    min-width: 137px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.fc-header-toolbar .fc-icon, .fc-header-toolbar.fc-toolbar .fc-center {
    display: block;
}


.tableTopAcrtion-Bar {
    padding: 10px 8px;
}

.CustomerDetails-header {
    margin-bottom: 0px;
}
.customerName {
    font-size: 19px;
    font-weight: 700;
    color: var( --bs-secondary);
    text-transform: capitalize;
}

.Name-firstLetter {
    background: #A8A8A8;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
}

.customerServiceLoc-outer {
    padding: 0;
}

.al-tabsOuter-wrap {
    margin: 0 0 10px;
}

.tabScroll {
    flex-flow:nowrap;
    white-space:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
}

.equalWidthContent-tab li{
    flex-grow: 1;
}

.badgeCustom {
    padding: 3px 5px;
    color: var(--bs-primary);
}

.serviceDetailList-Outer li + li {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) ;
}

.cardHeader-Wrap .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 6px;
    float: initial;
    width: 100%;
    padding: 2px 0 2px 32px;
    position: relative;
    color: #333333;
}

.cardHeader-Wrap .dropdown-menu li a:hover{
    background: var(--gray-400)
}

.dropdownOuter-Options {
    min-width: 220px;
    width: 100%;
    right: 0;
}

.dropdownOuter-Options li{
    padding: 2px 0;
}

/*.cardHeader-Wrap .dropdown-menu li a svg {
    width: 15px;
}

.ListMenuIcon svg{
    height: auto;
}*/

.ListMenuIcon svg {
    width: 20px;
    height: 20px;
}

.ListMenuIcon {
    position: absolute;
    left: 5px;
   /* width: 25px;
    height: 25px;*/
    text-align: center;
    border-radius: 4px;
    padding: 1px 0;
    background: transparent !important;
}

.cardHeader-Wrap .dropdown-menu li a i {
    width: 20px;
    height: 20px;
}

.servicemapicon img {
    width: 20px !important;
    padding: 3px !important;
}

.al-tableOuter {
    margin: 0;
    vertical-align: middle;
    background: #ffffff;
    width: 100% !important;
}

table {
    background: #ffffff;
}
    .al-tableOuter tr {
        color: var(--bs-secondary);
    }

    .al-tableOuter td, .al-tableOuter th {
        padding: 14px 10px;
        font-weight: 500;
        /*color: var(--bs-secondary);*/
    }

.al-tableOuter th {
    font-weight: 700;
}

        .al-tableOuter td {
            word-break: break-word;
        }

        .al-tableOuter th a {
            color: var(--bs-secondary);
        }

.tableTopAcrtion-Bar .btn-lg {
    font-size: 15px;
    padding: 9px 21px;
    font-weight: 500;
    height: 42px;
}

.searchActionIcon-Btn {
    position: absolute;
    top: 0;
    color: #ffffff;
    right: 15px;    
    height: 100%;
    right: 0;
    line-height: 30px;
    padding: 3px 12px;
}

.serachHeight .searchActionIcon-Btn {
    height:38px;
}
/*.select-arrow*/
.arrowDown-Icon, select.form-control, .dropdown .select-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.58268 1.17899L5.49935 5.26232L1.41602 1.17899' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 10px;
    padding-right: 30px !important;
}
.toggle-checkbox-switch{
    position: relative
}

.custdetail-innerdropdown_parentServicelocation .select2-search--dropdown {
    
    display: flex;
    align-items: center;
}



.hiddenSwitch-Checkbox, .toggle-checkbox-switch [type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.switchBtn, .toggle-checkbox-switch .round {
    width: 46px;
    height: 23px;
    display: block;
    background: #E0EBF4;
    border-radius: 50px;
    position: relative;
    transition: var(--transition-timing);
    cursor: pointer;
}

    .switchBtn::after, .toggle-checkbox-switch .round:after {
        width: 16.5px;
        height: 16.5px;
        background: #ffffff;
        content: '';
        left: 4px;
        top: 3px;
        position: absolute;
        border-radius: 20px;
        right: 4px;
        transition: var(--transition-timing);
    }

.switchToggle-Btn input:checked + .switchBtn, .toggle-checkbox-switch input:checked + .round {
    background: var(--bs-primary);
}

    .switchToggle-Btn input:checked + .switchBtn::after, .toggle-checkbox-switch input:checked + .round:after {
        left: auto;
        right: 4px;
    }

.multipleSelectOption {
    width: 180px;
    
}

.multipleSelectOption-List {
    z-index: 99;
    /* width: 100%; */
    right: 0px;
    width: 100%;
    box-shadow: 0px 8px 15px -4px rgba(0,0,0,0.2);
    max-width: 300px;
}

fc-toolbar.fc-header-toolbar {
    display: none;
}

.inputFieldsEqual-Width .form-control{
    width:180px;
}

#serviceCalenderDropDown li:nth-child(4) ~ li {
    display: none !important;
}

#serviceCalenderDropDown.serviceCalenderScroll {
    max-height: 300px;
    overflow-y: auto;
}

#serviceCalenderDropDown.serviceCalenderScroll li:nth-child(4) ~ li {
    display: block !important;
}

.calIcon {
    position: absolute;
    right: 10px;
    top: 9px;
}

.searchIcon {
    position: absolute;
    left: 9px;
    top: 11px;
}

.title-header .form-control {
    font-size: 14px;
}

.dropdownList.open .dropdown-menu {
    display: block;
}


/* ====== ====== */

 .select2.select2-container {
    display: block;
    min-width: 120px;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #d5d5d5;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    z-index: 0;
}

.select2.select2-container .selection .select2-selection {
    padding: 7.5px 10px;
}

.select2.select2-container.form-control {
    padding: 0;
}

.select-box .select2.select2-container {
    z-index: 0 !important;
}

.select2-container.select2-container--open {
    z-index: 999999;
}

.dropdownList-outer, .dropdownList-Outer {
    position: absolute;
    background: #fff;
    padding: 0px;
    min-width:100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9;
    box-shadow: 0 0 9px 0 rgba(0, 46, 89, 0.1);
    margin: 0;
}
.multiSelFrequency {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dropdownList-outer .form-control{
    max-width: 100%;
}

.scrollStyle::-webkit-scrollbar {
    width: 10px;
}

.scrollStyle::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
}

.settingInner-header .form-control {
   /* padding-block: 5px;
    font-size: 16px;*/
    max-width: unset;
    min-width: 140px;
}

.settingInner-header.settingInner-headerAddtwoField .form-control {
    max-width: 140px;
    min-width: 120px;
}

.settingInner-header .dropdown .btn.form-control, .btn.form-control {
    max-width: 200px;
    font-size: 15px;
    text-transform: capitalize;
    padding: 7px 10px;
}

.form-label svg{
    width:15px;
    height:15px;
}

.dropdownList-outer .parentUl, .hideList {
    display: none;
    padding: 10px;
}

.dropdownList-outer .parentUl li, .dropdownList-outer .hideList li {
    white-space: nowrap;
}

.absoluteIcon-middle_Right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 0;
    cursor:pointer;
    z-index: 1;
}

.pageTopHeader-Outer .btn, .settingInner-header .btn {
    padding: 7.5px 20px;
}

.dateRangePicker {
    padding-right: 40px;
    cursor: pointer;
}

.setting_header_filter a {
    color: var(--bs-secondary);
    font-weight: 400;
}
.open .dropdown-menu {
    display: block;
}

.open .open .dropdown-menu {
    display: block !important;
}

.serviceLocationSearch-Outer{
    padding: 0px 10px;
}

.searchIcon-field .form-control {
    padding-left: 40px;
}

.switchToggle-Btn {
    height: 36px;
    /*padding: 10px 0 0;*/
    display: block;
}

.pageTopHeader-Outer .customWidth-FormControl {
    max-width: 200px;
}

#loader {
    text-align: center;
    padding: 100px 0 0;
}

.select-region, .multiSelBatchSourceType {
    white-space: nowrap;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* ====== al modal style ====== */

.svg_fill path, .svg_fillStroke .fill {
    fill: var(--bs-primary);
    stroke: none;
}

.svg_stroke circle, .svg_stroke path, .svg_fillStroke .stroke {
    stroke: var(--bs-primary);
    fill: none;
}

.al-ModalOuter, .modal {
    z-index: 99999 !important;
}

.al-ModalOuter2 {
    z-index: 999999 !important;
}
.al-ModalOuter3 {
    z-index: 9999999 !important;
}

.al-ModalOuter:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    z-index: -1;
}

.al-ModalOuter .user-content-box {
    background: var(--white-color);
}

.formSectionTitle {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    background: var(--gray-400);
    padding: 7px 10px;
    width: 100%;
    color: var(--bs-primary);
    text-transform: uppercase;
}

.formSectionTitle ~ .formSectionTitle {
    margin-top: 10px;
}

.al-Modalsmall-Width .modal-dialog {
    --bs-modal-width: 600px;
}

.al-ModalLarge-Width .modal-dialog {
    --bs-modal-width: 1120px;
}

.al-Modal_X_Large-Width {
    --bs-modal-width: 90%;
}

.al-ModalOuter .modal-dialog {
    top: 50px;
}


.al-ModalOuter .form-group, .modal .form-group, .al-formOuterWrap .form-group {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 7.5px 0;
    flex-wrap: wrap;
}

.al-ModalOuter .switchToggle-Btn, .modal .switchToggle-Btn {
    height: auto;
    padding: 0px;
}

.al-ModalOuter .form-label, .modal .form-label, .al-formOuterWrap .form-label,
.al-LargeFields .al-sameFields .form-label {
    max-width: 150px;
    width: 100%;
}

.Inner-fieldOuter, .al-LargeFields .al-sameFields .Inner-fieldOuter {
    max-width: calc(100% - 180px);
    width: 100%;
}

.al-ModalOuter .paymentMethode-FormOuter .form-label {
    max-width: 110px;
}


.al-LargeFields .form-label {
    max-width: 90px;
}

.al-LargeFields .al-noLargeFields .form-label {
    max-width: inherit;
}

.al-LargeFields .Inner-fieldOuter {
    max-width: calc(100% - 120px);
}

.paymentMethode-FormOuter .Inner-fieldOuter {
    max-width: calc(100% - 140px);
}

.form-group.halfFormField-Outer {
    width: 100%;
}

.halfFormField-Outer .form-control{
    width: 20%;
}

.refernceSearch-outer .form-control {
    max-width: calc(100% - 320px);
}

.paymentMethode-TableOuter {
    height: 200px;
    overflow: auto;
}

.closeBtn, button.gm-ui-hover-effect, button.custom-close-popup {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.75 4.25L4.25 12.75' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.25 4.25L12.75 12.75' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--bs-primary) !important;
    border-radius: 30px;
    position: absolute;
    top: -8px;
    right: -10px;
    background-size: 15px;
    padding:15px;
}

.gm-ui-hover-effect, button.custom-close-popup {
    opacity: 1 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.75 4.25L4.25 12.75' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.25 4.25L12.75 12.75' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}

button.custom-close-popup {
    top: -8px !important;
    right: -6px !important;
    font-size: 0;
    border:none;
}

.hidden{
    display: none !important
}

.gm-ui-hover-effect > span {
    display: none !important;
}

.modalBtn, .modal-footer .btn {
    min-width: initial;
    padding: 4px 20px;
}

body.modal-open{
    overflow: hidden !important;
}

.al-ModalOuter .modal-header, .modal .modal-header {
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid var(--blue-300);
    text-transform: capitalize;
    font-size: 20px;
    background: var(--gray-400);
    padding-right: 40px;
}


.modal-title {
    font-size: 18px;
    /*color: var(--bs-secondary);*/
    font-weight: 600;
    color: var(--bs-primary);
   
}
.modal-header .modal-title {
    text-transform: uppercase;
}

.al-ModalOuter .select2, .modal .select2 {
    position: relative
}

.al-ModalOuter .dropdown-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;

}

.al-ModalOuter .select2-container--open .dropdown-wrapper {
    display: block;
}

.modal-backdrop {
    --bs-backdrop-bg: rgba(0,0,0,0.7);
    /*z-index: 99999;*/
    display:none;
}

.al-tableOuter .btn {
    padding: 2px 4px;
    font-size: 12px;
    line-height: inherit;
}

    .al-tableOuter .btn ~ .btn{
        margin-left: 2px;
    }

    .formOuterSub-Fields {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

.formInnerSub-Fields {
    padding-left: 10px;
    padding-right: 10px;
    max-width:33.33%;
    flex: 0 0 33.33%;
}

.formInnerSub-Fields .form-group {
    flex-flow: column;
    gap: 0;
}

.formInnerSub-Fields .Inner-fieldOuter, .al-ModalOuter .formInnerSub-Fields .form-label {
    width: 100%;
    max-width: 100%;
}

.selection {
    display: block;
}

.select2-container--default .select2-selection--single {
    display: inline-flex;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    display: block;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-primary);
}

.radioBtn-Outer {
    position: relative;
}
.radioBtn-Hide {
    position: absolute;
    z-index: 9;
    opacity: 0;
}
.radioBtn-Inner {
    padding-left: 25px;
    position:relative;
}

.radioBtn-Inner:before, .radioBtn-Inner:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background: #ffffff;
    border-radius: 20px;
}

    .radioBtn-Inner:before {
        border: 2px solid #d5d5d5;
        width: 15px;
        height: 15px;
    }

.radioBtn-Inner:after {
    width:7px;
    height: 7px;
    left:4px;
    top:5px;
}

.radioBtn-Outer input:checked + .radioBtn-Inner:after {
    background: var(--bs-primary);
}


.radioBtn-Outer input:checked + .radioBtn-Inner:before {
    border-color: var(--bs-primary)
}

.al-sidebardrawer {
    max-width: 500px;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 99999;
    height:100vh;
    overflow-x: auto;
}

/* ====== user info slider ====== */


.al-UserDropdownSlide .cardList-inner {
    border-top: 1px solid #eeeeee;
}

.al-UserDropdownSlide .cardRow {
    padding: 10px 15px;
}

.al-userInfo .al-userName {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.al-userImage {
    width: 60px;
    height: 60px;
    background: #ddd;
    border-radius: 100px;
}
.user-pic img, .userImage img {
    border-radius: 100px;
}

.al-userChangePwd {
    cursor: pointer;
    color: var(--bs-primary);
}

.al-userInfo p {
    line-height: 18px;
    font-size: 13px;
}
.al-userInfo {
    flex: 0 0 calc(100% - 76px);
}

.al-userLogout a {
    color: #FF4848;
}

.al-infoCoumnTitle {
    font-size: 16px;
    margin: 0 0 10px;
    color: var(--bs-secondary);
    font-weight: 700;
}

.al-userSubTitle {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}

.al-infoCoumnContent p {
    line-height: 22px;
    margin: 0;
}

.table > :not(caption) > * > * {
    padding: 7px;
    color: inherit;
}

.user-account-dropdown .dropdown_sidebar span i {
    margin-right: 10px;
}

.al-infoSpacing {
    margin: 7px 0 0;
}
/**/

.settingInner-header {
    padding:10px;
    margin-bottom: 10px !important;
    margin-top:10px;
}

.hoverInfo .dropdown-content {
    background: var(--gray-400);
    padding: 7px;
    font-size: 12px;
    max-width: 300px;
    border-radius: 4px;
    border: 1px solid var(--gray-400);
    color: var(--bs-primary);
    font-weight: 600;
}

.customerServiceLoc-outer .select2.select2-container.select2-container--default, .customerServiceLoc-outer .select2-container.custdetail-innerdropdown_parent {
    width: 660px !important;
    /*max-width: 300px;*/
}

.multiSelbilling {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hideSwitch{
    display: none;
}

.hideSwitch.active {
 display: block;   
}

.al-billincontentdropdown {
    position: absolute;
    right: 0;
    background: #ffffff;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    z-index: 99;
    top: 22px;
    width: 220px;
}

.al-billincontentdropdown_Outer:hover .al-billincontentdropdown {
    display: block;
}
.clsvoiddisplay{
    display: none;
}

.billing_audit_outer .index-inner-box {
    background: #ffffff;
    margin-top: 10px;
    padding: 15px;
    position: relative;
    text-align: center;
}

.billing_audit_outer .dropdown-billing-content {
    position: absolute;
    top: 22px;
    right: 14px;
    background: #ffffff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
    min-width: 160px;
    display: none;
}

.billing_audit_outer .billing-audit-detail-outer {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 18px;
}


.billing_audit_outer .dropdown-billing-content ul{
    padding: 10px;
}

.billing_audit_outer .dropdown-billing-content ul li {
    padding: 2px 0;
    font-size: 14px;
    text-align: left;
}

.billing_audit_outer .index-inner-box .zero {
    padding: 17px 0;
    font-size: 40px;
    font-weight: 700;
}

.billing_audit_outer .index-inner-box h3 {
    font-size: 18px;
    margin-top: 24px;
    font-weight:600;
}

/* */

.al-filterDropdown-Outer {
    width: 1024px;
    max-height: 450px;
    overflow: auto;
}

.filter-title {
    font-size: 18px;
    margin: 10px 0px 10px;
}

.al-filterDropdown-Outer li{
    font-size: 16px;
}

.al-filterDropdown-Outer .form-group{
    display: flex;
    align-items: center;
    gap: 20px;
}

.al-filterDropdown-Outer .form-group .form-label {
    white-space: nowrap;
}

.divclstags {
    margin-bottom: 2px !important;
    margin-top: 3px;
    padding-left: 10px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.divclstags span {
    padding: 0px 7px;
    border-radius: 3px;
    font-size: 13px;
    display: block;
    line-height: 20px;
}

th {
    background: var(--gray-400) !important;
}

.calendar-tool-tip-trigger .calendar-tool-tip-content {
    bottom: 0;
    top: auto;
    bottom: 10px;
    width: 350px;
    padding: 10px;
    color: black;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.calendar-tool-tip-trigger  .popover.top > .arrow {
    bottom: -20px;
    left: 23px;
    border-width: 10px;
    filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.2));
}

.header-close span {
    background: var(--bs-primary);
}

#createSingleInvoicePopupContainer{
    margin-top:0;
    margin-right: 0;
}

.services-content-inner {
    max-height: 100px;
    overflow-x: auto;
    width: 100%;
}

.parentTabContainer{
    position:relative;
}

#service_history_calendar {
    margin-left: 10px;
    margin-top: 5px;
    padding-right:10px;
}

#caljump {
    display: flex;
    align-items: center;
    position: absolute;
    top: 11px;
    opacity: 1;
    left: 50px;
    width: 137px;
    padding: 0 10px;
}

#caljump #jumpToToday {
    opacity: 1;
    transform: translate(0px, -2px);
}

#caljump .select2.select2-container {
    width: 56px !important;
    min-width: initial;
    text-align: center;
    padding: 0;
    border: none;
    background: #fff;
    border-radius: 0;
}

#caljump .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

    #caljump .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: auto;
        top: 0;
        padding: 0;
        font-size: 18px;
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
    }

.modal-body {
    padding: 16px;
}

#myRoutelogVehicleChecklistModelPopUpContainer {
    overflow: auto;
}

.daterangepicker .ranges li.active{
    background: var(--bs-primary) !important;
}

.payment-inner-div {
    height: 100vh;
    overflow-y: auto;
}

.hide {
    display: none !important;
}

.al-onHover-Show, .al-tableOuter .dropdown-content {
    width: 220px;
}


#ui-datepicker-div {
    z-index: 9999999 !important;
}


.exportFileOptionActions .btn {
    width: 100%;
    max-width: 220px;
    display: block;
    margin: 0 auto 12px !important;
}

.customer-infoIcons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.noAfterlayer:after, .tab-content .al-ModalOuter:after, .tab-content.al-ModalOuter:after {
    display: none !important
}
.tab-content #modalInvoiceCreditPopup:after {
    display: block !important
}


.CustSnapshotfilterInputDiv {
    right: 0;
    top: 30px;
    padding: 10px;
    width: 280px;
}

.progressLoader1 {
     display: none;
}

.multiregion-cls .multiSel {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.multiregion-cls .multiSel span {
    padding: 5px 8px;
    background: var(--bs-primary);
    color:#ffffff;
    border-radius: 4px;
    font-size: 12px;
}


.rateTypeSpan {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
}

.rateTypeSpanFullInfo {
    position: absolute;
    right: 7px;
    bottom: -16px;
    font-size: 12px;
}

.myAddServiceBtnFooter [type="button"]{
    margin-left: 10px;
}

.addServiceAll-OuterForm ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.addServiceAll-OuterForm ul li {
    width: 100%;
    max-width: 100%;
    flex: 1 0 calc(10% - 20px);
}

.outer-scroll-div{
    max-height: 200px;
}


/* ====== breakpoint  ====== */
.ui-widget.ui-widget-content {
    z-index: 9999999 !important;
}


.cardList-RowOuter {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.cardList-TwoColumn > *{
    flex: 0 0 calc(50% - 5px);
    width:100%;
}

.outstandingReceivables-List .cardList-TwoColumn > * {
    flex: 0 0 100%;
    width: 100%;
    max-width:100%;
}

.outstandingReceivables-List .innerCard-Content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 10px;
}

.outstandingReceivables-List .cardList-RowOuter {
    gap: 2px;
}


.cardList-TwoColumn > .columnFullWidth {
    flex: 0 0 calc(100%);
    max-width:100%;
}

.one_of_full, .one-of-full, .one_of_two, .one_of_three, .one_of_four {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.one-of-full > *, .one_of_full > *, .one_of_four > *, .one_of_three > *, .one_of_two > * {
    max-width: 100%;
}

    .one_of_full > *, .one-of-full > * {
        flex: 0 0 calc(100% - 15px);
    }

.one_of_two > * {
    flex: 0 0 calc(50% - 15px);
}

    .one_of_three > * {
        flex: 0 0 calc(33.33% - 15px);
        max-width: calc(33.33% - 15px);
    }

.one_of_four > * {
    flex: 0 0 calc(25% - 15px);
}

    .one_of_full .form-label, .one_of_four .form-label, .one_of_three .form-label, .one_of_two .form-label,
    .one_of_full .Inner-fieldOuter, .one_of_four .Inner-fieldOuter, .one_of_three .Inner-fieldOuter, .one_of_two .Inner-fieldOuter {
        max-width: 100%;
    }

.one_of_four .form-group, .one_of_three .form-group, .one_of_two .form-group {
    gap: 5px;
    padding:0;
}

.align-bottom{
    align-items: flex-end; 
}

.rightIconOuter .form-control {
    padding-right: 40px;
}


#divDisplayStatusBillingStatus .route-row, #divDisplayStatusBillingStatus .status-row {
    display: flex !important;
    gap: 10px;
    margin-right: 10px;
}

.al-tableOuter td, .table > :not(caption) > * > * {
    --bs-table-bg: transparent;
}


.activity-addnote-button{
    justify-content: flex-end;
}



.popHeaderName .switchToggle-Btn {
    margin: 10px 0 0 20px;
}

.proration-icon .tooltip {
    right: 30px !important;
    left: auto !important;
}

#uService_RentalCodeID ~ .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: initial;
}

.al-dropdownRight {
    right: 10px;
    padding: 10px;
}

.st0 {
    fill: var(--bs-primary) !important;
}

.st1 {
    fill: #FFFFFF;
}

.cls_required_fileds, .select2-add-order.cls_required_fileds1 span.select2.select2-container.select2-container--default {
    border: 1px solid red !important;
}

.dispatch-box-panel-outer {
    background: var(--bs-primary);
}

.dispatch-box-panel-outer .formSectionTitle {
    color: #fff;
    padding: 10px 0 0 35px;
}

.dispatch-box-panel-outer .form-control {
    border-radius: 0;
}

.dispatch-box-panel-outer .collapse_filter_box {
    display: flex;
    gap: 8px;
}

.dispatch-box-panel-outer .panel-heading {
    display: flex;
    justify-content: space-between;
    background: var(--bs-primary);
    padding: 7px 10px;
}

.dispatch-box-panel-outer .panel-title, .dispatch-box-panel-outer .panel-heading .fa {
    color: #ffffff;
}

.dispatch_position_panel2 .leftpanelbtn {
    background: var(--bs-primary);
    border: none;
    color: #fff;
   
}

.al-ModalOuter.al-ModalRightSlide:after, .al-ModalRightSlide .al-ModalOuter:after {
    display: none;
}

.al-ModalRightSlide .modal-dialog {
    top: 0;
    margin: 0;
    right: 0;
    left: auto;
    position: absolute;
    transition: 0.3s all;
    right: -100%;
    height: 100vh;
    box-shadow: 0 0 10px -1px rgba(0,0,0,0.2);
}

.al-ModalRightSlide .modal-content {
    height: 100%;
}

.al-ModalRightSlide.in .modal-dialog {
    right: 0;
 
}

#myCTabCustDetailAgingModal .modal-dialog{
    min-width:500px;
}

.noArrow.select-arrow {
    padding: 0;
    background: none;
}

.form-label .fa{
    color: var(--bs-primary)
}


.refund-digital > div {
    display: flex;
    justify-content: space-between;
}

.hasDatepicker {
    background: transparent;
    position: relative;
    z-index: 1;
}

#divCustomerAging .custom-left {
    gap: 5px;
    display: flex;
    flex-flow: wrap;
}

.collapse.in {
    display: block;
}

.dispachMap-Outer {
    display: flex;
    align-items: center;
}

.dispachMap-Outer .order_list_box {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex: 0 0 calc(100% - 30px);
}

.dispachMap-Outer .infotooltippopup {
    max-width: 100%;
    flex: 0 0 30px;
}

.dispachMap-Outer .order_icons {
    max-width: 100%;
    flex: 0 0 40px;
    text-align: center;
    padding: 0 2px;
}

.dispachMap-Outer .orderSpanTags {
    max-width: 100%;
    flex: 0 0 calc(100% - 40px);
    text-align: left;
}

.select2-container.mon_year_select2 .selection span.select2-selection__arrow {
    display: none;
}

.select2.select2-container.select2-container--default.mon_year_select2 {
    float: left;
    padding: 0;
    border: none;
    min-width: initial;
}

.dispachMap-Outer .fa{
       color: var(--bs-primary);
}

.dispatch-box-panel-outer.noHeading-flex .panel-heading {
    flex-flow: column;
}


/* ===  ===*/

/*DATE PICKER STYLING START*/
.ui-datepicker.ui-widget.ui-widget-content {
    border: none !important;
    box-shadow: 0 1px 6px rgb(0 0 0 / 15%) !important;
    padding: 12px !important;
    border-radius: 3px !important;
    width: 100% !important;
    max-width: 320px !important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: transparent !important;
    border: none !important;
}

.ui-datepicker th {
    color: #999 !important;
    font-weight: normal !important;
    font-size: 12px !important;
    font-family: 'Roboto' !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: transparent !important;
    border: none !important;
    text-align: center !important;
    color: #192133 !important;
    font-size: 12px !important;
    padding: 9px 10px !important;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    margin: 2px !important;
}

.ui-datepicker td {
    padding: 0 !important;
}

.ui-datepicker table td:not(.ui-state-disabled) {
    border: 1px solid #efefef !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border: none !important;
    color: #192133 !important;
    font-family: 'Roboto' !important;
    width: 35% !important;
    float: left !important;
}

.ui-datepicker th {
    color: var(--bs-primary) !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    font-family: 'Roboto' !important;
}

a.ui-state-default.ui-state-active, .ui-state-default:hover {
    background: var(--bs-primary) !important;
    color: #fff !important;
    border-radius: 2px !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: inherit !important;
    color: inherit !important;
}

body button.ui-datepicker-close {
    display: none !important;
}

button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
    float: right !important;
    width: auto !important;
    color: var(--bs-primary) !important;
    border: none !important;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1;
}

    button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all.ui-state-hover {
        background: none !important;
        text-decoration: underline;
        color: var(--bs-primary) !important;
    }

/*SELECT2 STYLING*/
.mon_year_select2Opt.select2-container {
    z-index: 99999999 !important;
}

body .select2-container--default.mon_year_select2Opt.select2-container--open .select2-dropdown {
    max-width: 114px !important;
    min-width: 114px !important;
}

.select2-container--default.mon_year_select2Opt .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-primary)!important;
    color: white !important;
}

.select2-container.mon_year_select2 .select2-selection--single .select2-selection__rendered {
    color: #192133 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    height: 22px !important;
    font-family: 'Roboto' !important;
}

.mon_year_select2Opt.select2-container--default .select2-results > .select2-results__options {
    max-height: 160px !important;
    overflow-y: scroll !important;
}

.mon_year_select2 span.select2-selection, span.select2.select2-container.select2-container--default.mon_year_select2, body .search-deopdowncls .select2-container--default.mon_year_select2 .select2-selection--single .select2-selection__rendered, .modal-open .mon_year_select2 .select2-container, .modal-open .mon_year_select2.select2-container {
    width: auto !important;
}

span.select2-container.mon_year_select2, span.select2.select2-container.select2-container--default.mon_year_select2 {
    height: auto !important;
    border: none !important;
    padding: 0px !important;
    background-color: inherit !important;
}

.select2-container.mon_year_select2 .selection span.select2-selection__arrow {
    display: none;
}

.select2-container--default.mon_year_select2 .select2-selection--single .select2-selection__rendered {
    width: auto;
}

.ui-datepicker-next, .ui-datepicker-prev {
    cursor: pointer;
}
/*DATE PICKER STYLING START*/

/*DATE RANGE PICKER STYLING START*/

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #1f87d0;
}

.daterangepicker .calendar-table th {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #8f8787;
}

.daterangepicker .calendar-table td {
    /*background: transparent;*/
    text-align: center;
    font-size: 12px;
    padding: 6px 10px;
    font-family: 'Roboto';
    font-weight: 500;
    margin: 2px;
    border: 1px solid #efefef;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    border: 1px solid #efefef;
    background-color: #fff !important;
    border-color: transparent !important;
    color: #999 !important;
}

.daterangepicker .calendar-table td:not(td.off.ends) {
    color: #192133;
}

.daterangepicker .calendar-table td.active:not(td.off.ends), .daterangepicker .calendar-table td.active:not(td.off.ends):hover {
    color: #fff !important;
    background: var(--bs-primary) !important;
    /*border-radius: 2px !important;*/
}

.daterangepicker .calendar-table tr:last-child th {
    border-bottom: 1px solid #efefef !important;
}

.daterangepicker td.start-date {
    border-radius: 6px 0 0 6px;
}

.daterangepicker td.end-date {
    border-radius: 0 6px 6px 0;
}
/*DATE RANGE PICKER STYLING   END*/

.check-arrow {
    visibility: hidden;
}

.tooltipSetting-Outer {
    position: fixed;
    /* width: 100%; */
    right: 10px;
    min-width: 200px;
}

.mail-tblOuetr {
    word-wrap: break-word;
    max-width: 230px;
    display: block;
}

.svgFillStroke .svgFill {
    fill: var(--bs-primary);
}

.svgFillStroke .svgStroke {
    stroke: var(--bs-primary);
}

.root_day_count {
    max-width: 25px;
    height: 25px;
    display: inline-flex;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    background: var(--bs-primary);
    color: #fff ;
    border-radius: 50%;
}
.day_count_tooltip_content {
    position: absolute;
    left: 0;
    background: #fff;
    padding: 4px;
    bottom: auto;
    top: 100%;
    z-index: 10;
    width: auto;
    min-width: 80px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,.12);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
}

.root_day_count_outter{
    position: relative;
}

.root_day_count_outter:hover .day_count_tooltip_content {
    opacity: 1;
    visibility: visible;
}


.work-order-field-Outer .form-label {
    max-width: 60px;
}

.work-order-field-Outer .Inner-fieldOuter {
    max-width: calc(100% - 90px);
}

/*span.custdetail-innerdropdown_parentServicelocation {
    width: 658px !important;
}*/

.custdetail-innerdropdown_parentServicelocation.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}

.formResizeSmaal .searchActionIcon-Btn {
    line-height: 29px;
}

.formResizeSmaal .searchActionIcon-Btn svg{
    width:15px;
}

.SnapshotServiceActivityfilterInputDiv {
    right: 0px;
    width: 240px;
    padding: 10px;
}

.SnapshotServiceActivityfilterInputDiv .dispatch-filter-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.SnapshotServiceActivityfilterInputDiv .tech-label{
    font-size: 14px;
}

.SnapshotServiceActivityfilterInputDiv .switchToggle-Btn {
    height: 23px;
    padding: 0;
}

.SnapshotServiceActivityfilterInputDiv .form-group {
    margin: 0 0 10px;
}

.btnDisabled .svg_stroke path{
    stroke: #ffffff;
}

.btnDisabled .svg_fill path {
    fill: #ffffff;
}


.btnDisabled, .btnDisabled:hover {
    background: #d7d7d7 !important;
    color: #ffffff !important;
    cursor: not-allowed;
    border-color: #d7d7d7;
}

.al-slideSidebar {
    position: absolute;
    right: 0;
   
    top: 0;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    transition: 0.4s all;
}

.slideOpen-wrap {
    right: 0;
}

.popup-body-container.al-ModalOuter {
    height: calc(100vh - 150px);
    overflow: hidden;
    overflow-y: auto;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
    min-height: initial !important;
}

textarea.form-control {
    max-height: 100px;
}

.fa.fa-info-circle {
    color: var(--bs-primary) !important;
}

.orderSpanInnerTags {
    display: flex;
    gap: 3px;
    align-items: center;
    flex-wrap: wrap;
}

.ui-datepicker .ui-datepicker-title {
    justify-content: center;
    display: flex;
}

.inventary_equipment_tab .table-responsive {
    overflow-y: scroll;
    max-height: 660px;
}

.btn:focus-visible {
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    box-shadow: none;
}
.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible{
    box-shadow: none;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    border-color: transparent;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.btn-close-msg {
    position: absolute;
    top: 0;
    right: 0;
}

.multiSelTaxEntity{
    overflow: hidden;
}

.inventarydetail_current_tab .al-ModalOuter:after, #map-control-box .al-ModalOuter:after {
    display: none;
}

.table-responsive {
    overflow-x: initial;
}

.fa-angle-down{
    display: none !important;
}

.seviceTemplateSidebar .service-history-table {
    height: calc(100vh - 100px);
}


.al-formOuterWrapEqualField .form-label, .al-formOuterWrapEqualField .Inner-fieldOuter {
    max-width: calc(50% - 15px)
}

.setting_inner_box .cardRow {
    padding: 2px 10px;
}


[data-toggle="tooltip"]:hover{
    cursor: pointer
}

.al-CustomSlideRightOuter {
   /* display: block !important;*/
    left: auto;
    right: -110%;
    transition: 0.3s all;
    
}

.al-CustomSlideRightOuter.in {
    right: 0;
}

    .al-CustomSlideRightOuter .modal-dialog {
        margin-right: 0;
        margin-top: 0;
        margin-bottom:0;
    }

.al-CustomSlideRightOuter .modal-lg, .al-CustomSlideRightOuter .modal-xl {
    --bs-modal-width: 600px;
}

.bg-red-400 {
    background: #fa8072;
    color:#ffffff;
}

.btn.bg-red-400:hover {
    background: #f38d81;
    color: #ffffff;
}

.al-modalBtn-Outer .btn {
    font-size: 14px;
    padding: 7px 15px;
    text-transform: uppercase;
}

.al-CustomSlideRightOuter .modal-content, .al-CustomSlideRightOuter .modal-dialog {
    height: 100%;
}


.al-CustomSlideRightOuter .popup-body-container::-webkit-scrollbar {
    width: 5px;
}

.modal-header, .modal-content {
    border-radius: 0;
}


.al-CustomSlideRightOuter .popup-body-container::-webkit-scrollbar-thumb {
    background-color: var(--gray-100);
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color: var(--bs-primary);
    color: #ffffff;
    background: var(--bs-primary);
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
}

.quickQuote-TableOuter {
    margin: 10px 0 10px;
}

.quickQuoteTitle {
    font-size: 18px;
    font-weight: 700;
}

.quickQuoteHeaderForm .form-label{
    max-width:85px;
}

.quickQuoteHeaderForm .form-group{
    padding:0;
}

.al-LargeFields .formTwoFields-Equal .form-label {
    max-width: 150px;
}

.al-LargeFields .formTwoFields-Equal .Inner-fieldOuter {
    max-width: calc(100% - 180px);
}

.formTwoFields-Equal .form-control {
    max-width: 300px;
}

.outer-scroll-div {
    overflow-x: auto;
}

.InnerTableBtn-Resize svg {
    width: 15px;
    height: auto
}

.InnerTableBtn-Resize .btn {
    padding: 0px 5px;
}

.al-humburgerIcon {
    padding: 4.5px 8px;
    border-radius: 3px;
    line-height: 0;
}

.al-humburgerIcon svg {
    line-height: 0;
    height: 18px;
    width: 20px;
}

.bg-primary .svg_fill path, .btn-secondary .svg_fill path, .bg-primary .svg_fillStroke .fill{
    fill: var(--white-color)
}

.bg-primary .svg_stroke path, .btn-secondary .svg_stroke path, .bg-primary .svg_fillStroke .stroke {
    stroke: var(--white-color)
}


.al-desc {
    color: var(--bs-primary);
    font-weight: 500;
}

.CustLoc-label {
    font-size: 16px;
    font-weight: 600;
}
.CustLoc-outer {
    line-height: 1;
}


.dropdown-toggle + .dropdown-menu {
    padding: 5px
}

.al-CustomfilterOuter {
    max-width: 270px;
}

.al-CustomfilterOuter .form-control {
    max-width: 60px;
    min-width: initial;
    margin: 0;
}

.al-CustomfilterOuter .dispatch-filter-item {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    align-items: center;
}

.al-CustomfilterOuter .control-label {
    font-size: 15px;
    font-weight: 600;
}

.al-CustomerServiceTooltip-Outer .dropdown-menu {
    background: var(--bs-primary);
}

.al-CustomerServiceTooltip-Outer .dropdown-menu li {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white-color);
    gap: 30px;
    font-size: 14px;
}

.servicemapicon + .tooltip > .tooltip-inner {
    white-space: nowrap;
}

.serviceLocationSearch-Outer{
    position:relative;
}

.serviceLocationSearch-Outer .dropdown-menu {
    right: 0;
    top: 30px;
}

.serviceLocationSearch-Outer .search-btn-group .dropdown-menu {
    top: 30px;
}


.modal-footer > * {
    margin: 0;
}

.modal-footer > div{
    width:100%;
}

.modal-footer [type="button"]:first-child{
    margin:0 !important
}

.use-existing {
    font-weight: 600;
}

.addOrderChargesGrid > div {
    height: calc(100vh - 675px);
    overflow: auto;
    width: 100%;
}

.addOrderChargesGrid .table thead tr {
    position: sticky;
    top: -1px;
    overflow: auto;
    z-index: 10;
}

.modal-footerRow {
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom:0;
}

.IconBtnStyle, .modal-footer .IconBtnStyle {
    padding: 3px 8px;
}

.modal-footer br{
    display: none;
}

.al-tableOuter .btn svg {
    width: 18px;
    height: 20px;
}


.btn .fa {
    color: var(--white-color) !important
}
.btn.bg-primary-100 .fa {
    color: var(--bs-primary) !important;
}

.tooltipOuter-wrap {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    right: 0;
    top: 20px;
}

.tooltipInner-wrap {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: var(--white-color);
    font-size: 14px;
}

.tooltipInner-wrap .fa, .btn-primary.fa{
    color: var(--white-color) !important
}

.tooltip.bottom .tooltip-arrow {
    top: -9px;
}

.tooltip.bottom .tooltip-arrow, .tooltip.top .tooltip-arrow {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    display: none;
}

#divCustomerAging {
    position: relative;
    margin-top: -48px;
    left: 10px;
    z-index: 10;
    padding-right: 70px;
}

#divTransactionTabGridContainer {
    margin-top: 30px;
}

.recentViewListWrapper .cardList-inner {
    cursor: pointer;
}

.al-ModalRightSlide .modal-header {
    flex-flow: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.al-ModalRightSlide .closeBtn {
    position: static;
    padding: 0 15px;
}

.al-ModalRightSlide {
    position: fixed;
    right: -100%;
    top: 0;
    transition: 0.3s all;
    height: 100vh;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    overflow-y: auto;
}

.al-ModalRightSlide.slider-open {
    right: 0;        
}

.al-ModalRightSlide .payment-inner-div {
    height: calc(100vh - 50px);
    overflow-y: auto;
}

.footer-detailed{
margin-top:15px
}


/** */


.al-ModalOuter .al-tableOuter .subTable-Row {
    gap: 6px;
}

.subTable-Type {
    max-width: 100%;
    flex: 0 0 177.77px;
}

.subTable-Value {
    max-width: 100%;
    flex: 0 0 238.38px;
}

.subTable-Priority {
    max-width: 100%;
    flex: 0 0 102.56px;
}

.subTable-sms {
    max-width: 100%;
    flex: 0 0 74.81px;
}

.subTable-AutoCall {
    max-width: 100%;
    flex: 0 0 93.55px;
}

.subTable-AutoEmail {
    max-width: 100%;
    flex: 0 0 106.2px;
}

.subTable-Action {
    max-width: 100%;
    flex: 0 0 72.73px;
}
body .pac-container {
    z-index: 999999 !important;
}

.modal-footer {
    padding-top: 20px;
}

.flagPopup-Outer .form-control{
    width:200px;
}

.field_mdWidth .form-control {
    width: 300px;
    /*padding: 6px 10px;*/
}

.field_mdWidth .btn {
    padding: 6px 30px;
}

.clsCustAglDetail{
    cursor: pointer;
}

.clsIconInfo .bubble-info {
    float: left;
    width: 100%;
    background: var(--gray-400); 
    padding: 10px 5px 10px 10px;
    position: absolute;
    z-index: 2;
    top: -3px;
    left: 31px;
    display: none;
    transition: linear .1s;
    min-width: 210px;
    border-radius: 6px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.12);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.clsIconInfo .bubble-info:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -6px;
    width: 0px;
    height: 0px;
    border-right: 6px solid var(--gray-400);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.amountfield, .text-right {
    text-align: right;
}

.divCustomerAging-Outer .innerCard-Content .innerCard-Title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.divCustomerAging-Outer .cardList-outer .innerCard-count {
    font-weight: 600;
}

.formResizeSmaal .form-control {
    width: 240px;
    max-width:240px;
}

.contactDetailField-Table .row {
    margin: 0;
}

.TableHeader{
    background: var(--gray-400);
}

.contactDetailField-Table .displayContactrow .row {
    background: transparent;
}

.contactDetailField-Table .row > [class*="col-"] {
    padding: 5px 7px;
}

.contactDetailField-Table .displayContactrow .row > [class*="col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.TableHeader label {
    font-size: 16px;
    font-weight: 500;
}

.contactDetailField-Table .btn {
    padding: 0px 5px;
}

.contactDetailField-Table .btn svg {
    width: 15px;
    height: 15px;
}

.contactDetailField-Table .btn + .btn {
    margin-left: 4px;
}

.fc .fc-day-header {
    padding: 6px 0;
}

.grid-filter-options {
    margin-top: 50px;
}

.wf_Btn{
    color: #ffffff;
}

.al-tableOuter .btn.textBtn {
    padding: 6px 14px;
    font-size: 16px;
}
.outsideBtnWrap{
    margin-top: 20px;
    text-align: center;
}

[type="radio"], [type="radio"]:checked {
    accent-color: var(--bs-primary);
}

.hidden-xs{
    display: none;
}

.negativeServceRouting-outer .form-label{
    margin-bottom: 15px;
}

.customerDetailsOuterTabsActions .cls_header_sec {
    padding-right: 10px;
    margin: 0 0 10px;
}

.dispatchFilterContentWrapper {
    left: -50px;
    padding: 10px !important
}

.dispatchFilterContentWrapper .dispatch-filter-item {
    display: flex;
    width: 198px;
    align-items: center;
    gap: 20px;
}

.dispatchFilterContentWrapper .switchToggle-Btn {
    height: 24px;
}

.al-CustomfilterOuter .switchToggle-Btn {
    height: 20px;
    padding: 0;
}

.al-CustomfilterOuter .switchBtn {
    height: 100%;
}

.al-CustomfilterOuter .switchBtn::after {
    width: 13.5px;
    height: 13.5px;
}

.al-CustomfilterOuter .btn {
    margin: 10px 0 0;
}

.al-CustomfilterOuter #showSnapshotDetailFilters .form-group {
    margin-top: 10px;
}

.userMapPlanOuter .panel_partial_header h2 {
    font-size: 18px;
    padding: 7px 10px;
    color:#ffffff;
    text-align:center;
}

.al-ModalOuter .create_customer_inner .form-label,
.create_customer_inner .Inner-fieldOuter {
    max-width: 100%;
}

.al-ModalOuter .create_customer_inner .form-group {
    gap: 5px;
}


.user-account-dropdown.open .overlay:after {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255,255,255,0.7);
    z-index: -1;
}

.RoutefilterContent-Outer {
    padding: 10px 20px;
    width: 250px;
    left: -100px;
}

.RoutefilterContent-Outer:after {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    top: -12px;
    border-left: 1px solid var(--bs-border-color-translucent);
    transform: rotate(45deg) translate(-100%, 100%);
    left: 57%;
    background: #fff;
    border-top: 1px solid var(--bs-border-color-translucent);
}

.last-service-col table th {
    background: #D3D3D3 !important;
    /* color: #fff; */
    width:50px;
    text-align: center;
}

.snapshot-nav.tabUnorder-List li {
    display: flex;
    padding: 0 4px;
}

.customer-snapshot .tabUnorder-List .nav-link {
    background: var(--bs-primary);
    border-radius: 4px;
    cursor: pointer;
}

.customer-snapshot .nav-tabs .svg_fill path, .customer-snapshot .nav-tabs .svg_fillStroke .fill {
    fill: var(--white-color) !important;
}
.customer-snapshot .nav-tabs .svg_fill path{
stroke: none !important
}

    .customer-snapshot .nav-tabs .svg_stroke path, .customer-snapshot .nav-tabs .svg_fillStroke .stroke {
        stroke: var(--white-color) !important;
        fill: none !important;
    }

.svgIconBtn .btn {

    font-size: 14px;
    padding: 3px 7px;

}

.svgFillStroke path{
    fill: var(--bs-primary);
    stroke: var(--bs-primary)
}

.slider-open .overlay:after {
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: -1;
}


.popupHeader-Outer .btn {
    padding: 2px 16px;
    font-weight: 400;
}

.nav-link:focus-visible {
    box-shadow: none ;
}

.intl-tel-input {
    position: relative;
}

.btnCancel, .btnSave {
    background: none;
    border: none;
}

.btnSave .fa{
    color: var(--bs-primary) !important;
}

.btnCancel .fa {
    color: #FF4848 !important;
}

.al-IconBtn {
    --bs-btn-active-border-color: #d5d5d5;
    border: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
}

#myCustomerServiceReportModalDiv {
    max-width: 700px;
    min-width: 700px;
}

.cd_serviceLoc-Outer {
    margin: 0 0 20px;
}


.btn-primary.btn-check:checked + .btn, .btn-primary.btn.active, .btn.show, .btn-primary.btn:first-child:active, :not(.btn-check) + .btn-primary.btn:active {
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
}

.btn-check.btn-secondary:checked + .btn, .btn.btn-secondary.active, .btn.btn-secondary.show, .btn.btn-secondary:first-child:active, :not(.btn-check) + .btn.btn-secondary:active,
.btn-check.btn-default:checked + .btn, .btn.btn-default.active, .btn.btn-default.show,  :not(.btn-check) + .btn.btn-default:active {
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #a5a5a5;
    --bs-btn-active-border-color: #a5a5a5;
}

.statusField-Outer .form-control {
    width:180px;
}

#editCHChecklistAttachementDiv [type="file"] {
    height:0;
    padding:0;
    border:0;
    position:absolute;
}

table .bg-primary-100.btn:disabled, table .bg-red-100.btn:disabled {
    background-color: transparent;
    border-color: transparent;
    opacity: 0.65;
}

.cardFooterText {
    padding: 2px 0 0;
    font-style: italic;
    font-size: 14px !important;
}

.hideDiv {
    display: none !important;
}

.service-info-heading svg.svg_fill path + path {
    fill: #fff;
}

.al-tableOuter .btn.btn-xs-use {
    padding: 3px 16px;
}

#tableUserExistingService table td {
    white-space: nowrap;
}


.al-TwoHalf-Outer {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}

.al-TwoHalf-coulmn {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px !important;
}

.Emailreciept_TemplateOpt .form-control {
    padding-right: 40px;
    width: 220px;
}

.al-RouteProgressPopup-Outer .dropdown_outer  .form-control{
    width:125px;
}

.al-RouteProgressPopup-Outer .btn {
    padding: 7.5px 12px;
}

.al-RouteProgressPopup-Outer .btn.btn-primary {
    padding-inline: 20px;
}

.al-RouteProgressPopup-Body {
    padding-inline: 10px;
}

.al-mapEquipmentListDiv-Outer .gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
}

.al-mapEquipmentListDiv-Outer .dispatchPinheader {
    color: var(--bs-primary) !important;
    background: var(--gray-400) !important;
    border: none !important;
    padding: 10px 15px;
}

.al-mapEquipmentListDiv-Outer .dispatchMapfieldInfo {
    padding: 4px 15px;
    display: flex;
    align-items: flex-start;
    gap: 0;
    width: 50%;
}

.al-mapEquipmentListDiv-Outer .customersearchpininfo .infocontent, .al-mapEquipmentListDiv-Outer .dispatchMapfieldName {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    width: auto !important;
}

.al-mapEquipmentListDiv-Outer  .customer_partial_tablebox {
    padding: 10px 15px 0;
}

.al-mapEquipmentListDiv-Outer .dispatchPincurrentRouting .heading-section {
    float: left;
    padding: 0 15px;
    margin: 10px 0 9px 0px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.al-mapEquipmentListDiv-Outer .al-tableOuter{
    margin-bottom:15px;
}

.al-mapEquipmentListDiv-Outer .al-tableOuter td, .al-mapEquipmentListDiv-Outer .al-tableOuter th {
    border: 1px solid #f5f5f5;
}

.attachmentFile-Outer{
    position: relative

}

.attachmentFile-Outer [type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.thumbnailAttachmentColl-Outer {
    padding-bottom: 10px !important;
    gap: 20px !important;
}

    .thumbnailAttachmentColl-Outer .imgOuterWrap {
        flex: 0 0 calc(33.33% - 20px);
        width: 100%;
        max-width: calc(33.33% - 20px);
        margin: 0;
        min-height: 126px;
    }

    .thumbnailAttachmentColl-Outer img {
        max-width: 100%;
        max-height: 90px;
    }

    .thumbnailAttachmentColl-Outer input[type='checkbox'] {
        accent-color: var(--bs-primary);
        visibility: hidden;
        display: none;
    }

    .thumbnailAttachmentColl-Outer .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 25px;
        left: -7px;
        position: absolute;
        top: -9px;
        min-width: 25px;
    }

    .thumbnailAttachmentColl-Outer .round label:after {
        border: 3px solid #fff;
        border-top: none;
        border-right: none;
        content: "";
        height: 6px;
        left: 6px;
        opacity: 0;
        position: absolute;
        top: 8px;
        transform: rotate(-45deg);
        width: 12px;
    }

    .thumbnailAttachmentColl-Outer .round input[type="checkbox"]:checked + label:after {
        opacity: 1;
    }

.thumbnailAttachmentColl-Outer .round input[type="checkbox"]:checked + label {
    background-color: #66BB6A;
    border-color: #66BB6A;
}

.thumbnailAttachmentColl-Outer .imgOuterWrap button.close {
    position: absolute;
    opacity: 1;
    padding: 5px 0px;
    border-radius: 100%;
    color: white;
    box-shadow: none;
    font-size: 19px;
    text-align: center;
    top: -9px;
    right: -7px;
}

.thumbnailAttachmentColl-Outer i.file-type {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 24px;
    color: var(--bs-primary);
}

.thumbnailAttachmentColl a i.fa {
    font-size: 80px;
}

.thumbnailAttachmentColl-Outer .file-btn-outer {
    padding:0  !important;
}

.tabUnorder-ListPopup .svg_stroke path, .tabUnorder-ListPopup .svg_fillstroke .stroke{
    stroke: #7a7a7a;
}

.tabUnorder-ListPopup .svg_fill path, .tabUnorder-ListPopup .svg_fillstroke .fill {
    fill: #7a7a7a;
}

.tabUnorder-ListPopup .active .nav-link .svg_stroke path, 
.tabUnorder-ListPopup .nav-link:hover .svg_stroke path,
.tabUnorder-ListPopup .active .nav-link .svg_stroke circle, 
.tabUnorder-ListPopup .nav-link:hover .svg_stroke circle, 
.tabUnorder-ListPopup .active .nav-link .svg_stroke rect, 
.tabUnorder-ListPopup .nav-link:hover .svg_stroke rect {
    stroke: var(--bs-primary);
}

.tabUnorder-ListPopup .active .nav-link .svg_fill path,
.tabUnorder-ListPopup .nav-link:hover .svg_fill path,
.tabUnorder-ListPopup .active .nav-link .svg_fill circle,
.tabUnorder-ListPopup .nav-link:hover .svg_fill circle,
.tabUnorder-ListPopup .active .nav-link .svg_fill rect,
.tabUnorder-ListPopup .nav-link:hover .svg_fill rect {
    fill: var(--bs-primary);
}

.al-ModalOuter .paymentOuter-popup .form-label {
    /* max-width: 120px; */
    float: left;
    max-width: 120px;
    padding-top: 9px;
}

.paymentOuter-popup .toggle-checkbox-switch {
    margin: 6px 0 0;
    float: left;
}

.paymentOuter-popup .table .form-control {
    width: 100%;
    max-width: 100%;
}



.paymentOuter-popup .form-control, .paymentOuter-popup .fieldOuter, .datePicker-outer {
    float: left;
    width: calc(100% - 120px);
}

    .datePicker-outer .form-control {
        width: 100%;
        padding-right: 40px;
        max-width: 100% !important;
    }

.paymentOuter-popup .fieldOuter .form-control {
    max-width: 100%;

}

.paymentOuter-popup .col-sm-6, .paymentOuter-popup .col-lg-6{
    float: left;
   
}

    .paymentOuter-popup .col-sm-6 .CreditDebit, .paymentOuter-popup .col-lg-6 .CreditDebit {
        float: left;
        
    }

.tglEmailReciept-Outer .form-control {
    max-width: 216px !important;
    padding-right: 40px;
    width: 100%;
}

.tglEmailReciept-Outer .fa-envelope {
    position: absolute;
    left: 12px !important;
    right: initial;
    top: 12px;
}

.refernceSearch_outer {
    margin: 0 0 10px;
}

.fc-prev-button, #service_history_calendar .fc-prev-button, #service_history_calendar .fc-next-button {
    background: #ffffff !important;
    color: var(--bs-primary);
    border: 1px solid #d5d5d5 !important;
    border-radius: 4px;
}


.calendar-tool-tip-trigger .servcielocimage .fa-paperclip {
    width: 20px;
    height: 20px;
    color: #fff;
    background: var(--bs-primary);
    border-radius: 20px;
    padding: 5px 6px;
    box-sizing: border-box;
    transform: translateX(-8px);
}

.calenderLoadMoreBtn {
    padding: 2px 6px 1px;
    display: block;
    background: var(--bs-primary);
    color: #fff;
    border-radius: 4px;
    margin: 4px 0px 0;
    font-size: 12px;
    text-align: center;
}

.serviceDetailList-Outer li .service_infochkbox, .serviceDetailList-Outer li [onclick] .service_infodescription {
    cursor: pointer;
}

.serviceDetailList-Outer li .service_infoexcpIcon .fa {
    color: var(--bs-primary);
}

.highlighter_btn .fa {
    color: var(--white-color);
    background: var(--bs-primary);
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 30px;
    font-size: 11px;
}

.serviceDetailList-Outer .clsseviceTags {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    max-width:67%;
}

.serviceDetailList-Outer .clsseviceTags span {
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
}

.setting_inner_box .cardList-outer {
    border:none;
}


#CustomerServiceAgingDetailDiv .recentViewList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.dispatchDetailAging-Outer {
    width: 100%;
}

.dispatchDetailAging-Outer .date-picker-filed {
    max-width: 250px;
    width: 100%;
}
.dispatchDetailAging-Outer .btn {
    padding: 6px 20px;
}


#myWorkOrderView123 .modal-header{
    background: #ffffff;
}

.signatureHeader + .printed-name{
    float: none;
}
 
#divLedgerExport .btn{
    padding: 4px 20px;
}

#displayMsg {
    right: 30px;
    top: 68px;
}

.alert {
    padding: 10px 50px 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#displayMsg button, #successFullMsg button, #ErrorMsg button, #successMsg button {
    border: 0;
    background: transparent;
    position: absolute;
    margin-left: 20px;
    height: auto;
    line-height: 1;
    transform: translate(0px, -50%);
    top: 8px;
    right: 2px;
}

.gm-style .gm-style-iw-tc{
    filter: initial !important;
}

.tabOuter-row {
    background: var(--blue-200);
    padding: 10px 16px;
    margin: 0 -16px;
}

.tabOuter-row .tabUnorder-List {
    background: #ffffff;        
}

.tabOuter-row + * {
    padding-top: 20px;
}

.table > thead {
    position: sticky;
    top: 0;
    z-index: 22;
}

.addServiceAll-OuterForm ul.addserviceRouting-Outer {
    margin: 0 -20px;
    gap: 0;
}

.addServiceAll-OuterForm ul.addserviceRouting-Outer li {
    flex: 0 0 217.2px;
    overflow: hidden;
    padding: 10px 20px;
}

.addServiceAll-OuterForm ul.addserviceRouting-Outer li.sequence_row{
    overflow: initial;
}

.addserviceRouting-Outer .sequence_row .fa-info {
    right: 28px;
    top: 21px;
}

.di:hover, .clickableTiles:hover {
    background-color: #CFD3DD; /* Change background color on hover */
    border-color: black; /* Change border color on hover */
    cursor: pointer; /* Change cursor to pointer on hover */
}

.bi:hover {
    background-color: #CFD3DD; /* Change background color on hover */
    border-color: black;
}


.clsNewbillingbatchflyout{

}

.al-ModalOuter .clsNewbillingbatchflyout .form-label {
    max-width:100px;
}

.clsNewbillingbatchflyout .Inner-fieldOuter {
    max-width: calc(100% - 130px);
}

.clsNewbillingbatchflyout .fileHint {
    font-size: 14px;
    margin-top: 7px;
    margin-left: 0 !important;
}

.clsNewbillingbatchflyout .divcTabActivityFileName {
    height: 38px;
}

.clsNewbillingbatchflyout .left_addmore {
    display: flex;
}

.clsNewbillingbatchflyout .import-payment-files {
    position: absolute;
    width: 40px;
    height: 38px;
    top: 0;
    opacity: 0;
    padding: 0;
    z-index: 2;
}

.clsNewbillingbatchflyout .file-btn-outer {
    position: relative;
    margin-left: 10px;
}

.clsNewbillingbatchflyout .file-btn-outer .btn-primary {
    width: 40px;
    height: 38px;
    padding: 7px 0;
}

.uploadPaymentFile-Outer {
    width: 450px;
}

.uploadPaymentFile-Outer .modal-footer .btn .fa {
    color: var(--bs-primary) !important;   
}
.sampleTitle{
   font-size:16px;
   font-weight: 600;
   margin: 10px 0 5px;
}

.uploadPaymentBody-Outer{
    flex: 0 0 auto;
}

.formOuterSub-FieldsWrap {
    margin-left: -5px;
    margin-right: -5px;
}

.formOuterSub-FieldsWrap .formInnerSub-Fields {
    padding-left: 5px;
    padding-right: 5px;
}

.formOuterSub-FieldsWrap .formInnerSub-Fields {
    max-width: 20%;
    flex: 0 0 20%;
}

.formOuterSub-FieldsWrap .formInnerSub-Fields:nth-child(2) {
    max-width: 16%;
    flex: 0 0 16%;
}

.formOuterSub-FieldsWrap .formInnerSub-Fields:nth-child(3) {
    max-width: 29%;
    flex: 0 0 29%;
}

.formOuterSub-FieldsWrap .formInnerSub-Fields:nth-child(5) {
    max-width: 15%;
    flex: 0 0 15%;
}

.manageVehicleDiv td input + input, .manageLabourDiv td input + input, .manageDisposalDiv td input + input {
    margin: 3px 0;
}


.al-ModalRightSlide .dropdown_sidebar{
    transition-delay: 2s;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.btn-primary[disabled] {
    background: var(--gray-400);
    border-color: transparent;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-primary .svg_fill path{
    fill: var(--white-color);
}

.btn-primary .svg_stroke path {
    stroke: var(--white-color);
}

.dropdown-content .menuStatus li a i.fa{
    color:#ffffff;
}

.dropdown-content .menuStatus li a i svg {
    margin: 0;
    width: 12px;
}

.dropdownMenu-ListOuter{
    padding: 5px 0;
}

.dropdownMenu-ListOuter{
    margin-top:10px;
}

.panel-heading-dropdown .dropdownMenu-ListOuter li a {
    display: block;
    font-size: 15px;
    padding: 5px 10px;
}   

.progressDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=60);
    z-index: 99999991;
    background: rgba(0,0,0,0.3);
}

.progressImage {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100px;
}

.services-tab .panelserviceContainer .panelServiceContainerList {
    height: auto !important;
}

div.panelserviceContainer .panel-body:has(li.no-services) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
}

div.panelserviceContainer .panel-body:has(li.no-services) .tabs_icons_outer.tabsIconsOuter {
    flex: 0 0 100%;
    max-width: 100%;
}

.multiSelSupervisor {
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hover, #setrightpanelroutefilter li label{
    cursor: pointer;
}

.file-btn-outer {
    position: relative;
}

.file-btn-outer .form-control[type=file] {
    overflow: hidden;
    position: absolute;
}

.select2-container--open .select2-dropdown {
    background: #ffffff;
}

.multiSelDepartment.filterMultiSel, .filterMultiSel {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.map_icons_outer {
    /*width: 100%;*/
    padding-right: unset;
    background: #fff;
    padding: 6px;
}

.multiSelEquipmentType {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.left_addmore{
    position:relative;
}

.attached-file-text.divcTabActivityFileName {
    border: 1px solid #d5d5d5;
    height: 35px;
    border-radius: 4px;
    padding: 7.5px 10px;
    width: calc(100% - 74px);
    position: absolute;
    left: 0;
}

.attached-file-text + .file-btn-outer .form-control[type=file] {
    position: static;
    opacity: 0;
}

[onclick]{
    cursor: pointer;
}

.optionList-Outer{
    background: #ffffff;
}

.optionList-Outer li {
    padding: 5px 10px 5px;
}

.gm-style-iw-ch{
    display: none !important
}

.gm-ui-hover-effect {
    position: absolute !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 100px !important;
    right: -13px !important;
    top: -10px !important;
}

.al-Modal_XS_Small .form-label{
    max-width: 50px;
}

.al-Modal_XS_Small .Inner-fieldOuter {
    max-width: calc(100% - 80px);
}

.al-fullWidthFlex{
    flex: 1 0 0;
}

.exclamation-triangle {
    position: absolute;
    right: 16px;
    top: 4px;
}

#searchLoader {
    display: none !important;
}

#Search_NameDiv .table-responsive a {
    display: block;
}

.Custom-largeWidth{
    width:350px !important;
    max-width: 350px !important;
}

.Custom-mediumWidth, .select2ParentElmt.Custom-mediumWidth .form-control {
    width: 250px !important;
    max-width: 250px !important;
    min-width: initial !important;
}

.Custom-smallWidth {
    width: 150px !important;
    max-width: 150px !important;
}

.pageTopHeader-Outer .Custom-largeWidth .form-control, .pageTopHeader-Outer .Custom-mediumWidth .form-control,
.pageTopHeader-Outer .Custom-smallWidth .form-control {
    max-width: 100%;
    min-width: 100%;
}

.collapse_filter_box .panel_icon_expand.active {
    background: #fff;
    color: #000000;
    margin: -7px 0;
    display: flex;
    align-items: center;
}

    .collapse_filter_box .panel_icon_expand.active svg path {
        stroke: var(--bs-primary);
    }

.date-picker-filed{
        position: relative;
}

tr.disposaltfooterrow td:first-child {
    white-space: nowrap;
}

.svg_disabled path {
    opacity: .65;
}

.inventoryDashboard.inventary_dispatchfilter .gm-ui-hover-effect {
    display:none !important;
}