:root {
    /* --touch_color:#02023b; */
    /* --touch_color:#046c32; */
  
    --touch_color: #a60606;
    --header_color: #303030;
    --text_color: #303;
    --button_color: #616060;
    --backgroung_color: #E6E6FA;
    --border_color: #DCDCDC;
    --btn_positive: #ca0606;
    --btn_negative: #808080;
    --second_backgroung_color: #d3d3d3;
    --green_color:#046c32;
    --pink_color:#5204c6;
    --blue_color:#070bf1;
    --orange_color:#f1b91f;
    --frest_Green:#228B22; 
    --gold_Color:#FFD700;
    --crimson_Color:#DC143C;
    --royal_blue:#4169E1;
    --living_Color:#FF6F61;
    --ultimate_Grey: #939597;
    --fuchsia_Rose: #C3447A;
    --sfa-primary: #0f766e;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.main_container {
    width: 98%;
    margin: 0 auto;
    border: solid var(--border_color) 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--backgroung_color);
    border-radius: 8px;
}


#navbar {
    background-color: #FFF;
    height: auto;
    border-bottom: solid var(--touch_color) 2px;
    box-shadow: 0px 8px 8px rgb(169, 166, 166);
    padding: 0px;
    padding-bottom: 0.2px;
    z-index: 1000;
}

#navbar img {
    float: left;
    height: 50px;
    width: 50px;
    margin-left: 10px;
    margin-right: 90px;
}


#tabContainer,
li ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
}

#tabContainer li {
    float: left;
    width: auto;
    height: auto;
}

#tabContainer li .header_menu_tab {
    color: var(--text_color);
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 10px;
    text-decoration: none;
    position: relative;
    display: block;
    border-right: solid gray 1px;
    
}

#logged_in_user_details {
    font-size: 13px;
}

#header_dashboard {
    border-left: solid gray 1px;
}

.spanheader {
    display: block;
}

#tabContainer li .header_menu_tab:hover {
    background-color: var(--touch_color);
    color: #FFF;

}

.submenu {
    display: none;
    position: absolute;
    background-color: var(--backgroung_color);
    box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    padding: 6px 6px;
    border: solid var(--border_color) 0.5px;
    border-radius: 0px 0px 6px 6px;
    margin: 2px auto;
    width: 90%;
    right: 5%;
    left: 5%;
    text-align: center;
    transition: display 10s;
    z-index: 10000px;


}

.submenu a {
    text-decoration: none;
    text-align: left;
    color: #484747;
    font-size: 12px;
    margin-top: 5px;
    font-family: sans-serif;
}

.submenu a:hover {
    text-decoration: underline;
    background: none;
}


#tabContainer li:hover .submenu {
    display: inline-block;
}

.dropdown-header {
    color: var(--touch_color);
    font-size: 14px;
    font-weight: 350;
    font-family: Arial;
    margin-bottom: -20px;
    text-align: left;
}
.dropdown-header + hr{
    margin-bottom: -8px;
    
}

.page_header {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--touch_color);
    margin-bottom: 0px;
}
.page_header_dashboard {
    margin-top: -2px;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--touch_color);
    margin-bottom: -20px;
}

#country {
    align-content: flex-start;
    border-radius: 8px;
    padding: 6px 6px 15px 10px;
    margin-bottom: 10px;
    height: auto;

}

.mybreadcrumb {
    padding-top: 19px;
    float: left;
    font-size: 13px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}



.breadcrumb li a {
    text-decoration: none;
    color: #616060;
    font-weight: bold;

}

.horizontal-bar {
    clear: both;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 2px;
}

.my_filter_button {
    float: right;
    margin-bottom: 2px;
    margin-right: 1px;
    font-size: 16px;
    font-weight: bold;
    background-color: var(--touch_color);
    color: #FFF;
    height: 30px;
    border-radius: 5px;
    border: solid #616060 1px;

}

.display_price_list_import_export_button {
    float: right;
    margin-bottom: 2px;







}

.add_form_indicator {
    float: right;
    margin-bottom: 0px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: bold;
}

.search_params {
    border-left: solid var(--border_color) 3px;
    border-right: solid var(--border_color) 3px;
    border-bottom: solid var(--border_color) 3px;
    border-top: solid var(--touch_color) 5px;
    padding: 7px 7px 20px 15px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #FFF;
    /* box-shadow: 0.5px 1px rgb(189, 188, 188); */

}

