body{
  background: var(--gray1);
  font-family: var(--font-family1);
}
label{
  color: var(--gray2);
}
.input_bx1:focus{
  outline: unset;
}

.Nav_list{
    z-index: 1;
}


.nav_header{
    height: 70px;
    position: relative;
}

.bg_overlay{
  background: url(../images/landing.jpg)no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 70px);
}

.bg_overlay_screen{
  height: calc(100vh - 70px);
}

.landing_overlay{background: linear-gradient(180deg, #DFE9F3 0%, #ffffffb8 100%);
}

.contact_us_logo{
  width: 80px;
  height: 80px;
}

.app_logo{
  max-width: 200px;
}


.avatar-xs{
  height: 2rem;
    width: 2rem;
}
.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #556ee6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}


 .content_section {    
  min-height: calc(100vh - 87px);
  font-family: var(--font-family3);
}
.px_headbar{
  min-height: 67px;
}
/* START CUSTOM TAB TYPE 01 */
.nav_tab_t1.nav-tabs{
  border-bottom: transparent;
}
.nav_tab_t1.nav-tabs .nav-item{
  border:unset;
  flex-grow: 1;
}
.nav_tab_t1.nav-tabs .nav-link{
  color: var(--gray2);
  font-weight: 700;    
  padding: 15px 20px 12px 20px;
  text-align: center;
  font-size: 14px;
}
.nav_tab_t1.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border-color:transparent;
  color: var(--mastercolor);
}
.nav_tab_t1.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: transparent;
  color: var(--mastercolor);
  border-bottom: 3px solid var(--mastercolor);
}
.nav_tab_t1.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover{
  border-color: transparent;
  color: var(--mastercolor);
  border-bottom: 3px solid var(--mastercolor);
}
/* END CUSTOM TAB TYPE 01 */
.nav_tab_t1.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: var(--white);
  background-color: var(--mastercolor);
}
.nav-link:focus, .nav-link:hover{
  color: var(--mastercolor);
}
.nav_tab_t1.nav-pills .nav-link {
  color: var(--gray2);
  font-weight: 600;
  border-radius: 2rem;
  padding: 0.4rem 1rem;
}


.tb_hide_search .dataTables_filter{
  display: none;
}
.tb_hide_info .dataTables_info{
  display: none;
}
.table_type01 table{
  padding: 0!important;
  padding-bottom: 5px!important;
  border: unset!important;
  border-radius: 5px!important;
}
.table_type01 table.dataTable th, .table_type01 table.dataTable td{
  vertical-align: middle;
}
.table_type01 table.dataTable thead th{
  border: unset;
  border-bottom: 2px solid var(--gray1);
  background-color: #f8f9fa;
  text-transform:none;
  font-size: 14px;
  padding:0.75rem 1rem 0.75rem 0.75rem;
}
.table_type01 table.dataTable thead th:first-child{
  border-top-left-radius: 5px !important;
}
.table_type01 table.dataTable thead th:last-child{
  border-top-right-radius: 5px !important;
}
.table_type01 table.dataTable tbody td{
  border: unset;
  padding: 0.75rem;
  font-size: 12px;
  border-bottom: 1px solid  var(--gray1);
}
.table_type01 table.dataTable tbody tr:last-child td{
  border-bottom: unset;
}
.table_type01 .dataTables_paginate{
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.table_type01 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .table_type01 .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .table_type01 .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  color: white !important;
  background: var(--mastercolor);
  border: 1px solid  var(--mastercolor);
  border-radius: 4px;
}
.table_type01 .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: var(--mastercolor);
  border: 1px solid  var(--mastercolor);
  opacity: 0.7;
}
.table_type01 table.dataTable tbody td a{
 color: var(--mastercolor);
}

.table_type01 .dataTables_wrapper .dataTables_paginate .paginate_button{
  line-height: 100%;
  padding: 5px 8px;
}
.form-control {
  padding: 9px 10px;
  /* color: var(--mastercolor); */
  background-color: #fff;
  border: 1px solid #dbe1ea;
  border-radius: 5px;
}
.form-control.invalid_field {
  border: 1px solid red;
}
.form-control::placeholder {
  color: #CEDAE7;
  font-weight: 300;
}
.form-control.invalid_field:focus {
  /* color: var(--mastercolor); */
  border-color: red;
  outline: 0;
  box-shadow: unset;
}
.form-control:focus {
  /* color: var(--mastercolor); */
  border-color: #bccbdd;
  outline: 0;
  box-shadow: unset;
}
 
