.button.button-primary,
.button.button-primary:hover {
  background-color: var(--primary-color);
}

.button.button.capitalize .MuiButton-label {
  text-transform: capitalize;
}

.data-section-wrapper {
  padding: 24px;
  background-color: white;
  border-radius: 10px;
  row-gap: 16px;
}

.data-section-title{
  color: var(--typography-primary);
}
.checkbox-label {
  font-family: inherit;
}

.checkbox-label-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.MuiIconButton-root:hover {
  background-color: rgba(252, 205, 18, 0.2) !important;
}

.MuiCheckbox-colorSecondary.Mui-checked {
  color: var(--primary-color) !important;
}

.form-checkbox-error {
  border: solid 1px red;
  padding-inline: 8px;
}
.data-column {
  width: 48% !important;
}

@media screen and (max-width: 600px) {
  .data-column {
    width: 100% !important;
  }
}

.data-column-left {
  padding: 10px;
  width: 40% !important;
}

.data-column-left-label {
  color: var(--typography-secondary);
  text-align: right;
}

.data-column-right {
  padding: 10px;
  width: 60% !important;
  column-gap: 8px;
  align-items: center;
  word-break: break-word;
}

.data-column-right-label {
  color: var(--typography-secondary);
}

.image-notice-heading-en {
    font-family: inherit;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.image-notice-heading-si {
    font-family: "Noto Sans Sinhala Variable", sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.image-modal-action {
    cursor: pointer;
}

.MuiDialogActions-root {
  padding: 16px;
}

.image-modal-action-en {
    font-family: inherit;
    font-size: 14px !important;
}

.image-modal-action-si {
    font-family: "Noto Sans Sinhala Variable", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}


.form-interactive-btn-paper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0%;
  margin-right: 2%;
  column-gap: 8px;
  background-color: transparent !important;
  border: none !important;

}

.form-interactive-btn-paper .MuiIconButton-root {
  background-color: #f2f2f2;
  border-radius: 0px;
  width: 24px;
  height: 24px;
  box-shadow: 2px 3px 5px #747474;
  color: #333;
  border-radius: 4px;
}

.form-interactive-btn-paper .MuiSvgIcon-root {
    font-size: 16px;
}
.form-auto-select {
  column-gap: 8px !important;
  align-items: center;
}

.label-container {
  width: 35%;
}

.form-auto-select .input-container {
  border-radius: 0 !important;
}

.MuiAutocomplete-option {
  font-size: 13px !important;
}

.MuiOutlinedInput-root {
  background-color: #f2f2f2 !important;
}

.form-dropdown-select-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 10px !important;
}

.form-drop-down-option {
  padding-block: 8px !important;
}

.MuiOutlinedInput-notchedOutline {
  border-radius: 4px !important;
  border-color: #f2f2f2 !important;
}

.Mui-focused > .MuiOutlinedInput-notchedOutline {
  border: 1px solid #fccd12 !important;
}

.Mui-error > .MuiOutlinedInput-notchedOutline {
  border: 1px solid #ff2620 !important;
}

.form-error-text {
  color: #ff2620 !important;
}

.form-error-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 10px !important;
}

.form-date-picker {
  column-gap: 8px !important;
}

.label-container {
  width: 35%;
}

.form-text-input .input-container {
  border-radius: 0 !important;
}

.form-date-picker .generic-dropdown-container {
  width: 32% !important;
}

.MuiOutlinedInput-root {
  background-color: #f2f2f2 !important;
}

.MuiOutlinedInput-input {
  padding: 1px 4px !important;
  height: 35px !important;
  font-size: 14px !important;
}

.MuiOutlinedInput-notchedOutline {
  border-radius: 4px !important;
  border-color: #f2f2f2 !important;
}

.Mui-focused > .MuiOutlinedInput-notchedOutline {
  border: 1px solid #fccd12 !important;
}

.image-selector {
  /* height: 100% !important; */
  /* width: 100% !important; */
  border: 1px solid #c7c7c7;
  border-radius: 10px;
}

.disabled-image-slot {
  background-color: #dddddd !important;
  opacity: 0.5;
}

.image-selector .add-icon {
  color: #bdbdbd;
  font-size: x-large;
}

.image-selector .add-icon:hover {
  color: #000;
}
.form-section-wrapper {
  padding: 24px;
  background-color: white;
  border-radius: 10px;
}

.form-section-heading {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: inherit;
  color: #222222;
}

.form-section-heading-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.form-section-subheading {
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #222222;
}

.form-section-subheading-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 8px !important;
}

.form-text-input {
  column-gap: 8px !important;
}

.label-container {
  width: 35%;
}

.form-text-input .input-container {
  border-radius: 0 !important;
}

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

.input-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 12px !important;
}

.MuiOutlinedInput-root {
  background-color: #f2f2f2 !important;
}

.form-text-input .MuiOutlinedInput-root .MuiOutlinedInput-input {
  font-size: 12px !important;
  overflow: auto !important;
}

.form-dropdown-select-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 10px !important;
}

.form-drop-down-option {
  padding-block: 8px !important;
}

.MuiOutlinedInput-notchedOutline {
  border-radius: 4px !important;
  border-color: #f2f2f2 !important;
}

.Mui-focused > .MuiOutlinedInput-notchedOutline {
  border: 1px solid #fccd12 !important;
}

.Mui-error > .MuiOutlinedInput-notchedOutline {
  border: 1px solid #ff2620 !important;
}

.form-error-text {
  color: #ff2620 !important;
}

.form-error-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 10px !important;
}

.outside-placeholder-text {
  color: #999;
}

.form-text-input {
  column-gap: 8px !important;
}

.label-container {
  width: 35%;
}

.form-text-input .input-container {
  border-radius: 0 !important;
}

.form-error-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 10px !important;
}

.text-view-container {
    padding-block: 8px;
}

.time-picker{
    column-gap: 8px !important;
}

.timepicker-label {
    font-size: 12px !important;
    text-align: right;
    width: 30%;
    font-weight: 300 !important;
    line-height: 16px;
  }
  
  .timepicker-label-si {
    font-weight: 400 !important;
    font-size: 10px !important;
    font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  }

  /* .timepicker {
    column-gap: 8px !important;
  }
  
  .label-container {
    width: 35%;
  }
  
  .timepicker .input-container {
    border-radius: 0 !important;
  }
  
  .timepicker-label {
    font-size: 12px !important;
    text-align: right;
    width: 30%;
    font-weight: 300 !important;
    line-height: 16px;
  }
  
  .timepicker-label-si {
    font-weight: 400 !important;
    font-size: 10px !important;
    font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  } */
  
  
.image-cropper-modal .MuiDialogContent-root {
  height: 420px;
}

.image-cropper-modal .MuiDialog-paperWidthSm {
  width: 100% !important;
}

.cropper-container {
  height: 80% !important;
}

.cropper-canvas {
  height: 100% !important;
}

.label-column{
    padding: 10px;
    word-break: break-all;
}

.label-column-en{
    font-family: inherit;
    font-size: 14px !important;
}

.label-column-si{
    font-family: "Noto Sans Sinhala Variable", sans-serif !important;
    font-size: 12px !important;
}
.light-text-column-container{
    padding: 5px 15px;
    border-radius: 4px;
}

.light-text-column-container .primary-text{
    background-color: rgb(242, 242, 242);
    padding: 5px 12px 0 12px;
    color: var(--typography-secondary);
}

.light-text-column-container .secondary-text{
    font-size: 12px;
    color: #B8B8B8;
    word-break: break-all;
    background-color: rgb(242, 242, 242);
    padding: 0 12px 5px 12px;
}
.root-container {
  padding: 4px;
  border-radius: 5px;
  color: #333 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  column-gap: 8px;
  justify-content: right !important;
}

.root-container-xs{
  width: 68% !important;
}

.root-container-md{
  width: 89% !important;
}

.notice-label-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
}

.notice-label-en {
  font-family: inherit !important;
}

.primary {
  background-color: #d6eaf8 !important;
}

.notice-label-list {
  width: 92%;
  justify-content: center;
}

.list-wrapper{
  margin-top: 0;
}

.notice-list-item-en {
  font-family: inherit;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.notice-list-item-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  color: #333 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
}

.mobile-otp-input {
  row-gap: 8px;
}

.otp-digit-container {
  flex-wrap: nowrap;
}

.otp-digit-container .digit {
  width: 24px;
  height: 24px;
  text-align: center !important;
  padding: 8px;
  font-size: 16px;
  border-top: none;
  border-left: none;
  border-right: 0px #bfc9ca;
  border-bottom: solid 2px #bfc9ca;
}

.otp-digit-container .digit:focus {
  border-top: none;
  border-left: none;
  border-bottom: solid 3px var(--primary-color);
  outline-width: 0;
}

.otp-digit-container .digit-outline {
  /* border-style: solid !important; */
  border: solid 1px #f2f2f2 !important;
  border-radius: 8px !important;
  background-color: #f2f2f2;
}

