
body{
    font-size: 12px;
}
h4 { font-weight: 600; }

body, p, div, a, h1, h2, h3, h4, h5, h6 {
/*    font-family: 'Titillium Web';*/
        font-family: 'OpenSansLight', sans-serif !important;
}
.p-0 { padding: 0px; }
.p-1 { padding: 10px; }
.p-2 { padding: 20px; }
.p-3 { padding: 30px; }
.p-4 { padding: 40px; }
.p-5 { padding: 50px; }

.pl-1 { padding-left: 10px; }
.pl-2 { padding-left: 20px; }
.pl-3 { padding-left: 30px; }
.pl-4 { padding-left: 40px; }
.pl-5 { padding-left: 50px; }

.pr-1 { padding-right: 10px; }
.pr-2 { padding-right: 20px; }
.pr-3 { padding-right: 30px; }
.pr-4 { padding-right: 40px; }
.pr-5 { padding-right: 50px; }

.pt-1 { padding-top: 10px; }
.pt-2 { padding-top: 20px; }
.pt-3 { padding-top: 30px; }
.pt-4 { padding-top: 40px; }
.pt-5 { padding-top: 50px; }

.pb-1 { padding-bottom: 10px; }
.pb-2 { padding-bottom: 20px; }
.pb-3 { padding-bottom: 30px; }
.pb-4 { padding-bottom: 40px; }
.pb-5 { padding-bottom: 50px; }

.mr-5px{margin-right: 5px !important;}
.mr-1{margin-right: 10px !important;}
.mr-2{margin-right: 20px !important;}
.mr-3{margin-right: 30px !important;}
.mr-4{margin-right: 40px !important;}

.ml-1{margin-left: 10px !important;}
.ml-2{margin-left: 20px !important;}
.ml-3{margin-left: 30px !important;}
.ml-4{margin-left: 40px !important;}

.mb-1{margin-bottom: 10px !important;}
.mb-2{margin-bottom: 20px !important;}
.mb-3{margin-bottom: 30px !important;}
.mb-4{margin-bottom: 40px !important;}

.mt-1{margin-top: 10px !important;}
.mt-2{margin-top: 20px !important;}
.mt-3{margin-top: 30px !important;}
.mt-4{margin-top: 40px !important;}

.sidebar-collapse .sidebar-user {
	display: none;
	
}
table tr td{
    padding: 5px 10px;
}

.sidebar-collapse  .login_as {
	font-size: 12px;
}

.ctm-md-overlay {
	visibility: hidden;
    background: #00000091;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.md-content h4 , .md-content h5 {
    margin: 0;
    padding: 20px 20px;
    text-align: center;
    font-weight: 300;
    opacity: 0.8;
    background: #f7f9fa;
    border-bottom: 1px solid #e1e6ef;
}

.md-content > .n-modal-body {
    overflow: auto;
}
.d-none{
    display: none;
}
.d-flex {
    display: flex;
}
.d-inline-flex {
    display: inline-flex;
}

.justify-space-between{
    justify-content: space-between;
}

.align-items-center{
    align-items: center;

}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-no-wrap {
    flex-wrap: no-wrap;
}

.c-pointer {
    cursor: pointer;
}
.model-footer-btns {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    width: 100%;
    padding: 0 10px 0;
}

.model-footer-btns button {
    margin: 5px !important;
}

.loader, .processing-loader{
	display: none;
	background: #00000091;
    z-index: 999999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

div#overlay img {
    max-width: 80px;
    margin: auto;
}

.loader .ld-body, .processing-loader .ld-body {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctm-popup {
    overflow: auto;
    height: 90% !important;
}

.popup-user-data {
     visibility: hidden; 
    background-color: white;
    position: absolute;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #00000099;
    padding: 10px;
    transition: 0.3s;
    z-index: 9999;
}


a.user-row:hover + .popup-user-data, .popup-user-data:hover{
    visibility: visible;
}

.popup-row-data {
     visibility: hidden; 
    background-color: white;
    position: absolute;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 2px #00000040;
    padding: 10px;
    transition: 0.3s;
    z-index: 9999;
    min-width: 300px;
}


a.consumer-row:hover + .popup-row-data, .popup-row-data:hover{
    visibility: visible;
}

/*.table-overflow {
    overflow-x: scroll;
    width: 100%;
}*/
table#consumerTable {
/*    overflow: scroll;*/
    font-size: 11px;
}


