* {
	box-sizing:border-box;
	cursor:default;
}

body {
	color:black;
    background:white;
    letter-spacing:normal;
    white-space:normal;
    word-spacing:normal;
    word-wrap:normal;
    word-break:normal;
    cursor:default;
    user-select: none;
    tab-size: 4;
    scroll-behavior: smooth;
	display:flex;
	flex-direction:column;
	min-height:100vh;
	max-width:100vw;
	overflow-x:hidden;
	overflow-y:hidden;
    margin:0px;
    padding:0px;

    font-family: math;
}

.body_content{
    width: -webkit-fill-available;
    height: 86vh;
    overflow-y: scroll;
    overflow-x: clip;
}
.view_printable_box .body_content{
    height: auto;
    padding-bottom: 15px;
}
.body_content .page_content{
    margin-left: 90px;
}
.page_section .sec_title{
    text-align: center;
    text-decoration: underline;
}

.page_title{
    /* display: flex;
    align-items: center; */
    position: relative;
    width: fit-content;
    padding: 2px 0px;
    min-width: 130px;
    max-width: 170px;
    background-color: #7fd5fb;
    
    margin-top: 6px;

    z-index: 2;
}
.page_title:hover .section_submenu{
    position: absolute;
    display: block;
    z-index: 1;
}
.page_title .section_submenu .smenu_items{
    display: flex;
    flex-direction: column;
    background-color: #7fd5fb;
    color: #000;
    width: -webkit-fill-available;
    padding: 1px 5px;
    border-top: 1px solid #0004;
}
.page_title .section_submenu .smenu_items a{
    border-bottom: 1px solid #ababd7;
    text-decoration: none;
}
.page_title .section_submenu .smenu_items .active{
    color: #395148;
}
.page_title .section_submenu .smenu_items a:last-child{
    border-bottom: none;
}
.page_title .section_submenu{
    display: none;
    width: -webkit-fill-available;
    max-width: inherit;
    left: 0px;
}
.page_title a{ 
    cursor: pointer;
}
.page_title a:hover{
    color: #837575 !important;
}
.page_title select{
    width: fit-content;
    margin-left: 5px;
}
.page_title h6{
    font-weight: 600;
    /* width: fit-content; */
    margin: 1px 0px;
    /* font-size: 16px; */
    font-size: calc(10px + (13 - 10) * ((100vw - 320px) / (1200 - 320)));
    font-family: serif;

    padding: 3px;
}

