/************************************* Icons ***************************************/
:root {
  --white: #fff;
}
@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.a3241f3dc631.eot");
  src: url("./fonts/icomoon.a3241f3dc631.eot") format("embedded-opentype"),
    url("./fonts/icomoon.907aa83b1393.ttf") format("truetype"),
    url("./fonts/icomoon.0fb37197c4f9.woff") format("woff"),
    url("./fonts/icomoon.0d79a27a0d10.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.green {color: rgb(76 217 100);}
.white {
  color: #fff;
}
.white-bg {
  background-color: #fff;
}
input[type].form-control2 {
  border: solid 1px #000 !important;
}
.px-50 {padding-left: 50px;padding-right: 50px;}
#loading_state {
  position: fixed !important;
  left: 0 !important;
}



.col-right-btn {
  flex-wrap: wrap;
  gap: 10px 20px;
}

.dataTables_wrapper .page-link:hover {

  color: #fff !important;
  border: 1px solid transparent !important;
  background: #ff5b2d;
  border-radius: 8px;
}
.dataTables_wrapper .page-link {
  color: #666;
  border-radius: 8px;
}

/* .main_loader_login {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  -moz-filter: blur(4px);
  -webkit-filter: blur(4px);
} */
#dtBasicExample_filter label::after {
    position: absolute;
    content: "\f002";
    font-family: FontAwesome;
    top: 10px;
    right: 15px;
    color: rgb(119, 119, 119);
    font-size: 20px;
}
#dtBasicExample_filter label {
  width: 260px;
}
.pannel-hospital-table #dtBasicExample_filter label {
  width: 280px;
}

.pannel-hospital-table input[type="search"],
.pannel-hospital-table #dtBasicExample_filter input {
  
  border-radius: 100px !important;
  padding-left: 20px !important;
  background: #eee !important;
}
.pannel-hospital-table .dataTables_wrapper .dataTables_filter {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -74px;
  margin-bottom: 15px;
  margin-right: 290px;
}
.pannel-hospital-table div.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#dtBasicExample_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  border-radius: 8px;
  border: solid 1px #ff5b2d !important;
  color: #ff5b2d !important;
}
.tab-pane {
  position: relative;
}
#loading_state {
  position: absolute;
  left: 0;
  display: flex;
  height: 100%;
  width: 100%;
  top: 0;
  justify-content: center;
  align-items: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.active:hover .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: none;
  background: #ff5b2d !important;
  border-radius: 8px;
  border: 1px solid transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background: none !important;border: 1px solid transparent !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.active .page-link,
.main-body-container .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: none;
  background: #ff5b2d !important;
  border-radius: 8px;
  height: 100%;
  border: 1px solid transparent !important;
}
i {
  cursor: pointer !important;
}

a {
  color: #ff5b2d;
}

a:hover {
  color: #53334a;
}

input.error,
select.error,
date.error {
  border: 1px red solid;
}

.breadcrumb li:nth-child(2)::before {
  content: " " !important;
}

.modal__dialog__fluctutation__body::-webkit-scrollbar {
  width: 8px;
  /* Set scrollbar width for Webkit browsers */
}

.modal__dialog__fluctutation__body::-webkit-scrollbar-thumb {
  background-color: #ff5b2d;
  /* Set thumb color for Webkit browsers */
}

.modal__dialog__fluctutation__body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  /* Set track color for Webkit browsers */
}

#gender-error,
#dependent_gender-error,
#relation-error {
  position: relative;
  top: 3px;
}

#dependent_relation-error {
  position: relative;
  top: 3px;
}

.show__hide__pass {
  position: absolute;
  right: 3%;
  top: 23%;
  font-size: 20px;
  cursor: pointer;
}

/* HASEEB */
.sub__item__sidebar {
  width: auto;
  position: relative;
  left: 30px;
  display: flex;
  align-items: center;
}

.sub__icon__sidebar {
  position: relative;
  left: -20px;
  display: inline-block;
  width: 20px;

}

.sub__item__sidebar span {
  display: inline-block;
  width: auto;
  padding: 0;
}

/* ipd__claims__screen */
.heading_top_ipd_claims {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

.top_note_ipd {
  background: rgba(255, 202, 40, 0.1);
  border-radius: 5px;
  padding: 10px;
}

.note_ipd_text {
  font-size: 11px;
  margin-top: 4px;
}

.note_edit_text {
  font-size: 10px;
  margin-top: 4px;
}
.note_review_text {
  font-size: 13px;
  /* margin-top: 4px; */
}
.exlaimationbg {
  background-color: #FFCA28;
  padding: 2px 9px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  color: #000;
  font-weight: bolder;
}

.exlaimation__ipd__reason__pushbar {
  background-color: rgb(214, 33, 33);
  color: #fff;
  padding: 2px 7px;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  font-weight: bolder;
  font-size: 12px;
}

.ipd_screen_first_two_rows {
  display: grid;
  grid-template-columns: 1fr 680px;
  grid-column-gap: 25px;
  grid-row-gap: 5px;
  grid-auto-rows: 1fr !important;
}

.info_i_icon_bg {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.5);
}

.info_i_icon_bg_small {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.f-manrope {
  font-family: 'Manrope';
}
.chart-box {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
}
.grpah_chart_box_wrapper_ipd {
  display: grid;
  grid-template-columns: 600px 2px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-auto-rows: 1fr !important;

  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  border-radius: 16px !important;
  font-family: 'Manrope';
}

/* vertical */
.barcontainer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 3vw;
  max-height: 13vw;
  min-width: 70%;
  max-width: 70%;
  z-index: 0;
  font-family: 'Manrope';
}

.barcontainerheader {
  display: inline;
  position: absolute;
  top: 10px;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: -1;
  font-family: 'Manrope';
}

.bar_vertical {
  position: absolute;
  display: inline-block;
  bottom: -66px;
  background: #D9D9D9;
  border-radius: 16px;
  width: 15%;
  text-align: center;
  color: #000;
  font-family: 'Manrope';
  /* transition: 0.2s; */
}

@media only screen and (min-width: 1500px) {
  .grpah_chart_box_wrapper_ipd {
    display: grid;
    grid-template-columns: 740px 2px 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-auto-rows: 1fr !important;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border-radius: 16px !important;
    font-family: 'Manrope';
  }

  .chart-wrap {
    max-width: 620px;
    min-width: 620px !important;
  }

  .bar_vertical {
    width: 8% !important;
  }
}

.bar_vertical:hover .bar_vertical_tooltip {
  visibility: visible;
}

.bar_vertical_tooltip {
  background-color: #000;
  padding: 10px;
  display: inline-block;
  width: 90px;
  height: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  top: 10px;
  left: -10px;
  padding: 5px;
  visibility: hidden;
  font-family: 'Manrope';
}

.bar_vertical:hover {
  background: #84898F;

}

.barlabel {
  position: absolute;
  bottom: -41px;
  left: -13px;
  width: 67px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-family: 'Manrope';
}

.bar_vertical:nth-child(2) {
  /* left: 5%; */
  transition: 1s 300ms;
}

.bar_vertical:nth-child(3) {
  left: 30%;
  transition: 1s 600ms;
}

.bar_vertical:nth-child(4) {
  left: 60%;
  transition: 1s 900ms;
}

.bar_vertical:nth-child(5) {
  left: 90%;
  transition: 1s 1200ms;
}


/* Bar Delays Animation Function */
/* Chart Styles */
.chart-wrap {
  max-width: 500px;
  min-width: 500px;
  margin: 0 auto;
  padding: 10px;
}

.chart-wrap .chart-title {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Manrope';

}

.chart-wrap .row {
  position: relative;
  height: 26px;
  margin-bottom: 15px;
  z-index: 0;
}

.chart-wrap .bar-wrap {
  position: relative;
  left: 78px;
  max-width: 230px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  border: #D9D9D9 solid 1px;
  border-radius: 16px;
  /* text-align: center; */
}

.chart-wrap .bar-wrap .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #D9D9D9;
  transition: all 8s;
  transform: translateX(0%);
  /* max-width: 220px; */
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  line-height: 30px;
  font-family: 'Manrope';
}

.chart-wrap .bar-wrap .bar.in {
  transform: translateX(0%);
}

.chart-wrap .row:nth-of-type(1) .bar {
  transition: 5s 400ms;
}

.chart-wrap .row:nth-of-type(2) .bar {
  transition: 1s 600ms;
}

.chart-wrap .row:nth-of-type(3) .bar {
  transition: 1s 800ms;
}

.chart-wrap .row:nth-of-type(4) .bar {
  transition: 1s 1000ms;
}

.chart-wrap .row:nth-of-type(5) .bar {
  transition: 1s 1200ms;
}

.chart-wrap .row:nth-of-type(6) .bar {
  transition: 1s 1400ms;
}

.chart-wrap .row:nth-of-type(7) .bar {
  transition: 1s 1600ms;
}

.chart-wrap .label {
  position: absolute;
  top: 6px;
  left: 0;
  width: 233px;
  /* padding-left: 10px; */
  text-align: left;
  font-size: 12px;
  /* line-height: 26px; */
  text-transform: uppercase;
  font-weight: bold;
  z-index: 10;
  font-family: 'Manrope';
}

.chart-wrap .number {
  position: absolute;
  top: 7px;
  right: -50px;
  width: 90px;
  padding-right: 10px;
  font-size: 12px;
  /* font-weight: bold; */
  text-align: left;
  z-index: 10;
  font-family: 'Manrope';
}

@media screen and (min-width: 800px) {
  .chart-wrap .row {
    padding: 0 40px 0 160px;
  }

  .chart-wrap .label {
    /* text-align: right; */
    padding-left: 0;
  }

  .chart-wrap .number {
    text-align: left;
    padding-right: 0;
  }
}


