/**
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this module
 * to newer versions in the future.
 */

.consents-main {
    display: none;
}

.fieldset .sub-fieldset {
    margin: 0 0 10px 10px;
}

.fieldset .sub-fieldset .legend {
    border-bottom: none;
    margin-bottom:5px;
}

.gdpr-consents {
    width: 100%;
}

.gdpr-consents td, .gdpr-consents th {
    vertical-align: middle;
}

.gdpr-consents .consent-title {
    font-weight: bold;
    text-align: left;
    width: 25%;
}

.gdpr-consents .consent-status {
    text-align: center;
    font-style: italic;
    width: 25%;
}

.gdpr-consents .consent-status.denied {
    color: red;
}

.gdpr-consents .consent-action {
    text-align: center;
    width: 25%;
}

.gdpr-consents .consent-see {
    text-align: right;
    width: 25%;
}

.gdpr-consents .consent-link {
    cursor: pointer;
}
.gdpr-consents .consent-detail {
    padding: 0 20px 20px 20px;
    display: none;
}

.gdpr-consents .consent-see::after {
    font-size: 13px;
    font-family: 'luma-icons';
    display: inline-block;
    font-weight: normal;
    content: '\e622';
}

.gdpr-consents .consent-see.selected::after {
    content: '\e621';
}

.gdpr-consents .gdpr-link-right {
    float: right;
    margin-left: 10px;
}

.gdpr-consents .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.gdpr-consents .switch input {display:none;}

/* The slider */
.gdpr-consents .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.gdpr-consents .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.gdpr-consents input:checked + .slider {
  background-color: #2196F3;
}

.gdpr-consents input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.gdpr-consents input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.gdpr-consents .slider.round {
  border-radius: 34px;
}

.gdpr-consents .slider.round:before {
  border-radius: 50%;
}