.background_search_loader.active{
    display: block;
    /* margin-left: -23px; */
    position: absolute;
    top: 8px;
    right: 35px;
    padding: 2px;
    border: 2px solid #005804;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    width: 18px;
    height: 18px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select{
    background-color: #8b0606;
}

.confirm_pop_def_btn{
    padding: 5px 7px!important;
    border: 3px solid #069241;
    box-shadow: 0px 0px 5px #0005;
}

.modal-content .view_controls_box{
    position: relative;
    text-align: left;
    padding: 5px;
    padding-left: 30px;
}
.modal-content .view_controls_box .navig_icon{
    position: absolute;
    font-size: 1.8em;
    padding-top: 4px;
}
.modal-content .view_controls_box .navig_icon.fa-angle-double-right{
    right: 20px;
}
.modal-content .view_controls_box .navig_icon.fa-angle-double-left{
    left: 3px;
}
.modal-content .view_controls_box button{
    margin: 2px;
    padding: 2px 6px;
}
.btn_ctrl_status_txt{
    color: #8b0606;
    font-weight: 600;
    text-align: center;
}

.count_appl_box{
    position: relative;
}
.count_appl_box input{
    padding-right: 15px!important;
}
.count_appl_box .inp_count{
    position: absolute;
    height: -webkit-fill-available;
    top: 0px;
    right: 5px;
    align-content: center;
    font-size: 0.6em;
    background-color: #e4e9dd;
    color: #000;
    padding: 0px 2px;
    /* margin: 1px; */
}

.table_top_val_box{
    padding-top: 6px;
    /* padding-left: 10px; */
    overflow:auto;

    padding-left: 3px;
}
.table_top_val_box .val_el{
    width: fit-content;
    margin-bottom: 0px;
    text-align: center;
    padding: 2px;
    /* background-color: #438f6896; */
    /* box-shadow: 0px 0px 5px #0005; */

    display: flex;
    align-items: center;
}
.table_top_val_box .table_top_val_labl{
    font-weight: 600;
    font-size: 0.9em;
    text-wrap: nowrap;
    padding: 0px 3px;
}
.table_top_val_box .table_top_val{
    font-size: 0.9em;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.table_top_val_box .table_top_val span{
    padding-left: 23px;
}

.menu_other_info{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    right: 0px;
    top: 2px;
    width: 150px;
    font-size: 0.8em;
    height: 5vh;
}
.sms_credits_box{
    display: flex;
    align-items: center;
    padding-left: 3px;
}
.sms_credits_box p{
    margin-bottom: 0px;
}
.sms_credits_box span{
    color: #fff;
}
.trial_status{
    display: flex;
    align-items: center;
}
.trial_status img{
    height: 18px;
}
.trial_status p{
    margin-bottom: 0px;
    color: #fff;
    padding-left:5px;
    font-size: 0.9em;
    font-family: serif;
}

.lock_icon{
    position: absolute;
    color: #ff1200;
    top: -5px;
    font-size: 0.8em;
}
.right_align_status .lock_icon{
    right: 0px;
}

.plan_exist_box{
    position: relative;
    display: inline-block;
    width: fit-content;
    /*width: -webkit-fill-available; */
    min-width: fit-content;
    /* width: inherit; */
}
.plan_exist_tbl_cell{
    position: relative;
}
.plan_exist_tbl_cell .lock_icon{
    top: -1px;
    right: 10px;
}

.dnd_icon{
    padding-left: 3px;
    color: #e70000;
}
.locked_permission:after{ 
    content: '\f023';
    font-family: 'Font Awesome 5 Free';
    color: #ea0d0d;
    font-weight: 800;
    font-size: 0.8em;
    font-style: normal;
    margin: -9px 0px 0px -4px;
    text-decoration: none;
 
 } 
.plan_exist_box .premium_icon{
    position: absolute;
    right: -2px;
    top: -2px;
    color: #c02e00;
    font-size: 0.6em;
}
.plan_exist_box.exceeded::after{
    content: '\f521';
    top: 38%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 2em;
    position: absolute;
    right: 38%;
    color: #ac0808;
    opacity: 0.7;
}
.premium_text{
    position: relative;
}
.premium_text::after{
    content: '\f521';
    top: -6px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 0.7em;
    position: absolute;
    /* right: 38%; */
    color: #ac0808;
}
.menu_items .plan_exist_box{
    width: fit-content;
    padding-right: 6px;
}
.menu_items .plan_exist_box .premium_icon {
    color: #ff3d00;
}

.print_header, .print_footer{
    display:none;
}

/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    height: 20px;
  }
  label.switch{
    width: 36px!important;
  }
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: -8px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .slider:before {
    position: absolute;
    content: "";
    /* height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px; */
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  input:checked + .slider {
    background-color: #2196F3;
  }
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  .slider.round:before {
    border-radius: 50%;
  }
/* Toggle switch end */

.value_nearby_icon{
    font-size: 0.8em!important;
}
.long_text{
    width: fit-content;
}

.loader_search_input{
    padding-right: 26px!important;
}
.form-control {
    padding: 2px 5px;
    font-size: 0.98em;
    height: 25px;
    /* width: fit-content; */
}
.form-control.loader_search_input{
    padding: 1px 26px 1px 3px!important;
}
header{
    background-color: var(--primary_color); /* #024059 #147d17 Green-#005502 #024059*/
    color:white;
    flex-grow: 0;
    display:flex;
    height:60px;
	padding: 7px;
    padding-left: 32px;
    align-items: stretch;
	justify-content: space-between;
}
header .logo-box{
    /* width:25%; */
    padding-left: 4px;
    display: flex;
    flex-flow: row;
    align-items: center;
}
header .logo-box img{
    /* height: 5.8vh;  */
    height: 40px;
    padding: 3px;
    object-fit: scale-down;
    overflow: hidden;
}
header .company-box{
    width:65%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-align: -webkit-center; */
    padding: 0px 8px;
}
header .company-box img{
    filter: drop-shadow(1px 1px 1px #222);
    height: calc(6vh + (13 - 6) * ((100vw - 320px) / (1200 - 320)));
    padding: 3px;
    object-fit: scale-down;
}
header .company-box h1{
    margin: 0px;
    padding-left:1px;
    color: #fff; /* #ffc151 ff0404 */
    text-shadow: 2px 1px 2px #000000c2;
    /* font-size: 1.5rem; */
    font-size: calc(13px + (var(--org_title_fsize) - 13) * ((100vw - 320px) / (1200 - 320)));
    /* text-align: center; */
    font-weight: 600;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Noto Serif JP', serif;
}
header .profile-box{
    width:10%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
}
header .profile-box img{
    /* height: -webkit-fill-available; */
    height: calc(40px + (50 - 40) * ((100vw - 320px) / (1200 - 320)));
    max-width: calc(40px + (50 - 40) * ((100vw - 320px) / (1200 - 320)));
    padding: 3px;
    object-fit: cover;
    border-radius: 50%;
    cursor: pointer;
}


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

.navbar {
  position: fixed;
  top: 0;
  height: 60px;
  width: 70%;
  left: 0;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  z-index: 1000;
  box-shadow: 0 0 2px var(--grey-color-light);
}
.navbar .logo_item {
  /* display: flex; */
  align-items: center;
  column-gap: 10px;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  left: 2px;
  color: #fff;
}
.navbar img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

/* sidebar */
.sidebar {
  background-color: var(--primary_color);
  opacity: 0.9;
  width: 260px;
  position: fixed;
  top: 60px;
  left: 0;
  height: 100%;
  padding: 3px 3px;
  z-index: 100;
  overflow-y: scroll;
  box-shadow: 0 0 1px var(--grey-color-light);
  transition: all 0.5s ease;
}
.sidebar.close {
  padding: 2px 0;
  width: 80px;
}

.sidebar.close.hoverable .expand_sidebar{
    display: flex;
}
.sidebar.close.hoverable .expand_sidebar span, .sidebar.close.hoverable .collapse_sidebar{
    display: none;
}


.sidebar::-webkit-scrollbar {
  display: none;
}
.menu_content {
  position: relative;
}
.menu_content .sidebar_meu_items{
    /* height: 100vh; */
    overflow: visible;
    margin-bottom: 120px;
}
.menu_title {
  margin: 15px 0px 1px 0;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
}
.sidebar.close .menu_title {
  padding: 6px 30px;
}
.menu_title::before {
  color: var(--grey-color);
  white-space: nowrap;
}
.menu_dahsboard::before {
  content: "";
}
.menu_other_inf::before {
    content: "Plan";
}
.menu_security::before {
  content: "Security";
}
.sidebar.close .menu_title::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  border-radius: 12px;
  background: #fff;
}
.menu_items {
  padding: 0;
  list-style: none;
}
.menu_items li{
    cursor: pointer;
}
.menu_items .item.active a svg g path{
    fill: #29bdff;
}
.menu_items .item.active .navlink{
    color: #29bdff;
}
.menu_items .item.active .submenu li.active a{
    color: #29bdff;
}
.nav_link.disabled{
    opacity: 0.6;
}
.navlink{
    color: #fff;
    cursor: pointer;
}
.submenu_item  .fa-chevron-down{
    color: #fff;
    cursor: pointer;
}

.navlink_icon {
  position: relative;
  font-size: 22px;
  min-width: 50px;
  /* line-height: 40px; */
  line-height: 32px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;

  color: #fff;
  cursor: pointer;
}
.info_menu_items .navlink_icon{
    line-height: 25px;
}
.info_menu_items .navlink{
    font-size: 0.8em;
}
.navlink_icon i{
    font-size: 0.76em;
}
.navlink_icon svg{
    padding-top: 0px;
}
.navlink_icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 100px);
  left: -20px;
}
.navlink_icon:hover {
  background: var(--blue-color);
}
.sidebar .nav_link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1px 15px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--grey-color);
  white-space: nowrap;
  cursor: pointer;
}
.sidebar.close .navlink {
  display: none;
}
.nav_link:hover {
  color: var(--white-color);
  background: var(--blue-color);
}
.sidebar.close .nav_link:hover {
  background: var(--white-color);
}
.submenu {
    cursor: pointer;
  display: none;
}
.submenu_item {
  cursor: pointer;
}
.submenu_item .fa-chevron-down {
  position: absolute;
  right: 7px;
  font-size: 9px;
  display: inline-block;
  margin-right: auto;
}
.sidebar.close .submenu {
  display: none;
}
.show_submenu ~ .submenu {
  display: block;
}
.show_submenu .fa-chevron-down {
  transform: rotate(90deg);
}
.submenu .sublink {
    padding: 3px 5px 3px 70px;
    color: #fff;
    cursor: pointer;
    font-size: 0.8em;
    /* border-bottom: 1px solid #ebe1e133;
    box-shadow: 0px 2px 4px #0005; */
}
.sublink span{
    cursor: pointer;
}
.bottom_content {
  position: fixed;
  /* bottom: 60px; */
  left: 0;
  width: 260px;
  cursor: pointer;
  transition: all 0.5s ease;

  height: 51px;
  bottom: 14px;
  background-color: var(--primary_color);
}
.bottom {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  justify-content: flex-end;
  padding: 6px 0;
  padding-right: 11px;
  text-align: center;
  width: 100%;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: var(--white-color);
}
.bottom i {
  font-size: 20px;
  padding-left:8px;
  cursor: pointer;
}
.bottom span {
  font-size: 18px;
  cursor: pointer;
}
.sidebar.close .bottom_content {
  width: 50px;
  left: 15px;
}
.sidebar.close .bottom span {
  display: none;
}
.sidebar .expand_sidebar {
    display: none;
}
.sidebar.hoverable .collapse_sidebar {
  display: flex;
}
.sidebar.hoverable .collapse_sidebar svg{
    padding-left:10px;
}
#sidebarOpen {
  display: none;
}
@media screen and (max-width: 768px) {
    .body_content .page_content{
        margin-left: 2px;
    }
  #sidebarOpen {
    font-size: 25px;
    display: block;
    margin-right: 10px;
    padding-left:4px;
    cursor: pointer;
    color: var(--grey-color);
  }
  .sidebar.close {
    left: -100%;
  }
  .sidebar.close .bottom_content {
    left: -100%;
  }
}
/* Sidebar End */




