@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,500;0,600;0,700;0,800;0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --color-1 : #ec398b;
  --color-2 : #ec398b;
  --color-3 : #242734;
  --lite-1 : #ececed;
  --yellowColor : #FFCD02;
  --themeColor-1 : #f4a2a6;
  --themeColor-2 : #262937;
  --themeColor-3 : #2cffc8;
  overflow-x : hidden;
  --font-1 : 'Barlow Semi Condensed', sans-serif;
  --font-2 : 'Kumbh Sans', sans-serif;
}
.just-a:hover {
  color: #000;
}
.width-100 {
  width : 100%;
}
.auto {
  margin: auto;
}
body {
  background-color : #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}
ul,
ol,
li {
  list-style: none;
}

.btn-style-1 {
  display: inline-block;
  text-transform: uppercase;
  margin: 20px auto 0;
  font-weight: normal;
  background : #222;
  color : #fff;
}
.btn-style-1:hover {
  color : #fff;
}
.btn-style-1 span {
  position: relative;
}
.btn-style-1 span::before {
  content: "\f178";
  display: inline-block;
  font-family: "FontAwesome";
  opacity: 0;
  width: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0.2em 0 0;
  -webkit-transform: translateX(-75%) scaleX(0.1);
  -moz-transform: translateX(-75%) scaleX(0.1);
  -ms-transform: translateX(-75%) scaleX(0.1);
  transform: translateX(-75%) scaleX(0.1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.btn-style-1:hover span::before {
  opacity: 1;
  width: 10px;
  margin: 0.2em 1em 0 0;
  -webkit-transform: translateX(0) scaleX(1);
  -moz-transform: translateX(0) scaleX(1);
  -ms-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
}
.btn-style-1 span:after {
  content: "\f178";
  font-family: "FontAwesome";
  padding-left: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.btn-style-1:hover span::after {
  opacity: 0;
  width: 0;
  margin: 0;
  -webkit-transform: translateX(75%) scaleX(0.1);
  -moz-transform: translateX(75%) scaleX(0.1);
  -ms-transform: translateX(75%) scaleX(0.1);
  transform: translateX(75%) scaleX(0.1);
}
input:focus {
  outline: none !important;
}
input:autofill-selected {
  background: transparent !important;
}
.pad0 {
  padding: 0 !important;
}
.w100 {
  width: 100%;
}
.flex {
  display : flex;
}
.auto {
  margin: auto;
}
/* FLOATING INPUT */
.floating-field-box {
  padding: 0px;
  margin-bottom : 10px;
}
.content-3 .floating-field-box {
  margin-bottom: 10px;
}
.user-input-wrps {
  position: relative;
  margin: 0 auto;
}
.user-input-wrps .inputText {
  width: 100%;
  outline: none;
  border: none;
  box-shadow: none !important;
  padding: 25px 13px 10px;
  background: transparent;
  border: 2px solid #111;
  border-radius: 6px;
  font-size: 16px;
  color: #000;
}
.user-input-wrps .inputText:focus {
  border-color: var(--theme-color);
  border-width: medium medium 2px;
}
.user-input-wrps .floating-labels {
  position: absolute;
  pointer-events: none;
  top: 18px;
  left: 15px;
  transition: 0.2s ease all;
  color: #111;
  font-size: 16px;
}
.floating-labels.active,
.user-input-wrps input.active + .floating-labels, 
.user-input-wrps input:focus ~ .floating-labels {
  top: 8px;
  left: 15px;
  font-size: 13px;
  opacity: 1;
  color : #312e2d;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    /* -webkit-text-fill-color: #fff !important; */
}
.type-field {
  display : none;
}
.type-field.active {
  display : block;
}
.checkbox-holder {
  margin-top : 20px;
}
.married-box {
  display : none!important;
}
.married-box.active {
  display : block!important;
}

/* SUCCESS PAGE */
section.success {
  background-color: red;
}
.success-block {
  display: block;
  max-width: 900px;
  min-height: 100vh;
  display: flex;
  margin : auto;
}
.grid-success {
  margin: auto;
  min-height: 0;
  height: auto;
}
.logo-success {
  text-align : center;
}
.logo-success img {
  max-width : 300px;
  margin : auto;
}
.logo-community {
  background-color : #ddd;
  padding : 25px 10px;
  border-radius : 6px 6px 0 0;
}
.logo-community img {
  max-width : 150px;
  margin : auto;
}
.success-box {
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
}
.success-box img {
  --value: 90px;
  width: var(--value);
  height: var(--value);
  border-radius: var(--value);
  margin: 20px 0;
}
.success-box p {
  font-size: 14px;
}
.success-box .share-box {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.success-box .share-box a {
  display: inline-block;
  margin: 0 3px 0 0;
  color: var(--color-1);
  padding: 5px 12px 6px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.success-box .btns a {
  display: inline-block;
  padding: 6px 24px 7px;
}
@media (max-width: 559px) {
  .success-box .btns a {
    display: block;
    margin-bottom: 10px;
  }
}


/* AVATAR PREVIEW */
.modal-backdrop.show {
  opacity : 1;
}
.modal-1::-webkit-scrollbar {
  display : none;
}
.modal-1::-webkit-scrollbar-track {
  display : none;
}
.modal-1 .modal-dialog {
  border : none;
  width: 100vw;
  height: 100vh;
  display: flex;
  max-width : 300px;
  margin : 30px auto;
}
.modal-1 .modal-dialog .btn {
  border-radius : 0!important;
}
.modal-1 .modal-body {
  padding : 0;
}
#modalBody.loading {
  display : flex;
}
#modalBody .loading-container,
#modalBody.loading .img-container {
  display : none;
}
#modalBody.loading .loading-container {
  display : block;
  margin : auto;
}
.avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border: 6px solid #eaeaea;
  margin-bottom: 20px;
  cursor : pointer!important;
}
.avatar-preview label {
  cursor : pointer!important;
}
.avatar-preview img {
  cursor : pointer!important;
}
.avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.change-profile {
  cursor: pointer;
  background: #283673;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 0px;
  padding: 6px;
  color: #fff;
  font-weight: normal;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
.employee-image-area.active {
  display : inline-block!important;
}
.employee-image-area img.upload {
  --value: 100%;
  width: var(--value);
  height: var(--value);
}
.dis0 {
    display: none!important;
}

/* RADIO BUTTON */
.radio-box-wrapper {
  margin-bottom: 5px;
}
.radio-box-wrapper > .radio-box {
  display: inline-block;
  margin-right: 25px;
}
.radio-box-wrapper > .radio-box [type=radio]:checked,
.radio-box-wrapper > .radio-box [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-box-wrapper > .radio-box [type=radio]:checked + label,
.radio-box-wrapper > .radio-box [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--textColor);
  text-transform: capitalize;
}
.radio-box-wrapper > .radio-box [type=radio]:checked + label:before,
.radio-box-wrapper > .radio-box [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--darkColor);
  border-radius: 100%;
  background: #fff;
}
.radio-box-wrapper > .radio-box [type=radio]:checked + label:after,
.radio-box-wrapper > .radio-box [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-1);
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.radio-box-wrapper > .radio-box [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.radio-box-wrapper > .radio-box [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}


/* MATERIALIZE CHECKBOX */
.materialize-checkbox {
  position: relative;
}
.materialize-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  padding: 0;
}
.materialize-checkbox label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.materialize-checkbox label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 0;
  border: 2px solid #000;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.materialize-checkbox input[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 10px;
  height: 18px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.materialize-checkbox label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.title {
  font-size : 24px;
  margin-bottom : 10px;
}
.img-success {
  --value: 80px;
  width: var(--value);
  height: var(--value);
  border-radius: var(--value);
  margin: 20px auto;
}
.wrapper {
  height : 100%;
  display : flex;
}
.inline-wrapper > div {
  display : inline-block;
  margin-right : 15px;
}
.attended-box {
  display : none;
}
.attended-box.active {
  display : block;
}
.template-box-1 {
  width : calc(100% - 40px);
  margin : 20px auto;
  max-width : 550px;
  min-height : 50px;
  padding : 3px;
  /* border-radius : 7px; */
  position : relative;
  background-color: #fff;
  border: 3px solid var(--color-3);
}
@media(max-width : 767px) {
  body.hidden-fixed-wrap .template-box-1 {
    padding : 20px;
    margin : 0px;
    width : 100%;
    max-width : none;
    border: none;
  }
  body.hidden-fixed-wrap .template-box-1 form {
    padding : 15px;
  }
  body.hidden-fixed-wrap .wrapper {
    display : block;
  }
}
.template-box-1 form {
  background : #fff;
  border-radius : 7px;
}
.template-box-1 form .form-holder {
  padding : 30px;
}
.template-box-1.success {
  padding : 45px 30px;
}
.template-box-1.privacy {
  background : #fff;
  margin : 40px auto;
  max-width : 500px;
}
.template-box-1 .header {
  border-bottom : 1px solid rgba(255, 255, 255, .2);
  padding-bottom : 20px;
  margin-bottom : 20px;
}
.template-box-1.privacy .header {
  padding: 20px;
  background: var(--color-1);
  border-radius: 6px;
}
.template-box-1 .header img {
  width : 300px;
  max-width : 100%;
  margin : auto;
}
.only-label {
  font-weight : bold;
  margin-bottom : 5px;
}
.back-option {
  margin-top : 15px;
}
.back-option a {
  color: #ecdc16;
  font-weight: bold;
  display: inline-block;
  padding: 4px 16px;
  background: #222;
  border-radius: 20px;
}
.template-box-1 .body p {
  line-height : 22px;
  margin-bottom : 20px;
}
.template-box-1 .footer {
  border-top : 1px solid #ddd;
  padding-top : 20px;
  text-align : center;
  margin-top : 25px;
}
.splitter-2 {
  display : grid;
  grid-template-columns : 1.5fr 1fr;
  grid-gap : 15px;
}
.splitter-2.small {
  grid-template-columns : auto 80px;
}
span.cost {
  color : var(--color-2);
}
.payment-mode-box .wraps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap : 20px;
  padding : 0;
  margin : 10px 0;
}
@media(max-width : 559px) {
  .payment-mode-box .wraps {
    grid-template-columns: 1fr;
  }
}
.payment-mode-box.active {
  display : block;
}
.payment-mode-box img.qr-code {
  max-width: 275px;
}
.technical-support-box {
  border: 1px dashed #444;
  margin-bottom: 20px;
  border-radius: 4px;
  padding : 10px;
  text-align: center;
}
.technical-support-box p {
  margin : 0;
  font-size: 14px;
}
.technical-support-box p span {
  display: block;
  color: #000;
  font-weight: bold;
}
.number-type {
  text-transform: capitalize;
}
.total-cost {
  margin : 5px 0 25px;
}
.total-cost input {
  width : 90px;
  border : none;
  color : var(--color-1);
  font-size : 32px;
}
.cards {
  max-width: 350px;
}

.donation-links {
  text-align: center;
  padding: 15px 15px 5px;
}
.donation-links .donation-box {
  display: inline-block;
  padding: 20px 25px;
  position: relative;
  margin-left: -4px;
}
.donation-links .donation-box > span {
  display: inline-block;
  --v: 40px;
  width: var(--v);
  height: var(--v);
  border-radius: var(--v);
  line-height: var(--v);
  text-align: center;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.donation-links .donation-box > span::before {
  content: "";
  position: absolute;
  left: 0;
}
.donation-links .donation-box h4 {
  margin: 0;
  font-size: 16px;
}
.donation-links .donation-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 1px;
  background-color: #666;
}
.donation-links .donation-box.active {
  pointer-events: none;
}
.donation-links .donation-box.active > span {
  border-color: green;
  background-color: green;
  color: #fff;
}
.donation-links .donation-box.active::before {
  background-color: green;
}
@media (max-width: 559px) {
  .donation-links .donation-box {
    padding: 10px 15px;
  }
  .donation-links .donation-box::before {
    top: 30px;
  }
}
