.scroll-modal::-webkit-scrollbar {
  display: none;
}

.body-estamp {
  font-size: 14px;
  font-weight: 400;
}

.btn-blue-ci {
  background-color: #0767b1 !important;
  color: #ffffff !important;
  padding: 0.3rem 0.85rem !important;
}

.dropdown-menu.show {
  border-radius: 0.75rem !important;
  margin: 0.25rem 0rem !important;
}

.table-responsive {
  overflow-x: visible !important;
}

.table-responsive-height {
  min-height: 60vh;
  margin-bottom: 1rem;
  background: white;
}

.f-sm {
  font-size: calc(
    12px + (14 - 12) * ((100vw - 300px) / (1600 - 300))
  ) !important;
}

.dropdown-menu.show {
  width: max-content !important;
}

.table > thead > tr > th {
  font-weight: 400 !important;
}

.table > thead > tr > th {
  font-weight: 400 !important;
}

.attach-modal-btn {
  border: 0 !important;
  font-size: 12px !important;
  text-align: left !important;
}

.f-blue-ci {
  color: #0767b1 !important;
}

.custom-select {
  background-image: url("../../assets/images/icon/select-arrow.svg") !important;
  background-size: 12px 8px !important;
  padding: 0.5rem 0.75rem !important;
}

.paginator-select-w {
  width: 7% !important;
}

.btn-white-ci {
  background-color: #ffffff !important;
  color: #0767b1 !important;
  padding: 0.3rem 0.85rem !important;
}

.form-select {
  color: #212529 !important;
  opacity: 1 !important;
}

.card-padding {
  padding: 0px 5rem;
}
/* .body-estamp > .row {
  margin-top: 1rem;
} */
/* .selected-btn {
  color: #0d6efd !important;
  font-weight: bold !important;
} */

.btn-square {
  width: 6rem; /* Set your desired width in pixels */
  height: 6rem; /* Set your desired height in pixels */
  line-height: 50px; /* Set the same value as height to vertically center the text */
  text-align: center; /* Center the text horizontally */
  position: absolute;
  margin: 5px;
  z-index: 1;
  border-radius: 0.75rem !important;
  border: 2px dashed #fff !important;
}

.datepicker {
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 1em 0.5em !important;
  transform: translate(0, 5.5em) !important;
}

.card-estamp {
  width: 90%;
  height: 75vh;
  border-radius: 1rem !important;
}

.card-form-estamp {
  width: 80%;
  /* height: 75vh; */
  padding: 2rem 5rem !important;
}

.card-body-form-estamp {
  background-color: #f2f2f2 !important;
  border-radius: 0.25rem !important;
  padding: 2rem 6rem !important;
}

.card-body-form-qr {
  background-color: #f2f2f2 !important;
  border-radius: 0.25rem !important;
  padding: 2rem 6rem 0rem 6rem !important;
}

.list-estamp {
  height: 80%;
  width: 90%;
  /* padding: 1rem 3rem; */
  /* display: grid !important;
  grid-template-columns: auto auto;
  row-gap: 1rem !important;
  column-gap: 2rem !important; */
  overflow-y: auto;
}

.card-list-estamp {
  font-size: 14px !important;
  /* width: 75%; */
  /* height: 18vh; */
}

.estamp-text-cl {
  color: #0d6efd !important;
}

.img-sqr {
  width: 8rem;
  height: auto;
}

.bg-gray {
  background-color: #d9d9d9 !important;
}

.login-card {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  /* width: calc(100% - 40vw) !important; */
  width: 100% !important;
  border-radius: 1.5rem !important;
}
.login-card-content {
  margin: auto auto;
}
.login-card-content-estamp-p {
  margin: auto auto;
}