/* Nav tabs */
.nav-tabs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size:calc(7px + (12 - 7) * ((100vw - 320px) / (1200 - 320)));
    background-color: #f1f1f1;
}
.nav-tabs>li{
    margin-bottom: 0px!important;
    margin: 1px;
}
.nav-tabs>li>a{
    background-color: var(--primary_color);
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    padding:5px 10px;
}
.nav-tabs>li.active>a{
    background-color: var(--secondary_color);
    color: #fff;
}
.nav-tabs>li>a:hover{
    background-color: var(--primary_color)!important;
    color:#ffffff;
}
.nav-tabs>li.active>a:focus{
    background-color: #f1f1f1;
    color: var(--primary_color);
    outline: none;
}
.tab-content{
    font-size:calc(7px + (12 - 7) * ((100vw - 320px) / (1200 - 320)));
    /* background-color: #f1f1f1; */
}
/* Nav Tabs End */

.stat_group_box{
    display: flex;

    flex-flow: wrap;
}
#id_statistics_section, #id_dashboard_shortcuts_section{
    /* margin-top: 30px; */
    background-color: #f1f1f1;

    /* position: fixed; */
    /* top: 59px; */
    width: -webkit-fill-available;
    background-color: #ffff;
    z-index: 9;
}

.flex{
    display: flex;
}