/*
.popup-user-data::before  {
    content: ' ';
    width: 20px;
    height: 20px;
    background: black;
    transform: rotate(45deg);
    top: -10px;
    position: absolute;
    z-index: 99999;
}
.popup-user-data .uparrow {
    width: 20px;
    height: 20px;
    background: black;
    transform: rotate(45deg);
    top: -10px;
    position: absolute;
    z-index: 99999;
}
*/
.popup-row-data table tr td {
    border: 1px solid #e1e1e1;
    padding: 2px 8px;
}
.popup-row-data table tr td:first-child {
    min-width: 125px;
}

.pm-popup {
    position: fixed;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background-color: #0000009c;

}

.pm-popup .pm-content {
    width: 90%;
    height: 85%;
    margin: auto;
    background-color: white;
   padding: 15px 20px;
       overflow: auto;
       box-shadow: 1px 1px 7px 4px #33333347;
    margin-top: 50px;
    position: relative;
    border-radius: 7px;
}

.close-popup-icon{
    position: absolute;
    top: 2px;
    right: 10px;
/*    background-color: red;*/
    color: red;
    cursor: pointer;
    font-size: 20px;
    /* box-shadow: 0px 0px 2px 2px gray; */
    width: 30px;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 50%;
}

html.popup-open {
    overflow: hidden;
}
table#previewTable {
    font-size: 12px;
}
table#previewTable td, table#previewTable th {
    padding: 5px;
}
::-webkit-scrollbar {
   width: 10px;
   height: 10px;
}
::-webkit-scrollbar-thumb {
   background-color: #009688;
   border-radius: 10px;
   /* border: 3px solid #f1f1f1; */
}
::-webkit-scrollbar-thumb:hover {
   background-color: #555;
}
::-webkit-scrollbar-thumb:active {
    cursor: grabbing; 
}

@media only screen and (max-width: 1180px){
    .dt-layout-cell.dt-layout-full {
/*        overflow-x: scroll;*/
    }

}

.consumer-details {
    overflow-y: scroll;
    height: 500px;
    box-shadow: 0px 0px 2px 1px #0000001f;
    padding: 0px 20px 20px;
}

.consumer-details table tr td:first-child {
    font-weight: bold;
}

.login_as {
    text-transform: capitalize;
}

.table-basic td, .table-basic th{
    border: 1px solid gray;
    padding: 5px 8px;
}

.required-field{
    color: red;
}
.form-group {
    min-height: 59px;
    margin-bottom: 5px;
    position: relative;
}
.form-control {
    width: 98%;
}
.panel .panel-heading {
    padding: 5px 15px;
    border-radius: 10px 10px 0 0;
}
 .panel {
    border-radius: 10px;
    margin-bottom: 0;
}

.content-wrapper {
    padding-bottom: 30px;
}
label {
    margin-bottom: 3px;
}

.suggestions_div {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background-color: white;
    box-shadow: 0px 2px 3px 1px #dbdbdb;
    display: none;
}



.suggestion-item {
    padding: 6px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

table td {
    position: relative;
}


section.filter-section {
    position: fixed;
    right: -400px;
    z-index: 99999;
    display: flex;
    transition: 0.5s;
}

section.filter-section.show-f {
    right: 0px !important;
    transition: 0.5s;
}
section.filter-section .filter-icon {
    background-color: #337CAE;
    font-size: 17px;
    width: 35px;
    /* text-align: center; */
    color: white;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px 0 0 5px;
    box-shadow: 0px 0px 2px 1px #c2c2c2c7;
    cursor: pointer;
    transition: 0.5s;
}

section.filter-section .filter-body {
   background-color: #337CAE;
   width: 400px;
   min-height: 100px;
   color: white;
   padding: 15px;
       border-radius: 0 0 0 5px;
}  
section.filter-section .filter-body input, 
section.filter-section .filter-body button, 
section.filter-section .filter-body select {
   color: black;
   
}
section.filter-section .form-group{
   min-height: unset;
}

.user-profile-img {
    object-fit: cover;
}

.yatra-one-regular {
    font-family: "Yatra One", serif;
    font-weight: 400;
    font-style: normal;
}

.daterangepicker {
    z-index: 99999 !important;
}

.header-boder {
    border-bottom: 1px solid #e8e8e8;
}

.card-shadow {
    box-shadow: 0px 0px 2px 2px #d4d4d4;
    border-radius: 5px;
}

.label.disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

/*=============================*/
.panel-body{
    min-height: 250px;
}
.graph-view{
    transition: 0.3s;
    opacity: 1;

}
.hide-graph{
    position: absolute;
    visibility: hidden;
    transition: 0.3s;
    opacity: 0;
}
.tabular-view {
    position: absolute;
    visibility: hidden;
    transition: 0.3s;
    opacity: 0;

}
.show-tabular {
    display: contents;
    visibility: visible;
    transition: 0.3s;
    opacity: 1;
}
.btn-viewlist{
    padding: 5px;
}

form#FilterForm label {
    min-width: 125px;
    width: 125px;
}