.display_price_list {

    border-left: solid var(--border_color) 3px;
    border-right: solid var(--border_color) 3px;
    border-bottom: solid var(--border_color) 3px;
    margin-top: 10px;
    padding: 7px 15px;
    background-color: #FFF;
    /* box-shadow: 0.5px 1px rgb(189, 188, 188); */

}

.display_price_list div p {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 14px;
}

.display_price_list div p span {
    font-size: 14px;
    color: var(--touch_color);

}

.display_priceList_currency {
    color: var(--touch_color);
}

.display_price_list_vertical_bar {
    border-right: solid #d3d3d3 1.2px;
}

.display_price_list_search {
    border-left: solid var(--border_color) 3px;
    border-right: solid var(--border_color) 3px;
    border-bottom: solid var(--border_color) 3px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 8px;
    background-color: var(--second_backgroung_color);
    box-shadow: 0.3px 1px rgb(189, 188, 188);

}

.mylabel {
    color: gray;
    font-size: 14px;
    margin-bottom: 3px;
}

.mylabel2 {
    color: rgb(15, 15, 15);
    font-size: 14px;
    margin-bottom: 3px;
}


.form-control {
    height: 30%;
}

/* .my_btn{
    font-size: 16px;
    font-weight: bold;
    background-color: var(--button_color);
    color: #FFF;
    height: 30px;
    border-radius: 5px;
    border: solid #616060 1px;
    margin-top: 25px;
   
} */
.btn_postive {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    background-color: var(--btn_positive);
    color: #FFF;
    height: 35px;
    border-radius: 5px;
    border: solid #616060 1px;
    margin-top: 25px;
    margin-right: 3px;
    padding-left: 31px;
    padding-right: 31px;

}

.btn_negative {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    background-color: var(--btn_negative);
    color: #FFF;
    height: 35px;
    border-radius: 5px;
    border: solid #616060 1px;
    margin-top: 25px;
    padding-left: 31px;
    padding-right: 31px;

}

.btn_container {
    text-align: center;
}

.action_links_pagenation {
    margin-top: 5px;
    padding-left: 2px;
}
.action_links_pagenation2 {
   
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
   
}
.action_links_pagenation2 .action_links {
    float: left;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
}


.action_links {
    float: left;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
}

.action_links a {
    text-decoration: none;
    color: #483D8B;
}
.action_links button {
    margin-bottom: 5px;
   
}




.edit_link,
.edit_link:hover {
    text-decoration: none;
    color: black;
}

.pagenation {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: var(--touch_color);
    margin-bottom: 0px;
    padding-right: 10px;

}

.data_not_available {
    clear: both;
    color: red;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.my_table_data {
    clear: both;
    background-color: #ffffff;
    margin-top: -10px;
    height: 350px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    overflow-y:auto; 
    overflow-x:auto; 
    white-space:nowrap;
    z-index: 2;
}
.my_table_data thead{
    color: #ffffff;
    background-color: var(--header_color);
    position: sticky; 
    top: 0; 

     z-index: 25;
}

.my_table_data thead th {
    position: sticky;
    top: 0;
    background-color: var(--header_color);
    z-index: 30;
  }
.center_number_data{
    text-align: center; 
    vertical-align: middle;
}











.table_header {
    clear: both;
    background-color: var(--header_color);
    color: #FFF;
    margin-top: -10px;
    height: 40px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
}
.table_header_text_size{
    font-size: 12px !important;
}



.table_header2 {
    clear: both;
    background-color: var(--header_color);
    color: #FFF;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
    width: 90%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 4px;
    font-size: 10px;
    font-weight: bold;
}


.theader-customer {
    font-size: 12px;
    font-weight: 600;
}

.table_items {
    height: auto;
    margin-top: 6px;
    background-color: #FFF;
    padding: 8px 7px 5px 7px;
    font-size: 14px;
    font-weight: bold;
    border: solid var(--backgroung_color) 1px;
    border-radius: 4px;
    box-shadow: 1px 2px gray;
}
.table_items_text {
    height: auto;
    margin-top: 6px;
    background-color: #FFF;
    padding: 8px 7px 5px 7px;
    font-size: 12px;
    font-weight: bold;
    border: solid var(--backgroung_color) 1px;
    border-radius: 4px;
    box-shadow: 1px 2px gray;
}
.table_items_text_app {
    height: auto;
    margin-top: 6px;
    background-color: #FFF;
    padding: 8px 7px 5px 7px;
    font-size: 10px !important;
    font-weight: bold;
    border: solid var(--backgroung_color) 1px;
    border-radius: 4px;
    box-shadow: 1px 2px gray;
}

.table_items2 {
    height: auto;
    width: 90%;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    padding: 8px 7px 5px 7px;
    font-size: 14px;
    font-weight: bold;
    border: solid var(--backgroung_color) 1px;
    border-radius: 4px;
    box-shadow: 1px 2px gray;
}

.table_header2 {
    clear: both;
    background-color: var(--header_color);
    color: #FFF;
    margin-top: -10px;
    height: 40px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 7px;
    font-size: 12px;
    font-weight: bold;
}


/* .table_items2 {
    height: auto;
    margin-top: 6px;
    background-color: #FFF;
    padding: 5px 1px 0px 7px;
    padding-bottom: -10px;
    font-size: 12px;
    font-weight: bold;
    border: solid var(--backgroung_color) 1px;
    border-radius: 4px;
    box-shadow: 1px 2px gray;
} */

.tbItem-customer {
    font-size: 10px;
    font-weight: 600;
    text-align: left;
}

.firstColumn {
    padding-left: 25px;
}

.add_form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #FFF;
    border: solid var(--backgroung_color) 1px;
    border-radius: 8px;
    padding: 10px 10px 30px 10px;
}