.page_content .primary_table_content{
    /* padding-top: calc(50px + (90 - 50) * ((100vw - 320px) / (1200 - 320))); 74 || 90 */
    padding-top: calc(10px +(3 - 10)*((100vw - 320px) /(1200 - 320)));
}
select {
    font-family: 'FontAwesome', 'sans-serif';
}

button{
    padding: 3px 7px!important;
    font-size: 0.87em!important; 
}
.option_submit{
    width: fit-content;
}
.selectize-control.option_submit{
    padding-top: 5px;
}
.theme_btn{
    background-color: var(--primary_color)!important;
    border: none!important;
    padding: 3px 7px!important;
    font-size: 0.87em!important;

    /* margin-bottom: 9px !important; */
}
.user_perms_btn{
    position: relative;
}
.set_def_ledger_btn{
    padding: 2px 4px!important;
    font-size: 0.8em!important;
    background-color: #0674cc;
    color: #fff;
    border: none;

    margin-bottom: 4px;
}
.set_def_ledger_btn:focus, .set_def_ledger_btn:hover{
    color: #fff;
    border: none;
    outline: none;
}
.set_def_ledger_btn.remove{
    background-color: #ab1308;
}
.set_def_ledger_btn.hided{
    display: none;
}
.set_def_ledger_btn i{
    padding-top: 2px;
}