.form_bx_stack label{
 margin-bottom: 5px;
}

.form_bx_inline{
  display: flex;
}
.form_bx_inline label{
  margin-bottom: 0;
  padding-top: 6px;
}
.form_bx_inline .data{
  margin-left: 5px;
}
.input_withicon{position: relative;}
.input_withicon .with_icon{
  padding-left: 30px;
}
.input_withicon .icn{
  position: absolute;
    left: 2px;
    top: 0;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select_dropdown .with_icon_end{
  padding-right: 30px;
}
.select_dropdown .icn_end{
  position: absolute;
  right: 2px;
  top: 2px;
}
.select2-container{
  z-index: 1055;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--mastercolor)!important;
  color: white;
}
.select2-container--open .select2-dropdown--below{
  border: unset;
  padding: 5px 0px;
  margin-top: 1px;
  box-shadow: 1px 1px 10px 2px rgb(204 204 204 / 36%);
}
.select2-results__option {
  border-top: 1px solid var(--gray1);
}
.select2-search--dropdown .select2-search__field:focus-within{
  outline: unset;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  border: 1px solid var(--gray)!important;
  border-radius: 3px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid var(--gray)!important;
}
.select2-container--default .select2-selection--multiple{
  border: 1px solid var(--gray)!important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  padding: 0 10px;
}
.select_bx1{
  position: relative;
}
.select_bx1 .select2-container{
  z-index: 1;
  width: 100% !important;
}
.select_bx1 .select2-container .select2-selection--single .select2-selection__rendered{
  line-height: 38px;
  text-overflow: unset;
}
.select_bx1.with_left_icon .select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 30px;
}
.select_bx1 .select2-container .select2-selection--single .select2-selection__rendered{
  padding-right: 30px;
  padding-left: 10px;
}
.select_bx1.select_master_line .select2-container .select2-selection--single .select2-selection__rendered{
  color: var(--mastercolor);
}
.select_bx1 .select2-container--default .select2-selection--single{
  border:unset;
  background-color: transparent;
  height: 39px;
}
.select_bx1.select_with_border .select2-container--default .select2-selection--single{
  border: 1px solid #dbe1ea;
}
.select_bx1.select_with_border.select_master_line .select2-container--default .select2-selection--single{
  border:1px solid var(--mastercolor)!important;
}

.select_bx1 .select2-container--default .select2-search--inline .select2-search__field{
  padding: 1px 12px;
}
.select_bx1 .select2-container--default .select2-selection--multiple .select2-selection__rendered{
  padding: 1px 12px;
}
.select_bx1 .select2-container .select2-selection--multiple{
  min-height: 36px;
}
.select_bx1 .left_icn{
  position: absolute;
  left: 2px;
  top: 2px;
}
.select_bx1 .right_icn{
  position: absolute;
  right: 2px;
  top: 6px;
  color: var(--gray2);
}
.select_bx1.select_master_line .right_icn{
  color: var(--mastercolor);
}
.select_bx1 .select2-container.select2-container--open + .right_icn{
  transform: rotate(180deg);
  color: var(--mastercolor);
}
.select_bx1 .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}



input[type="date"]{
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}



/* Month Picker */
.ui-widget-header .ui-icon{
  left: 5px;
    top: 5px;
    position: relative;
}
.ui-state-disabled{
  pointer-events: none;
}