.display_status_message {
    color: #f30909;
    font-weight: 800;
    font-size: 13px;
    text-align: center;
    font-family: Verdana;

}

.SumoSelect {
    max-width: 100%;
    width: 300px;
    max-height: 100%;
    border-radius: 10px !important;

}

.SumoSelect>.CaptionCont>span.placeholder {
    height: 25px !important;
    font-style: normal !important;
    background-color: #FFF !important;
    opacity: 1 !important;
    color: #303030 !important;
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect .select-all.partial>span i {
    background-color: var(--touch_color) !important;
}

.SumoSelect>.optWrapper>.options {
    max-height: 150px !important;
}

/* create users page design */

#tabButton {
    text-align: left;
}

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

#tabButton ul li {
    display: inline-block;

}

#tabButton ul li:last-child {
    margin-right: 0px;
}

#tabButton ul li a {
    display: block;
    padding: 7px 35px;
    font-size: 18px;
    background: var(--backgroung_color);
    color: var(--text_color);
    text-decoration: none;
    font-weight: bold;
    border: 2px solid var(--border_color);

}

#tabButton ul li .active {
    background: #FFF;
    border-bottom: 3px solid var(--touch_color);

}

.topBanner {
    background-color: #FFF;
    margin-left: 3px;
    margin-right: 1px;
    margin-top: 8px;
    margin-bottom: 15px;
    padding: 20px 10px 20px 10px;
    border: solid 2px var(--border_color);

}



#tabContent {
    box-shadow: 2px 2px rgb(214, 205, 205);
}

.tabHeaderTitle {
    background-color: #e00b0b;
}

.tabHeaderTitle a {
    letter-spacing: 1px;
    font-family: "Lucida Console";
    width: 350px;
    text-align: center;
}

.my_horizontial_line {

    border-top: 2px solid;

}

#tabContent .tab {
    display: none;
}

#tabContent .active {
    display: block;
    background: #FFF;
}

#tabContentC .tab {
    display: none;
}

#tabContentC .active {
    display: block;
}

.tabMainContent {
    background-color: #FFF;
    margin-left: 30px;
    margin-right: 10px;
    padding: 10px 0px 10px 0px;
}

.tabMainContentC {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0px 10px 0px;
}

.customer-area {
    background-color: var(--backgroung_color);
    padding-bottom: 10px;
   
}






.editRemoveReportTo,
.addRemoveReportTo {
    color: red;
    cursor: pointer;
}


#userLocation {
    padding: 10px;
}

.close_open_region,
.close_open_state {
    float: right;
    font-size: 14px;
    font-weight: bold;
    background-color: var(--sfa-primary);
    color: #FFF;
    margin-bottom: 1px;
    border-radius: 3px;
    border: solid #616060 1px;
    padding: 2px 10px;

}


.region_check_div {
    border: solid 2px var(--border_color);
    padding: 5px 10px;
    background-color: var(--backgroung_color);
    margin-top: 3px;

}

.checkRegion,
.checkState,
.checkTown {
    margin: 0 5px;
    clear: both;
}

.state_check_div {
    border: solid 2px var(--border_color);
    padding: 5px 15px;
    background-color: #FFF;
    margin-top: 3px;

}