.strong_txt{
    font-weight: 800;
}
.red_txt{
    color: #d4190b;
}
.green_txt{
    color: #05aa73;
}


.ul_dropdown_menu{

}
.ul_dropdown_menu .list_option{
    
}

/* Page filter section */
.page_filter_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: wrap;
}
.sort_field_box{
    display: flex;

    align-items: center;

    flex-wrap: wrap;
    justify-content: space-around;
}
.page_ctrl_btns_box{
    display: flex;
}

/* Table & Pagination */
.fit_table{
    min-width: fit-content;
}
.fit_table_cell th, .fit_table_cell td{
    min-width: fit-content;
}
table th, table td{
    vertical-align: middle!important;
}
.table-box{
    margin:10px;
    width: auto;
    /* overflow-x: scroll; */
    scroll-behavior: smooth;
    scrollbar-width: thin;
    font-size:1em;
}
.page_content .primary_table_content .table-box{
    /* height: 55vh;  */

    height: 49vh; 

    overflow-y: auto;
}
.page_content .primary_table_content .table-box table thead th{
    position: sticky;
    top: 0;
    /* z-index: 1; */
    z-index: 1;
}
.page_content .primary_table_content .table-box table thead .table_span_th{
    top: calc(18px + (25 - 18) * ((100vw - 320px) / (1200 - 320)));
}
.table-box th{
    white-space: nowrap;
}
.table-box::-webkit-scrollbar{
    width:0px;
}
.table-box .table{
    width: auto;
    margin: 0px auto;
    padding: 0px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0px;
    font-size:1em;
    color:#000000;
}
.table-box .table thead{
    background: var(--primary_color);
    color: white;
}
.table-box .table thead tr th{
    text-align:center;
    padding:3px 6px;
    vertical-align: middle;
}
.table-box .table tbody tr:nth-child(odd){
    background-color: #ffffff;
}
.table-box .table tbody tr:nth-child(even){
    background-color: #f1f1f1;
}
.table-box .table tbody tr:hover{
    background-color: #00477e73;
    color: black;
}
.table-box .table tbody tr td{
    text-align:center;
    padding:0px 6px;
    vertical-align: middle;
}
table .msg_cell{
    text-align: left!important;
    max-width:170px;
    min-width: 220px;
}
table thead th{
    position: sticky;
    /* top: 0; */
    background-color: var(--primary_color);
    color: #fff;
}
table thead th select{
    color: #000;
}
table tbody{
    top:5px;
}

.particulars_box{
    overflow-x: auto;
}

.reports-box table tr td:nth-child(1){
    text-align: left;
    padding-right: 10px;
}
.reports-box .field_group_sec{
    border: 2px solid #184c78;
    margin: 6px 0px;
    position: relative;
}


.readOnly_date_input{
    background-color: #fff!important;
}
.right_align_tbl_cell{
    text-align: right!important;
    white-space: nowrap;
    /* min-width:calc(100px + (140 - 100) * ((100vw - 320px) / (1200 - 320))); */
    min-width:calc(80px + (120 - 80) * ((100vw - 320px) / (1200 - 320)));
}
.rupee_amount_cell{
    white-space: nowrap;
}
.right_aligned_input{
    text-align: right;
    padding-right:5px;
}
.narration_cell{
    /* width: calc(180px + (260 - 180) * ((100vw - 320px) / (1200 - 320)));
    text-align: justify!important; */
    padding:2px!important;
    font-size:0.9em;
    white-space: normal!important;
    min-width: 170px;
    max-width: 200px;

    overflow-wrap: break-word;
}
.no_wrap_cell{
    white-space: nowrap;
}
.left_aligned{
    text-align: left!important;
}
.td_sub_id{
    display: block;
    cursor: pointer;
    font-size: 0.84em;
}
.td_sub_elemt{
    display: block;
    padding-top: 4px;
    font-size: 0.9em;
}
.table-box .table tfoot tr td{
    text-align:center;
    padding:3px 6px;
    vertical-align: middle;
}
.tfoot_result{
    color: rgb(184, 7, 7);
}
.pagination-box ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 2.5px 5px;
    margin-bottom:10px;
}
.pagination-box ul li{
    background: #f2b43d;
    color: black;
    padding: 4px 8px;
    border-right: solid 1px white;
    cursor: pointer;
}
.pagination-box ul li.current{
    background: var(--primary_color);
    color: white;
}
.pagination-box ul li.hide{
    display: none;
}
.pagination-box ul li.first-gap{
    margin-right:10px;
}
.pagination-box ul li.last-gap{
    margin-left:10px;
}