/* timeline */

.container_timeline {
  /* width: 200px; */
  width: 100%;
  height: 500px;
  margin: 0 auto;
  position: relative;
  /* margin-top: 10%; */
  box-shadow: 2px 5px 20px rgba(119, 119, 119, 0.5);
  color: #000 !important;
  font-family: 'Manrope';
}

.rightbox {
  height: 100%;
}

.rb-container {
  font-family: 'Manrope';
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  color: #000;
}

.rb-container ul.rb {
  margin: 0.5em 0;
  padding: 0;
  display: inline-block;
}

.rb-item {
  list-style: none;
  margin: auto;
  margin-left: 5px;
  min-height: 50px;
  border-left: 1px dashed #0000005a;
  padding: 0 0 20px 30px;
  position: relative;
  font-family: 'Manrope';
}

.rb-container ul.rb li:last-child {
  border-left: 0;
}

.time_status_text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

.time_stamp_timeline {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.ipd_tooltip_pushbar {
  width: 392px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 93, 46, 0.5);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  position: relative;
  left: -47px;
  top: -18px;
  z-index: 10;
  padding: 10px;
}

.current__timeline__li::before {
  border: 5px solid rgb(235, 163, 129) !important;
  background: #ff5b2d;
}

.reason__pushbar__ipd__rejection {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  align-items: center;
  color: #000000;
  line-height: 26px;
}

.rb-item::before {
  position: absolute;
  left: -10.5px;
  top: -1px;
  content: "";
  /* border: 8px solid rgb(158, 153, 153); */
  border-radius: 500%;
  background: #ff5b2d;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;
}

.rb-item.inactive::before {
  position: absolute;
  left: -10.5px;
  top: -1px;
  content: "";
  /* border: 8px solid rgb(158, 153, 153); */
  border-radius: 500%;
  background: #fff;
  border: #f1b0b7 1px solid;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;
  opacity: .8;
}

.rb-item.inactive .time_status_text,
.rb-item.inactive .timestamp,
.rb-item.inactive .item-title,
.rb-item.inactive::before {
  color: rgba(0, 0, 0, 0.3);
  opacity: .8;
}


.rb-item .timestamp {
  color: #000;
  position: relative;
  font-size: 12px;
  font-family: 'Manrope';
}

.item-title {
  color: #000;
  font-family: 'Manrope';
}

.container-3 {
  width: 5em;
  vertical-align: right;
  white-space: nowrap;
  position: absolute;
  font-family: 'Manrope';
}

/*  */

.first__ipd__graph__col__horizontal {
  display: grid;
  grid-template-columns: 600px 4px 1fr;
  gap: 10px;
  font-family: 'Manrope';

}


.invalid-claims-ipd,
.regretted-claims-ipd {
  background-color: #dc3545;
}

.claims-settled-ipd {
  background-color: #51bb25;
}

.claims-approved-ipd {
  background-color: #a927f9;
}

.claims-under-review-ipd {
  background: #f8d62b;
  color: black !important;
}

.claims-dipatch-ipd {
  background-color: #7366ff;
}

.claims-verification-failed-ipd {
  background-color: #d44b59;
}

.claims-varification-in-progress-ipd {
  background-color: #000;
  color: white !important;
}

.claims-varification-received-ipd {
  background-color: rgba(248, 214, 43, 0.2);
  color: black !important;
}

.comming-soon-table-tab {
  visibility: hidden;
  width: 130px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 5px 0;
  position: fixed;
  left: 15%;
  top: -55%;
  z-index: 1;
  font-size: small;
  font-family: 'Manrope';
  opacity: 0.5;
}


.nav_link_claims_prior_tab:hover .comming-soon-table-tab {
  visibility: visible;
  width: 130px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 5px 0;
  position: absolute;
  left: 15%;
  top: -55%;
  z-index: 1;
  font-size: small;
  font-family: 'Manrope';
}


/* ipd__claims__screen */

.error_msg {
  color: red;
  font-size: 14px;
  font-family: 'Manrope';
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  top: -10px;

}

/* opd pool screen table */
.table__opd__pool__screen {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-family: 'Manrope';
  
}

.table__opd__pool__screen th,
.table__opd__pool__screen td {
  border-bottom: none;
  padding: 15px 10px;
  text-align: left;
  font-family: 'Manrope';
}

.table__opd__pool__screen th {
  background-color: #f7f7f7;
  color:#030303;
  font-weight: bold;
  font-family: 'Manrope';

}

.table__head__opd__pool__screen>tr {
  border-radius: 20px !important;

}

.table__opd__pool__screen tr:hover {
  background-color: #eee;
}

/* opd pool screen table */


.nav-tabs {
  border: none !important;
}

.tabbable .nav-link {
  color: #51344a !important;
  font-size: 14px !important;
  font-family: 'Manrope' !important;

}

.tabbable .nav-link.active {
  border: none !important;
  border-bottom: rgb(255, 99, 71) solid 3px !important;
  border-radius: 3px;
  color: #ff5b2d !important;
}

.tabbable .nav-link.active:hover {
  border: none !important;
  border-bottom: rgb(255, 99, 71) solid 3px !important;
  border-radius: 3px;
  color: #ff5b2d !important;
}

.tabbable .nav-link:hover {
  border: none !important;

}

.tabbable .nav-tabs .nav-link {
  border: none;
}

/* History Screen  */
.history_top_icon_header {
  margin: auto 0;
}

.link_history_new_tab {
  font-size: 40px !important;
  color: #ff5b2d;
}

.vl {
  width: 100%;
  border-bottom: dashed 1px #788287;
  margin-bottom: 10px;
}

.hyperlink_history_name_icon {
  color: #ff5b2d;
  text-indent: 10px;
  font-size: 12px;
  position: relative;
  bottom: 3px;
}

.name_emp_history {
  margin-bottom: 0px;
  font-weight: 10 !important;
}

.modal__top__header__text__flatuation {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
}

.small_modall_header_text {
  font-size: 12px;
  font-weight: 700;
  color: #788287;
  position: relative;
  top: -1px;
}

.small_modall_header_text_date {
  font-size: 12px;
  font-weight: 700;
  color: #788287;
  position: relative;
  top: -1px;
}

.status_box_flactution_screen_progress {
  background-color: #ffc772;
}

.status_box_flactution_screen_dispatched {
  background-color: #279B1DE3;
}
.status_box_flactution_screen_rejected {
  background-color: red;
}

.tooltip_home_fluctution_sign {
  font-size: 14px;
  font-weight: bolder;
  border-radius: 50%;
  background-color: #788287;
  color: #fff;
  padding: 1px 6px;
}

.tooltip_flactutation_home {
  background: #fff;
  padding: 7px;
  position: absolute;
  top: -50px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-size: 11px;
  font-family: 'Manrope';
  visibility: hidden;
}

.status_box_flactution_screen {
  display: inline-block;
  min-width: 120px !important;
  font-family: 'Manrope';
  font-size: 11px;
  text-align: center;
  color: #fff;
  padding: 2px 12px;
  border-radius: 12px;
}

.status_th_home_flactutation_modal {
  width: 180px;
  /* margin: 0 auto; */
}

.tooltip_flactutation_container:hover .tooltip_flactutation_home {
  visibility: visible;
}

.f-inter {
  font-family: Inter;
}

.table_th_modal_home {
  color: #788287;
  font-family: 'Manrope';
}


.black_text_modal_home {
  color: #000;
  font-family: 'Manrope';
}

.search_icon_history_search {
  position: absolute;
  text-indent: 10px;
  margin-top: -23px;
  color: #788287;
}

.search_icon_home_page_fluctution_search {
  position: absolute;
  text-indent: 10px;
  margin-top: 17px;
  color: #788287;
}

.serach_emp_his_input {
  padding: 9px !important;
  font-size: 12px !important;
  border: #ff5b2d solid 1px !important;
  text-indent: 25px;
  width: 300px !important;
}

.row_border_bottom_history {
  padding-bottom: -20px;
}

.history_para_head {
  /* position: relative;
  bottom: -15px;
  left: -55px; */
  font-family: 'Manrope' !important;
}

/* History screen  <<<<  */

.small_text {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #788287 !important;
}

.w-30-percent {
  width: 45% !important;
}

.text-indent-10 {
  text-indent: 10px;
}

.icon_clock_grey {
  color: #788287;
}

.w-70-percent {
  width: 55% !important;
}

.multiple-employee-number {
  /* margin-bottom: 0px !important; */
  /* margin: 20px !important; */
}

.main-opd-flex {
  margin-bottom: 0px !important;
  margin: 0px !important;
}

.note-text-light {
  color: rgb(255, 99, 71);
}

.mt-neg21 {
  margin-top: -21px !important;
}

.policy-date-para,
.policy-date-p-life-para,
.policy-date-p-opd-para {
  color: rgb(255, 99, 71);
}

.btndelete {
  width: 20px !important;
  height: 20px !important;
}

input[name="emp_policy_end"] {
  padding: 8px !important;
}

.btn-filter {
  padding: 3px 5px 3px 5px !important;
}

.btn-filter {
  font-size: 16px !important;
}

.bold-p {
  font-size: 28px;
  font-weight: 900;
}

.confirm-multiple-del-empl-para {
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
}

.live-container>div {
  width: 55%;
}

.counter-of-selected-emp-modal,
.error-message-not-success {
  color: red;
  font-weight: 900;
}

.swal2-close {
  box-shadow: none !important;
  outline: none !important;
}

.btn-delete-employees-table-danger {
  font-size: 16px !important;
}

div.swal2-popup.swal2-toast .swal2-icon {
  grid-row: 1 !important;
}

button.swal2-confirm {
  background: #ff5b2d !important;
  color: #fff;
  outline: none !important;
  box-shadow: none !important;
}

