.sendBtn {
  margin-left: 10px;
  background-color: #6503d6;
  border: none;
  color: white;
  padding: 10px 15px 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
}
.text-class{
  color: #2f2f2f!important;
  font-size: 12px!important;
}

strong {
  color: #6503d6;
}

.transition {
  transition: all .3s ease-out;
}

.heading {
  text-align: center;
  font-size: 0.8em;

}


input[type="radio"] {
  visibility: hidden;
  height: 0;
  width: 0;
}

input[type="radio"]:checked+label {
  background-color: #6503d6;

  color: white;
}


input[type="checkbox"] {
  visibility: hidden;
  height: 0;
  width: 0;
}

input[type="checkbox"]:checked+label {
  background-color: #6503d6;

  color: white;
}


.formLabel {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #f2f2f2;
  color: #2f2f2f;
  font-size: 13.5px;
  padding: 8px 13px 8px 13px;
  border-radius: 20px;
  margin: 5px 5px 5px 5px;
}
.imageLabel {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #f2f2f2;
  color: #2f2f2f;
  font-size: 11px;
  padding: 8px 13px 8px 13px;
  border-radius: 30px;
  margin: 5px 5px 5px 5px;
  position: absolute;margin-left: 40px;margin-top: 155px;
}

.formHeader {
  margin-left: 10px;
  color: black;
  font-size: 15px;
  font-weight: 600;
}

.priceContainer {
  padding: 20px 30px 20px 20px;
}

header h2 {
  font-size: 20px;
  font-weight: 600;
}

header p {
  margin-top: 5px;
  font-size: 13px;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 15px 0 25px;
  
  

}


.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 0px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}



/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}

.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.b-btn.paypal i {
  color: blue;
}

.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}

.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

.caseApp {
  display: block;
}

.caseSendBtn {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  margin-top: 2rem;
}

.formSubmitButton {
  background-color: #6503d6;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 02px 18px 15px;
  border-radius: 30px;
  margin: 0px 20px 20px 20px;
}

.sbutton {
  text-align: center;
  padding: 17px 42px;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.3);
  margin-left: 70px;
  margin-right: 70px;
  line-height: 1.25;
  background: #6503d6;
  text-decoration: none;
  user-select: none;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  transition: background-color 0.6s ease;
  overflow: hidden;
  border-radius: 30px;
}
.sbutton:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  top: var(--mouse-y);
  left: var(--mouse-x);
  transform-style: flat;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(255, 255, 255, .1);
  border-radius: 100%;
  transition: width 0.3s ease, height 0.3s ease;
}
.sbutton:focus, .sbutton:hover {
  background: #fd2787;
  cursor: pointer;
}
.sbutton:active:after {
  width: 1000px;
  height: 300px;
}

.qbutton {
  text-align: center;
  padding: 17px 60px;
  margin-left: 70px;
  margin-right: 70px;
  line-height: 1.25;
  background: #f2f2f2;
  text-decoration: none;
  user-select: none;
  color: #313131;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  transition: background-color 0.6s ease;
  overflow: hidden;
  border-radius: 30px;
}
.qbutton:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  top: var(--mouse-y);
  left: var(--mouse-x);
  transform-style: flat;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(255, 255, 255, .1);
  border-radius: 100%;
  transition: width 0.3s ease, height 0.3s ease;
}
.qbutton:focus, .qbutton:hover {
  background: #fd2787;
  color: white;
  cursor: pointer;
}
.qbutton:active:after {
  width: 1000px;
  height: 300px;
}


.mainButton {
  display: block; 
  justify-content:center; 
  background-color: white;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.07);
  transition: background-color 0.6s ease;
  text-align: center; 
  border-radius: 20px; 
  padding: 2rem 0rem 2rem 0rem;
  color: #6503d6;
}

.mainButton:hover {
  background-color: #6503d6;
  cursor: pointer;
  color: white;
}




.input-max {
  text-align: start !important;
  padding-left: 20px;
}



#caseLocation2div{
  margin-left: 5%; width: 200%;
}

::placeholder{
  font-size: 13px;
}


input{
  font-size: 16px!important;
}
input[type="file"]{
  display: none;
}
#preview{
  width: 150px;
  height:150px;
  object-fit: cover;
  border-radius: 5%;
}
#certificate{
  width: 150px;
  height:150px;
  object-fit: cover;
  border-radius: 5%;
  border: 2px solid #6503d6;
  margin-bottom: 35px;
  margin-top: 10px;
}
.certLabel {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #f2f2f2;
  color: #2f2f2f;
  font-size: 11px;
  padding: 30px 30px 30px 30px;
  border-radius: 30px;
  margin: 5px 5px 5px 5px;
  position: absolute;margin-left: 22px;
  margin-bottom: 18px;
}

.title-class {
  font-size: 15px !important;
  color: black;
}
.title-class2 {
  font-size: 16px !important;
  color: black;
}

.inputLabel-class {
  font-size: 13px !important;
  color: grey;
}
.inputLabel-class2 {
  font-size: 14px !important;
  color: grey;
}
.swal2-popup {
  font-size: 14px;
  font-weight: 800!important;
}
.input-class{
  font-size: 13px !important;
  text-align: center;
}
.input-class2{
  font-size: 16px !important;
  text-align: center;
}




.confirm-button-class {
  background-color: #6503d6 !important;
  color: white !important;
  border-radius: 20px;
  font-size: 13px;
  width: 80px;
  text-align: center;
  font-weight: 400;
  height: 40px;
}

.cancel-button-class {
  background-color: #b0b0b0 !important;
  color: white !important;
  border-radius: 20px;
  font-size: 13px;
  width: 80px;
  text-align: center;
  font-weight: 400;
  height: 40px;
}
