html {
  position: relative;
  min-height: 100%;
}
.footer-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: normal; /* Vertically center the text there */
  background-color: #fff;
  padding: 20px 0 0;
}
.copyright {
  text-align: center;
  font-size: 14px;
  color: #a0a0a0;
  font-weight: normal;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100,
.dt-picker-wrapper .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 48px;
  position: relative;
  /*border: 1px solid #e6e6e6;*/
  border-radius: 8px;
  margin-bottom: 30px;
}
.dt-picker-wrapper .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dt-picker-wrapper .form-control[readonly] {
  cursor: pointer;
  background-color: #f3f3f3;
  color: #000;
}

.dt-picker-wrapper .form-control:focus,
.dt-picker-wrapper .form-control.has-val {
  background-color: #fff;
}

.dt-picker-wrapper .label-input100 {
  background-color: #f3f3f3;
}

.dt-picker-wrapper .input-group > .form-control:first-child {
  border-right: 2px solid #e6e6e6;
}

.dt-picker-wrapper .input100:focus + .focus-input100 + .label-input100 {
  z-index: 11;
}

.wizard-card .vdp-datepicker__calendar .disabled {
  display: inline-block;
}

.label-input100 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #cdcdcd;
  line-height: 1.3;
  font-weight: 600;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 24px;
  left: 0;
  top: 14px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #f3f3f3;
}