.spinner {
  width: 54px;
  height: 54px;
  background: transparent;
  box-sizing: border-box;
  border-top: black solid 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 50%;
  animation: spin 0.6s ease-out infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.dependent-close-icons-modal {
  font-size: 30px !important;
  /* margin-top: -35px; */
  border-radius: 50% !important;
}

.pl {
  padding-left: 30px !important;
}

.view-emp-modal-btn-table {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 100;
  font-size: 14px;
  line-height: 14px;
  padding-left: 40px;
  color: #000000;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.dependtes-dark-show {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 100;
  font-size: 14px;
  line-height: 14px;
  padding: 0 12px;
  color: #ffffff;
}

.emp-table-dependents-count-strip {
  width: 280px;
  height: 25px;
  padding: 5px 6px;
  /* background: rgb(2,0,36); */
  background: linear-gradient(90deg,
      rgba(89, 48, 72, 1) 60%,
      rgba(217, 217, 217, 1) 36%,
      rgba(217, 217, 217, 1) 100%);
  border-radius: 80px;
  border: #593048 solid 1px;
}


.field-employe-table-select .form-select {
  /* height: fit-content !important; */
}

.label_multi_emp_select_feild {
  position: relative;
  margin-top: 10px;
}

.field-employe-table-select .form-select {
  margin-bottom: 0px;  
}

.field-employe-table-select .form-select {
  /* height: fit-content !important; */
}

.label_multi_emp_select_feild {
  position: relative;
  margin-top: 0px;
}

.field-employe-table-select .form-select {
  margin-bottom: 0px;  
}

.plan-field.table-employee-card-flex {
  flex-basis: 32%;
}
.opd-field.table-employee-card-flex {
  flex-basis: 51%;
}

.table-employee-card-flex {
  flex-basis: 25%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.table-row-ml {
  padding-left: 5px !important;
}

.light-greay-text-employe-table {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  /* line-height: 109px; */

  color: rgba(0, 0, 0, 0.5);
}

.table-employee-card {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 32px;
  padding-left: 15px;
  background-color: #fff;
  border: 1px;
  border-radius: 8px !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.first-table-employe-row {
  margin-top: -20px !important;
}

.table-employee-emp-name {
  margin-left: 8px !important;
}

.user-icon-small {
  font-size: 30px !important;
  color: #ff5c2e;
}

.orange-para-small-employee-table {
  color: #ff5c2e;
  font-size: 12px;
  font-weight: bold;
}

.my-auto-for-data-employe-table-top {
  margin-top: 24px !important;
  margin-bottom: 8px !important;
}

.guide-small-heading-bul {
  font-size: 12px !important;
  margin-top: 10px !important;
}

.text-justify-column-bulk-addition {
  text-align: justify !important;
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: justify !important;
}

.vertical-center {
  /* min-height: 100vh;      */
  min-height: 100%;
  display: grid !important;
  align-items: center !important;
}

.delete-dependedn-button-danger {
  color: red;
  background-color: #fff;
  border: 2px solid red;
  border-radius: 8px;
  padding: 6px 30px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}


/* Up and Down Arrows */
.row-flex>[class*="col-"] {
  display: table-cell !important;
}

.row-flex div:first-child[class*="col-"] {
  vertical-align: middle !important;
  text-align: center !important;
}

.row-flex {
  display: table !important;
}

.h-100 {
  height: 100% !important;
}

.small-guide-for-bulk-para {
  font-size: 10px !important;
}

.mleft {
  margin-left: 50px !important;
}

.m-btn {
  width: 230px !important;
}

.first-table-check-td {
  width: 50px !important;
}

.thead-empl th:after {
  content: "\25B2";
  color: #000 !important;
}

th:first-child::after {
  content: "" !important;
  color: #000 !important;
}

.review-depends-table th:after {
  content: "" !important;
  /* color: #000 !important */
}

.sortable th.descend:after {
  content: "\25B2";
  color: #000 !important;
}

.sortable th.ascend:after {
  content: "\25BC";
}

.done_btn_left_add_emp {
  text-align: end !important;
  color: #000 !important;
  margin-left: auto !important;
}

.upload_anchar-tag {
  text-decoration: none !important;
  color: #ff5c2e;
  background-color: #fff;
  border: 2px solid #ff5c2e;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.border-orange-solid {
  border: #ff5c2e solid;
}

/*  */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-csv-file {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer !important;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 90%;
  cursor: pointer !important;
}

/*  */
.uploads-btns-div {
  height: 100% !important;
  cursor: pointer;
}

.uploads-icon-csv {
  color: #ff5b2d;
  font-size: 70px !important;
  cursor: pointer !important;
}

.uploads-icon-csv-smalll {
  /* color: #ff5b2d; */
  font-size: 18px !important;
  cursor: pointer !important;
  margin-right: 10px;
}

.border-orange-solid-dashed {
  border: #d3d3d3 dashed;
}

.OR-text-larger {
  color: #788287 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.larger-two-btns {
  color: #ff5c2e;
  background-color: #fff;
  border: 2px solid #ff5c2e;
  border-radius: 8px;
  padding: 20px 40px;
  width: 340px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.after-employee-screen-two-btn {
  height: 70vh !important;
}

.mt-100 {
  margin-top: 100px;
}


.px-50 {
  padding: 0 90px;
}

.pr-50 {
  padding-right: 50px;
}

.px-20 {
  padding: 0 20px;
}

th,
td {
  /* white-space: nowrap !important; */
}

.card-headers>button:last-child {
  margin-left: auto !important;
}

.table-borderless td,
.table-borderless th {
  border: 0;
}

.add-family-btn-style {
  margin-left: auto;
  gap: 5px;
  display: flex;
}

.light-small-grey-text {
  color: #788287 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.border-right {
  border-right: 1px solid #b6b6b6 !important;
  /* text-align: center !important; */
  width: 25%;
}

.f-50 {
  font-size: 60px !important;
}
.f-60 {
  font-size: 60px !important;
}
.f-30 {
  font-size: 30px !important;
}
.f-24 {
  font-size: 24px !important;
  line-height: 1.3;
}

.text-less-bold {
  font-family: "Manrope";
  font-size: 40px !important;
  line-height: 55px !important;
  color: #53334a !important;
}

.view-full-screen-i {
  padding-left: 16px;
  vertical-align: middle;
}

.a-health-plan-screen-orange {
  color: #ff5b2d !important;
}

.light-grey-text-small {
  color: #788287 !important;
}

.text-more-bold {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  font-size: 40px;
  line-height: 55px;
  color: #53334a;
}

.orange-iconss {
  color: #ff5b2d;
  margin-top: 4px;
  /* font-size: 40px; */
}

/* .hospital-top-icon {
  font-size: 40px !important;
} */

.delete-btn-on-employees {
  font-size: 15px !important;
}

.f-15 {
  font-size: 15px;
}

.dp-inline-block {
  display: inline-block;
}

.w-20 {
  width: 20% !important;
}

.fa-mobile {
  color: #ff5b2d;
  font-size: 18px !important;
}

.vertical-orange-stripe {
  width: 4px;
  height: 30px;
  background-color: #ff5b2d;
  border: 1px solid #ff5b2d;
  border-radius: 8px;
  margin-right: 8px;
}

.main-card-heading-purple {
  color: #53334a;
  line-height: 32.78px;
}

.claims-card-second-font {
  color: #53334a;
  line-height: 32.78px;
  font-size: 12px
}

.small-orange-icon {
  color: #ff5b2d;
  font-size: 15px;
  margin-right: 5px;
  /* margin-bottom: 6px; */
}

.light-yellow-icon {
  color: #ffc772;
  font-size: 36px;
}

.light-yellow-icon-arrow {
  color: #ffc772;
  font-size: 22px;
  margin-left: 32px;
  /* margin-top:22px; */
}

.light-pinkish-icon {
  color: #f8b1ab;
  font-size: 36px;
}

.light-pinkish-icon-arrow {
  color: #f8b1ab;
  font-size: 22px;
  margin-left: 32px;
}

.light-purple-icon {
  color: #787294;
  font-size: 36px;
}

.light-purple-icon-arrow {
  color: #787294;
  font-size: 22px;
  margin-left: 32px;
  /* margin-top:22px; */
}

.light-orange-card {
  background: #FFF3F4 !important;
  border-spacing: 8 !important;
}

.delete_emp_btn_emp {
  margin-left: auto;
  gap: 12px;
  display: flex;
}

.dark-orange-icon {
  color: #ff5b2d;
}

.icon_added_employee,
.hospital-top-icon,
.multiple_emp_header_list_icon,
.employees_table_list_header_icon,
.health_plan_header_icon,
.life_plan_header_icon,
.day_care_header_icon,
.special_invest_header_icon,
.add_employe_btn_home_icon,
.add_employe_btn_header_icon,
.fa_history_icon,
.icon-add-employee {
  color: #ff5b2d;
  font-size: 36px;
}

.color-orange {
  color: #ff5b2d;
}

.orange-icon-50 {
  color: #ff5b2d !important;
  font-size: 40px !important;
}

.orange-icon-25 {
  color: #ff5b2d !important;
  font-size: 25px !important;
}

.dark-orange-icon-arrow {
  color: #ff5b2d;
  font-size: 22px;
  /* margin-left: 32px; */
}

#preview_fields div:nth-child(11),
#preview_fields div:nth-child(12) {
  display: none !important;
  border: none !important;
}

.mrl-auto {
  margin-left: auto;
}

.field-opd-col .single-emp-inputs, 
.field-opd-col .form-control {
    flex: 1;
}
.employee-input-feilds .field .employee-dep-fields label {margin-bottom: 0;}
.employee-input-feilds .field label.error {
  margin-bottom: 0;
  margin-top: 6px;}
  .employee-input-feilds .form-group.city #city-error {
    position: absolute;
    bottom: -13px;
    z-index: 1;
  }
  .opd-pool-limit-value {}
  
.employee-input-feilds .field {
  position: relative;
}
.employee-input-feilds {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.settings-input-feilds {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.mt__neg {
  position: relative;
  top: -10px;
}

@media screen and (max-width: 1300px) {
  .light-purple-icon-small {
    margin-top: 20px;
  }

  .text-more-bold {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 100;
    font-size: 25px !important;
    line-height: 70px;
    color: #53334a;
  }
}



.preview-dependents-all {
  margin-top: 40px;
  float: right;
  width: 100%;
}

input.error,
select.error,
date.error {
  border: 1px red solid;
}

label.error {
  color: rgb(226, 41, 41);
  font-size: 12px;
  font-weight: 400 !important;
  font-family: 'Inter';
}


#opd-feild-main {
  position: relative;
}

#opd_pool-error {
  position: absolute;
  top: 80px;
}

#opd-pool-limit-value-error {
  position: absolute;
  top: 80px;
}

.dependents-box {
  margin-top: 50px;
  border-top: 2px dashed #ff5c2e;
}

.AddFamily_Member {
  margin-left: auto;
  gap: 12px;
  display: flex;
}

.add-dependent-modal-first-ip {
  border-top: 1px solid black;
  padding-top: 8px;
}

.home_insights_and_account_det_wrapper {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-columns: 1fr; */
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 5px;
}

.home_name_acc_det_para {
  font-size: 13px;
  font-weight: 500;
  font-family: 'Manrope';
}

@media screen and (min-width: 1450px) {
  .home_name_acc_det_para {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Manrope';
  }
}

.total_app_reg_head {
  font-size: 13px;
  font-weight: 500;
  font-family: 'Manrope';
  color: #788287;
}

.short_last_30_para {
  font-size: 9px;
  font-weight: 100;
  font-family: 'Manrope';
  color: #788287;
}

.view_button_insights_box {
  width: 50px;
  padding: 0 !important;
  font-size: 11px !important;
}

/* HASEEB */

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down:before {
  content: "\e900";
}

.icon-caret-right:before {
  content: "\e901";
}

.icon-caret-left:before {
  content: "\e902";
}

.icon-caret-up:before {
  content: "\e903";
}

.icon-caret-down:before {
  content: "\e904";
}

.icon-active:before {
  content: "\e905";
}

.icon-add-employee:before {
  content: "\e906";
}

.icon-claims:before {
  content: "\e907";
}

.icon-daycare:before {
  content: "\e908";
}

.icon-edit:before {
  content: "\e909";
}

.icon-envelope:before {
  content: "\e90a";
}

.icon-health:before {
  content: "\e90b";
}

.icon-help:before {
  content: "\e90c";
}

.icon-history:before {
  content: "\e90d";
}

.icon-home:before {
  content: "\e90e";
}

.icon-investigation:before {
  content: "\e90f";
}

.icon-left-arrow-circle:before {
  content: "\e910";
}

.icon-life-insurance:before {
  content: "\e911";
}

.icon-logout:before {
  content: "\e912";
}

.icon-phone:before {
  content: "\e913";
}

.icon-profile:before {
  content: "\e914";
}

.icon-right-arrow:before {
  content: "\e915";
}

.icon-left-arrow:before {
  content: "\e915";
}

.icon-search:before {
  content: "\e916";
}

.icon-settings:before {
  content: "\e917";
}
.icon-cloud-download:before {
  content: "\e0bb";
}

.icon-users-detail:before {
  content: "\e918";
}

.icon-left-arrow:before {
  content: "\ea40";
}

/************************************* Fonts ***************************************/
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-SemiBold.abee519cd80b.eot");
  src: url("./fonts/Inter-SemiBold.abee519cd80b.eot") format("embedded-opentype"),
    url("./fonts/Inter-SemiBold.920533ddd1d6.woff2") format("woff2"),
    url("./fonts/Inter-SemiBold.0b0032825214.woff") format("woff"),
    url("./fonts/Inter-SemiBold.7b01cb04f638.ttf") format("truetype"),
    url("./fonts/Inter-SemiBold.61f3545e6904.svg") format("svg");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-ExtraBold.d1958187bf5b.eot");
  src: url("./fonts/Manrope-ExtraBold.d1958187bf5b.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Manrope-ExtraBold.0b1431f3f4a2.woff2") format("woff2"),
    url("./fonts/Manrope-ExtraBold.44de4a0ebce5.woff") format("woff"),
    url("./fonts/Manrope-ExtraBold.422a617a9db6.ttf") format("truetype"),
    url("./fonts/Manrope-ExtraBold.f4bd10e06cd4.svg#Manrope-ExtraBold") format("svg");
  font-weight: 100 900;
  font-display: swap;
}