main{
    background-color: white;
    color:black;
	
	flex-grow: 1;
	
	display:flex;
	/* padding: 5px; */
    padding-top: 0px;
    align-items: center;
    justify-content: center;
}
main .login-box{
    width: 350px;
    border: 1px solid #e0e0e0;
    font-size: 0.8rem;
    padding: 5px;
    color: #000!important;
    background-color: #f1f1f1!important;
}
main .login-box h2,main .login-box h3{
    text-decoration: underline;
    text-decoration-thickness: from-font;
    color: var(--primary_color);
}
main .login-box p{
    color: black;
    font-weight: 600;
}
main .login-box form input{
    width:200px;
    margin: 10px auto;
}
main .login-box form{
    padding-top: 20px;
}
main .login-box form button{
    background: var(--primary_color);
    color: white;
}
main .login-box form button:hover{
    background: #9e2929;
}
main .login-box form .input-group-btn{
    font-size: 1.3em;
}
main .login-box form .input-group-btn button{
    padding: 2px 4px!important;
}
main .recovery_form input{
    width: auto!important;
}
main .recovery_form .form-check{
    text-align: left;
    padding-left: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 11px;
}
main .recovery_form .form-check input{
    margin: 0px;
}
main .recovery_form .form-check label{
    position: absolute;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-left: 20px;
}
main .username_password_form .form-group{
    display: flex;
    flex-direction: row;
    align-items: end;
}
main .login-box .exit_form{
    padding-top: 3px;
}


.form-horizontal .button-box{
    padding-top: 8px;
}
.desc-box .type-box{
    min-width: 200px;
}
.doc-button-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.doc-button-box button{
    /* flex-grow: 1; */
    margin: 0.25em;
    padding: 0.25em;
    font-size: 1em;
}

footer{
    background-color: var(--primary_color);
    color:white;
	
    flex-grow: 0;
	
	display:flex;
	height:20px;
	padding: 5px;
    align-items: center;
    justify-content: center;

    z-index: 999;
}
footer .copyright-box h6{
    margin: 0px;
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
}
.center {
	margin:0 auto !important;
    display:block !important;
}
.bold{
	font-weight: bold !important;
}
.line {
	margin-top:0px !important;
	margin-bottom:0px !important;
	border-top: 1px solid black !important;
}
.under-line{
	text-decoration: underline !important;
}
.left-text {
	text-align:left !important;
}
.center-text {
	text-align:center !important;
}
.right-text {
	text-align:right !important;
}
.no-gap {
	padding: 0px !important;
	margin: 0px !important;
}
.no-link {
	text-decoration: none !important;
	cursor:default !important;
}
.center-element{
	position: relative;
	top:50%;
	-ms-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
.error_msg{
    color: red !important;
    font-weight: 600 !important;
}
.success_msg{
    color: green !important;
    font-weight: 600 !important;
}
.clickable_icon{
    cursor: pointer;
}
.non_clickable_icon{
    cursor: not-allowed!important;
}
.clickable_table_cell{
    cursor: pointer;
}

.form-group{
    margin-bottom:3px;
    /* display:flex; */
    text-align: -webkit-left;
    justify-content: center;
    align-items:center;
    padding-right:1px;
    /* flex-wrap:wrap; */
}
.row .form-group{
    padding-left: 5px!important;
    padding-right: 3px!important;
}
.form-group label{
    font-size: calc(0.8em + (1.5 - 0.8) * ((100vw - 320px) / (1200 - 320)));
    margin-bottom: 0px;
}
.form-group .control-label{
    text-align: center;
}

.tooltip_box {
    position: relative;
    display: inline-block;
  }
  
  .tooltip_box .tooltiptext {
    visibility: hidden;
    /* width: 120px; */
    font-size: 0.8em;
    background-color: #b2cfe6;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 7px 7px;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    margin-left: -60px;
  }
  
  .tooltip_box .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #b2cfe6 transparent;
  }
  
  .tooltip_box:hover .tooltiptext {
    visibility: visible;
  }

  .selectize-input{
    /* padding: 3px 8px!important; */
        /* min-height: calc(15px + (28 - 15) * ((100vw - 320px) / (1200 - 320))); */
        line-height: calc(6px + (20 - 6) * ((100vw - 320px) / (1200 - 320)));
        padding: 1px 12px;
        min-height: 28px;
        align-content: center;
    }
    .selectize-control.multi .selectize-input .item{
        background: #a3e5ff!important;
        color: #000;
    }
    .selectize-dropdown [data-selectable]{
        font-size: 0.8em;
    }
  .submit_options_buttonbox .selectize-input{
    background-color: #a25306;
    color: #fff;
    padding: 3px 0px 3px 3px!important;
    /* padding: calc(10px + (3 - 10) * ((100vw - 320px) / (1200 - 320))); */
  }
  .submit_options_buttonbox .selectize-input:after{
    border-color: #fff transparent transparent transparent !important;
  }

