@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
 /* width: 100vw;*/
 /* background-color: #0072FF;*/
}

@media (max-width:401px) { 

  label {
    
    font-size: 14px !important;
    
}
} 

a{
  text-decoration: none
}
p {
  color: #2f3237;
}
.formbold-main-wrapper {
 /* display: flex;*/
  align-items: center;
  justify-content: center;
 /* padding: 10px;*/
}

.formbold-content {
  padding: 20px;
}

.formbold-form-title {
  margin-bottom: 25px;
}

h3 {
  color: #090909;
  font-weight: 600;
  font-size: 17px;
}

h3 small {
  display: contents;
  font-weight: 400;
}



.formbold-form-title h3 {
  color: #090909;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15;
    margin-top: 15px;
}

.formbold-form-title p {
  font-size: 16px;
  line-height: 24px;
  color: #434343;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}


.formbold-mb-5 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.float-bottom {
  position: sticky;
  bottom: 0;
  z-index: 999;
  transition: 0.3s;
  margin-bottom: 30px;
  /* display: flex; */
  /* bottom: 0; */
  /* left: 0; */
  /* margin: 15px; */
}

.btn-succes {
  color: #ffffff !important;
  background-color: #1f9978 !important;
  border-color: #1f9978 !important;
  fill: #fff;
}

.text-black {
  color: #090909 !important;
 
}
.text-center{
  text-align: center;
}

.whats{
  background: #25d366 !important;
    color: #fff !important;
}

svg.whatsapp-ico {
  fill: #fff;
  height: 36px;
}

input[type=date]:required {
  font-family: "Inter", sans-serif;
  font-size: 18px !important;
  font-weight: 500;

}

input[type=date]:required:invalid::-webkit-datetime-edit {
  color: transparent;
  text-align: left;
}

input[type=date]:focus::-webkit-datetime-edit {
  color: black !important;
}


.input-field {
  position: relative;
  border-radius: 6px;
  min-height: 50px;
  width: 100%
}

.input-field-textarea {
  position: relative;
  border-radius: 6px;
  min-height: 50px;
  width: 100%
}

.input-field-textarea label {
  position: absolute;
  top: 25px;
  left: 15px;
  transform: translateY(-50%);
  color: #575757;
  font-size: 19px;
  pointer-events: none;
  transition: 0.3s;
}




.input-field label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #575757;
  font-size: 19px;
  pointer-events: none;
  transition: 0.3s;
}

.input-field-select{
  position: relative;
}

.input-field-select label {
  position: absolute;
  /* top: 10; */
  /* right: 3px !important; */
  transform: translateY(-50%);
  color: #575757;
  font-size: 19px;
  pointer-events: none;
  transition: 0.3s;
  /* top: 0; */
  left: 15px;
  font-weight: 300;
  font-size: 16px;
  padding: 1px 4px;
  background: #ffffff;
  border-radius: 6px;
  z-index: 9;
}



input:focus {
  border: 2px solid #0072FF;
}


 

input:valid:placeholder-shown~label{
  top: 50%;
  font-size: 19;
}

textarea:disabled~label,
textarea:focus~label,
textarea:valid~label,
input:disabled~label,
input:focus~label,
input:valid~label {
  top: 0;
  left: 15px;
  font-size: 16px;
  padding: 1px 4px;
  background: #ffffff;
  border-radius: 6px;
}

.alterar-buttom a{
color: #fff;
}

.bg-red{
  background:#ef001f !important;
}
.alterar-buttom {
  position: absolute;
  right: 7px;
  top: 12px;
  color: #fff;
  border-radius: 6px;
  padding: 5px;
  background: #ef001f;
  cursor: pointer;
}

input:focus:placeholder-shown~label{
  top: 0;
  font-size: 16px;
}



input:disabled, select:disabled {
  background: #f2f2f2;
  color: #121212;
  font-weight: 500;
}

.parsley-errors-list.filled {
  z-index: 99999;
  opacity: 1;
  position: absolute;
  top: -10px;
  right: 10px;
  transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-error {
  border: 2px solid #b94a48 !important;
  border-radius: 5px;
}

.parsley-errors-list {
  margin-bottom: 20px;
  margin: 3px 0 3px;
  padding: 3px;
  border-radius: 4px;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  background: #B94A48;
  color: #fff;
  /*transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;*/
}

.formbold-checkbox-label {
  display: flex;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
}

.formbold-checkbox-label a {
  margin-left: 5px;
  color: #6a64f1;
}

.formbold-input-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.formbold-checkbox-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 23px;
  /* margin-right: 7px; */
  /* margin-top: 2px; */
  border: 2px solid #dde3ec;
  border-radius: 5px;
  margin-right: 10px;
}

.formbold-relative {
  position: relative;
}

#supportCheckbox:checked~div span {
  opacity: 1;
}

#supportCheckbox:checked~div {
  border-color: #0072FF;
  background: #0072FF;
}


.formbold-event-details {
  background: #fafafa;
  border: 1px solid #dde3ec;
  border-radius: 15px;
  margin: 15px 0 15px;
}

h5 {
  color: #07074d;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 5px;
}