.town_check_div {
    border: solid 2px var(--border_color);
    padding: 5px 20px;
    background-color: var(--backgroung_color);
    margin-top: 8px;

}
/* load request page under transaction menu tab*/

#tabContent {
    box-shadow: 2px 2px rgb(214, 205, 205);
}

.loadRequestTabHeaderTitle {
    background-color: #e00b0b;
}

.loadRequestTabHeaderTitle a {
    letter-spacing: 1px;
    font-family: "Lucida Console";
    width: 200px;
    text-align: center;
}
.sup_approve_input{
    padding: 15px 10px;
    width: 100px;
}
.headTitle{
    height: 40px;
    border-bottom: solid 1px var(--border_color);
    align-content: center;
}
.ui-dialog{
    border: solid 2px var(--touch_color);
}
.ui-dialog-titlebar{
    background-color: var(--touch_color);
    color: #FFF;
}
#clickOpen{
   font-size: large;
   font-style: italic;
   text-align: center;
}
.ui-dialog .ui-dialog-content{
   background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 87%, #cccccc 100%);
   height: 100px;
   padding-bottom: 0px;
}

.ui-dialog .ui-dialog-buttonset small, .ui-dialog .ui-dialog-buttonset a{
    font-size: 13px;
    margin-right: 5pxpx;
    margin-left: 5px;
    
  }
