@font-face {
  font-family: "Roboto Condensed"; 
  src: url(https://ca-resources.s3.dualstack.ap-south-1.amazonaws.com/fonts/concon/Roboto-Condensed.otf);
} 
@font-face {
  font-family: "Roboto Condensed Light";
  src: url(https://ca-resources.s3.dualstack.ap-south-1.amazonaws.com/fonts/concon/RobotoCondensed-Light.otf);
}
:root {
  --roboto: "roboto", sans-serif;
  --robo-Condensed: "Roboto Condensed", sans-serif;
  --robo-Condensed-light: "Roboto Condensed Light", sans-serif;
}

#popupForm .form-content.profile_edit {
  --upload-img-size: 8.5rem;
  background: transparent;
  max-width: 440px;
  width: auto;
  padding: 1rem;
  /* transform: scale(1); */
}

#popupForm {
  font-family: var(--roboto);
  background: none;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}

.profile_edit * {
  box-sizing: border-box;
}

.profile_edit form {
  margin-bottom: 0;
  position: relative;
}

.popup-form-wrap {
  max-width: 768px;
  margin: 0 auto;
  width: 100%;
}

.pe__photo_upload, .pe__upload {
  border-radius: 50%;
  height: var(--upload-img-size);
  width: var(--upload-img-size);
  margin: auto;
  position: relative;
}

.pe__photo_upload {
  margin-top: calc( calc( var(--upload-img-size) + 1rem )*-1 );
  margin-bottom: 1rem;
}

body.dp_show_body .pe__photo_upload {
  z-index: 15;
}

.pe__photo {
  overflow: hidden;
  border-radius: 50%;
}

.pe__photo img, .pe__upload img {
  width: 100%;
}

.pe__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pe__photo img[src*=".svg"] {
  opacity: .5;
}

.pe__upload {
  --upload-img-size: 2.5rem;
  background: #b4092b;
  padding: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.pe__form {
  --padding: 1.25rem;
  background: #fff3cf;
  width: 100%;
  padding: var(--padding);
  border-radius: .75rem;
  padding-top: calc( calc( var(--upload-img-size)/2 ) + var(--padding) );
  font-size: .75rem;
  position: relative;
  margin-top: 5rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.7);
}

.pe__title {
  text-align: center;
  font-size: 1rem;
  margin-bottom: .75rem;
  color: #000;
}

.pe__form .close-btn {
  --size: 42px;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  opacity: .5;
  font-size: 1.5rem;
  height: var(--size);
  width: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .75rem;
}

#pe__photo_form {
  padding: 0;
  position: static;
}

#pe__photo_form button {
  display: none;
}

#pe__photo_form_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

#errorfileupload, #errorReportFileUpload {
  color: red;
  text-align: center;
  top: -10px;
  position: relative;
}

.pe__photo_upload.uploading, .add-photo.uploading {
  background: #f79233;
}

.pe__photo_upload.uploading .pe__photo:after, .add-photo.uploading:after {
  --size: 2rem;
  content: '';
  width: var(--size);
  height: var(--size);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(calc(var(--size)/2)*-1);
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #fff;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  from { transform: rotate(-360deg); }
}

.pe__photo_upload.uploading .pe__photo img, .add-photo.uploading img {
  opacity: .25;
}

/* Form */
.date-picker {
  background-color: white;
  border-radius: 8px;
  position: relative;
}

.date-picker-wrap {
  height: 100%;
}

