* {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none !important;
  padding-left: 0 !important;
}

ol,
li {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  border: none;
  background: inherit;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

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

.ess-reset-select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}
.ess-reset-select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #12223B;
}

.ess-bg-dark p {
  color: #aeaeae;
}

p {
  color: #5b5b5b;
  line-height: 1.875rem;
}

a {
  transition: all 0.3s ease;
}

.nav-link {
  color: #aeaeae;
  font-weight: 500;
}
.nav-link:hover {
  color: #12223B;
}

.ess-custom-link.active {
  color: #12223B;
}

@media screen and (min-width: 992px) {
  .nav-link {
    font-weight: normal;
  }
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-optical-sizing: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #434343;
}
body.block {
  overflow-y: hidden;
  margin-right: 0.9375rem;
}
body:has(.ess-modal.active) {
  overflow-y: hidden;
}

.ess-wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ess-wrapper {
    overflow-x: hidden;
  }
}

.ess-main {
  position: relative;
  flex: 1 1 auto;
}

.ess-bg-dark {
  background-color: #12223B;
}

@media screen and (max-width: 576px) {
  .ess-radius-10-sm-20 {
    border-radius: 0.625rem;
  }
}
@media screen and (min-width: 577px) {
  .ess-radius-10-sm-20 {
    border-radius: 1.25rem;
  }
}

.ess-radius-10 {
  border-radius: 0.625rem;
}

.ess-scroll-x {
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
@media screen and (min-width: 992px) {
  .ess-scroll-x::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .ess-table-holder {
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    border-radius: 0.625rem;
    overflow: hidden;
  }
}

.ess-table {
  margin-bottom: 0;
}

.ess-table__thead {
  background-color: rgba(0, 0, 0, 0.03);
}

.ess-edit-customer-add-btn {
  right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .ess-edit-customer-add-btn {
    top: -2.875rem;
  }
}
@media screen and (max-width: 767px) {
  .ess-edit-customer-add-btn {
    top: -2.875rem;
  }
}

@media screen and (max-width: 767px) {
  .ess-table__thead {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ess-table__col_fit-content {
    width: auto;
  }
  .ess-table__th,
  .ess-table__td {
    padding: 0.3125rem 1.25rem;
  }
  .ess-table__tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    border-radius: 0.625rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
  }
  .ess-table__td {
    display: block;
    text-align: right;
    font-weight: inherit;
    color: inherit;
  }
  .ess-table__td:not(:last-child) {
    border-bottom: 1px solid rgba(100, 121, 143, 0.122);
  }
  .ess-table__td:has(.ess-table__row-link):not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid rgba(100, 121, 143, 0.122);
  }
  .ess-table__td:first-child {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .ess-table__td::before {
    content: attr(data-label);
    font-weight: 600;
    float: left;
  }
  .ess-table__td:last-child {
    border-bottom: 0;
  }
  .ess-table__tr:last-of-type .ess-table__td:first-of-type {
    border-bottom-left-radius: 0;
  }
}
.form-label {
  margin-bottom: 0.25rem;
}

.btn {
  border-radius: 8px;
  white-space: nowrap;
}

.btn-light {
  color: rgba(0, 0, 0, 0.7);
}

.card {
  border-radius: 10px;
}

.form-control,
.form-select {
  border-radius: 0.625rem;
}

.nav-pills .nav-link.active {
  background-color: #dc3545;
  color: white !important;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.ess-card {
  background-color: var(--bs-white);
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--bs-border-color-translucent);
}

.ess-btn-square-sm {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ess-steps {
  display: flex;
  gap: 0.625rem;
}

.ess-steps__step {
  flex: auto;
  position: relative;
  margin-bottom: 12px;
  color: #aeaeae;
}
.ess-steps__step::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
  top: calc(100% + 4px);
  left: 0;
  background-color: #dee2e6;
  border-radius: 3px;
  transition: background-color 0.3s ease-in-out;
}
.ess-steps__step.current {
  color: #12223B;
}
.ess-steps__step.current, .ess-steps__step.done {
  transition: all 0.3s ease-in-out;
}
.ess-steps__step.current::before {
  background: rgb(83.8, 140.6, 242.2);
}
.ess-steps__step.done::before {
  background: rgb(35.8953488372, 169.9046511628, 74.1837209302);
}

@media only screen and (max-width: 1199px) {
  .ess-logo-img {
    height: 1.875rem;
  }
  .ess-wrapper.active .ess-main-nav {
    transform: translateX(0);
    visibility: visible;
    transition: transform 400ms ease 0ms, visibility 400ms ease;
  }
  .ess-wrapper.active .ess-main-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: visibility 400ms ease, transform 400ms ease 100ms;
  }
  .ess-main-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transform: translateX(-100%);
    visibility: hidden;
    transform-origin: left center;
    transition: transform 400ms ease 0ms, visibility 400ms ease;
  }
  .ess-overlay {
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: 0.7;
    cursor: pointer;
  }
  .ess-main-nav__content {
    position: relative;
    max-width: 300px;
    height: 100%;
    overflow-y: auto;
    flex-direction: column;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: visibility, transform 400ms ease;
  }
  .ess-main-nav__btn-close {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
  }
  .ess-menu-btn {
    height: 2.25rem;
    width: 2.25rem;
    font-size: 1.6em;
    display: flex;
    align-items: center;
    border-radius: 0.625rem;
    color: #ffffff;
  }
  .ess-menu-btn:hover {
    color: #aeaeae;
  }
}
.ess-form-required::after {
  content: " *";
  color: #FF5733;
  font-size: 17px;
  display: inline;
}

.ess-chosen-checkbox_inherit-style .chosen-sl-search input[type=text] {
  border-radius: 0.1875rem;
}

.ess-chosen-checkbox_border-none .chosen-sl-content {
  border: none;
  padding: 0;
}

.ess-js-form-group-message {
  line-height: 1.2;
}

.form-control::placeholder {
  color: rgba(174, 174, 174, 0.8);
  font-weight: normal;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgba(255, 183, 3, 0.8);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 183, 3, 0.25);
}

/*# sourceMappingURL=style.min.css.map */
