
.gdpr {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 20px 0;
    padding-bottom: 60px;
    box-shadow: 0 -3px 3px -3px #414141;
    background: #fff;
    color: #414141;


    font-size: 14px;
    line-height: 20px;
    z-index: 9999;
}
.gdpr.active {
    display: block;
}
.gdpr-title {
    clear: both;
    margin-bottom: 20px;
    font-family: 'Thasadith', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.gdpr-subtitle {
    margin-bottom: 20px;
}

.gdpr-button {
    float: left;
    min-width: 150px;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #0c66b4;
    color: #fff;
    font-family: 'Thasadith', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.gdpr-button + .gdpr-button {
    margin-left: 20px;
}
.gdpr-button:hover, .gdpr-button:focus {
    background: #0081ea;
}
.gdpr-link {
    float: left;
    clear: both;
    padding: 0;
    color: #0c66b4;
    font-family: 'Thasadith', sans-serif;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}
.gdpr-link:hover, .gdpr-link:focus {
    color: #0c66b4;
    text-decoration: underline;
}
.gdpr-close {
    float: right;
    width: 20px;
    height: 20px;
    background: url("icon-close.svg") center no-repeat;
    background-size: auto 20px;
    cursor: pointer;
}

.gdpr-modal {
    font-weight: 700;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.2s, z-index 0s 0.2s;
    overflow: auto;
    z-index: -9999;
}
.gdpr-modal.active {
    opacity: 1;
    transition: opacity 0.2s, z-index 0s;
    z-index: 9999;
}

.gdpr-modal-box {
    position: relative;
    max-width: 960px;
    margin: auto;
    padding: 20px;
    background: #fff;
    color: #414141;
    font-family: 'Thasadith', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
}
.gdpr-modal-box .gdpr-title {
    color: #0c66b4;
    font-size: 18px;
    line-height: 25px;
}
.gdpr-modal-box .gdpr-subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.gdpr-list input[type=checkbox] {
    display: none;
}
.gdpr-list input[type=checkbox] ~ label {
    position: static;
    display: block;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    color: #414141;
    font-family: 'Thasadith', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
}
.gdpr-list input[type=checkbox] ~ label:before, .gdpr-list input[type=checkbox] ~ label:after {
    content: "";
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    width: 60px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #fff;
    transition: border 0.2s, background 0.2s;
}
.gdpr-list input[type=checkbox] ~ label:after {
    width: 30px;
    height: 30px;
    background: #fff;
    transition: border 0.2s, transform 0.2s;
    z-index: 1;
}
.gdpr-list input[type=checkbox] ~ label.gdpr-link {
    margin: 0;
    padding: 0;
    color: #0c66b4;
    font-family: 'Thasadith', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    pointer-events: all;
}
.gdpr-list input[type=checkbox] ~ label.gdpr-link:before, .gdpr-list input[type=checkbox] ~ label.gdpr-link:after {
    content: none;
}
.gdpr-list input[type=checkbox]:checked ~ label:before {
    border: 1px solid #ff3b30;
    background: #ff3b30;
}
.gdpr-list input[type=checkbox]:checked ~ label:after {
    border: 1px solid #ff3b30;
    transform: translateX(100%);
}
.gdpr-list input[type=checkbox]:disabled ~ label {
    color: #ccc;
    pointer-events: none;
}
.gdpr-list input[type=checkbox]:disabled ~ label:before {
    border: 1px solid #ddd;
    background: #ddd;
    opacity: 0;
}
.gdpr-list input[type=checkbox]:disabled ~ label:after {
    border: 1px solid #ddd;
    opacity: 0;
    transform: translateX(100%);
}
.gdpr-list input[type=checkbox]:disabled ~ label.gdpr-link {
    color: #0c66b4;
    pointer-events: all;
}

.gdpr-list-item {
    position: relative;
    padding: 0 0 20px 70px;
}
.gdpr-list-item-description {
    margin-bottom: 5px;
    color: #414141;
    font-family: 'Thasadith', sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.gdpr-list-item-details {
    display: none;
}
.gdpr-list-item-details span {
    display: block;
    font-size: 12px;
    line-height: 15px;
}
.gdpr-list-item-details label.gdpr-link {
    margin: 5px 0;
    font-size: 14px;
    line-height: 20px;
}
.gdpr-list-item-details table {
    table-layout: auto;
    width: 100%;
    margin: 0;
    border: 0;
    color: #414141;
    text-align: left;
}
.gdpr-list-item-details table tr th {
    padding: 10px;
    border: 0;
    background: #414141;
    color: #fff;
    font-family: 'Thasadith', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
}
.gdpr-list-item-details table tr td {
    padding: 10px;
    border: 0;
    font-family: 'Thasadith', sans-serif;
    font-size: 12px;
    line-height: 15px;
}
.gdpr-list-item-details table tr:nth-child(2n+1) {
    background: none;
}
.gdpr-list-item-details table tr:nth-child(2n) {
    border-bottom: 1px solid #ccc;
    background: none;
}
.gdpr-list-item .gdpr-link {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 12px;
    line-height: 15px;
}

.gdpr-list-item-input:checked ~ .gdpr-link {
    display: none;
}
.gdpr-list-item-input:checked ~ .gdpr-list-item-details {
    display: block;
}

@media all and (max-width: 767px) {
    .gdpr {
        padding: 10px 0;
    }
    .gdpr-title {
        margin-bottom: 10px;
    }
    .gdpr-subtitle {
        margin-bottom: 10px;
    }
    .gdpr-button {
        clear: both;
        margin-bottom: 10px;
    }
    .gdpr-button + .gdpr-button {
        margin-left: 0;
    }
    .gdpr-link {
        font-size: 14px;
    }

    .gdpr-modal-box {
        padding: 10px;
    }
    .gdpr-modal-box .gdpr-title {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .gdpr-modal-box .gdpr-subtitle {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 700;
    }

    .gdpr-list input[type=checkbox] ~ label {
        position: relative;
        padding-left: 50px;
        font-size: 16px;
        line-height: 20px;
    }
    .gdpr-list input[type=checkbox] ~ label:before, .gdpr-list input[type=checkbox] ~ label:after {
        width: 40px;
        height: 20px;
        border-radius: 20px;
    }
    .gdpr-list input[type=checkbox] ~ label:after {
        width: 20px;
        height: 20px;
    }

    .gdpr-list-item {
        padding: 0 0 20px;
    }
}



.gdpr-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.gdpr-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.gdpr-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.gdpr-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .gdpr-slider {
    background-color: #2196F3;
}

input:focus + .gdpr-slider {
    box-shadow: 0 0 1px #2196F3;
}

.disabled_span{
    background-color: darkgrey !important;
}

input:checked + .gdpr-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.gdpr-slider.round {
    border-radius: 34px;
}

.gdpr-slider.round:before {
    border-radius: 50%;
}










.hide { display: none !important;}

div.heading {float: left;}
div.heading .gdpr-cell {  display: inline; padding-right: 15px;  width: 33%;  }
div.heading .gdpr-cell2 {  display: inline; padding-right: 15px;  width: 66%;   }


.acordeon-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.acordeon-tab-label {
    padding: 15px;
}
.acordeon-row {
    display: flex;

}
.acordeon-row .col {
    flex: 1;
}
.acordeon-row .col:last-child {
    margin-left: 1em;
}

/* Accordion styles */
.acordeon-tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.acordeon-tab {
    width: 100%;
    color: white;
    overflow: hidden;
}
.acordeon-tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-weight: bold;
    cursor: pointer;
    /* Icon */
}
.acordeon-tab-label:hover {

}
.acordeon-tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}
.acordeon-tab-content {
    max-height: 0;
    padding: 0 1em;

    background: white;
    transition: all 0.35s;
}
.acordeon-tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;

    cursor: pointer;
}
.acordeon-tab-close:hover {

}

.acordeon-input:checked + .acordeon-tab-label {

}
.acordeon-input:checked + .acordeon-tab-label::after {
    transform: rotate(90deg);
}
.acordeon-input:checked ~ .acordeon-tab-content {
    max-height: 100vh;
    padding: 1em;
}