.date-picker-header {
  display: flex;
  .date-picker justify-content: space-between;
  align-items: center;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.date-picker-header span {
  color: #666;
}

.date-picker-header span span {
  pointer-events: none;
}

.date-picker-header .date-display {
  color: #333;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  padding-left: 0.5rem;
  font-size: .75rem;
}

.date-display sup {
  margin-top: -3px;
  margin-right: 3px;
  display: inline-block;
}

.date-picker-table {
  display: flex;
  border-collapse: collapse;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  background: #fff;
  left: -1px;
  right: -1px;
  border-radius: 0 0 .5rem .5rem;
  /* overflow: hidden; */
  border: 1px solid #b3aeae;
  border-top: 0;
  top: 35px;
  width: auto;
  box-shadow: 0 12px 20px rgba(0, 0, 0, .4);
  z-index: 100;
  top: 39px;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.date-picker-table:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 10px;
  border-left: 1px solid #b3aeae;
  border-right: 1px solid #b3aeae;
  top: -6px;
  left: -1px;
  right: 0;
}

.date-picker-mobile-wrap {
  /* display: none; */
}

body.js-ready .date-picker-mobile-wrap {
  /* display: flex; */
}

.date-picker-table.show {
  display: flex;
}

.date-picker-table th, .date-picker-table td {
  padding: 8px 10px;
  text-align: center;
  font-size: .75rem;
  color: #333;
}

.date-picker-table th {
  font-weight: 600;
  font-size: .7rem;
  padding: .4rem 0rem;
}

.date-picker-table thead, .date-picker-table thead tr, .date-picker-table tbody, .date-picker-table tbody tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.date-picker-table tbody {
  overflow: hidden;
  border-radius: 0 0 .5rem .5rem;
}

.date-picker-table th, .date-picker-table td {
  width: calc(100%/5);
}

.date-picker-table td {
  padding: 0;
}

/* .date-picker-table td:after {
content: '';
display: block;
height: 320px;
} */
.date-picker-table th {
  background: #f2f2f2;
  border-bottom: 1px solid #ddd;
}

.date-picker-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.date-picker-table .selected {
  background-color: #ffe0b2;
}

.scrollable {
  max-height: 320px;
  overflow-y: auto;
}

.scrollable div {
  padding: 5px;
  cursor: pointer;
}

.scrollable div:hover {
  background-color: #e5e5e5;
}

.scrollable div.selected {
  background-color: #ffe0b2;
}

.scrollable-row {
  display: flex;
  width: 100%;
}

.date-picker-table th:not(:first-child), .date-picker-table td:not(:first-child) {
  border-left: 1px solid #dedede;
}

.silent {
  visibility: hidden;
  position: absolute;
}

.pe__form_submit {
  background: #b4092b;
  color: #fff;
  width: 100%;
  border: 0;
  padding: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: 2.625rem;
  border-radius: .5rem;
  cursor: pointer;
}

.pe__form_submit img {
  width: 18px;
}

.date-picker-table thead,.form-holder {
  display: flex;
  flex-direction: column
}

.form-holder .countrybtn,.form-holder input[type=text],.form-holder select {
  background: 0 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: .5rem;
  font-size: .75rem;
  font-weight: 500;
  box-shadow: none;
  text-indent: 0px;
}
.cs-select:active,.form-holder :focus-visible {
  outline: #b4092b solid 2px;
  border-radius: .5rem
}

.date-picker-header .date-display.mobile,
.date-picker-table thead tr.mobile-popup .date-display,
.date-picker.not-valid .mobile-popup .cancel .ok,
.date-picker.valid .mobile-popup .cancel .cl,
.mobile,.sample-list li:before,
body.form-valid div#float-button-bar button .normal,
div#float-button-bar button .continue {
  display: none
}

.payment-form {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  margin-top: 2rem
}

.form__title {
  margin: -.5rem 0 1rem;
  text-align: center;
  color: #c0610a;
  font-weight: 600;
  font-size: 1.05rem
}

.label-wrap {
  --label-width: 70px;
  border: 2px solid #d1c7aa;
  border-radius: .5rem;
  display: flex;
  margin-bottom: .8rem;
  height: calc(2.5rem + 2px);
  background: #d1c7aa;
}

.label-wrap .field,.label-wrap .label-x {
  width: calc(100% - var(--label-width));
  border-radius: .3rem;
  background: #fff;
}

.w20 {
  width: calc(calc(100% - var(--label-width))/ 3)
}

.profile_edit .label {
  width: var(--label-width);
  display: flex;
  align-items: center;
  font-size: .7rem;
  background: #d1c7aa;
  padding-left: .5rem;
  border-radius: .3rem 0 0 .3rem;
  color: #000;
  font-size: .72rem;
}

.label-title {
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: .5rem
}

.form .fieldphone {
  /* width: calc(100% - calc(var(--label-width) + 60px)); */
  width: calc(100% - calc(var(--label-width) + 0px)); /*changed to 0px for remove country code */
  /* border-top-left-radius: 0;
  border-bottom-left-radius: 0; */
  margin-left: 2px;
}

.form>div.error {
  z-index: 1;
  color: red;
  position: relative;
  top: -12px;
  font-size: .74rem;
}

#errorserver {
  top: -7px;
  text-align: center;
}

.form>div.error span {
  margin-bottom: -.25rem;
  display: block;
}

.ca-pac-container,.ca-pac-loader {
  z-index: 2000;
}

.countrydropdown-wrap {
  width: 60px;
  float: left;
  position: relative;
  display: inline-block
}

