.hidden {
  display: none;
}

#footer-consent {
  background: #fff;
  min-height: 100px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  z-index: 2000;
  color: #555;
  border-top: 1px solid #ccc;
}

#footer-consent a {
  color: #444;
}

#footer-consent a:hover {
  text-decoration: underline;
}

a#review-policy {
  font-weight: bold;
  text-decoration: underline;
  margin-left: 20px;
}

#footer-consent-review a.close-popup {
  position: absolute;
  right: 20px;
  top: 20px;
}

div.clayer {
  width: 100%;
  min-height: 3000px;
  height: 3000px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 1000;
}

div.clayer.hidden {
  display: none;
}

.policy-text {
  padding-bottom: 30px;
}

/*** Consent review ****/
#footer-consent-review.popup {
  width: 30%;
  min-height: 400px;
  padding: 20px;
  border: 1px solid #006400;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  color: #555;
  z-index: 10000;
}

article #footer-consent-review.popup {
  width: 100%;
  background: #eee;
}

#footer-consent-review.popup h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: bold;
}

#footer-consent-review.popup a:not(.close-popup) {
  color: #555;
  text-decoration: underline;
  font-weight: bold;
}

#footer-consent-review.popup h3,
#footer-consent-review.popup h5 {
  font-weight: bold;
}

#footer-consent-review.popup .check {
  margin-top: 20px;
}

#footer-consent-review.popup button {
  background: #EE8730;
  color: #eee;
  min-height: 40px;
  border: none;
  margin-bottom: 5px;
  margin-right: 20px;
}

#footer-consent-review.popup .acc-btn {
  background: #784E90;
  color: #eee;
}

.accept-btn-cont {
  float: left;
  margin-right: 5px;
}

button.privacy-accept-btn {
  margin: 0;
  padding: 0 10px 0 10px;
  background: #EE8730;
  color: #eee;
  left: 80px;
  bottom: 40px;
  min-height: 40px;
  z-index: 2000;
  border: none;
}

.button-container {
  margin-top: 10px;
}

@media screen and (min-width: 720px) {
  #footer-consent .left {
    display: inline-block;
    width: 79%;
  }
  #footer-consent .right {
    display: inline-block;
    width: 20%;
  }
  #footer-consent .right a {
    position: fixed;
    bottom: 46px;
    right: 200px;
    margin: 0 20px 0 0;
  }
  #footer-consent .right form {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 720px) {
  button.privacy-accept-btn {
    margin: 20px 0 0 0;
    padding: 0 10px 0 10px;
    color: #eee;
    position: initial;
    right: 10px;
    bottom: 10px;
  }
  #footer-consent-review.popup {
    width: 95%;
  }
  div.policy-btn {
    text-align: center;
  }
  a#review-policy {
    display: block;
    margin: 20px auto;
  }
}

@media screen and (max-width: 1400px) and (min-width: 721px) {
  #footer-consent-review.popup {
    width: 60%;
  }
}

.left > h1 {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px;
}

/* CUSTOM INPUT */
.custom-switch {
    padding-left: 2.25rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
    color: #6c757d;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5);
}

.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem);
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
}

.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
    color: #6c757d;
}