.formbold-event-details ul {
  padding: 5px 5px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.membros ul {
  padding: 15px 0px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.membros ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  border: 2px rgb(138 138 138 / 63%) solid;
  border-radius: 10px;
  padding: 7px 11px;
  width: 100%;
  display: inline-block;
  align-items: center;
  gap: 10px;

}



.resumo ul {
  padding: 15px 0px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.resumo ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  /* border: 2px rgb(138 138 138 / 63%) solid; */
  border-radius: 10px;
  padding: 2px 11px;
  width: 100%;
  display: inline-block;
  align-items: center;
  gap: 10px;


}

.resumo span {
  color: #0072ff;
  display: block;
  font-weight: 600;
}


.resumo strong {
  display: block;
  font-size: 14px;
  color: #636262;
}


svg.verified {
  position: absolute;
  margin-top: -38px;
  right: -10px;
  z-index: 1000;
  background: #fff;
  border-radius: 50px;
  border: 2px #fff solid;
}

span.box {
  font-weight: 400;
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 12px;
}


.gray{
  background: rgb(0 0 0 / 62%);
  color: #fff;
}

.blue{
  background: rgb(0 114 255);
  color: #fff;
}


.formbold-event-details ul li {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  align-items: center;
  gap: 10px;
}

span.text-aling {
  display: flex;
  line-height: 18px;
  gap: 7px;
  padding: 5px;
}


.protocolo-title{
  text-align: center;
    display: block;
    font-size: 19px;
    font-weight: 500;
}

.protocolo{
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 10px;

}
.title-card {
  color: #0072ff;
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}
.alert {
  background: #F9F0A7;
  border: 1px solid #ffeaac;
  color: #656143 !important;
  font-weight: 500;
  padding: 10px 15px;

}

small {
  padding: 7px;
  display: block;
  font-weight: 500;
}


.formbold-img {
  max-width: 100%;
  border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.formbold-steps {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0px;
  border-bottom: 1px solid #DDE3EC;
}

.formbold-steps ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  /* gap: 24px; */
  justify-content: space-around;
}

.formbold-steps li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #536387;
}

.formbold-steps li:after {
  color: #B8C1CC;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  left: 20%;
  position: relative;
  content: ">";
}

.formbold-steps li:last-child:after {
  display: none;
}


.formbold-steps li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DDE3EC;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #536387;
}

.formbold-steps li.active {
  color: #07074D;
  ;
}

.formbold-steps li.active span {
  background: #0072FF;
  color: #FFFFFF;
}

.formbold-input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
}

.formbold-input-flex>div {
  width: 50%;
}


.formbold-form-input,
.formbold-form-input select {
  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 13px 14px;
  border-radius: 5px;
  border: 2px solid #DDE3EC;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  min-height: 50px;
  height: 50px;
  color: #07074d;
  outline: none;
  resize: none;
  
}

.formbold-form-input[type="date"] {
  text-align: left;
  direction: ltr;
}
input[type="date"].formbold-form-input::-webkit-datetime-edit {
  text-align: left;
}

input[type="date"].formbold-form-input {
  text-align: left !important;
  direction: ltr !important;
}
.formbold-form-textarea{
  width: 100%;
  padding: 13px 14px;
  border-radius: 5px;
  border: 2px solid #DDE3EC;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  min-height: 50px;
  color: #07074d;
  outline: none;
  resize: none;
}





.formbold-form-input:focus {
  border-color: #0072FF;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-form-label {
  color: #07074D;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.formbold-form-confirm {
  border-bottom: 1px solid #DDE3EC;
  padding-bottom: 35px;
}

.formbold-form-confirm p {
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  margin-bottom: 22px;
  width: 75%;
}

.formbold-form-confirm>div {
  display: flex;
  gap: 15px;
}

.formbold-confirm-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border: 0.5px solid #DDE3EC;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  cursor: pointer;
  padding: 10px 20px;
  transition: all .3s ease-in-out;
}

.formbold-confirm-btn {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}

.formbold-confirm-btn.active {
  background: #0072FF;
  color: #FFFFFF;
}

.formbold-form-step-1,
.formbold-form-step-2,
.formbold-form-step-3 {
  display: none;
}

.formbold-form-step-1.active,
.formbold-form-step-2.active,
.formbold-form-step-3.active {
  display: block;
}

.formbold-form-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  /* margin: 15px;*/
}

.formbold-back-btn {
  cursor: pointer;
  background: #FFFFFF;
  border: none;
  color: #07074D;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.formbold-back-btn.active {
  display: block;
}

.all {

  width: 100%;
  align-items: center;
  justify-content: center;
}

.formbold-btn {
  display: block;
  align-items: center;
  height: 50px;
  gap: 5px;
  font-size: 16px;
  /* text-align: center; */
  /* min-width: 50%; */
  border-radius: 10px;
  padding: 10px 25px;
  border: none;
  font-weight: 600;
  background-color: #0072FF;
  color: white;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
}

.formbold-btn-back {
  display: flex;
  align-items: center;
  height: 50px;
  gap: 5px;
  font-size: 16px;
  color: #000;
  /* text-align: center; */
  /* min-width: 50%; */
  border-radius: 10px;
  padding: 10px 25px;
  border: none;
  font-weight: 600;
  background-color: #f1f1f1;
  color: white;
  cursor: pointer;
}

.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}


/**************************\
  Basic Modal Styles
\**************************/



.modal__overlay {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  font-size: 18px;
  background-color: #fff;
    margin: 20px;
    padding: 20px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: 18px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  height: 50px;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}


.receipt {
  background: linear-gradient(135deg, transparent 5.68px, white 5.69px) top left, linear-gradient(45deg, white 2.8px, transparent 2.81px) top left, linear-gradient(135deg, white 2.8px, transparent 2.81px) bottom left, linear-gradient(45deg, transparent 5.68px, white 5.69px) bottom left;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  padding: 4px 0;
}



.receipt {
  /*filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));*/
  filter: drop-shadow(0px 0px 28px rgba(0, 0, 0, 0.3));
  max-width: 320px;
  margin: 25px auto;
}
.receipt-list {
  background-color: #fff;
  padding: 5px;
}