@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');/*Theme Var Color Open*/
:root{
  --orange:#F47720;
  --orange-hover:#f75226;
  --green:#198754;
  --green-hover:#0a6c3f;
  --red:#d00303;
  --red-hover:#9d0000;
  --light-orange:#f4dcd8;
 --bg_gray_light:#e6e6e6;
 --gray:#555;
 --gray-hover:#333;
 --black:#000;
 --white:#fff;
 --font-roboto:'Roboto', sans-serif;
}
.bg_orange{background: var(--orange);}
.text_orange{color: var(--orange);}

.bg_light{background: var(--light-orange);}
.accordion-button:not(.collapsed) {background: var(--light-orange); color: var(--black);}

.bg_gray{background: var(--gray);}
.text_gray{color: var(--gray);}
.bg_gray_light{background: var(--bg_gray_light);}

/*Theme Var Color End*/
body{font-family: var(--font-roboto);overflow-x: hidden;font-size: 14px;line-height: 22px;color: #000; font-weight: 500;background: #F6F7FB;}
html{font-family: var(--font-roboto);overflow-x: hidden;}

/*Slim scroll*/
*{scrollbar-width: thin;scrollbar-color: var(--gray) var(--bg_gray_light);}
*::-webkit-scrollbar {width: 4px; height: 6px;}
*::-webkit-scrollbar-track {background: var(--bg_gray_light);}
*::-webkit-scrollbar-thumb {background-color: var(--gray);border-radius: 4px;}

a{color: var(--orange);text-decoration: none;outline: none; -webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
a:hover {color: var(--orange-hover);text-decoration: none;outline: none; -webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in; opacity: 0.8;}
h3, h4, h5, h6 {line-height: 1.2;}

.font14{font-size: 14px;line-height: 18px;}
.mb-18{margin-bottom: 18px;}
.logo{max-width: 100%; max-height: 90px;margin-bottom: 10px;}

.loginbg{background: url(/assets/images/loginbg.jpg) no-repeat 0 0/cover; height: 100vh;background-position: center center;overflow-y: auto;}

.login_box{background: #fff;
  border-radius: 4px;
  background: #FFF;  
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.10);  
  max-width: 560px;width: 100%;margin: auto; padding: 40px 80px 38px;margin-top: 38px;}
.login_box .form-control, .form-select{border: solid 1px #BDBDBD;height: 48px;font-size: 16px;color: #383838;}
.login_box .form-control:focus, .form-select:focus{border: solid 1px var(--orange);box-shadow: none;}
/* .login_box .btn{font-size: 20px; padding: 8px 20px;} */

.updesloin-text{
  color: #302C43;
  font-size: 20px;
  font-weight: 500;
}
.updesloin-subtext{
  color: #F47720;
  font-size: 20px;
  font-weight: 500;
}
.updesloin-subtext2{
  color: #302C43;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 28px;
}
.signin-title{
  color: #000;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 7px;
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: 3px solid #F47720;
  display: inline-block;
  margin-bottom: 21px;
}
label{
  color: #444;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.captcha-img{
  max-height: 48px;
  max-width: 100%;
}
.login-download-link{
  color: #F47720;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
.copyright-text{
  color: #000;
  font-size: 13px;
  font-weight: 400;
  padding: 36px 0 ;
}
.form-control, .form-select{border:1px solid #BDBDBD;height: 48px;color: #383838;}
.form-control:focus, .form-select:focus{border: solid 1px var(--orange);box-shadow: none;}

.btn{padding-left:40px;padding-right:40px;height: 48px;border-radius: 6px; color: #fff; text-align: center;}
.btn:hover{border-radius: 6px; color: #fff !important;}
.btn-sm{padding: 5px 10px !important;height: auto !important;border-radius: 4px; color: #fff; text-align: center; font-weight: 600;}

.btn_orange{background: var(--orange);}
.btn_orange:hover, .btn_orange.active, .btn_orange:active{background: var(--orange-hover) !important;}

.btn_red{background: var(--red);}
.btn_red:hover, .btn_red.active, .btn_red:active{background: var(--red-hover) !important;}

.btn_green{
  color: #37833F;
  border: 1px solid #37833F;
  display: inline-flex;
  align-items: center;
}
.btn_green:hover, .btn_green.active, .btn_green:active{
  opacity: .8;
  color: #37833F !important;
  border-color: #37833F !important;
}
.btn_outlinegrey{
  color: #999;
  border: 1px solid #999;
  display: inline-flex;
  align-items: center;
}
.btn_outlinegrey:hover, .btn_outlinegrey.active, .btn_outlinegrey:active{
  opacity: .8;
  color: #999 !important;
  border-color: #999 !important;
}

.btn_gray{
  background: #FFF;
  border: 1px solid #555;
  color: #555;
}
.btn_gray:hover, .btn_gray.active, .btn_gray:active{background: var(--gray-hover) !important;}
.breadcrumb-item+.breadcrumb-item{
  color: #F47720;
}
.breadcrumb-item+.breadcrumb-item.active{
  color: #505050;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: #A1A1A1;
}
.card{
  border-radius: 15px;
  background: #FFF;
  border: none;
  box-shadow: none;
}

/*Top Bar*/
.topbar{background: #333; color: #a6a6a6; padding: 0; font-size: 12px;}
.topbar a{color: #fff;}
.topbar a:hover, .topbar a.active{color: var(--orange)}


.home_menu{position: absolute;right: 0;top: 0;z-index: 999;padding: 9px 10px;
  display: flex;align-items: center;}
.home_menu:hover, .home_menu.active{opacity: .8;}

.header{background: rgb(255,255,255);}
.navbar-toggler:focus {box-shadow: none;}
.navbar .nav-link{
  padding: 14px 20px !important;
  min-height: 54px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 3px solid transparent;
}
.navbar .nav-link:hover, .navbar .nav-link.active{ color: #fff;border-bottom: 3px solid #fff;}
/* .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {color: #ff967a;} */
.navbar .old-version-btn:hover,
.navbar .old-version-btn:focus{
  color: #212529 !important;
}
.navbar .dropdown-item{
  color: #666666;
  padding: 12px 25px 12px 12px;
  font-size: 14px;
  position: relative;
  border-bottom: solid 1px #dfdfdf;
  border-left: solid 2px transparent;
}
/* .navbar-nav .dropdown-menu li:last-child .dropdown-item{border-bottom: none !important;} */
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #FDF1EB;
  border-left: solid 2px #F37720;
}
.dropdown-toggle::after{
  /* width: 12px;
  height: 12px;
  background: url(/assets/images/down-arrow.svg) no-repeat;
  background-position: center;
  border: none !important;
  top: 6px;
  position: relative;
  right: -8px; */
  top: 0px;
  position: relative;
  right: -8px;
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}
/* .dropend .dropdown-toggle::after {
  vertical-align: 0;
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  border: none !important;
  background: url(/assets/images/right-arrow.svg);
  height: 12px;
  width: 12px;
  text-align: center;
  height: 12px;
  width: 12px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: right;
} */
/* .dropend .dropdown-toggle::after {vertical-align: 0;right: 10px;position: absolute;transform: translateY(-50%);top: 50%;} */
.dropend .dropdown-toggle::after {
  position: absolute;
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #333;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  top: 43%;
  right: 10px;
}
.dropdown-item.dropdown-toggle:hover::after {
  border-color: #F37720;
}

/* .navbar-nav .dropdown-menu{min-width: 295px;max-width: 295px;padding: 0;} */
/* .navbar-nav .dropdown-menu.wd-180{min-width: 215px;max-width: 215px;} */
.navbar-toggler {color: #fff;border: none;}
.brand-logo{max-width: 100%; max-height: 90px;margin-bottom: 15px;margin-top: 15px;}
.innerbrand-name{
  color: #302C43;
  font-size: 28px;
  font-weight: 600;
}
.innerbrand-name span{
  color: #F47720;
  display: block;
}
.header-right-text{
  margin: 0;padding: 0;
  text-align: right;
}
.header-right-text li{
  color: #F47720;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: .5rem;
  margin-top: .5rem;
  display: inline-block;
  padding-left: 5px;
}

.header-right-text li span{
  color: #505050;
}
.header-right-text li .language{
  
}
.logo_content{display: inline-flex;}
.logo_content .navbar-brand{width: 100px;margin-right: 10px; display: inline-block;}
.logo_content .text{width: 100%; display: inline-block;}

.accordion-button:focus {box-shadow: none;}

/*Back to top*/
.back-to-top{position: fixed;bottom: 70px;right: 25px;display: none; background: var(--gray); border: none;width: 40px;height: 40px;font-size: 20px;color: #fff;line-height: 40px;text-align: center; border-radius: 50%;}
.back-to-top:hover{background:  var(--gray) !important; color: #fff;}
.back-to-top img{width: 20px; height: 20px; display: block;margin: 10px 0 0 10px;}

/*Footer*/
footer{background: #F6F7FB; color: #000;
  font-size: 13px;
  font-weight: 300;
  padding: 12px 15px;
  border-top: 1px solid #CCC;
}
footer ul{margin: 0; padding: 0;}
footer ul li{list-style: none; display: inline-block;}
footer ul li a{color: #fff; padding: 5px 15px;}
footer ul li a:hover{color: #f48fbe;}

/*Table */
/* .body_table_scroll{overflow-y: auto; max-height: calc(100vh - 350px);} */
/*Table Hrader Fixed*/
.tableFixHead{overflow: auto; max-height: calc(100vh - 450px); top: 0; min-height: 200px;}
.tableFixHead thead tr th{position: sticky; top: 0; z-index: 1;}
.tableFixHead thead tr:nth-child(1){position: sticky;top: 0px;}
.tableFixHead thead tr:nth-child(2){position: sticky;top: 29px;}
.tableFixHead thead tr:nth-child(3){position: sticky;top: 58px;}
.tableFixHead thead tr:nth-child(4){position: sticky;top: 87px;}

.table thead tr th{background: var(--orange); color: #fff; font-weight: 600;}
.table tbody tr td .form-control, .table tbody tr td .form-select {height: 28px;font-size: 12px;border-radius: 3px;padding-left:3px;padding-top:3px;padding-bottom:3px;}
.table thead tr th, .table tbody tr td{vertical-align: middle;font-size:14px;line-height: 16px;font-weight: 400;}

.rdt_Table{border: none !important;}
.rdt_Table .rdt_TableHeadRow{background: var(--orange); color: var(--white); font-weight: 600;}
.rdt_Table .rdt_TableRow{background: var(--white); color: #333;font-size: 14px;}
.rdt_Table tbody tr td .form-control, .table tbody tr td .form-select {height: 26px;font-size: 12px;border-radius: 3px;padding-left:3px;padding-top:3px;padding-bottom:3px;min-width: 76px;}
.rdt_Table thead tr th, .table tbody tr td{vertical-align: middle;font-size:14px;line-height: 16px; padding: 5px;}


/*Consumer Table*/
.consumer_retail_table .table tbody tr:first-child{background: var(--light-orange);}
.consumer_retail_table thead tr th:nth-child(1), .consumer_retail_table tbody tr td:nth-child(1){width:100px; text-align: right;}
.consumer_retail_table thead tr th:nth-child(2), .consumer_retail_table tbody tr td:nth-child(2){width:60px;}
.consumer_retail_table thead tr th:nth-child(1) .form-control, .consumer_retail_table tbody tr td:nth-child(1) .form-control,
.consumer_retail_table thead tr th:nth-child(2) .form-control, .consumer_retail_table tbody tr td:nth-child(2) .form-control
{width:50px;}
.consumer_retail_table thead tr th:nth-child(1) .form-control, .consumer_retail_table tbody tr td:nth-child(1) .form-control{display: inline-block;}
.consumer_retail_table tbody tr td .sub_child{float: right; /*margin-right: 15px;*/}
.consumer_retail_table tbody tr td .sub_child .star{line-height: 16px;margin: 0;top: 9px;position: relative;font-size: 24px;}
.consumer_retail_table thead tr th:last-child, .consumer_retail_table tbody tr td:last-child{text-align: center;}


.badge_outlined{border: solid 1px #ccc; padding: 3px 7px; border-radius: 100px; text-align: center; font-size: 12px;white-space: nowrap;margin: 0 3px 4px 0;display: inline-block;}
/* table {border-collapse: 1;} */

/*Tooltip Start*/
.info_icon{width: 17px;vertical-align: middle;}
.custom_hover_tooltip {height: 20px;  width: 20px;position: relative;display: inline-block;float: left;}
.custom_hover_tooltip i {font-size: 18px;color: var(--orange);vertical-align: middle;}
@-webkit-keyframes scale-sygnal {
0% {
 transform: scale(1);
 left: 1rem;
 opacity: 1;
}
100% {
 transform: scale(8);
 left: 1rem;
 opacity: 0;
}
}
@keyframes scale-sygnal {
0% {
 transform: scale(1);
 left: 1rem;
 opacity: 1;
}
100% {
 transform: scale(8);
 left: 1rem;
 opacity: 0;
}
}
.custom_hover_tooltip div:nth-of-type(2) {border-radius: 0.5rem;background-color: #444;color: #fff;bottom: 120px;min-height: 7rem;right: -50px;position: relative;padding: 4px 10px 5px 0;pointer-events: none;opacity: 0;
transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;width: 300px;font-size: 12px;text-align: left;line-height: 20px;}
.custom_hover_tooltip div:nth-of-type(2)::after {border-top: 1rem solid transparent;border-bottom: 1rem solid transparent;border-right: 1rem solid #444;top: 110px;content: "";height: 0;left: -0.8rem;position: absolute;transform: translateY(-50%);width: 0;}
.custom_hover_tooltip:hover div:nth-of-type(2) {opacity: 1;right: -30px;}
.custom_hover_tooltip ol{padding: 0 0 0 25px;}
.custom_hover_tooltip ol li{text-align: left; font-size: 12px; font-weight: 400;}
/*Tooltip End*/

.page_heading{border-bottom: solid 1px #ccc; padding-bottom: 10px; margin-bottom: 20px; font-weight: 600;}
.calendar_icon{background: url(/assets/images/calendar.png) no-repeat 97% 4px;}
.eye_password{color: #8B8B8B;font-size: 24px;position: absolute;right: 10px;top: 10px; z-index: 99;}


.react-datepicker__day--keyboard-selected:hover, .react-datepicker__month-text--keyboard-selected:hover, .react-datepicker__quarter-text--keyboard-selected:hover, .react-datepicker__year-text--keyboard-selected:hover {
  background-color: #fff!important;
}
.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected {
  background-color: #fff!important;
}

/*Wizard*/
#block_form {
  position: relative;
  margin: 0;
}
#block_form fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}
#block_form fieldset:not(:first-of-type) {
  display: none
}
.card {
  z-index: inherit;
  border: none;
  position: relative
}

#progressbar {
  margin: 0 0 15px 0;
  padding: 0;
  overflow: hidden;
  color: lightgrey
}
 #progressbar strong {
  color: #d1d1d1;
}
#progressbar .active, #progressbar .active strong {
  color: var(--green);
}
#progressbar .current, #progressbar .current strong {
  color: var(--orange);
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;  
  width: 7.10%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background:#d1d1d1;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 0
}
#progressbar li a{
  position: relative;
    z-index: 1;
}
#progressbar li.active span,
#progressbar li.active:after {
  background: var(--green)
}
#progressbar li.current span,
#progressbar li.current:after {
  background: var(--orange)
}
#progressbar li span {
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  padding: 2px;
  background:#d1d1d1;
  text-align: center;
}
.bold-text {
  font-weight: bold;
}
.form-select{
  padding: .375rem 1.25rem .375rem .75rem;
  background-position: right .1rem center;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Prevent dropdown options from extending beyond field width */
.form-select option {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  padding: 8px 12px !important;
  line-height: 1.4 !important;
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* Ensure dropdown list maintains field width */
.form-select:focus,
.form-select:active {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
@media print {
  body {
    font-size: 12pt;
  }
}

/*Asi Block Table*/
.block_c_table tr th, .block_c_table tr td{white-space: nowrap;}
.block_c_table tr th:nth-child(2),
.block_c_table tr td:nth-child(2){white-space: normal;}
.tableFixHead.asi_block_table{overflow: auto; max-height: calc(100vh - 600px);}

/* .date_picket_z_index{
  z-index: -1 !important;
} */
.card_white {
  border-radius: 15px;
  background: #FFF;
  padding: 15px;
}
.card_white:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}
.react-datepicker-popper select {
  height: 28px;
}
/* Print table */
@media print {
  table{width: 100%;}
  .table-responsive{
    overflow-x: hidden;
  }
  .card.mx-3 {
    margin-right: 0 ;
    margin-left: 0 ;
}
.container-fluid.py-3 {
  margin-right: 0 ;
  margin-left: 0 ;
}
  .card-body{
    padding-left: 0;
    padding-right: 0;
  }
  .table thead tr th, .table tbody tr td {
      padding: 0;
      font-size: 12px;
  }
}

@page :left {
  margin-left: 0;
}

@page :right {
  margin-right: 0;
}