form#FilterForm input, form#FilterForm select {
    width: calc(100% - 182px) !important;
    height: 27px;
    padding: 2px 6px;
}


form#FilterForm input, form#FilterForm select {
    width: calc(100% - 145px) !important;
    height: 27px;
    padding: 2px 6px;
    margin-left: 6px;
}

form#FilterForm .form-group {
    display: flex;
    align-items: center;
}

input.input_select_row {
    cursor: pointer;
    width: 25px;
    height: 16px;
    padding: 10px;
}

@media screen and (max-width: 759px){
    a.digital-clock {
        font-size: 18px;
    }

    .licence_expiry_date{
        width: 100px;
    }
}

.digital-clock select#timezone-selector{
    background-color: unset;
    padding: 1px 6px;
    margin: 0 9px 0px;
    border-radius: 4px;
}

.popup-data-view {
    display: none;
     position: absolute; 
    background-color: white;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 3px 10px 10px #9292929e;
    z-index: 99;
    left: 15px;
}   

div#id_popup-data-view .close-data-model {
    position: absolute;
    right: 8px;
    color: red;
    font-size: 17px;
    cursor: pointer;
        z-index: 9999;
}

div#id_popup-data-view .dt-search{
    display: none;
}

.popup-data-view input[type=checkbox], #assignTo-popup  input[type=checkbox].input_select_row, .staff .input_select_row{
    pointer-events: none;
    opacity: .5;
}

.dt-search {
/*    display: none;*/
}


.page_admin_import select[multiple] option {
    height: 28px;
    display: flex;
    align-items: center;
    padding-left: 7px;
    margin-top: 1px;
    cursor: pointer;
}

body.staff  input, body.staff  textarea, body.staff  select 
body.admin  input, admin.superadmin  admin, body.superadmin  select ,
body.superadmin  input, body.superadmin  textarea, body.superadmin  select ,

{
/*    font-family: "Roboto" !important;*/
    color: #333;
    background: #dce9fd !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2) !important;
    /* border: 1px solid rgb(17 205 239 / 0.3); */
    border: none !important;
    /* height: 27px !important; */
    /* font-family: 'Titillium Web', sans-serif !important; */
}