.ui-dialog .ui-dialog-buttonpane{
    padding: 0px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{ 
   text-align: left;
   float: none !important;
   padding: 0px;
   background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 67%, #cccccc 100%);
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button{
    width: auto;
    font-size: 16px;
    font-weight: bold;
    background-color: var(--touch_color);
    color: #FFF;
    height: 35px;
    border-radius: 5px;
    border: solid #616060 1px;
    margin-top: 25px;
    margin-right: 3px;
    padding-left: 31px;
    padding-right: 31px;

}
.ui-accordion-header-active{
    background-color: var(--touch_color);
    border: solid 1px var(--touch_color);
}
.ui-accordion .ui-accordion-content .my_jp_route{
     height: 200px !important; 
     padding-top: 30px;
}

.ui-accordion .ui-accordion-content {
    height: auto !important;
    padding-top: 5px;
    padding-bottom: 2px;
    
}

.journey-plan-page {
    --jp-accent: #0f766e;
    --jp-accent-dark: #134e4a;
    --jp-border: #d5e3df;
    --jp-soft: #f6fbfa;
    --jp-text: #1f2937;
}

.journey-plan-page .add_form {
    background: #ffffff;
    border: 1px solid var(--jp-border);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    padding: 18px;
}

.journey-plan-page .journey-plan-accordion.ui-accordion {
    border: 0;
    width: 100%;
}

.journey-plan-page .journey-plan-accordion .ui-accordion-header {
    align-items: center;
    background: var(--jp-soft);
    border: 1px solid var(--jp-border);
    border-radius: 8px;
    color: var(--jp-text);
    display: flex;
    font-weight: 700;
    margin: 0 0 8px;
    min-height: 48px;
    padding: 13px 16px;
}

.journey-plan-page .journey-plan-accordion .ui-accordion-header .ui-accordion-header-icon {
    margin-right: 8px;
    position: static;
}

.journey-plan-page .journey-plan-accordion .ui-accordion-header.ui-accordion-header-active {
    background: var(--jp-accent-dark);
    border-color: var(--jp-accent-dark);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #ffffff;
}

.journey-plan-page .journey-plan-accordion .ui-accordion-content {
    background: #ffffff;
    border: 1px solid var(--jp-border);
    border-radius: 0 0 8px 8px;
    border-top: 0;
    margin: -8px 0 12px;
    padding: 18px !important;
}

.journey-plan-page .journey-plan-accordion .form-control,
.journey-plan-page .journey-plan-accordion .CaptionCont {
    border-color: #cbd5d1;
    border-radius: 8px;
    min-height: 40px;
}

.journey-plan-page .journey-plan-accordion .form-control:focus {
    border-color: var(--jp-accent);
    box-shadow: 0 0 0 0.15rem rgba(15, 118, 110, 0.18);
}

.journey-plan-page .journey-plan-accordion .table {
    border-radius: 8px;
    overflow: hidden;
}

.journey-plan-page .journey-plan-accordion .table-dark td {
    background: #263238 !important;
    border-color: #3c4b52;
    color: #ffffff;
    font-weight: 700;
}

.journey-plan-page .checkboxB {
    accent-color: var(--jp-accent);
    height: 18px;
    width: 18px;
}

.journey-plan-page .journey-plan-summary {
    border: 1px solid var(--jp-border);
    border-radius: 8px;
    margin: 8px auto 18px;
    max-width: 900px;
    overflow: hidden;
    width: 100%;
}

.journey-plan-page .journey-plan-summary .card-header {
    background: var(--jp-accent-dark);
    color: #ffffff;
    font-weight: 700;
}

.journey-plan-page .journey-plan-summary .list-group-item {
    color: var(--jp-text);
    font-size: 14px;
}

.load-invoice-thumb {
    background: #ffffff;
    border: 1px solid #d5e3df;
    border-radius: 8px;
    cursor: zoom-in;
    margin: 0 6px 6px 0;
    padding: 3px;
}

.load-invoice-thumb img {
    border-radius: 6px;
    height: 52px;
    object-fit: cover;
    width: 72px;
}

.load-image-modal .modal-header {
    background: #263238;
    color: #ffffff;
}

.load-image-modal .btn-close {
    filter: invert(1);
}

.load-image-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.load-image-modal__body {
    align-items: flex-start;
    background: #0f172a;
    display: flex;
    justify-content: center;
    min-height: 65vh;
    overflow: auto;
}

.load-image-modal__body img {
    max-width: 100%;
    transform-origin: top center;
    transition: transform 0.16s ease;
}

@media (max-width: 768px) {
    .journey-plan-page .add_form {
        padding: 12px;
    }

    .journey-plan-page .journey-plan-accordion .ui-accordion-content {
        padding: 12px !important;
    }

    .journey-plan-page .journey-plan-accordion .col-1,
    .journey-plan-page .journey-plan-accordion .col-2,
    .journey-plan-page .journey-plan-accordion .col-3,
    .journey-plan-page .journey-plan-accordion .col-4,
    .journey-plan-page .journey-plan-accordion .col-5,
    .journey-plan-page .journey-plan-accordion .col-6,
    .journey-plan-page .journey-plan-accordion .col-8,
    .journey-plan-page .journey-plan-accordion .col-10 {
        width: 100%;
    }
}

.detailSales, .coverage {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

.dailyDataChart{
    height: auto;
    border: solid, 0.5px var(--border_color);
    margin-top: 0.5px;
    background-color: #ffffff;
    padding: 1px; 
    
}

.dailyDataChart #chartValueContiner{
   margin-left: 5px;

}
.dailyDataChart #chartVolmeContiner{
   margin-left: 20px;
}

.tgtVsAchDataChart{
    border: solid, 0.5px var(--border_color);
    background-color: #ffffff;
    /* width: 25% !important;  */
    height: 350px !important; 
    margin: 1px;    
}
.dashboard_kpis{
    height: 350px !important; 
    border: solid, 0.5px var(--border_color);
    background-color: #ffffff;
}
.chartTitle{
   font-family: Arial, sans-serif;
   font-weight: bold;
   margin-bottom: -15px;
   margin-top: 5px;
}
.chartTitle_kpi{
   font-family: Arial, sans-serif;
   font-weight: bold;
   margin-bottom: -13px;
   margin-top: 10px;
   font-size: 13px;    
}

.stats {
  margin-top: -10px;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  gap: 20px; /* space between Achieved, Target, Remaining */
  text-align: center;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 4px;
}

.label {
  color: #000;  /* black labels */
  font-size: 14px;
}

.value {
  font-size: 12px;   /* bigger values */
  font-weight: bold;
}

.value.achieved { color: #4CAF50; }   /* green */
.value.target { color: #FF9800; }     /* orange */
.value.remaining { color: #F44336; }  /* red */

#working_days_full_month{
   float: right;
   font-size: 12px;
   color: var(--btn_positive);
}
#attendanceRow{
  clear: both;
  margin-top: 15px;
  font-size: 12px;   /* bigger values */
  color: var(--btn_positive);
  justify-content: center;
  text-align: left;
  margin-bottom: 0px;
  padding: 0px;
}




.my_calls{
  font-size: 12px;   /* bigger values */
  font-weight: bold;
  margin-top: 5px;
  background-color: #ffffff; 
}
.my_calls .my_title_call{
    display: inline-block;
    width: 100%;
    padding: 1px;
    z-index: 1000;
    text-align: center;
    
}

.my_calls #sch_calls{
  color: var(--touch_color);
  border-bottom: solid var(--touch_color) 3px;
  box-shadow: 0px 1px 1px rgb(169, 166, 166);
}
.my_calls #visit_calls{
  color: var(--orange_color);
  border-bottom: solid var(--orange_color)3px;
  box-shadow: 0px 1px 1px rgb(169, 166, 166);
}
.my_calls #productive_calls{
  color: var(--green_color);
  border-bottom: solid var(--green_color) 3px;
  box-shadow: 0px 1px 1px rgb(169, 166, 166);
}
.my_calls #jump_calls{
  color: var(--pink_color);
  border-bottom: solid var(--pink_color) 3px;
  box-shadow: 0px 1px 1px rgb(169, 166, 166);
}
.agg_call{
    display: inline-block;
    padding: 1px;
    font-size: 12px;   /* bigger values */
    font-weight: bold;
    text-align: center;
    background-color: #ffffff; 
}

