:root {
  --white-ley-protection: #FFFFFF;
  --blue-ley-protection: #0033A0;
  --red-ley-protection: #a00000;
  --aqua-ley-protection: #00AEC7;
  --aqua-light-ley-protection: rgba(0, 174, 199, 0.1);
  --gray-ley-protection: #53565A;
  --gray-blue-ley-protection: #8189a9;
  --gray-light-ley-protection: #ECF0F1;
  --yellow-ley-protection: #e3e829;
}

.modal-overlay-ley-protection {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.modal-overlay-ley-protection h2,
.modal-overlay-ley-protection h3 {
  margin-block-start: 0;
  margin-block-end: 0;
}
.modal-ley-protection {
  background-color: var(--white-ley-protection);
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  max-height: 95%;
  overflow-y: auto;
  width: 100%;
  max-width: 580px;
  position: relative;
}

.container-data-usage__title-ley-protection {
  padding: 1rem 0;
  text-align: center;
  font: normal 700 1.5rem 'Barlow', sans-serif;
  color: var(--blue-ley-protection);
  margin-bottom: 0.5rem;
}
.container-data-usage__title-ley-protection-error {
  color: var(--red-ley-protection);
}

.container-data-usage__sub_title-ley-protection {
  text-align: left;
  font: normal 600 1.125rem 'Barlow', sans-serif;
  color: var(--blue-ley-protection);
  margin-bottom: 1rem;
}
.container-data-usage-ley-protection {
  padding: 0.5rem
}
.container-data-usage-ley-protection {
  position: relative;
}
.container-data-usage-ley-protection-icon {
  position: absolute;
  right: 0.5rem;
  top: 0;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
  background-color: transparent;
  padding: 8px;
  border-radius: 50px;
}
.container-data-usage-ley-protection-icon:hover {
  cursor: pointer;
  background-color: var(--aqua-light-ley-protection);
  border-radius: 50%;
  cursor: pointer;
}
.container-data-usage__authorization-ley-protection {
  margin-bottom: 2rem;
}
.container-data-usage__authorization-ley-protection-desc {
  font: normal 400 0.813rem/1.5 'Barlow', sans-serif;
  color: var(--gray-ley-protection);
  padding: 0 1rem;
  margin: 1rem auto;
}

.container-data-usage__quez-ley-protection {
  display: flex;
  justify-content: center;
}

.container-data-usage__quez__text__title-ley-protection {
  font: normal 700 1rem/1.2 'Barlow', sans-serif;
  color: var(--blue-ley-protection);
  letter-spacing: 0;
}

.container-data-usage__quez__text__sub_title-ley-protection {
  font: italic 500 0.625rem/1.2 'Barlow', sans-serif;
  color: var(--gray-blue-ley-protection);
  line-height: 12px;
  letter-spacing: 0.15em;
}

.container-data-usage__action-ley-protection {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0;
}

.container-data-usage__action-ley-protection button  {
  display: flex;
  width: 100px;
  height: 3rem;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  outline: 0;
  border-radius: 6.25rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.container-data-usage__action-btn-secondary-ley-protection {
  background-color: var(--white-ley-protection);
  color: var(--blue-ley-protection);
  border: 1px solid var(--blue-ley-protection);
}

.container-data-usage__action-btn-primary-ley-protection {
  background-color: var(--blue-ley-protection);
  color: var(--white-ley-protection);
  border: 1px solid var(--blue-ley-protection);
}

.container-data-usage__quez__text-ley-protection {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.container-data-usage__quez__text__title-ley-protection {
  width: 100%;
}
.container-data-usage__action-ley-protection {
  width: 100%;
  max-width: 180px;
}
/* Safari */

/* SWITCH 3 POSITIONS */


.switch-3-ways-container{
  margin: auto;
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
  height: 48px;
  line-height: 3rem;
  background: white;
  position: relative;
  display: flex;
  border-radius: 50px;
  -moz-box-shadow: 0px 2px 13px 0px #ccc;
  -webkit-box-shadow: 0px 2px 13px 0px #ccc;
  -o-box-shadow: 0px 2px 13px 0px #ccc;
  box-shadow: 0px 2px 13px 0px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=13);
}

.switch-3-ways.switch-no,
.switch-3-ways.switch-si{
  cursor:pointer;
  position:relative;
  display:block;
  float:left;
  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  transition: 300ms ease-out;
  padding: 0 1.2rem;
  color: var(--gray-blue-ley-protection)
}
.switch-3-ways.neutral {
  cursor:pointer;
  position:relative;
  display:block;
  float:left;
  padding: 0 1rem;
  color: var(--gray-blue-ley-protection)
}
.selector{
  text-align:center;
  position:absolute;
  width:0;
  box-sizing:border-box;
  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  transition: 300ms ease-out;
  border-radius: 25px;
  color:white;
  border: 2px solid var(--blue-ley-protection);
}
.container-message-use-data-desc {
  text-align: left;
  font: normal 400 0.75rem/1.2 'Barlow', sans-serif;
  color: #8189A9;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
.container-button-use-data {
  display: flex;
  justify-content: center;
  margin: 0 auto 1rem;
}
.container-button-use-data-btn {
  font: normal 700 1.125rem/1.3 'Barlow', sans-serif;
  text-align: center;
  padding: 12px 26px;
  height: 48px;
  border-radius: 50px;
  letter-spacing: 1px;
  border: none;
  color: var(--gray-blue-ley-protection);
}
.container-button-use-data-btn {
  cursor: pointer;
}
.container-button-use-data-btn.disabled-btn {
  background-color: #DCDFE8;
  cursor: default;
}
.container-button-use-data-btn.enabled-btn {
  background-color: var(--blue-ley-protection);
  color: var(--white-ley-protection);
  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.container-button-use-data-btn.enabled-btn:hover {
  color: var(--blue-ley-protection);
  background-color: var(--yellow-ley-protection);
  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  transition: 300ms ease-out;
  cursor: pointer;
}
@media (max-width: 575px) {
  .container-data-usage__authorization-ley-protection-desc {
    padding: 0;
  }
  .container-data-usage__action-ley-protection {
    margin: 0 auto;
  }
  .container-data-usage__quez__text-ley-protection {
    flex-direction: column;
    gap: 2rem;
  }
  .container-message-use-data-desc {
    margin: 1rem auto 3rem;
    text-align: center;
  }
  .modal-overlay-ley-protection h2, .modal-overlay-ley-protection h3 {
    text-align: center;
  }
}

.modal-overlay-ley-protection-loader {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 1;
  background: rgba(255,255,255,.9)
}

.modal-overlay-ley-protection-loader-sura {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  top: 45%;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  z-index: 100
}

.modal-overlay-ley-protection-loader-sura div {
  position: absolute;
  border: .25rem solid var(--aqua-ley-protection);
  opacity: 1;
  border-radius: 50%;
  animation: sura-loader 1s cubic-bezier(0,.2,.8,1) infinite
}

.modal-overlay-ley-protection-loader-sura div:nth-child(2) {
  animation-delay: -.5s
}

@keyframes sura-loader {
  0% {
      top: 3.125rem;
      left: 3.125rem;
      width: 0;
      height: 0;
      opacity: 1
  }

  100% {
      top: -.0625rem;
      left: -.0625rem;
      width: 6.25rem;
      height: 6.25rem;
      opacity: 0
  }
}