.countrybtn {
  width: 100%;
  margin: 0;
  padding: 9px 6px;
  height: 32px;
  border: 1px solid #a9a9a9;
  border-right: none;
  color: #786a6a;
  background: #fff;
  font-size: .8rem;
  text-align: left
}

.footer,.swiper-slide__img-holder {
  text-align: center
}

.form-holder .countrybtn {
  padding: 0 0 0 10px;
  height: 100% !important;
  border-right: 0px solid rgb(209,199,170);
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  background: #fff;
  border-radius: .3rem 0 0 .3rem;
}

.countrydropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  overflow: auto;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 61%);
  z-index: 100;
  margin-top: 0;
  padding: 0 2px 0 0;
  height: 180px;
  overflow-y: auto
}

.pricing__split,.pricing__split li,
.radio-tabs,
.radio-tabs .item,
.selects-wrap {
  position: relative
}

.countrydropdown.show,
body.form-valid div#float-button-bar button .continue,
div#float-button-bar.visible {
  display: block
}

.dropdowndiv li {
  padding: 8px;
  cursor: pointer;
  line-height: 18px!important;
  font-size: .8rem!important;
  font-weight: 400!important;
  border-bottom: 1px solid #e3e3e3;
  transition: .2s
}

.dropdowndiv li:hover {
  background-color: #ffe0b2
}

.pe__form ::-webkit-scrollbar {
  width: 5px
}

.pe__form ::-webkit-scrollbar-track {
  background: #ddd
}

.pe__form ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #757575
}

.countrydropdown-wrap .countrybtn::after {
  pointer-events: none;
  position: static;
  margin-top: 0;
  margin-right: 6px
}

a.org-bttn.GPAY {
  background-size: 48px!important;
  border-color: #cecece!important
}

.pgdetails>div {
  margin-left: 0!important;
  display: flex;
  flex-wrap: wrap;
  gap: .3rem .6rem
}

.cs-select,
.date-picker .mobile-popup .cancel,
.dropdowndiv li,
.form-holder .countrybtn,
.pricing__split,
.radio-tabs .item,
.scrollable div,
.selects .options .item,
a.org-bttn,
input:focus {
  -webkit-tap-highlight-color: transparent;
  user-select: none
}


.dropdowndiv li.selected,
.radio-tabs,
.selects .options .item.selected,
.selects .options .item:hover {
  background: #f4e3ce;
}

.radio-tabs {
  display: flex;
  height: 100%;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0.3rem;
}

.radio-tabs .item,.selects .holder {
  align-items: center;
  display: flex;
  height: 100%;
  cursor: pointer
}

.radio-tabs .item {
  width: 100%;
  justify-content: center;
  z-index: 10;
  transition: .3s;
  color: #858585;
  font-size: .8rem;
}

.radio-tabs .item.selected {
  color: #fff
}

.radio-tabs .runner {
  background: #b4092b;
  position: absolute;
  height: 100%;
  z-index: 0;
  transition: .3s;
  border-radius: .3rem;
  !i;!;
}

.selects {
  height: 100%
}

.selects .holder {
  padding-left: .5rem;
  font-size: .75rem;
  color: #000;
}

.selects .holder .icon,
.selects .options .icon {
  display: flex;
  align-items: center;
  pointer-events: none
}

.selects .holder img,
.selects .options img {
  height: 28px;
  width: auto;
  margin-right: .5rem
}

.selects .options {
  border-collapse: collapse;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  background: #fff;
  left: -1px;
  right: -1px;
  border-radius: 0 0 .5rem .5rem;
  border: 1px solid #b3aeae;
  border-top: 0;
  width: auto;
  box-shadow: 0 12px 20px rgba(0,0,0,.4);
  z-index: 100;
  top: 39px
}

.selects .options:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 10px;
  border-left: 1px solid #b3aeae;
  border-right: 1px solid #b3aeae;
  top: -6px;
  left: -1px;
  right: 0
}

#dp_body,
.date-picker-wrap .date-picker-table thead tr.mobile-popup,
.mobile-popup,
.selects .options.show {
  display: flex
}

.selects .options .item {
  cursor: pointer;
  padding: 8px 5px;
  transition: .2s;
  display: flex;
  align-items: center
}

/* .selects .options[data-cs_opened="language"] .item {
  padding: 2px 5px;
} */

.selects .options .item:last-child {
  border-radius: 0 0 .5rem .5rem
}

.selects .options .item:not(:first-child) {
  border-top: 1px solid rgba(0,0,0,.15)
}

