/*** Base ***/
.aqua-5 a, .aqua-5 a:hover {
  color: #090909;
}

/*** General ***/
.aqua-5 .modal-inner {
  background: #fff;
  color: #989898;
}

/*** Close Button ***/
.aqua-5 .cc-pu-close {
  right: 7px;
  top: 7px;
  border-radius: 3px;
  background-color: transparent;
}
.aqua-5 .cc-pu-close .fa {
  color: #59d5ef;
}
.aqua-5.chch-time-big .cc-pu-close {
  width: 45px;
  height: 45px;
  padding: 8px 10px !important;
}
.aqua-5.chch-time-small .cc-pu-close {
  width: 30px;
  height: 30px;
  padding: 5px 8px !important;
}

/*** Content ***/
.aqua-5 .modal-inner h3 {
  font-weight: 700 !important;
}
.aqua-5 .modal-inner p {
  color: inherit !important;
  font-family: inherit !important;
  margin: 1.78571em 0 13px !important;
  padding: 0 !important;
}

/*** Privacy ***/
.aqua-5 .cc-pu-privacy-info a {
  color: inherit;
  border-bottom: 1px solid #59d5f0;
}
.aqua-5 .cc-pu-privacy-section p {
  margin: 0 !important;
}

/*** Form ***/
.aqua-5 .cc-pu-form-control {
  border: 1px solid #e0e0e0 !important;
  background-color: #fff !important;
  font-family: 'Roboto', sans-serif;
}
.aqua-5 .cc-pu-form-control__wrapper {
  font-family: 'Roboto', sans-serif !important;
}
.aqua-5 .cc-pu-smart-form {
  font-family: 'Roboto', sans-serif !important;
}
.aqua-5 .cc-pu-smart-form .cc-pu-btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #59d5ef;
  color: #fff;
  font-weight: 700 !important;
  font-family: 'Roboto', sans-serif !important;
}

.aqua-5.pop-up-cc .cc-pu-thank-you {
  background-color: #59d5ef;
  color: #fff;
}
.aqua-5.pop-up-cc .cc-pu-thank-you:after {
  border-top: 0;
  border-bottom: 8px solid #59d5ef;
  bottom: auto !important;
  top: -6px;
}