section.announcement-header {
    font-size: 17px;
    padding: 4px 15px !important;
    background-color: yellow;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

section.announcement-header marquee {
    margin: 0;
}

body.admin [class~="btn"][class^="btn-"], body.admin [class~="btn"][class*=" btn-"],  
body.staff [class~="btn"][class^="btn-"], body.staff [class~="btn"][class*=" btn-"],  
body.superadmin [class~="btn"][class^="btn-"], body.superadmin [class~="btn"][class*=" btn-"]  



{
    /* box-shadow: 0 0 10px 0 rgb(17 113 239 / 0.6) !important; */
    background: #1171ef !important;
    border-radius: 5px !important;
    font-size: 12
    px !important;
/*    font-weight: 600 !important;*/
    padding: 4px 20px !important;
    min-height: 27px !important;
    border: none !important;
    color: #fff !important;
    /* margin: 0 5px; */
    cursor: pointer;
} 

.consumer-tab-view-sec ul.nav.nav-tabs{
    margin: 0 0 5px 10px;
}
.consumer-tab-view-sec ul li.nav-item.active  {

    background: #edf1f5 !important;
}

.consumer-tab-view-sec ul li.nav-item.active a {
    /* background: #7299b9; */
/*    background: -moz-linear-gradient(top, #7299b9 0%, #282828 100%);*/
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7299b9), color-stop(100%, #282828)); */
    /* background: -webkit-linear-gradient(top, #7299b9 0%, #282828 100%); */
/*    background: -o-linear-gradient(top, #7299b9 0%,#282828 100%);*/
/*    background: -ms-linear-gradient(top, #7299b9 0%,#282828 100%);*/
    /* background: linear-gradient(to bottom, #7299b9 0%, #282828 100%); */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7299b9', endColorstr='#282828',GradientType=0 );*/
    font-size: 12px;
        font-weight: 600;
/*    font-weight: normal;*/
    /* border-radius: 17px 17px 0px 0px; */
    background: unset;
/*    background: #2992e9;*/
    color: #1171ef;
/*    text-align: left;*/
    /* padding-left: 5px; */
    /* background: #0e65d1; */
/*    background: #edf1f5 !important;*/
    /* font-family: 'Titillium Web'; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* border-radius: 5px !important; */
    /* border: 0px solid transparent; */
    /* margin-left: 2px; */
    /* padding-top: 1px; */
/*    /* padding-bottom: 1px;*/
    /*border: unset !important;*/
}

.consumer-tab-view-sec ul li.nav-item a {
    color: white;
    font-weight: 600;
    text-align: center;
    border: 0 !important;
}
.consumer-tab-view-sec ul li.nav-item:not(.active) a:hover{
    background-color: unset !important;
    border-color: #eee #eee #ddd;
    color: black;
    border: 0;
}
.consumer-tab-view-sec ul li.nav-item {
    background-color: #327cdf !important;
    border-radius: 5px;
    margin-left: 6px;
    margin-bottom: 6px;
    min-width: 110px;
    text-align: center;
}
.consumer-tab-view-sec ul li.nav-item:not(.active):hover{
    border-color: #eee #eee #ddd;
    background-color:  #eee  !important;

}
/*.consumer-tab-view-sec ul li.nav-item.active:active :hover{
    border-color: inherit;
    background-color:  inherit;  !important;
    color: inherit;

}*/

@media only screen and (min-width: 1180px){

    .consumer-tab-view-sec ul li.nav-item a {
        transform: skew(40deg);
    }

    .consumer-tab-view-sec ul li.nav-item {
        transform: skew(-40deg);
    }

}

.filter-section button.btn {
    background-color: white !important;
    color: blue !important;
}

.user-account .cardbox-widget {
    background: #1171ef;

}
.user-account .cardbox-widget:hover {
/*    background: #1171ef !important;*/

}
.user-account .cardbox-widget .statistic-box{
    padding-top: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.user-account .cardbox-widget .statistic-box i{
    transform: skew(-9deg);
}
.user-account .cardbox-widget .statistic-box h4 {
    text-transform: uppercase;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.18);;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.user-account .cardbox-widget .statistic-box i {
    opacity: 0.7;
}

.user-account div#cardbox1 {
    background: linear-gradient(to right, #ef1773, #fc5c2b);
}

.user-account span.count-number {
    font-size: 34px;
    color: #ffffff;
}

.user-account div#cardbox2 {
    background: linear-gradient(to right, #f75798, #fd6e7e);
}
.user-account div#cardbox3 {
    background: linear-gradient(to right, #596fe7, #8359e8);
}
.user-account div#cardbox4 {
    background: linear-gradient(to right, #40db9c, #3dc1af);
}
/*
..content-wrapper {
    min-height: 600px;
}
.main-sidebar .sidebar {
    padding-bottom: 10px;
    overflow-y: scroll !important;
}
.main-sidebar .sidebar::-webkit-scrollbar {
  width: 2px; 
}*/
/*


.main-sidebar .sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);  
  border-radius: 3px;
}

.main-sidebar .sidebar::-webkit-scrollbar-track {
  background-color: transparent;  
}

.main-sidebar .sidebar {
  scrollbar-width: thin;       
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent; 
}

*/

.active-togg {
    display: block !important;
}
.toggle-menu {
    display: none;
}
.toggle-title-menu a{
    background-color: #3259cf;
    border-radius: 7px;
    margin: 7px;
    padding: 10px 14px;
    color: white;
    font-weight: 600;
    display: block;
}

.sidebar-menu hr {
        margin: 9px 5px 6px;
            border-color: #ffffff66 !important;
}

ul.dropdown-menu {
    box-shadow: 0px 0px 6px 3px #c3c3c378;
}
ul.dropdown-menu li a {
    font-weight: inherit;
}

.color-red {
    color: red;
}

.announcement-header div{
    width: 100%;
}

.graph-view.lazy-graph::before {
    display: block;
    content: " ";
    z-index: 99999999;
     position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 91% !important;
    background: #00000000 center / 100px auto url(http://127.0.0.1:8000/assets/img/loader.gif) no-repeat;
}
.graph-view.lazy-graph.lazy-graph-loaded::before{
    display: none;
}



/* Dashboard CSS Start */

.page-staff-dashboard  .apexcharts-tooltip, 
.page-admin-dashboard  .apexcharts-tooltip {
  pointer-events: auto !important;
  z-index: 9999;
}

.page-staff-dashboard  .consumer-tab-view-sec ul li.nav-item, 
.page-admin-dashboard  .consumer-tab-view-sec ul li.nav-item {
    width: 49%;
    border: unset;
     border: 2px solid #307bdd;
}
.page-staff-dashboard  .consumer-tab-view-sec ul li.nav-item.active, 
.page-admin-dashboard  .consumer-tab-view-sec ul li.nav-item.active {
     /*background: #edf1f5 !important; */
     /*background: #3c79b6 !important; */
     /*background: #3c79b6 !important; */
     border: 2px solid #3c79b6;
}
.consumer-tab-view-sec ul li.nav-item a{
    /*color: white;*/
    border-radius: 0px  !important;
    border: 0 !important;
}
.page-staff-dashboard  .consumer-tab-view-sec ul li.nav-item:not(.active) a:hover, 
.page-admin-dashboard  .consumer-tab-view-sec ul li.nav-item:not(.active) a:hover {
    border-radius: 0px  !important;

}
.page-staff-dashboard  .consumer-tab-view-sec ul li.nav-item:not(.active):hover, 
.page-admin-dashboard  .consumer-tab-view-sec ul li.nav-item:not(.active):hover {
    /*border-color: #eee #eee #ddd;*/
    /*background-color: #307bdd !important;*/
    border: 2px solid #307bdd !important;
}

.consumer-tab-view-sec ul li.nav-item i{
    font-size: 14px;
    opacity: 0;
}
.consumer-tab-view-sec ul li.nav-item.active i{
    opacity: 1;
}
.page-staff-dashboard  .tab-content .panel-body, 
.page-admin-dashboard  .tab-content .panel-body {
    border: unset;
}
.page-staff-dashboard  hr, 
.page-admin-dashboard  hr {
    border-top: 1px solid #c6c6c6;
}

.graph-view{
    /*position: relative;*/
}


.panel-heading > div {
    position: relative;
}


.graph-filter-container {
    display: block;
    position: absolute;
    top: -10px;
    right: 0%;
    background-color: white;
    z-index: 99991;
    box-shadow: 0px 0px 3px 3px #00000024;
    padding: 7px 10px;
    margin-right: 10px;
    min-width: 350px;
        border-radius: 5px;
    overflow: hidden;
}
.graph-filter-container .close-filter {
    position: absolute;
    right: 7px;
    top: 4px;
    width: 15px;
    height: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #f0f0f0;
    font-size: 14px;
    z-index: 99992;
    border: 2px solid;
    border-radius: 50%;
    padding: 8px;
}

.graph-filter-container input {
    max-width: 200px;
}


.graph-filter-container .form-group {
    display: flex;
    flex-wrap: wrap;
    min-height: unset;
    align-items: center;
}


.graph-filter-container .form-group label{
   margin-right: 10px;
   min-width: 100px;
}

.graph-filter-container .form-group .form-control{
   width: unset;
   min-width: 200px;
   height: 25px;
}
.graph-filter-container  .filter-title {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: #317cdf;
    color: white;
    margin: -10px -10px 12px;
}
.select2-container {
    z-index: 99995;
}

.select2-container span.select2-results .select2-results__option:before {
    content: " ";
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid;
    margin-right: 10px;
}

.select2-container span.select2-results .select2-results__option.select2-results__option--selected:before {
    content: " ";
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='4 4 12 12'%3e%3cpath fill='none' stroke='rgba%2849, 124, 223, 0.87%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Dashboard CSS  END */

.label-SentTo_OffShore{
    background-color: #6F42C1;
    border-color: 2px solid #6F42C1;
    color: white;
}
button:disabled{
    cursor: not-allowed !important;
}