.pe__form [data-cs_opened] {
  display: flex;
  opacity: 0;
  transition: .2s,transform .3s;
  visibility: hidden;
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0,0,0,.6)
}

.pe__form [data-cs_opened].show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.countrybtn::after,.cs-select:after {
  content: '';
  position: absolute;
  right: .75rem;
  background: url('https://ca-img.s3.ap-south-1.amazonaws.com/ca/campaign/2024/marriage/icons/arrow-down.svg') center/contain no-repeat;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -5px
}

.cs-select.cs_open:after {
  transform: rotate(180deg)
}

.swiper-slide__img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin: auto;
  aspect-ratio: 628/684;
  background-size: contain
}

.slider .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  --swiper-pagination-bullet-horizontal-gap: 2px
}

#dp_wrapper {
  font-family: inherit
}

.dp_date_selected,.dp_time_selected {
  background: #a0282a
}

#dp_date .header {
  height: 30px
}

.date-picker-wrap thead tr.mobile-popup th {
  flex: 1;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
  padding: .5rem .5rem .5rem .75rem;
  background: #ddd;
  justify-content: flex-end;
  align-items: center
}

.date-picker.dp_show .mobile-popup {
  display: flex;
  justify-content: flex-end;
  width: 100%
}

.date-picker .mobile-popup .cancel {
  height: 26px;
  padding: 0 10px;
  border: 0;
  color: #990b0b;
  background: rgba(191,66,66,.15);
  display: flex;
  font-size: .8rem;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  border-radius: .25rem
}

.date-picker .mobile-popup .cancel:active {
  background: rgba(191,66,66,.1)
}

.dp_show_body{
  overflow:hidden;
}

@media screen and (max-width: 768px) {
  input:focus {
      outline:0
  }

  .countrybtn {
      height: 36px
  }

  .countrybtn::after {
      right: 4px;
      top: 2px
  }
}

@media screen and (max-width: 600px),screen and (max-height:420px) {

  .date-picker-table thead tr.mobile-popup .date-display,.mobile {
      display: block
  }
  
  .payment-form {
      margin-top: .5rem;
      padding: 2rem 1rem 1rem;
      border-radius: 0
  }

  .date-picker-mobile-wrap {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 500;
      background: rgba(2,2,2,.6);
      visibility: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1rem
  }

  .date-picker-wrap thead tr.mobile-popup th {
      justify-content: space-between
  }

  .date-picker.dp_show .date-picker-mobile-wrap {
      visibility: visible;
      display: flex
  }

  .date-picker-mobile-wrap .inner {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-direction: column;
      max-width: 360px;
      width: 100%;
      position: relative
  }

  .date-picker-mobile-wrap .date-picker-table {
      position: static;
      width: 100%;
      border-radius: .5rem;
      overflow: hidden;
      transform: translateY(50px);
      box-shadow: 0 10px 20px rgba(0,0,0,.7);
      border: 0
  }

  .date-picker.dp_show .date-picker-wrap thead tr.mobile-popup {
      display: flex
  }

  .date-picker .date-picker-table tbody {
      border-radius: 0
  }

  .date-picker .scrollable div:hover {
      background-color: transparent
  }

  .date-picker .scrollable div:active {
      background-color: #e5e5e5
  }

  .date-picker .scrollable div.selected {
      background-color: #ffe0b2
  }
}

@media screen and (max-width: 390px) {
  .countrybtn::after {
      right:4px;
      top: 4px
  }
}

.payment-option2 {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -10px
}

.payment-option2 img {
  max-width: 100%;
  width: 250px;
  margin: 0;
  min-width: auto;
  display: inline-block
}

@media screen and (max-width: 800px) {
  .payment-option2 {
      margin:8px auto
  }
}

/* loader for profile edit */
.loading-state {
  font-family: var(--roboto);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-state .loadInner{
  border:1px solid #ccc; 
  border-radius:.2em;
  background: #fff;
  width: 70%;
  padding: 1.5em;
  display: flex; align-items: center;
}
.spinnerloader {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #ff602d;
  border-left-color: transparent;
  animation: sloading 1s linear infinite;
}
.loading-state .spinText{
  padding-left: 25px;
  height: 25px;
  color:#aeaaaa;
}
@keyframes sloading {
  to {
      transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px) {
#popupForm {
  background: rgba(0, 0, 0, 0.8) !important;
}
#popupForm .form-content.profile_edit {
  max-width: 350px;
  display: block;
}
}
@media screen and (max-width: 767px) {
#popupForm .form-content.profile_edit {
   margin-right: auto;/* to align to center */
}
}