html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#step-aside a {
  color: #3f4254;
}

.stepper-icon-active {
  border: 2px solid #2799e3;
}

.stepper-number-active {
  color: #fff !important;
}

input[type="password"].error,
input[type="date"].error,
select.error,
input[type="file"].error,
input[type="radio"].error {
  border: red 1px solid;
}

.description-title {
  margin-bottom: 0.5rem;
}

.errorMessage {
  color: red;
}

.stepper-icon {
  aspect-ratio: 1;
}

.status-submitted {
  display: flex;
  justify-content: flex-end;
}

#status-submitted {
  border-radius: 24px;
  padding-inline: 10px;
  background: #00b300;
  display: none;
}

.icon-lock {
  display: none;
}

.menu-label {
  width: 100%;
}

.menu-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-check {
  display: none;
}

.table-tfn td,
.table-super td {
  border: 1px solid black;
}

.table-tfn table,
.table-super table,
.table-bank table {
  border: 1px solid black;
}

.table-bank td {
  padding: 10px;
  border: 1px solid black;
}

.table-parent td,
.table-bank td,
.table-doc td {
  padding: 10px;
}

.table-tfn td,
.table-super td {
  padding: 4px;
  font-size: 1rem;
}

.stepper-status {
  display: flex;
  justify-content: center;
}

.status-check-bank,
.status-check-doc,
.status-check-tfn,
.status-check-super,
.status-check-parent,
.status-check-ep,
.status-check-img {
  display: none;
}

.status-edit-doc,
.status-edit-img,
.status-edit-parent,
.status-edit-super,
.status-edit-tfn,
.status-edit-ep,
.status-edit-bank {
  display: none;
}

/* using for sidebar with hcm and indian url */
.hide-item-url {
  display: none;
}

.hide-table-row {
  display: none;
}

#kt_wrapper:has(.content-only) #kt_header,
#kt_wrapper:has(.content-only) #custom-menu-sidebar,
#kt_wrapper:has(.content-only) #kt_footer,
#kt_wrapper:has(.content-only) .sidebarIconToggle {
  display: none !important;
}

#kt_wrapper:has(.content-only) {
  padding-top: 0;
}

#kt_content:has(.content-only) {
  margin-top: 0;
}

.modal-backdrop {
  display: none !important;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 1rem;
}