.submit_options_buttonbox .form-control.selectize-control{
    min-width: auto;
}
.submit_options_buttonbox .selectize-control.single .selectize-input{
    /* width: 13vw; */
    width: 160px;
    font-size: 0.7em;
}
.submit_options_buttonbox .selectize-control input[type="select-one"]{
    display: none!important;
}
.selectize-dropdown .option{
    opacity: 1;
}
.selectize-control{
    /* min-width: calc(240px + (260 - 240) * ((100vw - 320px) / (1200 - 320))); */
}

@media(min-width:767px){
    .collapse.navbar-collapse{
        display: flex!important;
        align-items: center;
        height: 6vh!important;
    }
    .navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .selectize-control{
        /* min-width: 220px; */
    }
    .trial_status p, .sms_credits_box span{
        color: #000;
    }
    .slider {
        right:-6px;
    }
}

@media(min-width:1200px){
    .selectize-control{
        /* min-width: 260px; */
    }
}

.capitalized_text{
    text-transform: capitalize;
}

.input-box .date_input{
    width: calc(50px + (80 - 50) * ((100vw - 320px) / (1200 - 320))); /* calc(60px + (100 - 60) * ((100vw - 320px) / (1200 - 320))) */
}
.date_input{
    width: calc(100px + (110 - 100) * ((100vw - 320px) / (1200 - 320)))!important;
}
.amount_input{
    width: calc(120px + (160 - 120) * ((100vw - 320px) / (1200 - 320)));
}
.small_number_input{
    width: calc(70px + (100 - 70) * ((100vw - 320px) / (1200 - 320)));
}
.extra_small_number_input{
    width: calc(50px + (80 - 50) * ((100vw - 320px) / (1200 - 320)));
}

.invalid_input{
    border: 1px solid red!important;
}
.value_changed{
    border: 1.8px solid #05e50e!important;
}

.small_input{
    /* width: calc(70px + (100 - 70) * ((100vw - 320px) / (1200 - 320))); */
    width: 100px;
    max-width: fit-content;
}
.extra_small_input{
    /* width: calc(50px + (80 - 50) * ((100vw - 320px) / (1200 - 320))); */
    width: 60px;
    max-width: fit-content;
}
.small_medium_input{
    width: 136px;
    max-width: fit-content;
}
.medium_input{
    width: 165px;
    max-width: fit-content;
}
.large_input{
    width: 195px;
    max-width: fit-content;
}
.extra_large_input{
    width: 210px;
    max-width: fit-content;
}
.selectize_medium_input{
    /* width: 165px; */

    width: calc(130px + (165 - 130) * ((100vw - 320px) / (1200 - 320)));
}

.amount_input {
    padding-left: 25px;
    background: url("../images/clipart/rupee.png") no-repeat left #fff;
    background-size: 20px;
}

.input-box .selectize-control{
    /* min-width: 170px; */
}

td p{
    width: max-content;
}

.selector_modernizer .list_box div, .selector_modernizer .selected_box div{
    width: auto!important;
}
.field_box .selectize-control{
    /* min-width: 200px; */
}

.selectize-dropdown{
    min-height: 120px;
}
.selectize-dropdown-content{
    text-align:left;
    padding-left:5px;
    font-family: system-ui;
}
.selectize-dropdown-content .create{
    display: none;
}
.selectize-dropdown-content .optgroup-header{
    background-color: #a09898;
    font-weight: 800;
    color: #000;
}
.selectize-dropdown .optgroup:before{
    content:none!important;
}
.disabled_selectize_option{
    opacity: 0.7;
    /* background-color: #d4c7c7;
    font-weight: 800;
    color: #0005; */
}