.otp-digit-container .digit-outline:focus {
  border: solid 2px var(--primary-color) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.mobile-otp-input .digit.digit-error {
  border-bottom-color: #c0392b;
  color: #c0392b;
}

.mobile-otp-input .digit.digit-success {
  border-bottom-color: green;
  color: green;
}

.mobile-otp-input .digit.digit-disabled {
  color: #bfc9ca;
}

.mobile-otp-input .helper-text {
  text-align: center;
  font-weight: 500;
}

.mobile-otp-input .helper-text.helper-text-success {
  color: green;
}

.mobile-otp-input .helper-text.helper-text-error {
  color: #c0392b;
}

.country-code-input {
  background-color: #f2f2f2;
  cursor: pointer;
}

.country-code-input .digit-container {
  padding-inline: 8px;
}

.dial-code-selector-section {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
}

.dial-code-selector-section .content-contaier {
  row-gap: 8px;
  /* padding-left: 8px; */
  /* padding-inline: 8px; */
  padding-block: 8px;
}

.dial-code-selector-section .MuiOutlinedInput-adornedStart {
  padding-left: 8px;
}

.dial-code-selector-section .search-text {
  font-size: 16px !important;
}

.dial-code-selector-section .dial-code-list {
  height: 180px;
  overflow-y: auto;
  flex-wrap: nowrap;
}

.dial-code-selector-section .dial-code-list .list-item {
  padding: 8px 8px;
  border-bottom: 1px solid #eaeded;
  cursor: pointer;
}

.dial-code-selector-section .dial-code-list .list-item-txt {
  font-size: 14px;
}

.dial-code-selector-section .back-btn {
  color: #000 !important;
  border-color: #000;
}

.phone-number-input-view .phone-number-error {
  border: solid 1px red;
  border-radius: 4px;
}

.phone-number-input-view .error-txt {
  color: red;
}

.review-section-wrapper {
    padding: 24px;
    background-color: white;
    border-radius: 10px;
    row-gap: 8px;
  }
  
  .review-section-heading {
    color: var(--typography-primary);
  }
  
  .review-section-heading-en {
    font-family: inherit;
    font-weight: 500 !important;
    font-size: 20px !important;
  }

  .review-section-heading-si {
    font-weight: 600 !important;
    font-size: 16px !important;
    font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  }

  .navigation-link{
    color: var(--typography-accent-1) !important;
  }

  .navigation-link:hover{
    cursor: pointer;
  }

  .navigation-link-en{
    font-family: inherit;
    font-size: 14px;
  }

  .navigation-link-si{
    font-family: "Noto Sans Sinhala Variable", sans-serif !important;
    font-size: 12px;
  }
.form-text-input {
  column-gap: 8px !important;
}

.label-container {
  width: 35%;
}

.form-text-input .input-container {
  border-radius: 0 !important;
}

.MuiOutlinedInput-root {
  background-color: #f2f2f2 !important;
}

.MuiOutlinedInput-input {
  padding: 1px 4px !important;
  height: 35px !important;
  font-size: 14px !important;
}

.form-drop-down-container .MuiCircularProgress-root {
  width: 15px !important;
  height: 15px !important;
  margin-top: 4px;
}

.MuiOutlinedInput-notchedOutline {
  border-radius: 4px !important;
  border-color: #f2f2f2 !important;
}

.Mui-focused > .MuiOutlinedInput-notchedOutline {
  border: 1px solid #fccd12 !important;
}

.Mui-error > .MuiOutlinedInput-notchedOutline {
  border: 1px solid #ff2620 !important;
}

.form-error-text {
  color: #ff2620 !important;
}

.form-error-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 10px !important;
}

.form-dropdown-select-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 10px !important;
}

.form-text-input .MuiOutlinedInput-root .MuiOutlinedInput-input {
  font-size: 12px !important;
  overflow: auto !important;
}

.photo-grid {
    width: 120px;
    height: 120px;
    margin: 10px 15px 0 0;
    object-fit: cover;
    cursor: zoom-in;
    border-radius: 5px;
  }
  
  @media (max-width: 480px) {
    .photo-grid {
      margin: 15px 15px 0 0;
    }
  }
