/* GDPR */
#GDPR_modal_checks .wk-gdpr a {
  color: black;
}
#GDPR_modal_checks .modal-dialog {
  width: 60%;
  height: 300px;
}
#GDPR_modal_checks .modal-content {
  background: white;
  height: 666px;
}
#GDPR_modal_checks .wk-new-register__protecciondatos-content-p {
  font-size: 13px;
  line-height: 20px;
}
#GDPR_modal_checks .wk-new-register__protecciondatos-content-p a {
  font-size: 13px;
}
#GDPR_modal_checks .modal-body {
  height: 82%;
  overflow-y: scroll;
}
#GDPR_modal_checks #myModalLabel,
#GDPR_modal_token #myModalLabel {
  font-size: 1.5em;
  color: #007ac3 !important;
  text-align: center;
}

#GDPR_modal_checks .modal-body h2 {
  color: black;
  font-size: 12px;
}
#GDPR_modal_checks .modal-content {
  margin-top: 0;
}
#GDPR_modal_checks .wk-gdpr .wk-new-register__protecciondatos-head {
  width: 135px;
}
#GDPR_modal_checks .wk-gdpr .wk-new-register__protecciondatos-content {
  padding-left: 140px;
}

#GDPR_modal_checks .wk-gdpr #consent-container a#ok_send.oculto {
  display: none;
}
#GDPR_modal_checks .wk-gdpr #consent-container a#ok_send.visible {
  display: block !important;
  float: right !important;
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  background-color: #85bc20 !important;
  color: white !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  width: auto !important;
}



.modal-body .wk-verificacion-cuenta {
  text-align: center;
}
.modal-body .wk-verificacion-cuenta__activacion-title {
  margin-top: 20px;
  font-size: 1.5em;
  color: #007ac3;
  font-weight: 800;
}
.modal-body input#verfication-code {
  font-size: 2.5em;
  width: 200px;
  letter-spacing: 10px;
  text-align: center;
  border: solid 5px #CCC;
  background: beige;
  margin: auto;
  display: block;
}


#GDPR_modal_token .modal-body .wk-verificacion-cuenta__info-mail {
  font-size: 2em;
  font-weight: 600;
}
#GDPR_modal_token .modal-body .btn-submit {
  margin-top: 20px;
}
#GDPR_modal_token .modal-body .btn-submit #btn-email-activation {
  width: 160px;
  display: block;
  margin: auto;
  text-align: center;
  height: 48px;
}
#GDPR_modal_token .modal-footer {
  margin-top: 50px;
}