@font-face {
    font-family: "Futura";
    src: url(/assets/fonts/futura-bt/futura-heavy-bt.ttf);
    font-weight: 900;
}

@font-face {
    font-family: "Futura";
    src: url(/assets/fonts/futura-bt/futura-bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "Futura";
    src: url(/assets/fonts/futura-bt/futura-medium-bt.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Futura";
    src: url(/assets/fonts/futura-bt/futura-light-bt.ttf);
    font-weight: 300;
}

body {
    font-family: "Futura";
    overflow-y: auto;
}

.wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
}


input[type='radio'] {
  accent-color: rgb(12, 157, 224);
}

.boxPlan {
    background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em;
  transition: border-color .2s;
  display: flex;
  gap: 5px;
  cursor: pointer;
  position: relative;
}

.boxPlan.active {
  border: 2px solid #b7e4ff;
}

.recommended {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  background-color: #b7e4ff;
  border-radius: 100px;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  font-family: Futura bt,sans-serif;
  font-size: .75em;
  font-weight: 500;
  position: absolute;
  inset: -1em 0% auto;
}

.form-border {
    background-color: #fff;
    border: 1px solid #f2f3ff;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    /* min-width: 400px; */
    max-width: none;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 30px;
    display: flex;
    box-shadow: 0 20px 30px -10px #1d01501a;
  }

  @media screen and (max-width: 340px) {
    .form-border {
      padding: 30px 20px;
    }
  }

  .input-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: relative;
  }

  .input-label {
    z-index: 2;
    color: #000;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 0;
    padding-left: 6px;
    padding-right: 7px;
    font-family: Futura bt,sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 15px;
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 6px;
  }

.input-wrapper select,
    .input-2 {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 6px;
    height: 48px;
    padding-left: 18px;
    font-family: Futura bt,sans-serif;
    font-size: 15px;
    font-weight: 300;
    transition: border-color .2s,box-shadow .2s;
    box-shadow: 0 3px 6px -2px #1d01501a;
    outline: none;
    width: 100% !important;
  }

    .input-wrapper select:focus,
    .input-2:focus {
        color: #000;
        background-color: #fff;
        border: 2px solid #b7e4ff !important;
        box-shadow: 0 3px 6px -2px #b7e4ff1a !important;
    }

/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* For Internet Explorer */
input[type=number] {
    -ms-appearance: none;
}

#ContentPlaceHolder1_UpdatePanel1 {
    display: o
}

.default-btn {
    cursor: pointer;
    background: #b7e4ff;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    width: 100%;
    border-radius: 5px;
    padding: 1rem 0;
    transition: all 400ms;
}

    .default-btn:hover {
        background: #000;
        color: #fff;
        transform: scale(1.07)
    }

    .default-btn:active {
        transform: scale(0.95)
    }

.give-class {
    background: #ff0000 !important;
    color: #fff !important;
}

    .give-class:hover {
        background: #7F0000 !important;
    }

.donateItem input[type="radio"] {
    display: none;
}

.donateItem label {
    font-size: 16px;
    cursor: pointer;
}

.input-donate-wrapper input {
    border: 1px solid #0000001a;
    box-shadow: none;
    color: #000;
    font-weight: 500;
    box-shadow: none !important;
    outline: none !important;
}

.input-donate-wrapper.active input {
    border: 2px solid #b7e4ff !important;
}
    .input-donate-wrapper input::placeholder {
        color: #000;
    }

#ContentPlaceHolder1_UpdatePanel1 {
    width: 100% !important;
}