
/* ============================================
   FORMRY
   ============================================ */
input {
      color: var(--gunmetal); 
      margin-top: 0.1em;
      margin-bottom: 1.1em;
      padding: 0.5em 1em;
      appearance: none;
      box-shadow: none;
      box-sizing: border-box;
      border: 0.5px solid var(--plutonium);
      width: 100%;
      outline: 0px;
      font-size: 16px;
      font-family: "KRASHZ", sans-serif;
      font-stretch: expanded;
      letter-spacing: -0.02em;
      border-radius: 0.5em;
  }

input[type="checkbox"] {
    border-radius: 1em;
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 0.25em;
    padding: 0.25em;
    border: initial;
    width: fit-content;
}

select {
      color: var(--gunmetal); 
      margin-top: 0.1em;
      margin-bottom: 1.1em;
      padding: 0.5em 1em;
      appearance: none;
      box-shadow: none;
      box-sizing: border-box;
      border: 0.5px solid var(--plutonium); 
      width: 100%;
      outline: 0px;
      font-size: 16px;
      font-family: "KRASHZ", sans-serif;
      letter-spacing: -0.05em;
      border-radius: 0.5em;
  }

textarea {
    line-height: 1.125;
    -webkit-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: #FFFFFF;
    -webkit-rtl-ordering: logical;
    margin: 0.1rem 0rem 1rem;
    width: 100%;
    field-sizing: content;
    min-height:3lh;
    max-height:10lh;
    -webkit-appearance: none;
    padding: 0.575rem 1rem;
    border: 0.5px solid var(--plutonium);
    border-radius: 1rem;
    cursor: text;
    color: var(--gunmetal);
    outline: 0px;
    font-family: 'KRASHZ', sans-serif  !important; 
    font-stretch:semi-expanded;

  }
  /* iphone zoom consideration */
  @media screen and (min-width: 563px) {
    input, select, textarea {   font-size:0.8125rem; }
  }

.form_alert {
    border: var(--RED) 2px solid;
  }

.option-input-small {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 6.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 27px;
    width: 27px;
    transition: all 0.15s ease-out 0s;
    border-color: var(--gunmetal);
    border: solid 2px;
    color:  var(--gunmetal);
    cursor: pointer;
    display: inline-block;
    margin-right: 0.1em;
    outline: none;
    position: relative;
    z-index: 12;
    border-radius: 50%;
    padding: 12px 12px 12px;
    background:#ffffff;
  }
  .option-input-small:hover {
      color:#ffffff;
      background: -webkit-linear-gradient(to bottom right, #7b61ff,#7b61ff);
      background: -o-linear-gradient(135deg, #7b61ff,#7b61ff);
      background: linear-gradient(135deg, #7b61ff 40%, #7b61ff );
    border-radius: 50%;
  }
  .option-input-small:checked {
      color:#ffffff;
      background: -webkit-linear-gradient(to bottom right, #7b61ff,#7b61ff);
      background: -o-linear-gradient(135deg, #7b61ff,#7b61ff);
      background: linear-gradient(135deg, #7b61ff 40%, #7b61ff );
    border-radius: 50%;
  }
          .option-input-small:checked::before {
            border-radius: 50%;
            height: 20px;
            width: 20px;
            left: 2px;
            top: 3px;
  
            position: absolute;
            content: '✔';
            display: inline-block;
            font-size: 13px;
            text-align: center;
            line-height: 20px;
          }
          .option-input-small:checked::after {
            border-radius: 50%;
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
      background: -webkit-linear-gradient(to bottom right, #78ffbd,#dfff00);
      background: -o-linear-gradient(135deg, #78ffbd,#dfff00);
      background: linear-gradient(135deg, #78ffbd 40%, #dfff00 );
            content: '';
            display: block;
            position: relative;
            z-index: 100;
          }
          .option-input-small.radio {
            border-radius: 50%;
          }
          .option-input-small.radio::after {
            border-radius: 50%;
          }
    .option-input-small-label {
      display: inline-block;
      vertical-align: top;
      height: 40px;
      font-size: 0.88em;
      line-height: 1.1em;
      margin-top: 3px;
    }
  @-webkit-keyframes 
  click-wave { 0% {
   width: 20px;
   height: 20px;
   opacity: 0.35;
   position: relative;
  }
   100% {
   width: 200px;
   height: 200px;
   margin-left: -100px;
   margin-top: -100px;
   opacity: 0.0;
  }
  }
  
  @-moz-keyframes 
  click-wave { 0% {
   width: 20px;
   height: 20px;
   opacity: 0.35;
   position: relative;
  }
   100% {
   width: 200px;
   height: 200px;
   margin-left: -100px;
   margin-top: -100px;
   opacity: 0.0;
  }
  }
  
  @-o-keyframes 
  click-wave { 0% {
   width: 20px;
   height: 20px;
   opacity: 0.35;
   position: relative;
  }
   100% {
   width: 200px;
   height: 200px;
   margin-left: -100px;
   margin-top: -100px;
   opacity: 0.0;
  }
  }
  
  @keyframes 
  click-wave { 0% {
   width: 20px;
   height: 20px;
   opacity: 0.35;
   position: relative;
  }
   100% {
   width: 200px;
   height: 200px;
   margin-left: -100px;
   margin-top: -100px;
   opacity: 0.0;
  }
  }
