.select-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 411px;
  position: relative;
  gap: 2vh;
  margin-bottom: 20px;
  /* margin-top: 3vh; */
}

.select-member-type {
  width: 100%;
  padding: 17px 10px 17px 10px;
  border-radius: 10px;
  cursor: pointer;
}
#supporter-type-1.select-member-type {
  border: 4px solid #cecece;
}
#supporter-type-1.selected-member-type {
  border: 4px solid #a2b878;
  background-image: linear-gradient(#a2b87860, #a2b87860);
}
#supporter-type-2.select-member-type {
  border: 4px solid #cecece;
}
#supporter-type-2.selected-member-type {
  border: 4px solid #c47fb5 !important;
  background-image: linear-gradient(#c47fb560, #c47fb560);
}
#supporter-type-3.select-member-type {
  border: 4px solid #cecece;
}
#supporter-type-3.selected-member-type {
  border: 4px solid #f06374 !important;
  background-image: linear-gradient(#f0637460, #f0637460);
}

.select-plant-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.select-plant-option label {
  font-size: 1rem;
  min-width: 137px;
  max-width: 137px;
  height: 34px;
  font-weight: 500;
  cursor: pointer;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;

  height: 34px;
  width: 34px;
  transition: all 0.3s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  /* outline: none; */
  z-index: 10;
}

.option-input:hover {
  background: #9faab7;
}

.option-input:checked {
  background: #649ab0;
}

.option-input .radio {
  border-radius: 50%;
}

.select-plan-wrap label {
  padding-top: 10px;
  display: block;
  font-weight: 600;
}

.select-involvement {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4vh;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    height: 100px;
    width: 100px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0;
  }
}

@media screen and (max-width: 580px) {
  .select-plant-option label {
    font-size: 1rem;
    min-width: unset;
    max-width: unset;
  }
}
@media screen and (max-width: 500px) {
  .select-plant-option label {
    max-width: 70px;
    min-width: 70px;
    max-height: 40px;
    min-height: 40px;
  }
}

@media screen and (max-width: 440px) {
  .select-plant-option label {
    max-width: 50px;
    min-width: 50px;
    max-height: 40px;
    min-height: 40px;
  }
}

@media screen and (max-width: 418px) {
  .select-involvement {
    flex-direction: column;
    gap: 10px;
  }
  .select-plant-option label {
    min-width: unset;
    max-width: unset;
    min-height: unset;
    max-height: unset;
  }
}

/* FORM STYLES */
.radio {
  background-color: transparent !important;
  border-radius: 50%;
  border: 8px solid #fff !important;
  box-shadow: 0px 0px 0px 2px #c0c0c0;
}
input[type="radio"]:checked {
  background-color: #69a1b8 !important;
}
.select-wrapper {
  display: block;
  max-width: 100% !important;
  margin-right: 0 !important;
}

/* MODAL */

#success_tic .page-body {
  max-width: 300px;
  background-color: #ffffff;
  margin: 10% auto;
}
#success_tic .page-body .head {
  text-align: center;
}

#success_tic .close {
  opacity: 1;
  position: absolute;
  right: 0px;
  font-size: 30px;
  padding: 3px 15px;
  margin-bottom: 10px;
}
#success_tic .checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #1ab394;
  position: absolute;
}
#success_tic .checkmark-circle .checkmark {
  border-radius: 5px;
}
#success_tic .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#success_tic .checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: "";
  left: 35px;
  top: 80px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

/**MODAL*/
.container-modal {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  border-radius: 0.5rem !important;
  background-color: #fefefe;
  margin: auto;
  padding: 3rem;
  border: 1px solid #888;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 650px !important;
  overflow: auto;
}
.modal-content img {
  width: 82px;
  margin-bottom: 15px;
}
.modal-content p {
  margin-bottom: 10px;
  font-size: 18px;
}
.modal-content button {
  margin-top: 20px;
}
.modal-content button.accept {
  background-color: #ed6755;
  border: none;
  border-radius: 5px;
  width: 200px;
  padding: 14px;
  font-size: 16px;
  color: white;
  box-shadow: 0px 6px 18px -5px rgba(237, 103, 85, 1);
}

.success-animation {
  padding-left: 15px;
  margin-bottom: 25px;
}

.checkmark-cc {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation:
    fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}