/********************************************************  Reset  **************************************************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

html,
body,
div,
span,
object,
iframe,

blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
input,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  border: 0;
  margin: 0;
  padding: 0;
}

img,
fieldset,
abbr,
acronym {
  border: 0;
}

article,
aside,
figure,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  display: block;
}

figure img {
  display: block;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/******************************* Global *******************************************/

body {
  font-family: "Manrope", sans-serif;
  color: #000000ff;
  background: #fff;
}

.body {
  padding: 32px;
}

body .body.home-body {
  background: #f2f6f7;
}

.body {
  margin-left: 225px;
  margin-top: 60px;
  width: 85%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif !important;
  /* margin-bottom: 4px; */
}

/* .table {
  width: 75vw !important
 
} */

h1,
.h1 {
  font-size: 40px;
  font-weight: 700;
}

.h2,
h2 {
  font-size: 32px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 20px;
}

.h5,
h5 {
  font-size: 16px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

a {
  text-decoration: none !important;
}

a.link-primary {
  text-decoration: none;
  color: #ff5c2e !important;
}

a.link-primary:hover {
  color: #ff5c2e;
}

/* @media screen and (max-width: 1580px) { */
/* .table {
   table-layout: fixed;
   margin: 0 auto !important;
   border-collapse: collapse !important; */
/* width: 100vw !important */
/* } */
/* td {
    width: 20.5% !important;
  } */
/* } */
hr {
  background-color: #53334a;
  margin: 26px 0;
}

hr.hr-dashed {
  margin: 32px 0;
  border: 1px dashed #53334a;
}

.card {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 32px;
  background-color: #fff;
  /* border: 1px; */
  border-radius: 16px !important;
  /* box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.card-less-paid {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #fff;
  border: 1px;
  margin-bottom: 20px;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.card-less-paid-small {
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
  /* padding: 10px; */
  background-color: #fff;
  border: 1px;
  margin-bottom: 20px;
  border-radius: 16px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.1);
  display: table-cell;
  padding-left: 30px;
  padding-right: 11px;
}

.card-blue {
  display: block;
  /* position: relative;
  top: 0px; */
  width: 100%;
  height: auto;
  /* padding-top: 10px; */
  padding: 32px;
  background-color: #f2f6f7;
  border: 1px;
  border-radius: 16px;
  box-shadow: 1px 1px 8px 0px #0000001a;
}

.card-headers {
  display: flex;
  gap: 22px;
  align-items: center !important;
  margin-bottom: 32px;
  color: #121212;
  /* margin-top: 100px; */
}

/********************************************** Form elements ***********************************************/
label {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.checkbox label,
.radio label {
  text-transform: none;
  font-size: 16px;
  width: auto;
  padding: 3px 0 0;
  max-width: 85%;
  font-weight: 700;
}

label span {
  text-transform: none;
}

input,
textarea {
  outline: none;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#dtBasicExample_filter input,
#dtBasicExample_length select {
  border: 1px solid #ced4da !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  text-align: center;
}

/* input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
} */

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ff3c00;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}