#selectize_not_found.selectize_option_hide{
    display: none!important;
}

.timeline_box .single_timeline:last-child::after{
    content:'';
    border: none;
}


table thead th .selectize-input{
    min-width: 180px;
    max-width: 200px;
}
.multiselect_selectize_option_div{
    display: flex;
}
.multiselect_selectize_option_div input{
    margin-right: 3px;
}
.multiselect_selectize_option_div span{ 
}

.report_fields_section {
    background-color: #dfffff;
    border: 1px solid #0005;
    margin: 5px;
    padding: 4px;

    /* display: flex; */
    /* flex-flow: wrap; */
    overflow: auto;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
    height: 100vh;

    column-gap: 30px;
}
.report_fields_section .group_box{
    text-align: left;
    border: 1px solid #0002;
    padding: 4px 15px 4px 4px;
    /* margin: 4px; */
    margin: 10px;

    background-color: #ffffff;
    box-shadow: 0px 0px 3px 0px #0005;
    min-width: 180px;

    width: fit-content;
}
.report_fields_section .report_grp_title{
    text-decoration: underline;
    font-weight: 600;
}
.report_fields_section .report_grp_title span{
    padding-left: 3px;
}
.report_fields_section .report_grp_list{
    list-style-type: none;
    padding-left: 8px;
}
.report_fields_section label{
    font-size: 0.75em!important;
}
.report_fields_section .report_grp_list label abbr{
    text-decoration-line: none;
}
.report_fields_section .report_grp_list label .field_icon{
    font-size: 0.87em;
    color: #2cb90b;
}
.report_fields_section .report_grp_list label .field_search_icon{
    color: #0674cc;
}
.report_fields_section .report_grp_list label .selected_icon{
    color: #037fe5;
}
.report_fields_section .report_grp_list span{
    padding-top: -2px;
    padding-left: 4px;
    position: relative;
}
.report_fields_section .report_premium_field:after{
    content: "\f521";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.7em;
    color: #c02e00;

    position: absolute;
    top: -5.5px;
}
.report_fields_section .col_order_inp{
    width: 27px;
    height: 17px;
    float: right;
}
.report_fields_section .col_order_inp.hided{
    display: none;
}
.report_fields_section .report_field_label{
    cursor: pointer;
    position: relative;

    min-width: max-content;
}
.report_fields_section .report_field_tooltip{
    visibility: hidden;
    /* width: 200px; */
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    /* bottom: 100%; */
    /* left: 50%; */
    /* margin-left: -100px; */
    opacity: 0;
    transition: opacity 0.3s;

    display: block;
    position: absolute !important;
    top: 21px;

    font-family: monospace;
}
.report_fields_section .search_and_preview_found .report_field_label .multiselect_options{
    margin-top: 40px;
}
.report_fields_section .report_field_label:hover .report_field_tooltip {
    visibility: visible;
    opacity: 1;
}
.report_fields_section .field_txt_span:hover .report_field_tooltip {
    /* visibility: visible;
    opacity: 1; */
}
.report_fields_section .report_field_search_input{
    margin-left: 3px;
    width: 115px;
    height: 20px;
}
.report_fields_section .report_field_search_input.small_input{
    width: 80px;
}
.report_fields_section .report_field_search_input.hided{
    display: none;
}

.report_fields_section .report_grp_list li:hover .multiselect_options {
    display: block;
}



.report_columns_order_modal .selector_cols_box .list_box, 
.report_columns_order_modal .selector_cols_box .control_box,
.report_columns_order_modal .selector_cols_box .selected_box div i{
    display: none;
}
.report_columns_order_modal .reports_col_order_note{
    color: #0008;
    padding: 2px 32px;
    text-align: justify;
}
.report_columns_order_modal .selector_modernizer{
    min-width: 160px!important;
}
.report_columns_order_modal .submit_btn{
    margin-top: 10px;
}


.form_info_table{
    border: 1px solid #0003;
    margin: 8px 5px 8px 5px;
    box-shadow: 0px 6px 10px #0004;
    background-color: #e9f9f4;
    font-family: sans-serif;
    font-size: 0.9em;
}
.form_info_table td .content-box{
    padding: 3px;
}
.form_info_table td{
    padding: 2px 15px;
    text-align: left;
    border: 1px solid #0001;
}
.form_info_table tr td:nth-child(1){
    font-weight: 600;
    padding-top: 7px;
}