.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;
}
/* 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;
}



: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%;
  }
}

.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;
}




/*# sourceMappingURL=main.f1c58bac.css.map*/