.login-card-body {
  height: 35rem !important;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.step-rounded {
  border-radius: 50% !important;
  height: 2em;
  width: 2em;
  font-size: 1.5rem !important;
  background-color: transparent;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  /* padding: 0.375rem 0.75rem; */
  color: #fff;
  border: 0.25em solid #d9d9d9;
}

.step-hr {
  opacity: 1;
  background-color: #d9d9d9 !important;
  height: 0.75rem !important;
}

.font-14 {
  font-size: 14px !important;
}

.step-indicator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

.step-circle {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.step-circle.active {
  background-color: #007bff;
}

.step-line {
  flex-grow: 1;
  height: 5px;
  background-color: #ccc;
}

.step-line.active {
  background-color: #007bff;
}

.custom-thead-estamp > tr > th {
  font-size: 12px !important;
  font-weight: 200 !important;
  vertical-align: top;
}

.text-red {
  color: red;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.form-column {
  display: flex;
  flex-direction: column;
}

.btn-dot {
  font-size: 22px !important;
  font-weight: 500;
}

.card-body-padding {
  padding: 2rem 2rem;
}

.search-img {
  width: 30%;
}
/* .f-sm {
  vertical-align: middle !important;
  font-size: 15px !important;
  font-weight: 300 !important;
} */

/* < 568px */
@media (max-width: 575.98px) {
  .login-card-content-estamp-p {
    width: 100%;
  }

  .table-responsive {
    overflow-x: auto !important;
  }
  .login-card-content {
    width: 100%;
  }

  .btn-dot {
    font-size: 22px !important;
    font-weight: 500;
  }

  .card-padding {
    padding: 0 !important;
  }

  .card-body-form-estamp {
    padding: 1rem 1rem !important;
    font-size: 12px !important;
  }

  .step-indicator {
    width: 100%;
  }

  .step-circle {
    width: 2rem !important;
    height: 2rem !important;
  }

  .h3,
  h3 {
    font-size: calc(1.15rem + 0.6vw);
  }

  .h5,
  h5 {
    font-size: 1rem;
  }

  .h6,
  h6 {
    font-size: 0.8rem;
  }

  .font-14 {
    font-size: 12px !important;
  }

  .card-body-padding {
    padding: 1rem 1rem;
  }

  .search-img {
    width: 100%;
  }
  /* .btn-white-ci {
    border: 1px solid #0767b1;
  } */
}

/* ≥568px */
@media (min-width: 576px) and (max-width: 767.98px) {
  .login-card-content-estamp-p {
    width: 100%;
  }

  .table-responsive {
    overflow-x: auto !important;
  }
  .login-card-content {
    width: 100%;
  }

  .btn-dot {
    font-size: 22px !important;
    font-weight: 500;
  }

  .card-padding {
    padding: 0 !important;
  }

  .card-body-form-estamp {
    padding: 1rem 1rem !important;
    font-size: 12px !important;
  }

  .step-indicator {
    width: 100%;
  }

  .step-circle {
    width: 2rem !important;
    height: 2rem !important;
  }

  .h3,
  h3 {
    font-size: calc(1.15rem + 0.6vw);
  }

  .h5,
  h5 {
    font-size: 1rem;
  }

  .h6,
  h6 {
    font-size: 0.8rem;
  }

  .font-14 {
    font-size: 12px !important;
  }

  .card-body-padding {
    padding: 1rem 1rem;
  }

  .search-img {
    width: 100%;
  }
}

/* 	≥768px */
@media (min-width: 768px) and (max-width: 991.98px) {
  .login-card-content-estamp-p {
    width: 100%;
  }

  .table-responsive {
    overflow-x: auto !important;
  }
  .login-card-content {
    width: 100%;
  }

  .btn-dot {
    font-size: 22px !important;
    font-weight: 500;
  }

  .card-padding {
    padding: 0 !important;
  }

  .card-body-form-estamp {
    padding: 1rem 1rem !important;
    font-size: 14px !important;
  }

  .step-indicator {
    width: 65%;
  }

  .step-circle {
    width: 2rem !important;
    height: 2rem !important;
  }

  .h3,
  h3 {
    font-size: calc(1.15rem + 0.6vw);
  }

  .h5,
  h5 {
    font-size: 1rem;
  }

  .h6,
  h6 {
    font-size: 0.8rem;
  }

  .font-14 {
    font-size: 14px !important;
  }

  .card-body-padding {
    padding: 1rem 1rem;
  }

  .search-img {
    width: 50%;
  }
}

/* ≥1024px */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .login-card-content {
    width: calc(100% - 40vw);
  }
  .login-card-content-estamp-p {
    width: calc(100% - 42vw);
  }
}

/* ≥1280px */
@media (min-width: 1200px) {
  .login-card-content {
    width: calc(100% - 30vw);
  }
  .login-card-content-estamp-p {
    width: calc(100% - 55vw);
  }
}
