/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .form-signature {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
 }

 .signature-error  {
    border: 2px dotted #f1a7a7 !important;
    background: #fff5f5;
	animation: heartbeat 2s ease-in-out infinite both;
}

 @keyframes heartbeat {
    from {
      transform: scale(1);
      transform-origin: center center;
      animation-timing-function: ease-out;
    }
    10% {
      transform: scale(0.91);
      animation-timing-function: ease-in;
    }
    17% {
      transform: scale(0.98);
      animation-timing-function: ease-out;
    }
    33% {
      transform: scale(0.87);
      animation-timing-function: ease-in;
    }
    45% {
      transform: scale(1);
      animation-timing-function: ease-out;
    }
  }
  
  #summary {
    font-size: 14px;
    line-height: 1.5;
  }
  
  #summary p.collapse:not(.show) {
      height: 80px !important;
      overflow: hidden;
    
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;  
  }
  
  #summary p.collapsing {
      min-height: 80px !important;
  }
  
  #summary a.collapsed:after  {
      content: '+ Read More';
  }
  
  #summary a:not(.collapsed):after {
      content: '- Read Less';
  }
  
  .waiver-wrapper {
    background-color: whitesmoke;
    padding: 10px;
    margin: 10px;
  }

.base-button {
    font-family: "Impact", Sans-serif !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    border-radius: 6px 6px 6px 6px !important;
    padding: 10px 20px 10px 20px !important;
    text-transform: uppercase;
    opacity: 1;
    white-space: nowrap;
}
.button-bridge-1 {
  fill: #222C5F !important;
  color: #222C5F !important;
  background-color: #fac817 !important;
}
.button-bridge-2 {
  fill: #fac817 !important;
  color: #fac817 !important;
  background-color: #222C5F !important;
}
.modal-header .close {
  background-color: #fac817 !important;
  border-radius: 25px;
  padding: 10px;
  margin: 0px;
  margin-top: 0px;
  position: relative;
  top: -35px;
  left: 35px;
  font-size: 25px;
  line-height: 1;
  opacity: 1;
}
.close-icon {
  display: block;
    height: 20px;
    position: relative;
    top: -6px;
    font-size: 30px;
}
.h-modal-title {
  color: #222C5F;
  font-family: "Impact", Roboto;
  font-size: 40px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
}
.bridge-success {
  color: #00b44e;
}
.bridge-failed {
  color: #e90000ab;
}
.modal-bridge {
    border: 6px solid #fac817 !important;
    border-radius: 15px;
}
.input-bridge {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #222C5F;
  background-color: #FDF1CB;
}
.text-bridge-1 {
    color: #222C5F;
    font-family: "Roboto", Roboto;
    font-size: 19px;
    font-weight: 400;
}
.text-bridge-color-1 {
  color: #222C5F;
  font-family: "Roboto", Roboto;
}
.text-bridge-color-2 {
  color: #fac817;
  font-family: "Roboto", Roboto;
}
.text-bridge-color-3 {
  color: #8b8b8b;
}
.signature-wrapper {
  overflow-x: auto;
}
.spinner-border{
  margin-bottom: 7px !important;
}