@keyframes PhotoView__rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes PhotoView__delayShow {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.PhotoView__Spinner {
  animation: PhotoView__delayShow 0.4s linear both;
}
.PhotoView__Spinner svg {
  animation: PhotoView__rotate 0.6s linear infinite;
}

.PhotoView__Photo {
  will-change: transform;
  cursor: grab;
}
.PhotoView__Photo:active {
  cursor: grabbing;
}

@keyframes PhotoView__animateIn {
  from {
    opacity: 0.4;
    transform: scale(0.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes PhotoView__animateOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.2);
  }
}
.PhotoView__animateIn {
  opacity: 0.4;
  animation: PhotoView__animateIn 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.PhotoView__animateOut {
  opacity: 1;
  animation: PhotoView__animateOut 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.PhotoView__PhotoWrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.PhotoView__PhotoBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.PhotoView__PhotoMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.PhotoView-SlideWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
}

@keyframes PhotoView__fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__BannerWrap,
.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__ArrowLeft,
.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__ArrowRight,
.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__FooterWrap {
  opacity: 0;
}
.PhotoView-PhotoSlider__willClose .PhotoView-PhotoSlider__BannerWrap:hover {
  opacity: 0;
}
.PhotoView-PhotoSlider__Backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.PhotoView-PhotoSlider__fadeIn {
  opacity: 0;
  animation: PhotoView__fade 0.4s linear both;
}
.PhotoView-PhotoSlider__fadeOut {
  opacity: 0;
  animation: PhotoView__fade 0.4s linear both reverse;
}
.PhotoView-PhotoSlider__BannerWrap {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease-out;
  z-index: 20;
}
.PhotoView-PhotoSlider__BannerWrap:hover {
  opacity: 1;
}
.PhotoView-PhotoSlider__Counter {
  padding: 0 10px;
  font-size: 14px;
  opacity: 0.75;
}
.PhotoView-PhotoSlider__BannerRight {
  display: flex;
  align-items: center;
  height: 100%;
}
.PhotoView-PhotoSlider__toolbarIcon {
  box-sizing: border-box;
  padding: 10px;
  opacity: 0.75;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
.PhotoView-PhotoSlider__toolbarIcon:hover {
  opacity: 1;
}
.PhotoView-PhotoSlider__ArrowLeft,
.PhotoView-PhotoSlider__ArrowRight {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100px;
  margin: auto;
  opacity: 0.75;
  z-index: 20;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: opacity 0.2s linear;
}
.PhotoView-PhotoSlider__ArrowLeft:hover,
.PhotoView-PhotoSlider__ArrowRight:hover {
  opacity: 1;
}
.PhotoView-PhotoSlider__ArrowLeft svg,
.PhotoView-PhotoSlider__ArrowRight svg {
  box-sizing: content-box;
  padding: 10px;
  width: 24px;
  height: 24px;
  fill: white;
  background: rgba(0, 0, 0, 0.3);
}
.PhotoView-PhotoSlider__ArrowLeft {
  left: 0;
}
.PhotoView-PhotoSlider__ArrowRight {
  right: 0;
}
.PhotoView-PhotoSlider__FooterWrap {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100%;
  min-height: 44px;
  line-height: 1.5;
  font-size: 14px;
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  transition: opacity 0.2s ease-out;
  z-index: 20;
}

.disable-div {
  max-width: 420px;
  margin: auto;
  text-align: center;
  padding: 12% 15px 10% 15px;
}

/* @media (max-width: 575px) {
  .disable-div {
    height: calc(100vh - 143px) !important;
    margin-top: unset;
    padding-top: 18vh;
  }
} */

.dis-back-btn {
  margin-top: 40px;
  color: rgb(126, 126, 126);
  text-decoration: none;
  margin-left: 15px;
  cursor: pointer;
}

.dis-back-btn:hover {
  color: rgb(36, 36, 36);
  text-decoration: none;
}

.disable-div i {
  font-size: 60px;
  color: #fff;
  background: rgb(134, 134, 134);
  border-radius: 50%;
  border: 2px solid;
}

.disable-div .message {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 5px;
}

.disable-div .desc {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 25px;
}

.cus-container {
  margin: auto;
  border-radius: 8px;
  padding-bottom: 40px !important;
  max-width: 960px !important;
}

/* .received-profile-detail-div {
  padding: 25px 15px;
  width: 72%;
}

.received-profile-detail-div .inner-div {
  max-width: 810px;
  margin: auto;
  height: 100%;
  overflow: auto;
} */

.back-btn-in-detail-pages {
  box-shadow: none !important;
  color: rgb(133, 133, 133) !important;
  padding-left: 0 !important;
  font-size: 14px !important;
}

.back-btn-in-detail-pages:hover {
  background: transparent !important;
  color: rgb(99, 99, 99) !important;
}

@media (min-width: 768px) and (max-width: 970px) {
  .cus-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .back-btn-in-detail-pages {
    padding-top: 16px !important;
  }
}

/* .product-logo-box {
    background-color: rosybrown;
} */

/* .product-logo-box .product-logo {
    background-color: aqua;
} */

.product-logo-box .product-logo-xsmall {
    width: 90px !important;
    height: auto !important;
}

.product-logo-box .product-logo-small {
    width: 120px !important;
    height: auto !important;
}

.product-logo-box .product-logo-medium {
    width: 150px !important;
    height: auto !important;
}

.product-logo-box .product-logo-large {
    width: 180px !important;
    height: auto !important;
}
.footer-sec {
  position: relative;
  background: #000;
  padding-top: 40px;
  padding-bottom: 5px;
}

.footer-sec .footer-logo {
  width: 180px;
  margin-top: 15px;
}

.footer-sec .connect-with-us {
  color: #f2f2f2;
  margin-top: 20px;
}

.footer-sec .facebook-icon {
  margin-top: 15px;
  margin-right: 10px;
}

.footer-sec .instagram-icon {
  margin-top: 15px;
}

.footer-sec .link {
  display: block;
  color: #f2f2f2;
  text-decoration: none;
  margin-top: 23px;
  font-size: 15px;
}

.footer-sec .link:hover {
  color: #fccd12;
}

.footer-sec .about-us {
  display: block;
  color: #f2f2f2;
  margin-top: 20px;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}

.footer-sec .border-top {
  border-top: 1px solid rgb(41, 41, 41);
  margin-top: 50px;
}

.footer-sec .heading {
  color: #f2f2f2;
  margin-top: 30px;
  margin-bottom: 30px;
  vertical-align: middle;
}

.footer-sec .non-link {
  color: #f2f2f2;
  font-size: 15px;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 300;
}

.footer-sec .non-link a {
  color: #f2f2f2;
  text-decoration: none;
}

.footer-sec .non-link a:hover {
  color: #fccd12;
}

.footer-sec .open {
  color: #f2f2f2;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 300;
}

.footer-show-more-info {
  color: #ffffff;
  display: flex;
  justify-content: center;
  background-color: #0c0c0c;
  padding: 0.7rem;
  border-radius: 0.3rem;
}

.footer-show-more-arrow {
  transform: rotate(0deg);
  transition: transform 0.5s linear;
}

.footer-show-more-arrow.f-show {
  transform: rotate(180deg);
  transition: transform 0.5s linear;
}

.footer-show-more-main {
  margin-top: 1rem !important;
}

.unsubscribe-cancel-btn {
  display: block !important;
  margin: auto !important;
  margin-top: 1rem !important;
  background: #000 !important;
  color: #ffffff !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 0.8rem !important;
  width: 200px;
}

.unsubscribe-cancel-btn:hover {
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
    0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.success-error-div .fa-exclamation {
  color: #fccd12;
}

@media (max-width: 1280px) {
  .footer-sec .border-top {
    border-top: 0;
    border-top: initial;
    margin-top: 0;
    margin-top: initial;
  }
}

@media (max-width: 1279px) {
  .footer-sec .about-us {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .footer-sec {
    padding: 20px;
  }

  .footer-sec .cus-container {
    padding-bottom: 0px !important;
  }

  .footer-sec .footer-logo {
    display: block;
    width: 180px;
    margin: auto;
    margin-top: 15px;
  }

  .footer-sec .connect-with-us {
    text-align: center;
  }

  .footer-sec .social-div {
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
  }

  .footer-sec .link {
    text-align: center;
  }

  .footer-sec .about-us {
    text-align: center;
    margin-top: 50px;
  }

  .footer-sec .heading {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
  }

  .footer-sec .non-link {
    text-align: center;
  }

  .footer-sec .open {
    text-align: center;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .footer-sec .cus-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.create-floor-footer-desktop {
  display: block;
}

.create-floor-footer-mobile {
  display: none;
}

@media (max-width: 575px) {
  .create-floor-footer-desktop {
    display: none;
  }

  .create-floor-footer-mobile {
    display: block;
  }
}
@media (max-width: 400px) {
  .unsubscribe-page-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-content-inner-container {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  /* background-color: white; */
  border-radius: 8px;
}

.page-content-container .page-heading {
  align-self: stretch;
  font-size: 20px;
  /* font-weight: 600; */
  color: var(--typography-primary);
  font-family: inherit;
  text-transform: capitalize;
}

.page-content-container .page-heading-inside {
  padding-block: 32px;
  padding-inline: 16px;
  text-align: left;
}

.page-content-container .page-heading-outside {
  text-align: center;
  margin-top: 32px;
}

.page-content-container .prev-navigation-button {
  display: flex;
  column-gap: 4px;
  align-self: start;
  align-items: center;
  font-weight: 600;
  margin-bottom: 16px;
  color: #858585;
}

@media screen and (min-width: 641px) {
  .page-content-container .page-content-inner-container {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page-content-container {
    padding-inline: 8px;
  }

  .page-content-container .page-content-inner-container {
    width: 100%;
  }
}

/* noto-sans-sinhala-sinhala-wght-normal */
@font-face {
  font-family: 'Noto Sans Sinhala Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/static/media/noto-sans-sinhala-sinhala-wght-normal.5f7454cf0c4f18a639b3.woff2) format('woff2-variations');
  unicode-range: U+0964-0965,U+0D81-0DF4,U+1CF2,U+200C-200D,U+25CC,U+111E1-111F4;
}

/* noto-sans-sinhala-latin-ext-wght-normal */
@font-face {
  font-family: 'Noto Sans Sinhala Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/static/media/noto-sans-sinhala-latin-ext-wght-normal.da6815f20db885caa150.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* noto-sans-sinhala-latin-wght-normal */
@font-face {
  font-family: 'Noto Sans Sinhala Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/static/media/noto-sans-sinhala-latin-wght-normal.4dd3d873d5104b80ffdc.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* overlock-sc-latin-ext-400-normal */
@font-face {
  font-family: 'Overlock SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/static/media/overlock-sc-latin-ext-400-normal.3538495dfeae382efd14.woff2) format('woff2'), url(/static/media/overlock-sc-latin-ext-400-normal.73cddb79f441b5cc13aa.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* overlock-sc-latin-400-normal */
@font-face {
  font-family: 'Overlock SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/static/media/overlock-sc-latin-400-normal.c3297ceed746eea02c10.woff2) format('woff2'), url(/static/media/overlock-sc-latin-400-normal.735d600c4d090d5dc182.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* nunito-sans-cyrillic-ext-wght-normal */
@font-face {
  font-family: 'Nunito Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(/static/media/nunito-sans-cyrillic-ext-wght-normal.7cc87471197dfbf830cb.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* nunito-sans-cyrillic-wght-normal */
@font-face {
  font-family: 'Nunito Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(/static/media/nunito-sans-cyrillic-wght-normal.a6226ae82fbcc13a7360.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* nunito-sans-vietnamese-wght-normal */
@font-face {
  font-family: 'Nunito Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(/static/media/nunito-sans-vietnamese-wght-normal.51de340c14d42095b39a.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* nunito-sans-latin-ext-wght-normal */
@font-face {
  font-family: 'Nunito Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(/static/media/nunito-sans-latin-ext-wght-normal.0b93898807589614c918.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* nunito-sans-latin-wght-normal */
@font-face {
  font-family: 'Nunito Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(/static/media/nunito-sans-latin-wght-normal.6592cb44c9bc164ec03e.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* poppins-devanagari-400-normal */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/static/media/poppins-devanagari-400-normal.d2ee5e6ea17bffe3bf58.woff2) format('woff2'), url(/static/media/poppins-devanagari-400-normal.421fe9869ff4b58e2d7b.woff) format('woff');
  unicode-range: U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09;
}

/* poppins-latin-ext-400-normal */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/static/media/poppins-latin-ext-400-normal.d7c074a9c34fe9785f69.woff2) format('woff2'), url(/static/media/poppins-latin-ext-400-normal.7e12786771ac4a8e6a5c.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* poppins-latin-400-normal */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/static/media/poppins-latin-400-normal.405055dd680fa1dcdfa2.woff2) format('woff2'), url(/static/media/poppins-latin-400-normal.1458587c0aa7cd06b82b.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
:root {
  --theme-v5-surface: #fff8f0;
  --theme-v5-surface-dim: #e1d9cc;
  --theme-v5-surface-bright: #fff8f0;
  --theme-v5-surface-container-lowest: #ffffff;
  --theme-v5-surface-container-low: #fbf3e5;
  --theme-v5-surface-container: #f5eddf;
  --theme-v5-surface-container-high: #efe7da;
  --theme-v5-surface-container-highest: #eae1d4;
  --theme-v5-on-surface: #1f1b13;
  --theme-v5-on-surface-variant: #4d4635;
  --theme-v5-inverse-surface: #343027;
  --theme-v5-inverse-on-surface: #f8f0e2;
  --theme-v5-outline: #7f7663;
  --theme-v5-outline-variant: #d0c5af;
  --theme-v5-surface-tint: #735c00;
  --theme-v5-primary: #735c00;
  --theme-v5-on-primary: #ffffff;
  --theme-v5-primary-container: #d4af37;
  --theme-v5-on-primary-container: #554300;
  --theme-v5-inverse-primary: #e9c349;
  --theme-v5-secondary: #5f5e5e;
  --theme-v5-on-secondary: #ffffff;
  --theme-v5-secondary-container: #e2dfde;
  --theme-v5-on-secondary-container: #636262;
  --theme-v5-tertiary: #5f5e5a;
  --theme-v5-on-tertiary: #ffffff;
  --theme-v5-tertiary-container: #b5b3ae;
  --theme-v5-on-tertiary-container: #464541;
  --theme-v5-error: #ba1a1a;
  --theme-v5-on-error: #ffffff;
  --theme-v5-error-container: #ffdad6;
  --theme-v5-on-error-container: #93000a;
  --theme-v5-primary-fixed: #ffe088;
  --theme-v5-primary-fixed-dim: #e9c349;
  --theme-v5-on-primary-fixed: #241a00;
  --theme-v5-on-primary-fixed-variant: #574500;
  --theme-v5-secondary-fixed: #e5e2e1;
  --theme-v5-secondary-fixed-dim: #c8c6c5;
  --theme-v5-on-secondary-fixed: #1c1b1b;
  --theme-v5-on-secondary-fixed-variant: #474746;
  --theme-v5-tertiary-fixed: #e5e2dc;
  --theme-v5-tertiary-fixed-dim: #c9c6c1;
  --theme-v5-on-tertiary-fixed: #1c1c18;
  --theme-v5-on-tertiary-fixed-variant: #474743;
  --theme-v5-background: #fff8f0;
  --theme-v5-on-background: #1f1b13;
  --theme-v5-surface-variant: #eae1d4;
  --theme-v5-soft-gold: #e5c76b;
  --theme-v5-deep-onyx: #0f0f0f;
  --theme-v5-surface-cream: #fefbf3;
  --theme-v5-border-muted: #e8e8e8;

  /* --theme-v5-font-family-si: "Noto Sans Sinhala Variable", sans-serif; */
  --theme-v5-font-family-en: "Poppins Variable", sans-serif;
  --theme-v5-font-family-si: "Noto Sans Sinhala Variable", sans-serif;

  /* Backgrounds & Containers */
  --theme-v5-primary-surface-bg-color: #fff8f2;
  --theme-v5-primary-card-bg-color: #ffffff;
  --theme-v5-primary-alert-bg-color: #e8f3fd;

  --theme-v5-surface-accent-color-1: #f4eddd;
  --theme-v5-surface-accent-color-2: #eddec9;
  --theme-v5-surface-accent-color-3: #f4edda;

  --theme-v5-input-element-bg-color: #fefefd;
  --theme-v5-input-element-border-color: #cecccc;
  --theme-v5-input-element-border-color-focus: #b1802e;
  --theme-v5-input-element-bg-disabled: #f1f1f3;
  --theme-v5-input-element-text-color: #1c1b1b;
  --theme-v5-input-placeholder-color: rgba(99, 98, 98, 0.5);

  --theme-v5-form-button-group-bg-color: #f9f7f0;
  --theme-v5-form-text-view-bg-color: #f4ecd3;
  --theme-v5-form-text-error-text-color: #ef4444;
  --theme-v5-form-element-required-star-color: #b1802e;

  --theme-v5-gold-100: #fdfbf7;
  --theme-v5-gold-200: #f7eedb;
  --theme-v5-gold-300: #edd7ad;
  --theme-v5-gold-400: #dfbb78;
  --theme-v5-gold-500: #ce9d43;
  --theme-v5-gold-600: #b1802e;
  --theme-v5-gold-700: #8d6121;
  --theme-v5-gold-800: #634217;
  --theme-v5-gold-900: #3c270d;

  --theme-v5-black-100: #f5f6f8;
  --theme-v5-black-200: #e5e8ed;
  --theme-v5-black-300: #c0c6d0;
  --theme-v5-black-400: #8892a2;
  --theme-v5-black-500: #586171;
  --theme-v5-black-600: #333a46;
  --theme-v5-black-700: #1f242d;
  --theme-v5-black-800: #13161c;
  --theme-v5-black-900: #0b0c0f;

  --theme-v5-font-family-si: "Noto Sans Sinhala Variable", sans-serif;
  --theme-v5-font-family-en: "Poppins Variable", sans-serif;

  --theme-v5-font-size-xxs: clamp(0.625rem, 0.6rem + 0.15vw, 0.75rem);
  --theme-v5-font-size-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --theme-v5-font-size-sm: clamp(0.875rem, 0.825rem + 0.25vw, 1rem);
  --theme-v5-font-size-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --theme-v5-font-size-lg: clamp(1.25rem, 1.15rem + 0.5vw, 1.5rem);
  --theme-v5-font-size-xl: clamp(1.5rem, 1.35rem + 0.75vw, 2rem);
  --theme-v5-font-size-2xl: clamp(2rem, 1.75rem + 1.25vw, 2.5rem);
  --theme-v5-font-size-3xl: clamp(2.5rem, 2.15rem + 1.75vw, 3.5rem);
  --theme-v5-font-size-4xl: clamp(3rem, 2.5rem + 2.5vw, 4.5rem);
}

/* Font Family Configuration */
.app-lang-en .MuiTypography-root {
  font-family: var(--en-font-family) !important;
}

.app-lang-si .MuiTypography-root {
  font-family: var(--si-font-family) !important;
}

/* Font Varaint Configuration */
.app-lang-en .MuiTypography-body1 {
  /* background-color: darkcyan; */
  font-size: 16px;
}

.app-lang-si .MuiTypography-body1 {
  /* background-color: darkcyan; */
  font-size: 14px;
}

.app-lang-en .MuiTypography-body2 {
  /* background-color: aquamarine; */
  font-size: 14px;
}

.app-lang-si .MuiTypography-body2 {
  /* background-color: aquamarine; */
  font-size: 12px;
}

.app-lang-en .MuiTypography-caption {
  font-size: 12px;
}

.app-lang-si .MuiTypography-caption {
  font-size: 10px;
}

/* Font-weights */
.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

/* text-overflow */
/* .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */

main {
  display: flex;
  justify-content: center;
  align-items: center;
}

main[data-layout="standard-root-layout"] {
  background-color: var(--main-area-background);
  padding-block: 48px;
}

.fluid-root-layout {
}

.standard-root-layout {
  border-radius: 8px;
  min-height: 60vh;
  background-color: white;
}

@media only screen and (max-width: 960px) {
  main {
    padding-inline: 16px;
  }
}

.generic-dialog .MuiDialog-paper {
  /* padding: 8px 16px; */
  border-radius: 4px;
}
.generic-dialog .header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  padding-block: 8px;
  padding-inline: 16px;
  /* background-color: var(--primary-color); */
  border-bottom: #b2babb solid 1px;
}

.generic-dialog .heading-txt {
  font-size: 14px;
  font-weight: 600;
  color: #1c2833;
}

.generic-dialog .heading-txt .skeleton {
  height: 32px;
  width: 95%;
}

.generic-dialog.generic-dialog-si .heading-txt {
  font-size: 14px;
}

.generic-dialog .dialog-content {
  padding-inline: 16px;
}

.generic-dialog .dialog-primary-action {
  background-color: black;
  color: white;
  text-transform: capitalize;
  /* flex: 1; */
  padding: 4px 16px;
}

.generic-dialog .dialog-warning-action {
  background-color: red;
  color: white !important;
  text-transform: capitalize;
  padding: 4px 16px;
}

.generic-dialog .dialog-warning-action:hover {
  background-color: #E40101;
}

.generic-dialog .dialog-warning-action:disabled {
  background-color: #c7c7c7;
}

.generic-dialog .secondary-text-button {
  /* background-color: aqua; */
  border-radius: 4px;
  padding: 4px 16px;
  border: 1px solid black;
  text-transform: capitalize;
}

.generic-dialog .dialog-primary-action:focus {
  background-color: black;
}

.generic-dialog .dialog-primary-action:hover {
  background-color: black;
}

.generic-dialog .dialog-footer {
  padding-block: 16px;
  padding-inline: 16px;
  display: flex;
  flex-direction: row;
  row-gap: 8px;
  column-gap: 8px;
}

@media screen and (max-width: 640px) {
  .generic-dialog {
    /* background-color: #c19d0d !important; */
    width: auto !important;
  }
}

/* Premium badge styles */

.premium-badge {
  display: flex;
  align-items: center;
  background: radial-gradient(ellipse at center, #443501, #000000);
  width: -webkit-fit-content;
  width: fit-content;
  padding: 1px 8px;
  border-radius: 5px 5px 0 0;
  column-gap: 5px !important;
}

.premium-badge-label,
.premium-badge-icon {
  background: linear-gradient(
    to right,
    #cb9b51,
    #cb9b51,
    #f6e27a,
    #cb9b51,
    #cb9b51
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.premium-badge-icon {
  font-size: 12px !important;
}

.premium-badge-label {
  letter-spacing: 1px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.banner-root-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 99;
  background: linear-gradient(-45deg, #9b7e0d, #e9c430, #fdec59, #9b7c03);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding-inline: 16px;
  padding-block: 8px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.banner-close-icon-container {
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  cursor: pointer;
}

.banner-content {
  max-width: 930px;
  width: auto;
  text-align: center !important;
  margin: auto;
  color: #333333 !important;
}

.banner-content p {
  font-size: 14px;
  text-align: center;
  padding: 0 !important;
}

.content-highlight-text {
  font-weight: 500;
}

.content-highlight-text-si {
  font-weight: 600;
}

.content-text-sinhala {
  font-size: smaller;
  font-size: 12px !important;
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
}

.system-ui-v4.show-more-text button {
  background: none;
  border: none;
  color: #2979ff;
  cursor: pointer;
}

.system-ui-v4.progress-bar {
  width: 100%;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 48px;
  border: none;
  overflow: hidden;
}

.system-ui-v4.progress-bar::-webkit-progress-bar {
  background-color: rgb(240, 239, 235);
  border-radius: 48px;
}

.system-ui-v4.progress-bar::-moz-progress-bar {
  background-color: rgb(248, 184, 5);
  border-radius: 48px;
}

.system-ui-v4.progress-bar::-webkit-progress-value {
  background-color: rgb(248, 184, 5);
  border-radius: 48px;
}

.system-ui-v4.rating {
  display: inline-flex;
  align-items: center;
  column-gap: 2px;
  outline: none;
}

.system-ui-v4.rating .icon-container {
  position: relative;
  display: inline-block;
  transition: transform 0.1s ease-in-out;
}

.system-ui-v4.rating .icon {
  color: #f8b805;
}

.system-ui-v4.rating .icon.size-md {
  font-size: 16px;
}

.system-ui-v4.rating .icon.size-lg {
  font-size: 20px;
}

.system-ui-v4.rating .icon.size-xl {
  font-size: 32px;
}

.system-ui-v4.rating .icon-container:hover {
  transform: scale(1.2);
}

.system-ui-v4.rating .empty-icon {
  display: inline-block;
}

.system-ui-v4.rating .filled-icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
}

.system-ui-v4 .text-truncate-clamp,
.system-ui-v4.text-truncate-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.system-ui-v4 .truncate-clamp-3,
.system-ui-v4.truncate-clamp-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.system-ui-v4 .point-events-none,
.system-ui-v4.point-events-none {
  pointer-events: none;
}

.system-ui-v4 .cursor-pointer,
.system-ui-v4.cursor-pointer {
  cursor: pointer;
}

.system-ui-v4 .cursor-none,
.system-ui-v4.cursor-none {
  cursor: none;
}

.system-ui-v4 .inline-box,
.system-ui-v4.inline-box {
  display: inline-box;
}

.system-ui-v4 .aboslute,
.system-ui-v4.aboslute {
  position: absolute;
}

.system-ui-v4 .hidden,
.system-ui-v4.hidden {
  display: none;
}



.system-ui-v5.atom-input-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.system-ui-v5.atom-input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  font-size: var(--theme-v5-font-size-xs);
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.system-ui-v5.atom-input.atom-input-accent-primary {
  background-color: var(--theme-v5-input-element-bg-color);
  outline: 1px solid var(--theme-v5-input-element-border-color);
  color: var(--theme-v5-input-element-text-color);
}

.system-ui-v5.atom-input.atom-input-accent-primary:focus {
  outline: 1px solid var(--theme-v5-input-element-border-color-focus);
}

.system-ui-v5.atom-input.atom-input-error {
  outline: 1px solid var(--theme-v5-form-text-error-text-color);
}

.system-ui-v5.atom-input.atom-input-disabled {
  background-color: var(--theme-v5-input-element-bg-disabled);
}

.system-ui-v5.atom-input[lang="si"] {
  font-family: var(--theme-v5-font-family-si);
}

.system-ui-v5.atom-input[lang="en"] {
  font-family: var(--theme-v5-font-family-en);
}

.system-ui-v5.atom-input::placeholder {
  color: var(--theme-v5-input-placeholder-color);
  opacity: 1;
}

:root {
  /* Font Family */
  --font-family-sans: "Inter", system-ui, -apple-system, sans-serif;

  /* Font Weights */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* Line Heights */
  --line-height-tight: 1.1;
  --line-height-snug: 1.3;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.625;

  /* Colors */
  --text-primary: #111827;
  --text-secondary: #4b5563;
  --text-muted: #9ca3af;
  --text-error: #ef4444;
  --text-success: #10b981;
  --text-warning: #f59e0b;
  --text-info: #3b82f6;
  --text-inverse: #ffffff;

  --font-family-si-primary: "Noto Sans Sinhala Variable", sans-serif;
  --font-family-si-secondary: "Nirmala UI";
  --font-family-en-primary: "Poppins", sans-serif;
  --font-family-en-secondary: "Inter Variable", sans-serif;
}

/* system-ui-v5 typography typography-variant-body-base typography-language-en */

.system-ui-v5.typography {
  margin: 0;
}

/* Variants */
.system-ui-v5.typography-variant-h1 {
  font-size: var(--theme-v5-font-size-4xl);
  font-weight: 700;
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  line-height: var(--line-height-tight);
  letter-spacing: -0.02em;
}

.system-ui-v5.typography-variant-h2 {
  font-size: var(--theme-v5-font-size-3xl);
  font-weight: 700;
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  line-height: var(--line-height-tight);
  letter-spacing: -0.02em;
}

.system-ui-v5.typography-variant-h3 {
  font-size: var(--theme-v5-font-size-2xl);
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
  line-height: var(--line-height-snug);
  letter-spacing: -0.01em;
}

.system-ui-v5.typography-variant-h4 {
  font-size: var(--theme-v5-font-size-xl);
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
  line-height: var(--line-height-snug);
}

.system-ui-v5.typography-variant-h5 {
  font-size: var(--theme-v5-font-size-lg);
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  line-height: 1.3;
  line-height: var(--line-height-snug);
}

.system-ui-v5.typography-variant-h6 {
  font-size: var(--theme-v5-font-size-base);
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  line-height: 1.3;
  line-height: var(--line-height-snug);
}

.system-ui-v5.typography-variant-body-large {
  font-size: var(--theme-v5-font-size-lg);
  line-height: 1.625;
  line-height: var(--line-height-relaxed);
}

.system-ui-v5.typography-variant-body-base {
  font-size: var(--theme-v5-font-size-base);
  line-height: 1.625;
  line-height: var(--line-height-relaxed);
}

.system-ui-v5.typography-variant-body-small {
  font-size: var(--theme-v5-font-size-sm);
  line-height: 1.625;
  line-height: var(--line-height-relaxed);
}

.system-ui-v5.typography-variant-subtitle {
  font-size: var(--theme-v5-font-size-sm);
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  color: #4b5563;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.system-ui-v5.typography-variant-caption {
  font-size: var(--theme-v5-font-size-xs);
  color: #9ca3af;
  color: var(--text-muted);
}

.system-ui-v5.typography-variant-caption-small {
  font-size: var(--theme-v5-font-size-xxs);
  color: #9ca3af;
  color: var(--text-muted);
}

.system-ui-v5.typography-variant-overline {
  font-size: var(--theme-v5-font-size-sm);
  font-weight: 700;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9ca3af;
  color: var(--text-muted);
}

/* Weights */
.system-ui-v5.typography-weight-light {
  font-weight: 300;
  font-weight: var(--font-weight-light);
}

.system-ui-v5.typography-weight-regular {
  font-weight: 400;
  font-weight: var(--font-weight-regular);
}

.system-ui-v5.typography-weight-medium {
  font-weight: 500;
  font-weight: var(--font-weight-medium);
}

.system-ui-v5.typography-weight-semibold {
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
}

.system-ui-v5.typography-weight-bold {
  font-weight: 700;
  font-weight: var(--font-weight-bold);
}

/* Colors */
.system-ui-v5.typography-color-primary {
  color: #111827;
  color: var(--text-primary);
}

.system-ui-v5.typography-color-secondary {
  color: #4b5563;
  color: var(--text-secondary);
}

.system-ui-v5.typography-color-muted {
  color: #9ca3af;
  color: var(--text-muted);
}

.system-ui-v5.typography-color-error {
  color: var(--system-ui-v5-form-accent-error);
}

.system-ui-v5.typography-color-success {
  color: #10b981;
  color: var(--text-success);
}

.system-ui-v5.typography-color-inverse {
  color: #ffffff;
  color: var(--text-inverse);
}

.system-ui-v5.typography-color-gold {
  color: var(--system-ui-v5-form-accent-gold);
}

/* Alignment */
.system-ui-v5.typography-align-left {
  text-align: left;
}

.system-ui-v5.typography-align-center {
  text-align: center;
}

.system-ui-v5.typography-align-right {
  text-align: right;
}

.system-ui-v5.typography-align-justify {
  text-align: justify;
}

/* Font Families */
.system-ui-v5.typography-lang-si {
  font-family: var(--theme-v5-font-family-si);
}

.system-ui-v5.typography-lang-en {
  font-family: var(--theme-v5-font-family-en);
}

.system-ui-v5.typography-font-transform-uppercase {
  text-transform: uppercase;
}

.system-ui-v5.typography-font-transform-lowercase {
  text-transform: lowercase;
}

.system-ui-v5.typography-font-transform-capitalize {
  text-transform: capitalize;
}

.system-ui-v5.typography-font-transform-none {
  text-transform: none;
}

.system-ui-v5.typography-font-transform-inherit {
  text-transform: inherit;
}

.system-ui-v5.typography-font-transform-initial {
  text-transform: none;
  text-transform: initial;
}

.system-ui-v5.atom-select-container {
  position: relative;
}

.system-ui-v5.atom-select {
  width: 100%;
  border: none;
  min-height: 2.75rem;
  padding: 0.625rem 2.5rem 0.625rem 0.875rem;
  font-size: var(--theme-v5-font-size-xs);
  line-height: 1.5;
  border-radius: 0.375rem;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
}

.system-ui-v5.atom-select.atom-select-accent-primary {
  background-color: var(--theme-v5-input-element-bg-color);
  outline: 1px solid var(--theme-v5-input-element-border-color);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNENEFGMzciIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
  color: var(--theme-v5-input-element-text-color);
}

.system-ui-v5.atom-select.atom-select-accent-primary:focus {
  outline: 1px solid var(--theme-v5-input-element-border-color-focus);
}

.system-ui-v5.atom-select-accent-primary option {
  cursor: pointer;
  color: var(--theme-v5-input-element-text-color) !important;
}

.system-ui-v5.atom-select:disabled {
  background-color: var(--theme-v5-input-element-bg-disabled);
  cursor: not-allowed;
}

.system-ui-v5.atom-select[lang="si"] {
  font-family: var(--theme-v5-font-family-si);
}

.system-ui-v5.atom-select[lang="en"] {
  font-family: var(--theme-v5-font-family-en);
}

.system-ui-v5.atom-select.atom-select-placeholder {
  color: var(--theme-v5-input-placeholder-color);
}

.system-ui-v5.atom-select.atom-select-hasError {
  outline: 1px solid var(--theme-v5-form-text-error-text-color);
}

.system-ui-v5.atom-checkbox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.system-ui-v5.atom-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  box-sizing: border-box;
  border: none;
  cursor: pointer;

  -webkit-appearance: none;

          appearance: none;
  border-radius: 0.25rem;
  background-color: #ffffff;
  outline: 1px solid var(--system-ui-v5-input-border-clr);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
  position: relative;
}

.system-ui-v5.atom-checkbox:checked {
  background-color: var(--system-ui-v5-input-border-focus-clr);
  outline-color: var(--system-ui-v5-input-border-focus-clr);
}

.system-ui-v5.atom-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.system-ui-v5.atom-checkbox:focus {
  outline: 2px solid var(--system-ui-v5-input-border-focus-clr);
}

.system-ui-v5.atom-checkbox.atom-checkbox-disabled {
  background-color: var(--system-ui-v5-input-disabled-clr);
  cursor: not-allowed;
  outline-color: var(--system-ui-v5-input-border-clr);
}

.system-ui-v5.atom-checkbox.atom-checkbox-disabled:checked::after {
  border-color: #888888;
}

.system-ui-v5.atom-text-area-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.system-ui-v5.atom-text-area {
  width: 100%;
  box-sizing: border-box;
  border: none;
  min-height: 6rem; /* 96px */
  padding: 0.625rem 0.875rem;

  font-size: 1rem;
  line-height: 1.5;
  font-family: inherit;

  -webkit-appearance: none;

          appearance: none;
  border-radius: 0.375rem;
  background-color: #ffffff;
  outline: 1px solid var(--system-ui-v5-input-border-clr);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
  resize: vertical;
}

.system-ui-v5.atom-text-area:focus {
  outline: 1px solid var(--system-ui-v5-input-border-focus-clr);
}

.system-ui-v5.atom-text-area.atom-text-area-disabled {
  background-color: var(--system-ui-v5-input-disabled-clr);
  cursor: not-allowed;
}

.system-ui-v5.atom-date-selector {
  display: flex;
  gap: 12px;
  width: 100%;
}

.system-ui-v5.atom-date-selector .dropdown-container {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  width: 100%;
}

.system-ui-v5.atom-date-selector .dropdown-container .date-select-day {
  flex: 1 1;
}

.system-ui-v5.atom-date-selector .dropdown-container .date-select-month {
  flex: 1 1;
}

.system-ui-v5.atom-date-selector .dropdown-container .date-select-year {
  flex: 1 1;
}

@media (max-width: 480px) {
  .system-ui-v5.atom-date-selector {
    gap: 8px;
  }
}

/* Design Tokens / Variables */
:root {
  --btn-primary-bg: var(--system-ui-v5-gold-500);
  --btn-primary-hover: var(--system-ui-v5-gold-500);
  --btn-text-primary: var(--system-ui-v5-black-700);
  --btn-secondary-bg: var(--system-ui-v5-black-100);
  --btn-secondary-hover: var(--system-ui-v5-black-200);
  --btn-text-dark: var(--system-ui-v5-black-700);
  --btn-radius: 8px;
  --btn-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base Button Styling */
.system-ui-v5.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; */
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  border-radius: var(--btn-radius);
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--btn-transition);
  column-gap: 0.25rem;
}

/* Base Interactive States */
.system-ui-v5.button:hover {
  transform: translateY(-1px);
}

.system-ui-v5.button:active {
  transform: translateY(0);
}

/* Modern Accessible Focus Outline */
.system-ui-v5.button:focus-visible {
  outline: 2px solid var(--system-ui-v5-gold-500);
  outline: 2px solid var(--btn-primary-bg);
  outline-offset: 2px;
}

/* Primary Variant */
.system-ui-v5.button.button-variant-primary {
  background-color: var(--system-ui-v5-gold-500);
  background-color: var(--btn-primary-bg);
  color: var(--btn-text-light);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.system-ui-v5.button.button-variant-primary:hover {
  background-color: var(--system-ui-v5-gold-500);
  background-color: var(--btn-primary-hover);
  box-shadow:
    0 4px 6px -1px rgba(79, 70, 229, 0.2),
    0 2px 4px -2px rgba(79, 70, 229, 0.2);
}

/* Secondary Variant */
.system-ui-v5.button.button-variant-secondary {
  background-color: var(--system-ui-v5-black-100);
  background-color: var(--btn-secondary-bg);
  color: var(--system-ui-v5-black-700);
  color: var(--btn-text-dark);
}

.system-ui-v5.button.button-variant-secondary:hover {
  background-color: var(--system-ui-v5-black-200);
  background-color: var(--btn-secondary-hover);
}

/* Outline Variant */
.system-ui-v5.button.button-variant-outline {
  background-color: transparent;
  border-color: #d1d5db;
  /* Gray 300 */
  color: var(--system-ui-v5-black-700);
  color: var(--btn-text-dark);
}

.system-ui-v5.button.button-variant-outline:hover {
  background-color: #f9fafb;
  border-color: #9ca3af;
}

/* Disabled State */
.system-ui-v5.button:disabled,
.system-ui-v5.button.button-loading {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

/* Modern Loading Spinner Styles */
.system-ui-v5.button.button-loading {
  pointer-events: none;
}

.system-ui-v5.button.button-text-hidden {
  opacity: 0;
}

.system-ui-v5.button .btn-spinner {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 0.6s linear infinite;
}

.system-ui-v5.button .btn-start-icon,
.system-ui-v5.button .btn-end-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.system-ui-v5.atom-radio-button-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.system-ui-v5.atom-radio-button {
  width: 1.25rem;
  height: 1.25rem;
  box-sizing: border-box;
  border: none;
  cursor: pointer;

  -webkit-appearance: none;

          appearance: none;
  border-radius: 50%;
  background-color: #ffffff;
  outline: 1px solid var(--system-ui-v5-input-border-clr);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
  position: relative;
}

.system-ui-v5.atom-radio-button:checked {
  background-color: #ffffff;
  outline: 2px solid var(--system-ui-v5-input-border-focus-clr);
}

.system-ui-v5.atom-radio-button:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--system-ui-v5-input-border-focus-clr);
}

.system-ui-v5.atom-radio-button:focus {
  outline: 2px solid var(--system-ui-v5-input-border-focus-clr);
}

.system-ui-v5.atom-radio-button.atom-radio-button-disabled {
  background-color: var(--system-ui-v5-input-disabled-clr);
  cursor: not-allowed;
  outline-color: var(--system-ui-v5-input-border-clr);
}

.system-ui-v5.atom-radio-button.atom-radio-button-disabled:checked::after {
  background-color: #888888;
}

.system-ui-v5.form-control {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
}

.system-ui-v5.form-control .element-content-container {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  width: 100%;
}

.system-ui-v5.form-control-label .helper-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.system-ui-v5.form-control-error .typography-color-error {
  color: var(--theme-v5-form-text-error-text-color);
}

.system-ui-v5.form-control.form-control-focused .field-label {
  color: var(--theme-v5-input-element-border-color-focus);
}



.system-ui-v5.form-checkbox {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.system-ui-v5.form-checkbox-row {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.system-ui-v5.form-checkbox-row .form-checkbox-label {
  display: inline-block;
  line-height: 1.25rem;
}

.system-ui-v5.form-text-area {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2px;
  width: 100%;
}

.system-ui-v5.form-date-selector {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.system-ui-v5.form-date-selector .select-element-container {
  display: flex;
  column-gap: 0.5rem;
}

.system-ui-v5.form-date-selector .select-element-container .date-select {
  flex: 1 1;
}

.system-ui-v5.form-button-group {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.system-ui-v5.form-button-group .button-group-container {
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
  width: 100%;
}

.system-ui-v5.form-button-group .button-group-item {
  position: relative;
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: center;
  padding-inline: 0.625rem;
  border-radius: 0.375rem;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}

.system-ui-v5.form-button-group .button-group-item-accent-primary {
  background-color: var(--theme-v5-form-button-group-bg-color);
  outline: 1px solid var(--theme-v5-input-element-border-color);
}

.system-ui-v5.form-button-group
  .button-group-item-accent-primary.button-group-item-checked {
  background-color: var(--theme-v5-gold-100);
  outline-color: var(--theme-v5-gold-600);
  color: var(--theme-v5-gold-800);
}

.system-ui-v5.form-button-group
  .button-group-item
  .button-group-radio
  input[type="radio"],
.system-ui-v5.form-button-group .button-group-item .button-group-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

.system-ui-v5.form-button-group .button-group-item .button-group-label {
  z-index: 1;
}

.system-ui-v5.form-button-group .button-group-label[lang="si"] {
  font-family: var(--theme-v5-font-family-si);
  font-size: var(--theme-v5-font-size-xs);
  padding-block: 0.875rem;
}

.system-ui-v5.form-button-group .button-group-label[lang="en"] {
  font-family: var(--theme-v5-font-family-en);
  font-size: var(--theme-v5-font-size-xs);
  padding-block: 0.9375rem;
}

.system-ui-v5.form-button-group .button-group-item-error {
  outline-color: var(--theme-v5-form-text-error-text-color);
}

.system-ui-v5.form-text-preview {
  display: flex;
  flex-direction: column;
  background-color: var(--theme-v5-form-text-view-bg-color);
  padding: 12px 8px;
  border-radius: 6px;
}

.system-ui-v5.form-text-preview .label {
  color: var(--system-ui-v5-form-accent-gold);
  display: flex;
  align-items: center;
}

.system-ui-v5.form-text-preview .value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.system-ui-v5.form-auto-complete {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.system-ui-v5.form-auto-complete .input-element-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.system-ui-v5.form-auto-complete .input-element-container .atom-input-container {
  width: 100%;
}

.system-ui-v5.form-auto-complete .input-element-container .atom-input {
  padding-right: 2.25rem;
}

.system-ui-v5.form-auto-complete .input-element-container .spinner {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid hwb(0 95% 5%);
  border-top: 2px solid var(--system-ui-v5-gold-400);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.system-ui-v5.form-auto-complete .options-list {
  display: block;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.system-ui-v5.form-auto-complete .options-list .option {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0.875rem;
  color: #333;
}

.system-ui-v5.form-auto-complete .options-list .option:hover {
  background-color: #f5f5f5;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


:root {
  /* Brand Colors */
  --system-ui-v5-primary: #ffc745;
  --system-ui-v5-primary-100: #ffeec7;
  --system-ui-v5-primary-200: #e7d397;
  --system-ui-v5-primary-300: #ffdf9b;
  --system-ui-v5-primary-500: #ffc745;
  --system-ui-v5-primary-600: #d6ae0b;
  --system-ui-v5-primary-700: #cc9f37;

  --system-ui-v5-black-100: #f5f6f8;
  --system-ui-v5-black-200: #e5e8ed;
  --system-ui-v5-black-300: #c0c6d0;
  --system-ui-v5-black-400: #8892a2;
  --system-ui-v5-black-500: #586171;
  --system-ui-v5-black-600: #333a46;
  --system-ui-v5-black-700: #1f242d;
  --system-ui-v5-black-800: #13161c;
  --system-ui-v5-black-900: #0b0c0f;

  /* Colors and its variants */
  --system-ui-v5-white-clr: #ffffff;
  --system-ui-v5-black-clr: #000000;

  /* Gold Colors */
  --system-ui-v5-gold-100: #fdfbf7;
  --system-ui-v5-gold-200: #f7eedb;
  --system-ui-v5-gold-300: #edd7ad;
  --system-ui-v5-gold-400: #dfbb78;
  --system-ui-v5-gold-500: #ce9d43;
  --system-ui-v5-gold-600: #b1802e;
  --system-ui-v5-gold-700: #8d6121;
  --system-ui-v5-gold-800: #634217;
  --system-ui-v5-gold-900: #3c270d;

  /* Form Elements Accent Colors */
  --system-ui-v5-form-placeholder: var(--system-ui-v5-black-400);
  --system-ui-v5-form-accent-gold: var(--system-ui-v5-gold-600);
  --system-ui-v5-form-accent-gold-focus: var(--system-ui-v5-gold-700);
  --system-ui-v5-form-accent-gold-bg: var(--system-ui-v5-gold-100);
  --system-ui-v5-form-accent-error: #FF0000;

  --system-ui-v5-input-border-focus-clr: #fccd12;
  --system-ui-v5-input-border-clr: #d3d3d3;
  --system-ui-v5-input-disabled-clr: #f5f5f5;
}
:root {
  --system-ui-v5-font-family-si: "Noto Sans Sinhala Variable", sans-serif;
  --system-ui-v5-font-family-en: "Poppins Variable", sans-serif;
}

.system-ui-v5 .required-field {
  margin-left: 2px;
}

.system-ui-v5 .required-field-primary {
  color: var(--theme-v5-form-element-required-star-color);
}

.system-ui-v5 .m-1,
.system-ui-v5.m-1 {
  margin: 0.25rem;
}

.system-ui-v5 .m-2,
.system-ui-v5.m-2 {
  margin: 0.5rem;
}

.system-ui-v5 .m-3,
.system-ui-v5.m-3 {
  margin: 0.75rem;
}

.system-ui-v5 .m-4,
.system-ui-v5.m-4 {
  margin: 1rem;
}





:root {
  /* --primary-color: #CCAC00; */
  --primary-color: #ffc745;
  --primary-color-100: #ffeec7;
  --primary-color-200: #e7d397;
  --primary-color-300: #ffdf9b;
  --primary-color-600: #d6ae0b;
  --primary-color-700: #cc9f37;
  --typography-primary: #161a1e;
  --typography-secondary: #333;
  --typography-silver-500: #828282;
  --typography-gray-700: #404040;
  --typography-accent-1: #927001;
  --typography-accent-2: #66501c;
  --typography-accent-3: #997729;
  --succss-green: #006a4e;
  --error-red: #bc3f4a;
  --error-red-accent-1: #ff2620;
  --error-red-accent-2: #ff6b67;
  --notification-badge-background: #dd2334;
  --clickable-link: #2979ff;
  --bgcolor-1: #f2f2f2;
  --background-grey-500: #dfdfdf;
  --background-grey-200: #f2f2f2;
  --section-separator-accent-1: #d5dbdb;
  --bgcolor-accent-1: #cca326;
  --btn-primary-disabled: #d6d3d1;
  --btn-primary-disabled-label: #454d55;
  --main-area-background: #f7f7f7;

  /* Notification Center */
  --notification-popover-bg-color: white;
  --notification-icon-color: #ae882f;
  --notification-popover-heading: #836623;
  --notification-content-text: #29292b;
  --notification-seen-content-text: #707072;

  /* font families */
  --en-font-family: "Ubuntu", sans-serif;
  --si-font-family: "Noto Sans Sinhala Variable", sans-serif;
}

* {
  font-family: "Ubuntu", sans-serif;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  /* -webkit-overflow-scrolling: touch; */
}


.MuiInputBase-root,
.MuiTypography-body1 {
  font-family: "Ubuntu", sans-serif !important;
}

.sinhala-typo {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
}

.typo-si-body-1 {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 14px;
}

.bg-page-container {
  background-color: #dfdfdf !important;
}

.bg-page-container-2 {
  background-color: #f2f2f2;
  background-color: var(--bgcolor-1);
}

.bg-white {
  background-color: white !important;
}

.bg-inherit {
  background-color: inherit;
}

/* page-layout */
.page-layout {
  background-color: #dfdfdf;
}

.page-content {
  max-width: 960px;
  border-radius: 8px;
  /* padding: 16px 16px; */
  padding: 16px 36px;
}

@media (max-width: 768px) {
  .page-layout {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-content {
    padding: 16px;
  }
}

/* New Design System initiatives */
/* FlexBox Properties */
.app-root-container {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.h-dvh {
  height: 100dvh;
}

.flex {
  display: flex;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1 1;
}

.w-full {
  width: 100% !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

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

.w-fit-content {
  width: -webkit-fit-content !important;
  width: fit-content !important;
}

.h-fit-content {
  height: -webkit-fit-content !important;
  height: fit-content !important;
}

/* height */
.h-full {
  height: 100%;
}

.gap-4 {
  gap: 4px;
}

.gap-16 {
  gap: 16px;
}

.row-gap-8 {
  row-gap: 8px;
}

.row-gap-4 {
  row-gap: 4px;
}

.row-gap-8 {
  row-gap: 8px;
}

.row-gap-16 {
  row-gap: 16px;
}

.row-gap-24 {
  row-gap: 24px;
}

.row-gap-32 {
  row-gap: 32px;
}

.gap-y-48 {
  row-gap: 48px;
}

.column-gap-4 {
  column-gap: 4px;
}

.column-gap-8 {
  column-gap: 8px;
}

.column-gap-16 {
  column-gap: 16px;
}

.margin-left-8 {
  margin-left: 8px;
}

.column-gap-48 {
  column-gap: 48px;
}

.margin-left-16 {
  margin-left: 16px;
}

.ml-auto {
  margin-left: auto !important;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.margin-right-4 {
  margin-right: 4px;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-right-16 {
  margin-right: 16px !important;
}

.margin-right-24 {
  margin-right: 24px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-top-32 {
  margin-top: 32px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-bottom-16 {
  margin-bottom: 16px !important;
}

.margin-y-4 {
  margin-block: 4px;
}

.margin-y-8 {
  margin-block: 8px;
}

.m-0 {
  margin: 0 !important;
}

/* margin-block */
.mb-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-4 {
  padding: 4px;
}

.p-8 {
  padding: 8px !important;
}

.p-16 {
  padding: 16px;
}

.p-32 {
  padding: 32px;
}

.py-4 {
  padding-block: 4px;
}

.py-8 {
  padding-block: 8px;
}

.py-16 {
  padding-block: 16px;
}

.px-4 {
  padding-inline: 4px;
}

.px-8 {
  padding-inline: 8px;
}

.px-16 {
  padding-inline: 16px;
}

.px-64 {
  padding-inline: 64px !important;
}

.padding-top-32 {
  padding-top: 32px;
}

.padding-block-32 {
  padding-block: 32px;
}

.padding-block-16 {
  padding-block: 16px;
}

.padding-inline-16 {
  padding-inline: 16px;
}

.padding-2 {
  padding: 2px !important;
}

.pt-16 {
  padding-top: 16px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-32 {
  padding-bottom: 32px;
}

.item-center {
  justify-items: center;
}

.align-center {
  align-items: center !important;
}

.content-center {
  align-content: center;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.padding-bottom-32 {
  padding-bottom: 32px !important;
}

.padding-32 {
  padding: 32px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

/* Border-Radius */

.border-4 {
  border-radius: 4px;
}

.border-8 {
  border-radius: 8px;
}

.border-16 {
  border-radius: 16px !important;
}

.border-24 {
  border-radius: 24px;
}

/* Overflow Properties */
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.scrollbar-thin {
  scrollbar-width: thin;
}

.text-primary {
  color: #ffc745 !important;
  color: var(--primary-color) !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-truncate-1-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-truncate-2-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Border Properties*/
.border-radius-4 {
  border-radius: 4px !important;
}

/* Font weights */
.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-color-success {
  color: #006a4e !important;
  color: var(--succss-green) !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

/* Font styles */
.italic {
  font-style: italic !important;
}

/* Typography definitions */
.capitalized-text {
  text-transform: capitalize !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-bold {
  font-weight: 600 !important;
}

.text-semi-bold {
  font-weight: 500 !important;
}

.text-center {
  text-align: center;
}

.text-error {
  color: #bc3f4a !important;
  color: var(--error-red) !important;
}

.accent-1-text {
  color: #927001;
  color: var(--typography-accent-1);
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.leading-none {
  line-height: 1 !important;
}

/* width */
.w-full {
  width: 100% !important;
}

.w-half {
  width: 50% !important;
}

.w-auto {
  width: auto !important;
}

/* height */
.h-full {
  height: 100% !important;
}

/* Opacity  */
.opacity-70 {
  opacity: 0.7;
}

/* Typography h2 */

.typo-h2-en {
  font-family: inherit;
  font-weight: 400 !important;
  font-size: 20px !important;
}

.typo-h2-si {
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: var(--si) !important;
}

/* Typography h3 */
.typo-h3-en {
  font-size: 18px !important;
  font-family: inherit;
}

.typo-h3-si {
  font-family: var(--si) !important;
  font-size: 16px !important;
}

.typo-h4-en {
  font-size: 16px !important;
  font-family: inherit;
}

.typo-h4-si {
  font-family: var(--si) !important;
  font-size: 14px !important;
}

.typo-h5-en {
  font-size: 14px !important;
  font-family: inherit;
}

.typo-h5-si {
  font-family: var(--si) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.typo-body1-en {
  font-size: 14px !important;
  font-family: inherit;
}

.typo-body1-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 13px !important;
}

.form-element-container {
  width: 50%;
}

.w-half {
  width: 50% !important;
}

.form-item-label {
  width: 30%;
  font-size: 12px !important;
  text-align: right;
  font-weight: 400 !important;
  line-height: 16px;
  color: #161a1e !important;
  color: var(--typography-primary) !important;
}

.form-item-label-si {
  font-size: 10px !important;
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-family: var(--si-font-family) !important;
}

.form-item-label-top {
  text-align: left !important;
  width: 100% !important;
  margin-bottom: 8px !important;
}

/* Button styles */
.primary-button {
  background-color: #ffc745 !important;
  background-color: var(--primary-color) !important;
  color: #161a1e;
  color: var(--typography-primary);
}

.primary-button.Mui-disabled {
  background-color: #bfc9ca !important;
}

.primary-button:hover {
  background-color: #ffc745 !important;
  background-color: var(--primary-color) !important;
}

.button.button-primary.button-disabled {
  background-color: #d6d3d1;
  background-color: var(--btn-primary-disabled);
}

.button.button-primary.button-disabled .MuiButton-label {
  color: #454d55;
  color: var(--btn-primary-disabled-label);
}

.btn-box-shadow {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.secondary-button {
  background-color: #000 !important;
  color: #fff !important;
}

.success-text-button .MuiButton-label {
  color: #006a4e;
  color: var(--succss-green);
  font-weight: 600;
  text-decoration: underline;
}

.cancel-text-button .MuiButton-label {
  color: #bc3f4a;
  color: var(--error-red);
  font-weight: 600;
  text-decoration: underline;
}

.primary-text-button .MuiButton-label {
  text-transform: capitalize;
  color: #927001;
  color: var(--typography-accent-1);
  text-decoration: underline;
  -webkit-text-decoration-color: #927001;
          text-decoration-color: #927001;
  -webkit-text-decoration-color: var(--typography-accent-1);
          text-decoration-color: var(--typography-accent-1);
}

/* colors */
.color-white {
  color: #fff !important;
}

.color-typography-primary {
  color: #161a1e !important;
  color: var(--typography-primary) !important;
}

.typography-gray-dark {
  color: #404040 !important;
  color: var(--typography-gray-700) !important;
}

.color-inherit {
  color: inherit;
}

.primary-circular-progress {
  color: #f8bf01 !important;
}

/* Typography New Implementation */
.text-font-family-primary {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-family: var(--si-font-family) !important;
}

.typography-h-6 {
  /* font-family: var(--si-font-family) !important; */
  font-size: 20px !important;
  font-weight: 600 !important;
}

.typography-body-1 {
  /* font-family: var(--si-font-family) !important; */
  font-size: 16px !important;
}

.typography-body-2 {
  /* font-family: var(--si-font-family) !important; */
  font-size: 14px !important;
}

.typography-caption-1 {
  /* font-family: var(--si-font-family) !important; */
  font-size: 12px !important;
}

.typography-caption-2 {
  /* font-family: var(--si-font-family) !important; */
  font-size: 10px !important;
}

.typography-form-element-label {
  /* font-family: var(--si-font-family) !important; */
  font-size: 14px !important;
}

/* Text Varaints */
.form-error-text {
  color: #bc3f4a;
  color: var(--error-red);
  font-family: "Noto Sans Sinhala Variable", sans-serif;
  font-family: var(--si-font-family);
}

.form-error-text-accent-1 {
  color: #ff2620;
  color: var(--error-red-accent-1);
}

.text-green-500 {
  color: #006a4e;
  color: var(--succss-green);
}

/* word-break */
.break-word {
  word-break: break-word;
}

.break-all {
  word-break: break-all;
}

/* text-decoration */

.text-decoration-none {
  text-decoration: none;
}

/* display-type */
.hidden {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

/* mobile responsive */
@media only screen and (max-width: 600px) {
  .form-element-container {
    width: 100% !important;
  }

  .form-item-label {
    width: 25%;
  }
}

/*# sourceMappingURL=main.748a0d03.css.map*/