.input100 {
  display: block;
  width: 100%;
  background: #f3f3f3;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 1.2;
  padding: 0 26px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

.ck-editor__editable_inline {
  min-height: 300px;
}

.main-div-h {
  margin-top: 100px;
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input100:focus {
  border: 0;
  outline: 0;
}
/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 2px solid #e3530f;
  border-radius: 8px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus {
  background: #fff;
}

.input100:focus + .focus-input100 + .label-input100,
.select2-container--focus + .focus-input100 + .label-input100,
.select-wrapper.has-value .focus-input100 + .label-input100 {
  top: -8px;
  font-size: 13px;
  background: #fff;
  display: inline-block;
  width: auto;
  padding: 0 8px;
  left: 20px;
  color: #ff7f39;
  font-weight: normal;
}

.has-val {
  height: 46px !important;
  background: #fff;
  border: 2px solid #e6e6e6;
}

.has-val + .focus-input100 + .label-input100 {
  top: -8px;
  font-size: 13px;
  background: #fff;
  display: inline-block;
  width: auto;
  padding: 0 8px;
  left: 20px;
  color: #ff7f39;
  font-weight: normal;
}

.view-pass {
  top: 17px;
  position: absolute;
  right: 20px;
  color: #afc76f;
}
body > main.content {
  padding: 60px 15px 0;
  font-size: 16px;
}

.header-wrap {
  background: #fff;
}
.phone-number {
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.phone-number a {
  color: #a4c05b;
  font-weight: 600;
}
.submit-btn {
  text-align: center;
}
.submit-btn a {
  min-width: 150px;
  border-radius: 6px !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px !important;
}
.extra_link {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.extra_link a {
  font-weight: 600;
}
.sidenav-light .nav-item .nav-link {
  color: #000;
}

.sidebar.toggled .nav-item {
  padding: 0px;
}

.sidebar .nav-item.active .nav-link {
  background: #f5f5f5;
}

.sidebar .nav-item.active .nav-link .fas {
  background: #ff7f39;
  color: #fff;
}

.sidebar.toggled .nav-item .nav-link:hover {
  padding: 0.75rem 1rem;
}

.sidenav-light .nav-item {
  margin-bottom: 5px;
}

.sidenav-light .nav-item .nav-link:hover {
  background: #f5f5f5;
}

.sidenav-light .nav-item .nav-link:hover .fas {
  background: #ff7f39;
  color: #fff;
}

.sidenav-light .nav-item .nav-link .fas {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
}

.table thead {
  background: #545659;
  border-radius: 5px;
}
.table thead th {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.table thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.project-tab .tab-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
body#page-top {
  margin: 0;
}

.project-tab .nav-tabs .nav-link.active {
  border-color: #ff7f39;
  color: #ff7f39;
}

.project-tab .nav-tabs .nav-link {
  border: 0;
  background: none;
  flex: none;
  border-bottom: 4px solid transparent;
  font-size: 20px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  color: #5e5e5e;
}

.project-tab .nav-tabs {
  border: 0;
  padding: 0 30px;
}
.project-tab .table thead {
  background: #e9ecef;
  border-radius: 5px;
}
.project-tab .table thead th {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 600;
}
.project-tab .table thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.project-tab .table thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table,
.table .dropdown-item {
  color: #000000;
}

.table .badge-success {
  background-color: #c5dde7;
  color: #5e5e5e;
  padding: 6px;
}
.table .badge-success2 {
  background-color: #c2f3d7;
  color: #5e5e5e;
  padding: 6px;
}
.table .badge-success2 i {
  color: #369b5b;
}
.table .badge-danger {
  color: #5e5e5e;
  background-color: #ffe5e1;
  padding: 6px;
}
.table .badge-danger2 {
  color: #5e5e5e;
  background-color: #f0bdbd;
  padding: 6px;
}
/* .table-responsive {
  padding: 0 10px;
} */
.table tr:hover {
  box-shadow: 0 0 6px 0 #ccc;
}
.table td {
  vertical-align: middle;
}
.table td.action {
  color: #c9c9c9;
}
.table td.action a {
  color: #c83c27;
}
.table td.action a:first-child {
  color: #01b6f4;
}
.table td.actions {
  text-align: right;
}
span.badge-number {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: block;
  background: #f3f3f3;
  text-align: center;
  line-height: 34px;
}
.actions a {
  background: #f3f3f3;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ff7f39;
  display: inline-block;
  border-radius: 50%;
  /* visibility: hidden; */
}
/* .table tr:hover td.actions a{  visibility: visible; } */
.text {
  color: #000;
}
.table tr:first-child td {
  border-top: 0;
}
.col-auto-a {
  position: absolute;
  right: -8px;
  top: -8px;
  padding: 0px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 50%;
  background: #efdbdb;
  font-size: 10px;
  text-align: center;
}
.info-box .card {
  overflow: hidden;
}
.info-box .col-xl-3:nth-child(2) .col-auto-a {
  background: #e1eaee;
}

.info-box .col-xl-3:nth-child(3) .col-auto-a {
  background: #d6eee2;
}

.info-box .col-xl-3:nth-child(4) .col-auto-a {
  background: #faf4e0;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.wrap-input100.textarea {
  height: auto;
}
.wrap-input100.textarea textarea {
  height: 150px !important;
  padding: 20px;
}
.form-check-input {
  position: absolute;
  margin-top: 0.1rem;
  margin-left: -1.8rem;
  width: 20px;
  height: 20px;
}

.wrap-input100.select .label-input100 {
  width: 95%;
}
.wrap-input100.select select {
  height: 48px;
}
.wrap-input100.select .has-val + .focus-input100 + .label-input100 {
  width: auto;
}

.wrap-input100 .select2-container--default {
  height: 48px;
  background: #f3f3f3;
  border-radius: 8px;
}

.wrap-input100 .select2-container--default .select2-selection {
  background-color: #f3f3f3;
  border-color: transparent;
  padding-right: 30px;
}

.wrap-input100.select-wrapper.has-value .select2-selection {
  background-color: #fff;
  /* border: 2px solid #e3530f; */
  border: 2px solid #e6e6e6;
}

.wrap-input100 .select2-selection {
  display: block;
  width: 100%;
  background-color: #f3f3f3;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
  /* line-height: 1.2; */
  border: 1px solid #e6e6e6;
  min-height: 48px !important;
}

.wrap-input100
  .select2-container--default.select2-container--focus
  .select2-selection {
  border: 2px solid #e3530f;
}

.wrap-input100 .select2-selection__arrow {
  display: none;
}

.wrap-input100
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 46px !important;
}

.custom-radios div {
  display: inline-block;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: #333;
  font-size: 14px;
  margin: 0;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #dadada;
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);*/
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 19px;
  background: #f3f3f3;
}
.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all 0.3s ease;
  max-width: 14px;
}
.custom-radios input[type="radio"]:checked + label span {
  background: #ff7f39;
  border-color: #ff7f39;
}
.custom-radios input[type="radio"]:checked + label span img {
  opacity: 1;
}
[v-cloak] {
  display: none;
}

.error-text {
  color: red;
  margin-top: -2px;
  display: block;
  margin-bottom: 10px;
}

.filter .form-control {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  min-height: 38px;
  border-color: #d2d2d2;
}
.filter .form-control[readonly] {
  background-color: white;
}
.row.filter {
  align-items: center;
}
.filter .form-control:focus {
  border: 2px solid #ff7f39;
}
.payment-detail {
  border-bottom: 1px solid #bdbdbd;
  padding: 20px 0 10px;
}

.payment-detail label {
  color: #ff7f39;
  font-size: 12px;
  font-weight: normal;
}

.payment-detail p {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
}
.rounded-circle-body {
  border: 14px solid #0a171e;
  padding: 11px;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  background: #fff;
  margin: 30px auto 50px;
}
.rounded-circle-inner {
  border: 3px solid #0a171e;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  background: #f5f4f4;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  align-content: center;
  justify-content: center;
  color: #0a171e;
  font-size: 44px;
  font-weight: 500;
}
.rounded-circle-body.circle-blue,
.rounded-circle-body.circle-blue .rounded-circle-inner {
  border-color: #ff7f39;
  color: #ff7f39;
}
.table tr .actions-dropdown .btn {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.table tr .actions-dropdown .btn:hover {
  background: #f3f3f3;
}
.col-form-label {
  font-size: 14px;
}
.period-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.period-list li {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
  color: #000;
}
.period-list .badge {
  font-size: 14px;
  padding: 7px 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .footer-wrap {
    padding: 9px 0 0;
  }
  .brand img {
    max-width: 130px;
  }
  .phone-number {
    font-size: 11px;
  }
  .sidebar .nav-item {
    padding: 0px;
  }
  .filter .form-control {
    margin-bottom: 10px;
  }
  .p-5 {
    padding: 1rem !important;
  }
  h4,
  .h4 {
    font-size: 1.2rem;
  }
  .p-4 {
    padding: 1rem !important;
  }
  .label-input100 {
    font-size: 15px;
    line-height: 1.5;
  }
  .table td {
    font-size: 12px;
  }
  .row.filter .col-md-3 {
    padding-bottom: 10px;
  }
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/custom/img/preloader.svg) center no-repeat #fff;
}

.se-pre-con_data,
.report-loader,
.form-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: url(/custom/img/preloader.svg) center no-repeat #fff;
}

