/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #233745 transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #426782;
  border-radius: 4px;
  border: 0;
}

.fai {
  display: inline-block;
}

.exp-dashboard-label-y-1 {
  font-size: 5px;
}

.exp-saf-row-accent>td {
  background-color: #23374508 !important;
}
.exp-saf-row-double>td {
  border-bottom-color: #f3f3f3 !important;
}
.exp-saf-row-no-border>td {
  border-bottom: none !important;
}
.exp-saf-cell-card {
  padding: 0 !important;
  margin: 0 !important;
  padding-block: 0.25rem;
}
.exp-saf-cell-card.cell {
  height: 1px;
}
@-moz-document url-prefix() {
  .exp-saf-cell-card.cell {
       height: 100%;
   }
}
.exp-saf-cell-card .exp-saf-cell-wrapper {
  padding: 0.5rem;
  background-color: #fff;
  height: 100%;
}
.exp-saf-row-card-first td:first-child .exp-saf-cell-wrapper {
  border-start-start-radius: 0.5rem;
  border-left: 1px solid lightgray;
  margin-left: 0.5rem;
}
.exp-saf-row-card-first td .exp-saf-cell-wrapper,
.exp-saf-row-card-first td .exp-saf-cell-wrapper {
  border-top: 1px solid lightgray;
}
.exp-saf-row-card-first td:last-child .exp-saf-cell-wrapper {
  border-start-end-radius: 0.5rem;
  border-right: 1px solid lightgray;
  border-top: 1px solid lightgray;
  margin-right: 0.5rem;
}
.exp-saf-row-card-middle {
  /* nothing */
}
.exp-saf-row-card-last td:first-child .exp-saf-cell-wrapper {
  border-end-start-radius: 0.5rem;
  border-left: 1px solid lightgray;
  margin-left: 0.5rem;
}
.exp-saf-row-card-last td .exp-saf-cell-wrapper,
.exp-saf-row-card-last td .exp-saf-cell-wrapper {
  border-bottom: 1px solid lightgray;
}
.exp-saf-row-card-last td:last-child .exp-saf-cell-wrapper {
  border-end-end-radius: 0.5rem;
  border-right: 1px solid lightgray;
  margin-right: 0.5rem;
}
.exp-saf-row-card-last {
  border-bottom: 0.5rem solid transparent;
}
.exp-saf-row-card-first {
  border-top: 0.5rem solid transparent;
}
.exp-stepper-tabs .exp-stepper-tab:first-child .exp-stepper-tab-delimiter {
  display: none !important;
}
.exp-stepper-icon-tabs .exp-stepper-icon-tab:last-child .exp-stepper-tab-delimiter {
  display: none !important;
}
.exp-checkbox-circle {
  border-radius: 50% !important;
}
.py-050 {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.py-025 {
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}

.exp-px-0-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.exp-px-0-6 {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important;
}
.exp-px-0-7 {
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}
.exp-px-0-8 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}
.exp-process-stage {
  position: relative;
}
.exp-chip-xs {
  transform: scale(0.85);
}

.exp-process-stage .exp-process-vr {
  position: absolute;
  left: 20px;
  top: 40px;
  bottom: -20px;
  width: 20px;
}

.exp-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.exp-sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
.exp-sticky-left {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.exp-sticky-right {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 1;
}

.exp-process-position {
  position: relative;
}

.exp-process-position .exp-process-hr {
  position: absolute;
  left: 20px;
  top: 5px;
  width: 53px;
}

.exp-process-index-template {
  color: white;
  background-color: #e36800;
}
.exp-process-index-template-locked {
  color: white;
  background-color: #f1a15d;
}

.exp-process-position .exp-process-index-template {
  color: white;
  background-color: #39c0ed;
}
.exp-process-position .exp-process-index-template-locked {
  color: white;
  background-color: #95c1ce;
}

.exp-process-index {
  height: 40px;
  width: 40px;
  min-width: 40px;
}

.exp-modal-on-front {
  z-index: 1056 !important;
}

.modal-dialog-scrollable .modal-body .select-dropdown-container {
  position: fixed !important;
  /* left: 0px !important;
    top: 0px !important; */
}
.select-input {
  padding-right: 2.7rem !important;
}
.select-option {
  height: auto !important;
  overflow: visible !important;
  white-space: pre-wrap !important;
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
  border-bottom: 1px solid #e3680030;
}

.exp-pointer {
  cursor: pointer !important;
}
.exp-not-allowed {
  cursor: not-allowed !important;
}

.nav-pills .nav-item .exp-rounded-theme {
  border-radius: 2rem !important;
}

.rounded-count-badge {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  border-radius: 2rem !important;
  padding: 0.3rem 0.35rem 0.2rem 0.35rem !important;
}

.exp-dashboard-block .apexcharts-toolbar {
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.21) !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.21) !important;

  border: 0;
  padding-top: 0rem !important;
  padding-left: 0.05rem !important;
  padding-right: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
}