.agg_call #lpc{
  align-content: center;
  width: 80%;
  height: 40px;
  margin-top: 5px;
  box-shadow: 0px 1px 1px rgb(169, 166, 166);
}
.agg_call #tlsd{
  align-content: center;
  width: 80%;
  height: 40px;
  margin-top: 5px;
  box-shadow: 0px 1px 1px rgb(169, 166, 166);
}
.my_hr{

    margin-bottom: 5px;
}
#kpiRow{
    margin-top: 15px;
}
#kpiRow .productivity_coverage_chart{
    text-align: center;
}
#kpiRow .productivity_coverage_chart h6{
    margin-top: -10px;
    font-size: 12px;
    font-weight: bold;
}

.attendance_header{
    margin-top: 2px;
   font-weight: bold;
   color: #FFF;
   font-size: 14px;
     border: solid, 0.5px var(--border_color);
     border-radius: 8px;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
     line-height: 60px; 

    
}
.attendance_header .attendance_div{
   border-radius: 8px;
    height: 60px;
    border: solid, 1px var(--border_color);
}
.p_and_c_header{
    margin-top: 2px;
   font-weight: bold;
   color: #FFF;
   font-size: 12px;
     border: solid, 0.5px var(--border_color);
     border-radius: 8px;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
     line-height: 60px; 

    
}
.p_and_c_header .attendance_div{
   border-radius: 8px;
    height: 70px;
    border: solid, 1px var(--border_color);
}

.tgt_and_ach_header{
    margin-top: 2px;
   font-weight: bold;
   color: #FFF;
   font-size: 13px;
     border: solid, 0.5px var(--border_color);
     border-radius: 8px;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
     
    

    
}
.tgt_and_ach_header .attendance_div{
    padding-top: 10px;
   border-radius: 8px;
    height: 70px;
    border: solid, 1px var(--border_color);
}

.tgt_and_ach_header .attendance_div p{
   margin-bottom: 0px;
}


#full_month{
    background-color: #f45618fb;
    
}

#mtd_month{
    background-color: var(--orange_color);
   
}
#attended{
    background-color: var(--frest_Green);
    
}
#percent_data{
    background-color: var(--royal_blue)
}
#user_count{
    background-color: var(--ultimate_Grey)
}

#pjp_percent{
    background-color: var(--living_Color);
}
#jump_calls_data{
    background-color: var(--fuchsia_Rose);
}

.status_rows{
    font-size: 12px;
    font-weight: bold;
}

/* Dark overlay background */
#imageModal {
  display: none; /* hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

/* Centered large image */
#imageModal img {
  display: block;
  margin: 5% auto;
  max-width: 100%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #000;
  animation: zoomIn 0.3s ease;
}

/* Close button */
#imageModal .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes zoomIn {
  from {transform: scale(0.7);}
  to   {transform: scale(1);}
}


.jp_container{
    width: 100%; 
    height: 400px;
    overflow: scroll;
   
    border: solid, 1px var(--border_color);
}

.my_table-dark_header{
    font-size: 12px;
    font-weight: bold;
}
.my_table-dark_row{
    font-size: 11px;
    font-weight: bold;
}

.export_progress{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--touch_color);
}




/* .stats {
    margin-top: 1px;
    text-align: left;
    font-size: 14px;
    font-family: Arial, sans-serif;
}
.stats span {
    display: inline;
      
}
.achieved, .target, .remaining {  font-weight: bold; } */










.footer {
    background-color: rgb(206, 203, 203);
    height: 30px;
    padding: 0px 20px 0px 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    box-shadow: 1px 2px gray inset;
    font-size: 14px;

}

.footer_copy {
    float: left;
}

.footer_license {
    float: right;
}