.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: relative;
  display: block;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  top: 10px;
  right: 15px;
  font-size: 15px;
  color: #343940;
}
.select2-container--default .select2-selection--single {
  background-color: #f2f6f7 !important;
  height: 50px;
  margin-bottom: 0 !important;
}
input[type="search"],
input[type="email"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
select,
select.form-select,
textarea, 
.select2-container--default .select2-selection--single
 {
  display: block;
  padding: 10px 16px;
  width: 100%;
  /* border: 1px solid;/ */
  border: none !important;
  border-radius: 8px !important;
  background-color: #f2f6f7;
  margin-bottom: 0;
  outline: none !important;
  box-shadow: none !important;
}

.single-emp-inputs {
  margin-bottom: 24px !important;
}

.policy-date-para,
.policy-date-p-life-para {
  
}

input[type="search"] {
  -webkit-appearance: textfield;
  padding: 10px !important;
}

.form-select, .form-control {
  background-color: #f2f6f7 !important;
  height: 50px;
}

/* */
input[type="search"]:active,
input[type="email"]:active,
input[type="text"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="tel"]:active,
input[type="url"]:active,
input[type="date"]:active,
select:active,
textarea:active {
  border: 1px #ff5b2d solid !important;
  outline: none !important;
}

input[type="search"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  border: 1px #ff5b2d solid !important;
  outline: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
  height: 125px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus,
div.selector.active,
div.selector.focus,
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active,
input.uniform-input.focus,
select.uniform-multiselect.focus,
textarea.uniform.focus {
  border-color: #f2f6f7;
}

/* modal number */
#hrNpsFeedbackPopup.modal {}

#hrNpsFeedbackPopup.modal .modal-dialog {width: 100%;
  display: flex !important; align-items: flex-end;width: 100%;
  padding-bottom: 5rem;
  height: 100%;
}

.btn-white:hover,
.btn-white.active,
.btn-white:active,
.btn-white:focus {
  background-color: #F44336;
  border: 2px solid #ff5c2e;
  color: #fff;
}
.btn-white {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.btn-secondary:hover, .button-secondary:hover {
  color: #fff;
  background-color: #ff5c2e;
  border: 2px solid #ff5c2e;
}
.btn-secondary, .button-secondary {
  color: #ff5c2e;
  background-color: #fff;
  border: 2px solid #ff5c2e;
  border-radius: 8px;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}

button.button-secondary:hover {
  color: #fff !important;
  background-color: #ff5c2e !important;
}

.button-danger-modal-delete-preview {
  color: red;
  background-color: #fff;
  border: 2px solid red;
  border-radius: 8px;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.button-danger-modal-delete-preview:hover {
  color: #fff;
  background-color: red;
}

.button-danger {
  color: red;
  background-color: #fff;
  border: 2px solid red;
  border-radius: 8px;
  padding: 8px 30px;
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
}

.button-danger-employee {
  color: red;
  background-color: #fff;
  border: 2px solid red;
  border-radius: 8px;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.button-danger-employee:hover {
  color: #fff;
  background-color: red;
}

button.button-danger:hover {
  color: #fff;
  background-color: red;
}


.button-detail {
  color: #ff5c2e;
  background-color: #fff;
  border: 2px solid #ff5c2e;
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  width: 80px;
}

.button-detail-small {
  color: #ff5c2e;
  background-color: #fff;
  border: 2px solid #ff5c2e;
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  width: 60px;
}

button.button-detail:hover {
  color: #fff;
  background-color: #ff5c2e;
}

.button-detail-small:hover {
  color: #fff;
  background-color: #ff5c2e;
}

p {
      margin-bottom: 0px !important;
      line-height: 1.7;
}
.bottom-spacing {
  margin-bottom: 32px;
}

/* Table */

/********************** Tabs **************************/
.nav-pills {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.nav-pills .nav-link {
  color: #8f8f8f;
  background: #f7f8fa;
  border-radius: 100px;
  padding: 14px, 32px, 14px, 32px !important;
  height: 48px;
  font-weight: 400;
}

.nav-pills .nav-link.active {
  color: #ff5b2d;
  background-color: #feefec;
  border: 3px solid #ff5b2d;
  padding: 14px, 32px, 14px, 32px !important;
  min-width: 85px;
}

.btn-secondary.active, .button-secondary.active {
  color: #feefec !important;
  background-color: #ff5b2d !important;
  padding: 14px, 32px, 14px, 32px !important;
  min-width: 85px;
}
.bold {font-weight: 600;}

/*********************************
          Header
**********************************/

/* select2 */
.main-body .main-body-container.bar-active { 
  padding-top: 150px;
}
.main-body-container {padding: 90px 40px 40px;width: 100%;}

@media only screen and (max-width:1100px) {
  .main-body .main-body-container {
    padding: 70px 40px 0 100px;
  }
}

header .header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.home-header .header {
    background: #f2f6f7;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  }
  
/* notification  */

.notification-top-bar {
  z-index: 2;
  width: 100%;
}
.notification-top-bar p {
  line-height: 1.5;
  font-size: 14px;
}
.notification-top-bar p a {
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #EE5830;
  color: white !important;
  text-decoration: none;
}



/* notif end*/
header .header .main-header {
  height: 60px;
  width: 100%;
  padding: 32px;
  background: #ffff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}


.back {
  height: 20px;
  padding: 8px;
  background: #ffff;
  box-shadow: 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.navbar {
  overflow: hidden;
  color: #53334a;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #53334a;
  text-align: center;
  text-decoration: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  font-size: 16px;
  background-color: inherit;
  color: #53334a;
  padding: 16px;
  font-size: 16px;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  margin: 0;
  cursor: pointer;
}


.dropdown-content {
  padding: 10px 15px 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
  border: 0px;
  display: none;
  position: absolute;
  right: 0px;
  min-width: 100px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Position at the top right corner */
.container-arrow-tr {
  position: absolute;
  right: 40px;
  top: 0px;
  border-radius: 4px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translate(50%, -50%) rotate(45deg);
}

.dropdown-content a  .icon {
  width: 30px;
}
.dropdown-content a:last-child {
  border-top: solid 4px rgb(194, 194, 194) !important;
}
.dropdown-content a {
  float: none;
  padding: 12px 0 ;
  color: #51344a !important;
  font-size: 16x;
  text-decoration: none;
  display: flex;
  /* flex-direction: row; */
  justify-content: left;
  align-items: center;
  text-align: left;
  gap: 12px;
}

.dropdown-content a i {
  color: black;
  font-size: 18px;
}

/*********************************
          Sidebar
**********************************/

.sidebar.sidebar-bar-active {
  padding-top: 140px;
}
.sidebar {
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  padding-top: 80px;
  font-family: "Manrope", sans-serif;
  width: 260px;
  height: 100vh;
  box-shadow: 0px 5px 8px 0px #0000001a;
}

nav ul {
  height: 100%;
  width: 100%;
  list-style: none;
  padding-top: 0;
  padding-left: 5px;
}

nav ul li {
  padding: 15px 0px 15px 0px;
}

nav ul li a img.icon {
  width: 23px;
  filter: grayscale(100%);
  opacity: 0.6;
}

nav ul li a {
  position: relative;
  color: #000 !important;
  text-decoration: none;
  font-size: 18px;
  padding-left: 10px;
  font-weight: 100;
  display: flex;
  align-items: center;
  width: 100%;
  border-right: 8px solid transparent;
  border-radius: 4px 0px 0px 4px;
}

nav ul li a span {
  padding-left: 16px;
}


nav ul li a svg {
  width: 24px;
}
nav ul li.active a svg path  {
  fill: #ff5b2d !important;
}
nav ul li.active a {
  color: #ff5b2d !important;
  border-right-color: #ff5b2d;
}


nav ul li.active a img {
  filter: grayscale(0%);
  opacity: 1;
}
nav ul li a .icon img {
  width: 30px;
}

nav ul li a .icon {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav ul li.active .icon img {
  filter: brightness(0) invert(1);
}
nav ul li.active .icon {
  border: solid red 4px;
  background-color: #ff5b2d;
  border-radius: 8px;
}

nav ul li.active a span {
  color: #ff5b2d;
}

.item {
  position: relative;
  cursor: pointer;
}

.item i {
  margin-right: 15px;
}

.sub-menu i {
  margin: 0;
}

.sub-menu span {
  text-align: left;
}

.item a .dropdown_sidebar {
  position: absolute;
  top: 13px;
  right: 5px;
  transition: 0.3s ease;
}

.item .sub-menu {
  display: none;
}
.sub-menu {
  padding: 10px 0;
}
.sub-menu .sub__item__sidebar {
  font-size: 15px;
  padding: 12px 20px;
  text-align: center;
}

.rotate {
  transform: rotate(90deg);
}



.claim__sidebar__span {
  border-right-color: #ff5b2d;
}

/*********************************
          Breadcrumb
**********************************/
.breadcrumb {
  margin-bottom: 32px;
}

.breadcrumb-nav {
  margin-top: 0px;
  display: flex;
  position: relative;
  align-items: baseline;
}

.breadcrumb a {
  color: #53334a;
}

.breadcrumb .breadcrumb-item.active {
  color: #53334a;
}

.breadcrumb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f7f8fa;
  width: 40px;
  height: 40px;
  border: 1px solid #f7f8fa;
  border-radius: 50px;
  margin-right: 16px;
  margin-top: 0px;
}

.breadcrumb .breadcrumb-icon i {
  color: #53334a;
  font-size: 18px;
}

/*********************************
          Auth / Login page
**********************************/
.auth-left-section {
  width: 450px;
  height: 100vh;
  background-color: #f2f6f7;
  padding: 32px 16px 32px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.auth.left-section .auth-left-description h2 {
  color: #51344a !important;
  font-weight: 700;
  line-height: 43px;
  font-family: "Manrope", sans-serif;
  margin-top: 24px;
}

.auth-right-section {
  padding: 88px 64px;
  background-color: #fff;
  width: 100%;
  flex-direction: column;
}

.auth-right-section .auth-right-heading {
  margin-bottom: 64px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  color: #51344a;
}

.auth-right-section p {
  color: #bfbdc7;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 29px;
}

/*********************************
          Home Page
**********************************/
.home-body>.card {
  margin-bottom: 4px;
}

/* insurance detail card */
.details {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: center;
  gap: 20px;
}

.insurance-details,
.manager-details {
  flex-basis: 25%;
  border-right: 1px solid #b6b6b6;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-card-home-dashboards {
  display: none !important;
}

/* @media screen and (max-width: 1570px) {
  .card-less-paid-small {
    max-width: 100%;
    min-width: 200px;
  }
} */

.dep-card {
  width: 85%;
  margin: 0px auto;
  display: table;
  margin-top: -25px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .home-footer-cards {
    display: none !important;
  }

  .employees-table-big-head {
    font-size: 35px !important;
  }

  .mobile-card-home-dashboards {
    display: inline-flex !important;
  }

  .h3,
  h3,
  h4 {
    font-size: 18px !important;
  }

  .light-small-grey-text {
    font-size: 14px !important;
  }

  .border-right-purpel {
    /* border: none !important; */
    /* margin: auto 0; */
  }

  .h5,
  h5 {
    font-size: 15px !important;
  }

  .bold-big-heading-plan {
    font-size: 24px !important;
  }
}

.vr {
  width: 4px;
  height: 1px;
  background-color: #000;
  opacity: .25;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

.home_mid_box_item:before {
  content: '|';
  color: #bebebe;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0 auto;
  width: 200px;
}

.insight_home_wrapper {
  display: flex;
  justify-content: space-between;
  /* width: 300px; */
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.percent_div {
  background-color: #cf6c50c9;
  width: 50px;
  height: 20px;
  border-radius: 35%;
  color: #fff;
  text-align: center;
  padding-bottom: 22px;
}

.percent_div_second_col {
  background-color: #cf6b5086;
  width: 38px;
  height: 18px;
  border-radius: 20px;
  color: #000;
  text-align: center;
  padding: 0px 5px;
  font-size: 13px;
}

/* @media screen and (max-width: 1200px) {
  .card-less-paid-small {
    max-width: 100%;
    min-width: 100px;
    padding: 20px;
  }
} */

.text-justify {
  text-align: justify;
}

.border-right-purpel {
  border-right: 1px solid #53334a;
}

.manager-details.manager-details.numbers:last-child {
  border-right: none;
}

.insurance-details.numbers,
.manager-details.numbers {
  border-right: 1px solid #b6b6b6;
  /* height: 28px; */
  /* padding: 24px 24px 24px 0px; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.quick_insights_card {
  /* width: 500px; */
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.insurance-details p {
  color: #788287;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.insurance-details h3 {
  color: #53334a;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-right: 8px;
}

/* Manager details card */
.manager-details h3 {
  font-weight: 400;
}

/* home page footer cards */
.home-footer-cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  width: 100%;
}

.action-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 35%;
}

.action-cards h3 {
  color: #121212;
  font-family: "Manrope", sans-serif;
  line-height: 25px;
}

/*********************************
      Employee Profile Page
**********************************/
.employee-profile-card h5 {
  color: grey;
}

.employee-profile-card h3 {
  color: #121212;
}

.employee-profile-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  gap: 20px;
}

.employee-profile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-bottom: 1px dashed #53334a;
  padding: 32px 0px 32px 0px;
  text-align: start;
}

.employee-profile:last-child {
  border: none;
}

.employee-profile .items {
  border-right: 1px dashed #53334a;
  padding-right: 50px;
}

.employee-profile .items:last-child {
  border-right: none;
}

.edit-history-list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px dashed #53334a;
  padding-bottom: 14px;
  margin-bottom: 28px;
  text-align: left;
}

.edit-history-list li {
  font-size: 20px;
  color: #8d9398;
  font-weight: 600;
  text-align: left;
}

.edit-history-list li span {
  font-size: 20px;
  color: #121212;
  font-weight: 600;
}

.hover-message {
  visibility: hidden;
  width: 200px;
  background-color: lightgray;
  color: red;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  font-size: small;
}

.cnic-hover-message {
  visibility: hidden;
  width: 320px;
  background-color: lightgray;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  font-size: small;
}


.date-detail:hover+.hover-message {
  visibility: visible;
}

.setting-email:hover .hover-message {
  visibility: visible;
}

.cnic_error_hover:hover .cnic-hover-message {
  visibility: visible;
}

.date-detail {
  position: relative;
  display: inline-block;
}

/*********************************
      Your Health Plans Page
**********************************/

.health-plans-card .card-col p {
  font-size: 14px;
}
.health-plans-card .card-col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.health-plans-card {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}



.badge {
  padding: 0.45em 0.75em 0.55em;
}
.badge.badge-active {background-color: #07a322 !important;}
.health-plans-card .card .card-content{
  gap: 8px;
}


.card {box-shadow: 0 3px 10px rgb(0 0 0 / 0.15);
  border: none;
}
.health-plans-card .card-col.deactive .card  > a,
.health-plans-card .card-col.deactive .card  .label-active,
.health-plans-card .card-col.deactive .card .card-content h2,
.health-plans-card .card-col.deactive .card .card-content p {
  display: none;
}
.health-plans-card .card-col.deactive .btn {
  display: block !important;
}
.health-plans-card .card-col.deactive .card .card-icon { background-color: #c2c2c2;}
.health-plans-card .card-col.deactive .card .card-icon svg { fill: rgb(229, 231, 235) !important;}
.health-plans-card .card-col.deactive .card {

  background-color: rgb(244, 243, 243);
}
.health-plans-card .card-col .card i.fa {
  font-size: 32px;
}
.health-plans-card .card-col.deactive .card .card-content h3 ,
.health-plans-card .card-col.deactive .card .card-content p ,
.health-plans-card .card-col.deactive .card .card-content h2 {
  color: #788287ff;
}
.health-plans-card .card.sm {
  min-height: 200px;
  gap: 15px;
  padding: 20px 20px !important;
}
.health-plans-card .card {
  height: 100%;
  display: flex;
  gap: 22px;
  /* justify-content: center; */
  border-radius: 8px;
}

.health-plans-card .card i {
  color: #ff5b2d;
  font-size: 40px;
}

.health-plans-card .card .icon-img {
  width: 50px;
  height: auto;
}
.health-plans-card .card h3 {
  font-weight: 500;
  font-size: 22px;
}
.health-plans-card .card.sm .light-grey-text-small {
  min-height: 50px;
  line-height: 1.5;
}

/* 
  Home/Your Health Plans/Life Insurance page 
*/

.life-insurance-list {
  position: relative;
}

.life-insurance-list ul {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.life-insurance-list li {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px dashed #53334a;
  margin-bottom: 32px;
}

.life-insurance-list li:last-child {
  border: none;
  margin-bottom: 0px;
}

.life-insurance-list .life-insurance-type {
  color: #788287;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.life-insurance-list .life-insurance-status {
  color: #121212;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

/* 
  Home/Your Health Plans/Special Investigation
*/

.Special-investigation {
  position: relative;
}

/* 
  Home/Your Health Plans/Health Insurance
*/
.health-insurance-plans {
  border-right: 1px solid #53334a;
  height: 120px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
}

.health-insurance-plans span {
  display: flex;
  font-size: 40px;
  align-items: baseline;
}

.health-insurance-plans p {
  color: #788287;
}

/* Home/Your Health Plans/Health Insurance Plan Details */

.health-insurance-list {
  position: relative;
  margin-bottom: 32px;
}

.health-insurance-list ul {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.health-insurance-list li {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px dashed #53334a;
  margin-bottom: 32px;
}

.health-insurance-list li:last-child {
  border: none;
  margin-bottom: 0px;
}

.health-insurance-list .health-insurance-type {
  color: #788287;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.health-insurance-list .life-insurance-status {
  color: #121212;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

/*********************************
      Active Employees Table page
**********************************/

/**
  FROM BOOTSTRAP
*/
.form-select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  /* background-color: #fff; */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  cursor: default;
  opacity: 0.5;
} */

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

/* .fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.modal {
  --bs-modal-zindex: 99999;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;

}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 2;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer>* {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
/* 
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  } */
/* } */

/* @media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}   */

/* rtl:end:ignore */
/* .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius, 0);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214; 
} */

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  text-align: left;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 0;
}

.table thead th {
  vertical-align: bottom;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

/* table style 2  */

table.table-style2.dataTable thead th:last-child {
  border-radius: 0 10px 10px 0;
}

table.table-style2.dataTable thead th {
  border-right: 1px solid #c3caca;
  border-bottom: none;
  background-color: #e8e8e8;
}

table.table-style2.dataTable thead th:last-child {
  border-right: none;
}

table.table-style2.dataTable thead th:first-child {  
  border-radius: 10px 0 0 10px;
}
table.table-style2.dataTable.no-footer {
  border-bottom: none;
}
table.table-style2.dataTable tbody tr:last-child td {
  border-bottom: none;
}
table.table-style2.dataTable tbody td:last-child {
  border-right: none;
}
table.table-style2.dataTable tbody td {
  border-bottom: 1px solid #c3caca;
  border-right: 1px solid #c3caca;
}

/* table style 2  */

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}
.table tr {border-bottom: solid 1px #ddd;}
.table td {font-weight: normal;}
.table th, .table td {
  box-shadow: none;
  background:none;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

.first-sidebar-main {
  position: relative;
  min-width: 260px;
  width: 260px;
  border-bottom: none;
}

@media (max-width: 1100px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }

  .sidebar {
    overflow: auto;
    position: fixed;
    z-index: 1;
    margin-top: 80px;
    font-family: "Manrope", sans-serif;
    width: 50px;
    height: 100vh;
    box-shadow: 0px 5px 8px 0px #0000001a;
  }

  .sidebar>ul {
    padding-left: 0px !important;
  }

  nav ul li a span {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}



/* claims_screen */

.claims_screen_wrapper {
  display: grid;
  /* overflow: hidden; */
  grid-template-columns: 400px 1fr;
  /* height: auto; */
  grid-column-gap: 25px;
  grid-row-gap: 5px;
  grid-auto-rows: 1fr !important;
}

.btn_filter_opd_claim {
  position: relative;
  right: 12px;
}

.btn_filter_insurance_claim {
  border-top-right-radius: none;
  border-bottom-right-radius: none;
}

.btn_filter_opd_claim {
  border-top-left-radius: none;
  border-bottom-left-radius: none;
}

.total_claims_amount_para {
  margin-top: 20px;
}

.font_para_grey_14 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
}

.font_para_grey_20 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
}

.pull-right {
  padding: 9px !important;
  font-size: 12px !important;
  border: #ff5b2d solid 1px !important;
  text-indent: 25px;
  /* width: 400px !important; */
  /* height: 50px;
  border-radius: ; */
}

.number_black_22 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
}

.pool_text_grey_claims_screen {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
}

.pool_text_black_claims_screen {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  color: #000000;
}

.nav_link_claims_btn {
  all: unset;
  padding: 10px 20px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.nav_link_claims_btn.active {
  padding: 0px 20px;
  border-bottom: #ff5b2d solid 4px;
  color: #000;
  box-sizing: border-box;
}


.nav_link_emp_claims_btn {
  all: unset;
  padding: 8px 20px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 70;
  font-size: 16px;
  line-height: 20px;
  color: #788287;
  box-sizing: border-box;
  background-color: rgb(247 248 250);
  margin-right: 8px;
  border-radius: 10px; 
}

.nav_link_emp_claims_btn.active {
  background-color: #ff5b2d;
  color: white;
  box-sizing: border-box;
}



.nav_link_opd_btn {
  all: unset;
  padding: 5px 10px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 70;
  font-size: 16px;
  line-height: 20px;
  color: #ff5b2d;
  box-sizing: border-box;
  border: #ff5b2d 1px solid;
  margin-right: 8px;
  border-radius: 10px; 
}

.nav_link_opd_btn.active {
  padding: 0px 10px;
  background-color: #ff5b2d;
  color: white;
  box-sizing: border-box;
}

.small_circle_claim_table_history {
  display: inline-block;
  width: 26px;
  height: 20px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  background: #D9D9D9;
  border-radius: 9px;
  text-align: center;

}

.claims_screen_headings_18 {
  font-size: 18px !important;
}

.claims_insights_first_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* chart */

.graph_container_claims {
  color: #abafc6;
}

.year-stats {
  white-space: nowrap;
  position: relative;
  min-height: 185px;
  max-height: 185px;
}

.year-stats:hover {
  overflow-x: auto;
}

/* SCROLL BAR STYLE (ONLY WORKS IN CHROME) */
/* Width */
::-webkit-scrollbar {
  height: 5px;
  width: 100%;
}

/* Track */
::-webkit-scrollbar-track {
  background: #444e80;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #abafc6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #5397d6;
}

.month-group {
  cursor: pointer;
  max-width: 460px;
  margin: 10px;
  display: inline-block;
  bottom: -131px;
}

.bar {
  background-color: #D9D9D9;
  width: 42px;
  border-radius: 16px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 3px;
}

.month-group:hover .bar,
.selected .bar {
  background: #979797;
}

.month {
  position: relative;
  top: -5px;
}

.tool_tip_claims_bar {
  display: none;
}

.month-group:hover .tool_tip_claims_bar {
  display: block;
}

.month-group:hover p,
.selected p {
  /* color: #fff; */
}

.claims_history_table_thead {
  background: #F7F8FA;
  border-radius: 20px !important;
  margin-top: 20px;
}

.claims_history_table_thead td {
  padding: 10px 0px !important;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}

.claims_history_table_thead td {
  padding: 10px 5px !important;
}

.rejection_reason_in_pushbar {
  color: rgb(231, 46, 46);
  font-size: 14px;
  text-align: center;
  font-family: 'Manrope';
  padding-bottom: 10px;

}

.claims_history_table_tbody_row td {
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000000;

}

.status_box_claims_screen_Created {
  background: #D9D9D9;
  border-radius: 16px;
  padding: 0px 10px;
  font-size: 12px;
}

.status_box_claims_screen_Finance {
  background: #F8D62B;
  border-radius: 16px;
  padding: 0px 10px;
  font-size: 12px;
  color: #000;

}

.status_box_claims_screen_Settled {
  background: #279B1DE3;
  border-radius: 16px;
  padding: 0px 10px;
  font-size: 12px;
  color: #fff;
}

.status_box_claims_screen_Rejected {
  background: #B42727;
  border-radius: 16px;
  padding: 0px 10px;
  font-size: 12px;
  color: #fff;
}

.claims-table-stage-box {
  border-radius: 16px;
  padding: 0px 10px;
  font-size: 12px;
  color: #fff;
}
.checklist_box{
  position: relative;
  left: 147px;
  bottom: 30px;

}
.checklist_button {
  background: #ff5b2eab;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  border-radius: 16px;
  text-align: center;
  padding: 5px 10px;
  color: black;
  height: 30px;
  width: 250px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%)
}

.coverage_box {
  position: relative;
  height: 80%;
  width: 80%;
  top: 5%;
  left: 10%;
  align-items: center;
  padding: 20px, 20px;
}

.coverage_item {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
}

.check_green_bg {
  margin-right: 8px;
  color: green;
}

/* pushbar */
.pushbar_overlay {
  z-index: -999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: opacity;
  transition: opacity .5s ease;
  opacity: 0.5;
  background: #7e7e7f7e !important;
}

[data-pushbar-direction=right][data-pushbar-id] {
  width: 500px !important;
  border-radius: 14px !important;
}

.wrapper_pushar_right_claims {
  padding: 30px 30px;
}

.wrapper__pushar__right__ipd__claims {
  width: 620px !important;
  padding: 30px 30px;
}

.first_row_pushbar {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 50px;
}

.close_pushbar_btn {
  font-size: 20px !important;
}

.claim_name_heading_top_pusher {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

.claim_name_heading_sub_top_pusher {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 27px;
  color: gray;
}

.right_screen_pusher_Created {
  width: 150px;
  padding: 5px 10px;
  border-radius: 16px;
  background: #D9D9D9;
  font-family: 'Manrope';
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-align: center;
}

.right_screen_pusher_Finance {
  width: 150px;
  padding: 5px 10px;
  border-radius: 16px;
  background: #F8D62B;
  color: #000;
  font-family: 'Manrope';
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.right_screen_pusher_Settled {
  width: 150px;
  padding: 5px 10px;
  border-radius: 16px;
  background: #279B1DE3;
  font-family: 'Manrope';
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

.right_screen_pusher_Rejected {
  width: 150px;
  padding: 5px 10px;
  border-radius: 16px;
  background: #B42727;
  font-family: 'Manrope';
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

.ipd-pushbar-stage-bg {
  width: 100px;
  padding: 5px 10px;
  border-radius: 16px;
  font-family: 'Manrope';
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

.number_black_16 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.number_black_12 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  /* line-height: 2px; */
  color: #000000;
}

.number_black_14 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}

.card_less_height {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 16px !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%)
}

.gey_bg_box_claims {
  background: rgba(217, 217, 217, 0.5);
  box-shadow: 0px 4px 15px rgba(19, 19, 19, 0.089);
  border-radius: 8px;
}

.number_orange_14 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #FF5D2E;
}

.tool_tip_consultation_chart_claims_screen {
  width: auto;
  height: 50px;
  background-color: #000000;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  border-radius: 10px;
}

.tool_tip_test_chart_claims_screen {
  width: auto;
  height: 50px;
  background-color: #000000;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 120px;
  padding: 5px;
  border-radius: 10px;
}

.tool_tip_medicines_chart_claims_screen {
  width: auto;
  height: 50px;
  background-color: #000000;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 205px;
  padding: 5px;
  border-radius: 10px;
}

.tool_tip_others_chart_claims_screen {
  width: auto;
  height: 50px;
  background-color: #000000;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 293px;
  padding: 5px;
  border-radius: 10px;
}

.white_text_12 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  /* line-height: 28px; */
  color: #FFFFFF;
}

/* chart */
/* progress bar */
.progress-circle {
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 8rem;
  position: relative;
  width: 8rem;

}



.progress-circle:before {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: flex;
  font-family: 'Manrope';
  white-space: pre;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  position: absolute;
  left: 7px;
  right: 7px;
  top: 7px;
  bottom: 7px;
  transition: transform 2s ease;
}

.progress-circle:after {
  background-color: #ff5c2e;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;

}

.hover-message-coming-soon {
  visibility: hidden;
  width: 130px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 5px 0;
  position: fixed;
  left: 67%;
  top: -10%;
  z-index: 1;
  font-size: small;
  font-family: 'Manrope';
}


.coming-soon:hover .hover-message-coming-soon {
  visibility: visible;
  width: 130px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 5px 0;
  position: absolute;
  left: 7%;
  top: -34%;
  z-index: 1;
  font-size: small;
  font-family: 'Manrope';
}

.button-edit-employee:hover +.hover-message {
  visibility: visible;
  width: 320px;
  background-color: lightgray;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  top: -10%;
  right: 8%;
  font-size: small;
  font-family: 'Manrope';
}



/**
* $step is set to 5 by default, meaning you can only use percentage classes in increments of five (e.g. 25, 30, 45, 50, and so on). This helps to reduce the size of the final CSS file. If you need a number that doesn't end in 0 or 5, you can change the text percentage while rounding the class up/down to the nearest 5.
*/
.progress-circle[data-progress="0"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(90deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="1"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(93.6deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="2"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(97.2deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="3"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(100.8deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="4"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(104.4deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="5"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(108deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="6"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(111.6deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="7"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(115.2deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="8"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(118.8deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="9"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(122.4deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="10"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(126deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="11"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(129.6deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="12"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(133.2deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="13"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(136.8deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="14"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(140.4deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="15"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(144deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="16"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(147.6deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="17"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(151.2deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="18"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(154.8deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="19"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(158.4deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="20"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(162deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="21"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(165.60000000000002deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="22"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(169.2deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="23"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(172.8deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="24"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(176.4deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="25"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(180deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="26"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(183.60000000000002deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="27"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(187.2deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="28"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(190.8deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="29"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(194.4deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="30"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(198deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="31"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(201.60000000000002deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="32"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(205.2deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="33"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(208.8deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="34"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(212.4deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="35"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(216deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="36"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(219.6deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="37"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(223.20000000000002deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="38"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(226.8deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="39"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(230.4deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="40"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(234deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="41"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(237.6deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="42"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(241.20000000000002deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="43"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(244.8deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="44"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(248.4deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="45"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(252deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="46"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(255.6deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="47"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(259.20000000000005deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="48"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(262.8deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="49"]:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(266.4deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="50"]:after {
  background-image: linear-gradient(-90deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="51"]:after {
  background-image: linear-gradient(-86.4deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="52"]:after {
  background-image: linear-gradient(-82.8deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="53"]:after {
  background-image: linear-gradient(-79.2deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="54"]:after {
  background-image: linear-gradient(-75.6deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="55"]:after {
  background-image: linear-gradient(-72deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="56"]:after {
  background-image: linear-gradient(-68.4deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="57"]:after {
  background-image: linear-gradient(-64.8deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="58"]:after {
  background-image: linear-gradient(-61.2deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="59"]:after {
  background-image: linear-gradient(-57.6deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="60"]:after {
  background-image: linear-gradient(-54deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="61"]:after {
  background-image: linear-gradient(-50.4deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="62"]:after {
  background-image: linear-gradient(-46.8deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="63"]:after {
  background-image: linear-gradient(-43.199999999999996deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="64"]:after {
  background-image: linear-gradient(-39.6deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="65"]:after {
  background-image: linear-gradient(-36deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="66"]:after {
  background-image: linear-gradient(-32.4deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="67"]:after {
  background-image: linear-gradient(-28.799999999999997deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="68"]:after {
  background-image: linear-gradient(-25.200000000000003deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="69"]:after {
  background-image: linear-gradient(-21.599999999999994deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="70"]:after {
  background-image: linear-gradient(-18deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="71"]:after {
  background-image: linear-gradient(-14.399999999999991deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="72"]:after {
  background-image: linear-gradient(-10.799999999999997deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="73"]:after {
  background-image: linear-gradient(-7.200000000000003deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="74"]:after {
  background-image: linear-gradient(-3.599999999999994deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="75"]:after {
  background-image: linear-gradient(0deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="76"]:after {
  background-image: linear-gradient(3.600000000000009deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="77"]:after {
  background-image: linear-gradient(7.200000000000003deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="78"]:after {
  background-image: linear-gradient(10.799999999999997deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="79"]:after {
  background-image: linear-gradient(14.400000000000006deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="80"]:after {
  background-image: linear-gradient(18deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="81"]:after {
  background-image: linear-gradient(21.60000000000001deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="82"]:after {
  background-image: linear-gradient(25.200000000000003deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="83"]:after {
  background-image: linear-gradient(28.799999999999997deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="84"]:after {
  background-image: linear-gradient(32.400000000000006deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="85"]:after {
  background-image: linear-gradient(36deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="86"]:after {
  background-image: linear-gradient(39.599999999999994deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="87"]:after {
  background-image: linear-gradient(43.20000000000002deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="88"]:after {
  background-image: linear-gradient(46.80000000000001deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="89"]:after {
  background-image: linear-gradient(50.400000000000006deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="90"]:after {
  background-image: linear-gradient(54deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="91"]:after {
  background-image: linear-gradient(57.599999999999994deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="92"]:after {
  background-image: linear-gradient(61.20000000000002deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="93"]:after {
  background-image: linear-gradient(64.80000000000001deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="94"]:after {
  background-image: linear-gradient(68.4deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="95"]:after {
  background-image: linear-gradient(72deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="96"]:after {
  background-image: linear-gradient(75.6deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="97"]:after {
  background-image: linear-gradient(79.20000000000002deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="98"]:after {
  background-image: linear-gradient(82.80000000000001deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="99"]:after {
  background-image: linear-gradient(86.4deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

.progress-circle[data-progress="100"]:after {
  background-image: linear-gradient(90deg, #ff5c2e 50%, transparent 50%, transparent), linear-gradient(270deg, #ff5c2e 50%, #ddd 50%, #ddd);
}

/* end progress bar css */

/* utils */
.top_-25 {
  top: -25px;
}

.d__inline__block {
  display: inline-block;
}

.mw__250 {
  max-width: 250px;
}




/* notification bar */
#hellobar-bar {
  font-family: "Open Sans", sans-serif;
  width: 60%;
  margin-left: 20%;
  height: 30px;
  display: table;
  font-size: 17px;
  font-weight: 400;
  padding: .33em .5em;
  -webkit-font-smoothing: antialiased;
  color: white;
  position: fixed;
  background-color: #51344A;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
}

#hellobar-bar.regular {
  height: 30px;
  font-size: 14px;
  padding: .2em .5em;
}

.hb-content-wrapper {
  text-align: center;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.hb-content-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}

.hb-text-wrapper {
  margin-right: .67em;
  display: inline-block;
  line-height: 1.3;
}

.hb-text-wrapper .hb-headline-text {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}

#hellobar-bar .hb-cta {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  color: white !important;
  background-color: #EE5830;
}

.hb-cta-button {
  opacity: 1;
  color: white !important;
  font-weight: bolder;
  display: block;
  cursor: pointer;
  line-height: 1.5;
  max-width: 22.5em;
  text-align: center;
  position: relative;
  border-radius: 8px;
  white-space: nowrap;
  margin: 1.75em auto 0;
  text-decoration: none;
  padding: 0;
  overflow: hidden;
}

.hb-cta-button .hb-text-holder {
  border-radius: inherit;
  padding: 5px 15px;
}

.hb-close-wrapper {
  display: table-cell;
  width: 1.6em;
}

.hb-close-wrapper .icon-close {
  font-size: 18px;
  top: 15px;
  right: 25px;
  width: 18px;
  height: 18px;
  opacity: 1;
  color: white !important;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 15px;
  z-index: 1000;
  text-decoration: none;
}




/* new ticker */

/* upload file edit emp */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
*{
    box-sizing: border-box;
}
svg:not(:root) {
    overflow: hidden;
}
.main-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}
.upload-main-wrapper{
    width: 220px;
    margin: 0 auto;
}
#file-upload-name{
    margin: 4px 0 0 0;
    font-size: 12px;
}
.upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    background-color: #F2F6F7;
    height: 50px;
    padding: 8px 30px;
    border-radius: 10px;
    border: black dashed 0.5px;
    overflow: hidden;
    transition: 0.2s linear all;
    color: grey;
}
.upload-wrapper input[type="file"] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}
.upload-wrapper .file-upload-text {
    position: absolute;
    left: 80px;
    opacity: 1;
    visibility: visible;
    transition: 0.2s linear all;
}


.dataTables_length {
  display: none;
}
.page-item.active .page-link {
  background-color: #ff5b2d !important;
  color: white !important;
}

/* 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;
} */

.delete-search-field .emp-search {padding-right: 40px}
.delete-search-field .seaech-icon {
  top: 0;
  right: 0;
  height: 100%;
  z-index: 100;
}
.f18 { 
  font-size: 18px;
}
.f16 { 
  font-size: 16px;
}
.f11 { 
  font-size: 11px;
}
.f12 { 
  font-size: 12px;
}
.f14 { 
  font-size: 14px;
}
.f60 { 
  font-size: 60px;
}
.f20 { 
  font-size: 20px;
}
.f30 { 
  font-size: 20px;
}
.modal .delete-modal {
  max-width: 1000px;
}
#emp_close_btn {
  right: 10px;
  top: 25px;
  color: #fe9190;
  

}
.box-shadow-lg {
box-shadow: 0px 4px 250px 0px rgba(0, 0, 0, 0.25);
}
#processPopup .modal-dialog {
max-width: 700px;
}
/* default radio and cehckbox button */
.checkbox-style2 {
gap: 15px;
display: flex; align-items: center;
}
.checkbox-style2  label {
  position: relative !important;
  left: 0 !important;
  padding: 0 !important;
  pointer-events: inherit;
}
.checkbox-style2 input[type="checkbox"], 
.checkbox-style2 input[type="radio"] {
    display: none;
}
.checkbox-style2 input[type="checkbox"] ~ .custom-input-checkbox,
.checkbox-style2 input[type="radio"] ~ .custom-input-checkbox {
display: none;
}

.checkbox-style2 input[type="radio"] ~ .label-text .radio {
border: solid 1px #6c727f;
position: relative;
width: 21px;
height: 21px;
border-radius: 100px;
}

.checkbox-style2 input[type="checkbox"] ~ .label-text,
.checkbox-style2 input[type="radio"] ~ .label-text {
    text-align: center;
cursor: pointer;
font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
padding: 16px;
width: 100%;
border-radius: 8px !important;
background-color: #f2f6f7;
margin-bottom: 0;
outline: none !important;
box-shadow: none !important;
color: #6c747e;
font-weight: normal;
font-family: "Manrope" !important;
}
.checkbox-style2 input[type="checkbox"]:checked ~ .label-text .icon  {
    display:block !important;
    opacity: 1;
}
.checkbox-style2 .label-text {
    line-height: 1.2;
}
.checkbox-style2 input[type="checkbox"]:checked ~ .label-text,
.checkbox-style2 input[type="radio"]:checked ~ .label-text {

}
.checkbox-style2 input[type="radio"]:checked ~ .label-text .radio::after {
  content: "";
  border: solid 3px #fff;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: #ff3c00;
  position: absolute;
  left: 0px;
  top: 0px;
}
.checkbox-style2 input[type="checkbox"]:checked ~ .label-text .radio,
.checkbox-style2 input[type="radio"]:checked ~ .label-text .radio {
  border: solid 3px #ff3c00;
  background-color: #ff3c00;
}
.checkbox-style2 input[type="checkbox"]:checked ~ .label-text .text,
.checkbox-style2 input[type="radio"]:checked ~ .label-text .text {

  color: #ff3c00;
}

.add-employee-btn {
border-radius: 8px;
border: 2px dashed rgba(0, 0, 0, 0.50);
}

.header-btn-group .button-secondary {
  padding: 8px 10px;
}

@media screen and (max-width: 1200px) {

  .first-sidebar-main, .sidebar {
    width: 210px;
    min-width: 210px;
  }
  .light-purple-icon-small {
    margin-top: 20px;
  }

  .text-more-bold {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 100;
    font-size: 20px !important;
    line-height: 70px;
    color: #53334a;
  }
}