/* Set the header variable */

/* --h-header: 50px; */

/* Set the scroll margin top on all anchor elements by using .anchor class */
/* Note: I'm setting plus 2.5em so the element has some breathing room on the top */

.button-toggle,
.knobs,
.layer {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button-toggle {
  position: relative;
  /*top: 50%;*/
  width: 74px;
  height: 36px;
  margin: 10px 0;
  overflow: hidden;
}

.button-toggle.r,
.button-toggle.r .layer {
  border-radius: 100px;
}

.button-toggle.b2 {
  border-radius: 2px;
}

.toggle-checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

/* / Button 1 / */
.button-toggle .knobs:before {
  content: "No";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 27px;
  height: 27px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #f44336;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

.button-toggle .toggle-checkbox:checked + .knobs:before {
  content: "Yes";
  left: 42px;
  background-color: #03a9f4;
}

.button-toggle .toggle-checkbox ~ .layer {
  background-color: #fcebeb;
}

.button-toggle .toggle-checkbox:checked ~ .layer {
  background-color: #d5ecf7;
}

.button-toggle .knobs,
.button-toggle .knobs:before,
.button-toggle .layer {
  transition: 0.3s ease all;
}

/**********************************/

.bg-sky {
  background: #01b6f4;
}

ul.steps-points {
  list-style: none;
  text-align: left;
  max-width: 255px;
  margin: 0 auto;
  padding: 0;
}

ul.steps-points li {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  margin-bottom: 5px;
}

ul.steps-points li span {
  width: 30px;
  height: 30px;
  background: #a4c05b;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

ul.steps-points li i {
  float: right;
  margin: 6px 0 0;
  color: #000;
  font-size: 20px;
}

.error {
  width: 100%;
}
.wizard-card .progress-bar {
  height: 5px;
  background: #a4c05b !important;
}
.wizard-navigation .nav-pills > li > a.active .icon-circle {
  background: #a4c05b;
  border-color: #a4c05b;
  z-index: 99;
  color: #fff;
}
.wizard-card .icon-circle {
  z-index: 999;
}
.fs-5 {
  font-size: 12px;
}

.brands-card img {
  max-width: 270px;
  max-height: 100px;
}

.provider-logo-container {
  width: 270px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.provider-logo-container-sm {
  width: 40px;
  height: 40px;
  display: flex;
}

.provider-logo-container-sm img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.imgSignup {
  max-width: 200px;
  max-height: 100px;
}

.chosepadding {
  padding: 15px;
}

.dataTables_empty {
  height: 300px;
}

.iconss {
  width: 111px !important;
}

.mr-row {
  margin-top: 30px;
}

::placeholder {
  color: #dedede;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dedede;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dedede;
}

.text-terminated {
  color: #1cc88a;
}

.f-up::first-letter {
  text-transform: uppercase;
}

.label-file {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  background: #f3f3f3;
  font-size: 17px;
  color: #cdcdcd;
  line-height: 1.2;
  padding: 0 26px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  height: 100%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.label-file-edit {
  border: 1px solid #d1d3e2;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 0.35rem;
  font-weight: 500;
  gap: 10px;
}

.logo-container {
  max-width: 100px;
}

.label-file-edit img {
  max-height: 100%;
  max-width: 100%;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.upload-container {
  border: 1px dashed #00000080;
  border-radius: 5px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn-outline-white:hover {
  color: #000;
}

.em-pro-graphic {
  height: 261px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 60px;
}

.profile-img-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  /* border: 5px solid rgba(181, 181, 181, 0.39); */
}

.img-val {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crop-area .img-val {
  width: auto;
  height: auto;
  object-fit: initial;
}

.uploaded-img {
  position: absolute;
  left: 0;
  top: 0;
}

.profile-label {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  cursor: pointer;
  background-color: #a0a0a0;
  background: url(../img/blank-profile-picture.png) center center no-repeat;
  background-size: 100%;
}

.profile-label i {
  z-index: 1;
  opacity: 1;
  transition: all 0.3s;
  color: #fff;
}

.profile-label:before {
  z-index: 1;
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: all 0.3s;
}

.profile-label:hover i {
  opacity: 1;
}

.profile-label:hover:before {
  background-color: rgba(0, 0, 0, 0.45);
}

.modal-content {
  border-color: transparent;
}

.crop-area {
  align-items: center;
  min-height: 321px;
  padding: 20px;
}

.crop-area img {
  max-height: 275px !important;
}

.bg-light-gray {
  background-color: #e5e5e5;
}

#profileImg {
  display: none;
}

.fit-img,
.uploaded-img {
  width: 100px;
  height: 100px;
  object-fit: fill;
}

/* .profile-img-box img {
  width: 64px;
  height: 64px;
  object-fit: cover;
} */

.profile-img-box .awesome-cropper > img {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.avatar img {
  max-width: 100%;
}

.dt-scroll-responsive .col-sm-12 {
  overflow: auto;
}

.dt-scroll-responsive table.dataTable thead th {
  white-space: nowrap;
}

/* .dt-scroll-responsive .row:nth-child(2) {
  width: 100%;
} */

.dt-scroll-responsive .row:nth-child(2) > .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right,
table.dataTable tfoot tr > .dtfc-fixed-left,
table.dataTable tfoot tr > .dtfc-fixed-right {
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: #545659;
}

table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right {
  z-index: 1;
  background-color: #fff;
}

table.dataTable tr.dtrg-group > .dtfc-fixed-left {
  background-color: #f6f6f6;
}

.dtrg-group .dtfc-fixed-left:last-child {
  border-right: 2px sienna solid;
}

div.dtfc-left-top-blocker,
div.dtfc-right-top-blocker {
  background-color: #545659;
}

.cw-dataTableEmpMember-wrapper table.dataTable thead th {
  white-space: nowrap;
}

.select-provider {
  min-width: 180px;
}

select,
option.selected {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#dataTableReport_paginate,
#dataTableReport_info {
  margin-top: 20px;
}

#dataTablePayment_paginate,
#dataTablePayment_info {
  margin-top: 20px;
}

.min-h-500 {
  min-height: 500px;
}

#dataTableReport_filter,
#dataTablePayment_filter,
#dataTable3_filter,
#dataTable2_filter {
  display: none;
}
.dt-buttons {
  display: none;
}

#dataTableEmpMember_filter {
  display: none;
}
/* #dataTableEmpMember_length {
  display: none;
} */

input[type="checkbox"] {
  accent-color: #ff7f39;
}

.text-emp-member {
  color: #00abb3;
}

.text-individual {
  color: #e3530f;
}

.text-dispute-won {
  color: #704a07;
}

.text-dispute-lost {
  color: #aaaaaa;
}

.dataTable tr.dtrg-level-0 {
  background-color: #f6f6f6;
}
.dataTable tr.dtrg-level-0:hover {
  box-shadow: none;
}

.dataTable tr:not(.dtrg-level-0) .hide-on-group-body {
  display: none !important;
}

.dataTable tr:not(.odd, .even) .hide-on-group-head {
  display: none !important;
}

.dtrg-level-0 .collapse-icon:before {
  content: "\f0d7";
}

.dtrg-level-0.closed .collapse-icon:before {
  content: "\f0da";
}

.grouped-td {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.multiselect-option .form-check-label {
  display: flex;
  align-items: center;
}

.drop-img {
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-right: 5px;
}

.drop-img img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.multiselect-option .form-check-input {
  margin-top: 5.5px;
  width: 16px;
  height: 16px;
}

.collapse-th {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.th-collapse .collapse-icon:before {
  content: "\f0d7";
}

.th-collapse .collapse-icon.closed:before {
  content: "\f0da";
}

.multiselect.custom-select {
  text-align: left !important;
}

.multiselect.custom-select {
  background: #fff
    url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
}

.mem-until {
  padding-right: 22px;
}

.table-technology-fee tr:not(:last-child) .mem-until {
  pointer-events: none;
  background-color: #f5f5f5;
  border-color: transparent;
  background-color: #fff;
}

.table-technology-fee tr:not(:last-child) .btn-delete {
  display: none;
}

.mem-clear {
  position: absolute;
  right: 8px;
  top: 8px;
}

.table-technology-fee tr:not(:last-child) .mem-clear {
  display: none;
}

.provider-live-toggle {
  top: -100px;
  right: 0.75rem;
}

.pe-none {
  pointer-events: none;
}

.vdp-datepicker .form-control:not(.input100)[readonly] {
  background-color: #fff;
}

.vdp-datepicker__calendar .cell.selected {
  background: #e3530f !important;
  color: #fff;
}
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #e3530f !important;
}

.social-ul li:not(:last-child) {
  display: none;
}

.min-w-column-sm {
  min-width: 180px;
}

.min-w-column-xs {
  min-width: 120px;
}

.calendar-group {
  position: relative;
}

.calendar-group i.icon {
  position: absolute;
  z-index: 4;
  left: 10px;
  top: 11px;
  pointer-events: none;
}

.calendar-group .form-control {
  padding-left: 30px;
}

.text-blue {
  color: #4063f1;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.bg-status-pending {
  background-color: #daa520;
}

.text-pending {
  color: #daa520;
}

.text-canceled {
  color: #e74a3b
}

.tooltip-inner::first-letter {
  text-transform: uppercase;
}

.fw-bold {
  font-weight: bold;
}

.fw-medium {
  font-weight: 500;
}

.lh-1 {
  line-height: 1;
}

.lh-1-2 {
  line-height: 1.2;
}

.notification-body {
  max-height: 300px;
  overflow-y: auto;
}

.notification-footer {
  padding: 0.35rem 1.5rem;
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15);
}

.notification-body .dropdown-item.unread {
  background-color: rgba(255, 127, 57, 0.02);
}

.notification-body .dropdown-item.read {
  opacity: 0.8;
  background-color: #f2f6fc;
}
.notification-body .dropdown-item:hover {
  box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  background-color: #eaecf4;
}

.bull-new-notification {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ff7f39;
  position: absolute;
  border: 1px solid #fff;
  left: 2px;
  top: 2px;
  opacity: 0;
}

.notification-body .dropdown-item.unread .bull-new-notification {
  opacity: 1;
}

.table-custom-foot tfoot {
  background-color: #fafafa;
}

.table-custom-1 tr:hover {
  box-shadow: none;
}

.table-custom-1 tr td {
  border-top: 0;
}

table tr:hover .collapse-icon {
  transition: all 0.2s;
  color: #ff7f39;
}

.table-inner thead {
  background: #e3e6f0;
  border-radius: 0;
}
.table-inner thead tr th {
  color: #000000;
  font-size: 11px;
  border: 0;
  border-radius: 0 !important;
}
.table-inner tbody tr td {
  font-size: 13px;
}
.table-inner tr:hover {
  box-shadow: none;
}

table > thead .sorting_asc,
table > thead .sorting_desc,
.sorting {
  cursor: pointer;
  position: relative;
}

table > thead .sorting_asc:before,
table > thead .sorting_desc:before,
table > thead .sorting:before {
  right: 1em;
  content: "\2191";
}

table > thead .sorting_asc:before,
table > thead .sorting_desc:before {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table > thead .sorting_asc:after,
table > thead .sorting_desc:after,
table > thead .sorting:after {
  right: 0.5em;
  content: "\2193";
}

table > thead .sorting_asc:before,
table > thead .sorting_desc:before,
table > thead .sorting:before,
table > thead .sorting_asc:after,
table > thead .sorting_desc:after,
table > thead .sorting:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table > thead .sorting_asc:before {
  opacity: 1;
}

table > thead .sorting_desc:after {
  opacity: 1;
}

.fg-2 {
  gap: 2px;
}

.sort-none::before,
.sort-none::after {
  content: "" !important;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  text-transform: capitalize;
  cursor: pointer;
}

.select-wrapper select option {
  text-transform: capitalize;
}

.select2-results__options li,
.select2-selection__rendered {
  text-transform: capitalize;
}

.select-wrapper::after {
  font-size: 1rem;
  top: 6px;
  right: 10px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  pointer-events: none;
}

.wrap-input100.select-wrapper::after {
  top: 12px;
}

option::first-letter {
  text-transform: uppercase; /* change first letter to uppercase */
}

.on-add-provider.text-truncate {
  display: inline-block;
  width: 280px;
}

.modal-footer {
  padding-left: 1rem;
  padding-right: 1rem;
}

.table-sticky-left {
  overflow-x: auto;
  display: block;
}

.t-sticky {
  position: sticky;
  background-color: white;
  z-index: 1;
}

.t-sticky-h {
  position: sticky !important;
  background-color: #545659;
  z-index: 1;
}

.t-sticky:not(:last-child) {
  box-shadow: inset -1px 0 0px 0px #e3e6f0;
}

.t-sticky-h:not(:last-child) {
  box-shadow: inset -1px 0 0px 0px #e3e6f0;
}

.table-sticky-left th:nth-child(1),
.table-sticky-left td:nth-child(1) {
  left: 0;
}

.td-m-100 {
  min-width: 100px;
}

.table-sticky-left th:nth-child(2),
.table-sticky-left td:nth-child(2) {
  left: 100px;
}

input[type="search"]::-webkit-search-decoration:hover,
input[type="search"]::-webkit-search-cancel-button:hover {
  cursor: pointer;
}

td.has-error {
  background: #fff8f8 !important;
}

.error-count {
  height: 38px;
  padding: 8px 14px;
  border: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 5.6px;
}

.error-count .badge {
  min-width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.font-12 {
  font-size: 12px;
}

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

.upload-processing {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
  border-radius: 0.3rem;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.vh-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#dataTableEmpMember_info {
  padding-top: 0;
}

#dataTableEmpMember_length label {
  margin-bottom: 0;
}

.t-wrap {
  overflow-x: auto;
  max-height: 70vh;
  overflow-y: auto;
}

#dataTableEmpMember thead th {
  position: sticky;
  top: 0;
  background-color: #545659;
  color: #fff;
  z-index: 3;
}
#dataTableEmpMember.dataTable thead tr > .dtfc-fixed-left {
  z-index: 4 !important;
}

.table-inn {
  border: 0;
}

.table-inn tr td:first-child {
  border-left: 0;
}

.report-sticky {
  background-color: white;
  position: relative;
  z-index: 1;
  transform: translateZ(0);
}

.report-sticky.bg-th {
  background-color: #545659;
}

.report-sticky:not(:last-child) {
  box-shadow: inset -1px 0 0px 0px #e3e6f0;
}

.table-report tr.dtrg-level-0 {
  background-color: rgb(246, 246, 246);
}

.table-report tr.dtrg-level-0 .report-sticky {
  background-color: rgb(246, 246, 246);
}

.table-inn-scroll {
  display: block;
  max-height: 400px;
  overflow-y: auto;
}

.badge-wrap {
  border-radius: 0.35rem;
  display: inline-block;
  max-width: 350px;
  font-size: 12px;
  font-weight: 700;
}

.max-h-60vh {
  max-height: 60vh;
}

.sidebar.toggled .c-mx-3 {
  margin: 0;
}

.sidebar .c-mx-3 {
  margin: 0 1rem;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.modal-edit-member .modal-dialog-cropper {
  max-width: 800px;
}
.modal-edit-member .modal-dialog-cropper .modal-content {
  height: 628px;
}

.family-dob-wrapper .input-group {
  margin-bottom: 0.5rem;
}

.form-check input[type="radio"],
.form-check input[type="checkbox"],
.form-check-label {
  cursor: pointer;
}

.modal-footer .btn {
  min-width: 80px;
}

.dataTables_empty .no-data-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#pieNoData {
  width: 245px;
  height: 245px;
  border: 10px solid #e5e5e5;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}

.orange-gradient {
  background: rgb(227, 83, 15);
  background: linear-gradient(
    90deg,
    rgba(227, 83, 15, 1) 0%,
    rgba(255, 127, 57, 1) 100%
  );
}

#dataTableTos td{
  word-break: break-all;
}

a.dell.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.min-165 {
  min-width: 165px;
}

.vdp-mb-0 .vdp-datepicker .input-group {
  margin-bottom: 0;
}

.form-check.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