.px_loader{
  z-index: 1056;
}
.px_loader_content {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
}
.px_loader_content div {
  position: absolute;
  border: 4px solid var(--mastercolor);
  opacity: 1;
  border-radius: 50%;
  animation: loader_anim 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.px_loader_content div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes loader_anim {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}



/* Boostrap validation */
.form-control.is-invalid, .was-validated .form-control:invalid{
  background-image: unset;
  border-color: var(--gray);
}
.form-control.is-valid, .was-validated .form-control:valid{
  background-image:unset;
  border:1px solid var(--gray)!important;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{
  -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: var(--gray);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus{
  -webkit-box-shadow: unset;
    box-shadow: unset;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked{
  background-color: var(--mastercolor);
}
.form-check-input.is-valid, .was-validated .form-check-input:valid{
  border-color: var(--gray);
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
  color: var(--gray2);
}
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus{
  -webkit-box-shadow: 0 0 0 0.15rem var(--mastercolor25p);
    box-shadow: 0 0 0 0.15rem var(--mastercolor25p);
}

.invalid-feedback_check{
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f46a6a;
}
.dp_prop{
  max-width: 65px;
}
.modal_responsive{
  height: calc(100vh - 110px);
  overflow-y: auto;
}
.radio_t1{
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
}
.radio_t1:checked ~ span{
  color: var(--mastercolor);
}






/* Start Layout style */
.layout__logo{width: 120px;}
.layout__bg{
  width: 100vw;
  height: 100vh;
}
.bg_curve {    
  position: fixed;
  left: -6rem;
  width: 120vw;
  top: 0;
  transform: rotate(180deg);
  height: 70vh;
}

.container_t1{
  width: 100%;
  max-width: 1134px;
  margin: auto;
}
.layout__main__box{
  height: calc(100vh - 115px);
}
.layout__main__box_2{
  height: calc(100vh - 71px);
}
.layout__main__box_3{
  height: calc(100vh - 115px);
}
.left__section{
  width: 420px;
 }
 .left__section_img_t1{
  max-height: 480px;
 }
 .right__section{
   width: calc(100% - 420px);
 }



/* End Layout style */


.height_s1 {
  height: calc(100vh - 193px);
}

.modal_img {
  height: calc(100vh - 130px);
}

.accordion-button:not(.collapsed){
  color: var(--mastercolor);
  background: var(--mastercolor2_d2);
}

.accordion-button::after{
  display: none;
}

.arrow{
  transition: all .3s ease;
}

.accordion-button:not(.collapsed) .arrow{
  transform: rotate(180deg);
} 

.nav_heading_text{
  font-size: 20px;
}

/* ----------- RESPONSIVE SECTIONS --------------- */
@media (max-width: 992px){
  
  .main-content {
      margin-left: 70px!important;
  }
  .no-sidebar .main-content {
    margin-left: 0px!important;
  }
  .height_s1 {
      min-height: calc(100vh - 200px);
  }
  
/* start Layout style */
  .container_t1{
      max-width: 760px;
  }

  .layout__main__box{
    height: calc(100vh - 115px);
  }

  .left__section{
    width: 350px;
   }
   .right__section{
     width: calc(100% - 350px);
   }

   /* end Layout style */
 
}
@media (max-width: 768px){

  .height_s1 {
    min-height: calc(100vh - 205px);
  }
  .bg_curve {
    left: -15vw;
    width: 165vw;
    height: 70vh;
    bottom: -10vh;
}

  .container_t1{
      max-width: 100%;
  }
  .left__section{
    width: 100%;
    display: none;
   }
   .right__section{
     width: 100%;
   }

   /* end Layout style */
}
@media (max-width: 550px){
   .otp_custom_fields input.form-control{
    width: 35px;
   }
   .nav_heading_text{
    font-size: 15px;
   }

   .app_logo{
    max-width: 100px;
   }

}


.landing_section{
  background-image: url("../images/landing.jpg");
  background-size: cover;
  background-position: center;
  }
  .landing_section::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background: linear-gradient(22deg, var(--mastercolor) 30%, var(--mastercolor2));
  background-size: 100% 100%;
  }



.ui-widget.ui-widget-content.ui-datepicker {
  border: 1px solid #ececec;
  box-shadow: 1px 3px 10px 0px rgb(0 0 0 / 10%);
}
.ui-datepicker .ui-widget-header {
  border: 1px solid var(--mastercolor);
  background: var(--mastercolor);
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  border-radius: 4px;
}
.ui-datepicker td span, .ui-datepicker td a{
  border-radius: 3px;
}
.ui-datepicker .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid var(--gray);
  background: var(--gray);
  text-align: center;
}
.ui-datepicker .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid var(--mastercolor);
  background: var(--mastercolor);
  color: #ffffff;
}
.ui-datepicker .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid var(--gray8);
  background: var(--gray8);
  font-weight: normal;
  color: #2b2b2b;
}
.ui-datepicker .state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid var(--mastercolor2);
  background: var(--mastercolor2);
  color: #fff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border:1px solid var(--mastercolor2);
  background:var(--mastercolor2);
  color: #fff;
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-datepicker-prev.ui-state-hover{
  border: unset;
    background: rgb(255 255 255 / 25%);
}
.ui-datepicker-next.ui-state-hover{
  border: unset;
    background: rgb(255 255 255 / 25%);
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
