@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

/* src/styles.scss */
body.dialog-open {
  overflow: hidden;
}
.nsm-dialog-btn-close {
  border: 0;
  background: none;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.2em;
  cursor: pointer;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: background-color 500ms;
  background-color: transparent;
  z-index: 999;
}
.overlay.nsm-overlay-open {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.transparent {
  background-color: transparent;
}
.nsm-dialog {
  position: relative;
  opacity: 1;
  visibility: visible;
  min-height: 200px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  pointer-events: none;
  outline: none;
}
.nsm-dialog.nsm-dialog-close {
  opacity: 0;
}
.nsm-dialog.nsm-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
.nsm-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 2px;
  padding: 1rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  margin-left: 1.75rem;
  margin-right: 1.75rem;
  box-shadow:
    0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14),
    0 5px 24px 4px rgba(0, 0, 0, 0.12);
  outline: 0;
  transform: translate3d(0, 0, 0);
}
.nsm-body {
  position: relative;
  flex: 1 1 auto;
}
.nsm-dialog[class*=nsm-dialog-animation-] {
  transition: transform 500ms ease-in-out, opacity 500ms;
}
.nsm-dialog-animation-ltr {
  transform: translate3d(-50%, 0, 0);
}
.nsm-dialog-animation-ltr.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}
.nsm-dialog-animation-ltr.nsm-dialog-close {
  transform: translate3d(-50%, 0, 0);
}
.nsm-dialog-animation-rtl {
  transform: translate3d(50%, 0, 0);
}
.nsm-dialog-animation-rtl.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}
.nsm-dialog-animation-rtl.nsm-dialog-close {
  transform: translate3d(50%, 0, 0);
}
.nsm-dialog-animation-ttb {
  transform: translate3d(0, -50%, 0);
}
.nsm-dialog-animation-ttb.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}
.nsm-dialog-animation-ttb.nsm-dialog-close {
  transform: translate3d(0, -50%, 0);
}
.nsm-dialog-animation-btt {
  transform: translate3d(0, 50%, 0);
}
.nsm-dialog-animation-btt.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}
.nsm-dialog-animation-btt.nsm-dialog-close {
  transform: translate3d(0, 50%, 0);
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.d-column,
.d-flex-column {
  display: flex;
  flex-direction: column;
}
.align-center {
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.m-auto {
  margin: auto;
}
.m-1 {
  margin: 8px;
}
.m-2 {
  margin: 16px;
}
.m-3 {
  margin: 24px;
}
.m-4 {
  margin: 32px;
}
.m-5 {
  margin: 40px;
}
.m-6 {
  margin: 48px;
}
.m-7 {
  margin: 56px;
}
.m-8 {
  margin: 64px;
}
.m-9 {
  margin: 72px;
}
.m-10 {
  margin: 80px;
}
.ml-auto {
  margin-left: auto;
}
.ml-1 {
  margin-left: 8px;
}
.ml-2 {
  margin-left: 16px;
}
.ml-3 {
  margin-left: 24px;
}
.ml-4 {
  margin-left: 32px;
}
.ml-5 {
  margin-left: 40px;
}
.ml-6 {
  margin-left: 48px;
}
.ml-7 {
  margin-left: 56px;
}
.ml-8 {
  margin-left: 64px;
}
.ml-9 {
  margin-left: 72px;
}
.ml-10 {
  margin-left: 80px;
}
.mr-auto {
  margin-right: auto;
}
.mr-1 {
  margin-right: 8px;
}
.mr-2 {
  margin-right: 16px;
}
.mr-3 {
  margin-right: 24px;
}
.mr-4 {
  margin-right: 32px;
}
.mr-5 {
  margin-right: 40px;
}
.mr-6 {
  margin-right: 48px;
}
.mr-7 {
  margin-right: 56px;
}
.mr-8 {
  margin-right: 64px;
}
.mr-9 {
  margin-right: 72px;
}
.mr-10 {
  margin-right: 80px;
}
.mt-auto {
  margin-top: auto;
}
.mt-1 {
  margin-top: 8px;
}
.mt-2 {
  margin-top: 16px;
}
.mt-3 {
  margin-top: 24px;
}
.mt-4 {
  margin-top: 32px;
}
.mt-5 {
  margin-top: 40px;
}
.mt-6 {
  margin-top: 48px;
}
.mt-7 {
  margin-top: 56px;
}
.mt-8 {
  margin-top: 64px;
}
.mt-9 {
  margin-top: 72px;
}
.mt-10 {
  margin-top: 80px;
}
.mb-1 {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-3 {
  margin-bottom: 24px;
}
.mb-4 {
  margin-bottom: 32px;
}
.mb-5 {
  margin-bottom: 40px;
}
.mb-6 {
  margin-bottom: 48px;
}
.mb-7 {
  margin-bottom: 56px;
}
.mb-8 {
  margin-bottom: 64px;
}
.mb-9 {
  margin-bottom: 72px;
}
.mb-10 {
  margin-bottom: 80px;
}
.gap-1 {
  gap: 8px !important;
}
.gap-2 {
  gap: 16px !important;
}
.gap-3 {
  gap: 24px !important;
}
.gap-4 {
  gap: 32px !important;
}
.gap-5 {
  gap: 40px !important;
}
.gap-6 {
  gap: 48px !important;
}
.gap-7 {
  gap: 56px !important;
}
.gap-8 {
  gap: 64px !important;
}
.gap-9 {
  gap: 72px !important;
}
.gap-10 {
  gap: 80px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.heading-small {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #242628;
}
.title-small,
.title-medium,
.title-large {
  font-weight: 600;
  color: #242628;
}
.title-large {
  font-size: 18px;
  line-height: 24px;
}
.label-regular-tiny,
.label-regular-small,
.label-regular-medium,
.label-regular-large {
  font-weight: 400;
  color: #575E63;
}
.label-regular-tiny {
  font-size: 11px;
  line-height: 16px;
  color: #5F676C;
}
.label-regular-small {
  font-size: 12px;
  line-height: 16px;
}
.label-medium-small,
.label-medium-medium,
.label-medium-large {
  font-weight: 500;
  color: #242628;
}
.label-medium-small {
  font-size: 12px;
  line-height: 16px;
}
.label-medium-medium {
  font-size: 14px;
  line-height: 20px;
}
.label-medium-large {
  font-size: 16px;
  line-height: 24px;
}
.label-semibold-large {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #242628;
}
.body-small,
.body-large {
  font-weight: 400;
  color: #575E63;
}
.body-small {
  font-size: 12px;
  line-height: 16px;
}
.body-medium {
  font-size: 14px;
  line-height: 20px;
}
.body-large {
  font-size: 16px;
  line-height: 24px;
}
.text-color-title {
  color: #242628 !important;
}
.text-color-subtitle {
  color: #575E63 !important;
}
.text-color-info {
  color: #0B7CBE !important;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
span.separator-dot {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #575E63;
  margin: 0 4px;
}
app-loading {
  height: 100%;
}
mnt-steps .mnt-steps-container.mnt-steps-horizontal {
  padding: 0;
  box-shadow: none;
  justify-content: center;
}
ul.unstyled-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
input[type=radio] {
  appearance: none;
}
input[type=radio],
input[type=radio]:after,
input[type=radio]:checked:after {
  content: "";
  display: inline-block;
  visibility: visible;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  position: relative;
  box-sizing: border-box;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
input[type=radio]:disabled {
  background-color: #CED2D3;
}
input[type=radio]:after {
  background-color: white;
  border: 2px solid #ABB2B5;
}
input[type=radio]:checked:after {
  background-color: #0D547F;
  border: 6px solid #83CEF6;
}
.custom-toast-success {
  padding: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 12px;
  background-color: #BBF7D6;
  color: #16653C;
  margin: 16px;
  box-shadow:
    0 0 4px 0 rgba(0, 0, 0, 0.03),
    0 -2px 8px 0 rgba(0, 0, 0, 0.03),
    0 -4px 12px 0 rgba(0, 0, 0, 0.03),
    0 -6px 16px 0 rgba(0, 0, 0, 0.03);
}
.loading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.loading-container p {
  font-size: 16px;
  color: #575E63;
  margin: 0;
}
.textarea-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.textarea-group textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 16px;
  border: 1px solid #CED2D3;
  border-radius: 6px;
  font-size: 14px;
  color: #242628;
}
.button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  color: #0A639A;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  word-wrap: nowrap;
}
.button-floating-effect {
  box-shadow:
    0 0 4px 0 rgba(0, 0, 0, 0.03),
    0 -2px 8px 0 rgba(0, 0, 0, 0.03),
    0 -4px 12px 0 rgba(0, 0, 0, 0.03),
    0 -6px 16px 0 rgba(0, 0, 0, 0.03);
  z-index: 1000;
}
.page-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: #FFF;
}
.page-container .page-content {
  padding: 16px;
}
.page-container section.page-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.page-container section.page-section.border-bottom {
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E7E8;
}
.page-content.floating-footer-fix {
  padding-bottom: 80px !important;
}
.page-content.app-bar-fix {
  height: calc(100% - 80px) !important;
}
.page-body {
  padding: 16px;
}
.page-body section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.page-body section.section-divider-bottom {
  border-bottom: 1px solid #E5E7E8;
}
.page-footer {
  padding: 16px;
  background-color: white;
  box-sizing: border-box;
}
.page-footer:not(.page-footer-floating-bottom) {
  border-top: 1px solid #E5E7E8;
}
.page-footer-floating-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 80px;
  border-top: 1px solid #E5E7E8;
  box-shadow:
    0 0 4px 0 rgba(0, 0, 0, 0.03),
    0 -2px 8px 0 rgba(0, 0, 0, 0.03),
    0 -4px 12px 0 rgba(0, 0, 0, 0.03),
    0 -6px 16px 0 rgba(0, 0, 0, 0.03);
}
.page-footer .total-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
.page-footer .total-container .total-value {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.dialog-small,
.dialog-full-height,
.dialog-90vh {
  height: auto;
  overflow: auto;
}
.dialog-small .nsm-content,
.dialog-full-height .nsm-content,
.dialog-90vh .nsm-content {
  padding: 0 !important;
  margin: 0 !important;
}
.dialog-small .nsm-dialog-btn-close,
.dialog-full-height .nsm-dialog-btn-close,
.dialog-90vh .nsm-dialog-btn-close {
  display: none;
}
.dialog-full-height,
.dialog-90vh {
  height: 90vh !important;
  overflow: auto;
  position: relative;
}
.dialog-product-default .nsm-content {
  height: 100%;
}
.dialog-product-default app-menu-item-default-modal,
.dialog-product-default app-menu-item-with-choices-modal {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dialog-product-default .dialog-footer {
  margin-top: auto;
}
.dialog-container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 16px;
}
.dialog-container.dialog-container-loading {
  height: calc(100% - 80px) !important;
}
.dialog-banner-wrapper {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.dialog-banner-wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}
.dialog-banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dialog-banner-wrapper span.dialog-banner-overlay {
  content: "";
  display: block;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1000;
}
.dialog-banner-wrapper mnt-button-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1001;
}
.dialog-body {
  height: calc(100% - 80px - 200px);
}
.dialog-body .item-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
}
.dialog-body .price-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dialog-header-fixed {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.dialog-header-fixed.visible {
  opacity: 1;
  display: block;
  animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.dialog-header-fixed:not(.visible) {
  opacity: 0;
}
.dialog-container-scrolled-fix {
  margin-top: -80px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.dialog-footer {
  height: 80px;
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E5E7E8;
}
.dialog .modal-footer-content {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
* {
  margin: 0;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-family: Poppins;
}
body {
  margin: 0;
  height: 100%;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
app-title {
  width: 100%;
}
button {
  border: inherit;
}
.dialog-small,
.dialog-full-height,
.modal-btt {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: auto;
  max-width: 540px;
  margin: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: white;
  opacity: 0;
  transform: translateY(50%);
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.dialog-small.nsm-dialog-open,
.dialog-full-height.nsm-dialog-open,
.modal-btt.nsm-dialog-open {
  transform: translateY(0%);
  opacity: 1;
}
.dialog-small .nsm-content,
.dialog-full-height .nsm-content,
.modal-btt .nsm-content {
  padding: 32px 16px;
  box-shadow: none;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  border-radius: 400px;
  background-color: #DCFCEA;
  color: #16653C;
}
.badge img {
  width: 20px;
}
@media (max-width: 420px) {
  .otp-input-custom {
    width: 25px !important;
  }
}
@media (min-width: 421px) and (max-width: 767px) {
  .otp-input-custom {
    width: 35px !important;
  }
}
.otp-input-custom {
  background: white !important;
  color: black !important;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #CED2D3;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
