/*banner*/
#gdpr-magic-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    background: #fff;
    min-height: 63px;
    line-height: 63px;
    display: none;
}

#gdpr-magic-banner.active {
    display: block;
}

#gdpr-magic-banner > div {
    display: flex;
    align-items: center;

}

#gdpr-magic-banner a:first-of-type {
    margin-right: auto;
    margin-left: 5px;
    text-decoration: underline;
}
#gdpr-magic-banner-accept{
    margin-right: 45px;
}

/*lightbox*/

#gdpr-magic-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #000;
    border-radius: 50%;
    color: #fff;
}

#gdpr-magic-close:after, #gdpr-magic-close:before {
    position: absolute;
    left: 15px;
    top: 8px;
    content: '';
    width: 1px;
    height: 14px;
    background: #fff;
}

#gdpr-magic-close:before {
    transform: rotate(45deg);
}

#gdpr-magic-close:after {
    transform: rotate(-45deg);
}

#gdpr-magic {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999999999;

}

#gdpr-magic.active {
    display: block;


}

#gdpr-magic .gdpr-magic-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 591px;
    width: 100%;
    box-shadow: 0 3px 17px 4px rgba(0, 0, 0, 0.15);
    min-height: 410px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.gdpr-magic-row:first-of-type {
    flex-grow: 1;
    display: flex;
}

.gdpr-magic-row:nth-of-type(2) {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
}

/*left panel*/
.gdpr-magic-left-panel {
    float: left;
    max-width: 192px;
    width: 100%;
    padding: 22px 30px 30px 15px;
}

.gdpr-magic-left-panel a {
    display: block;
    color: #000;
    font-size: 17px;
    margin-bottom: 24px;
}

.gdpr-magic-left-panel a:last-of-type {
    margin-bottom: 0;
}

.gdpr-magic-left-panel a span {
    width: 130px;
    font-size: 14px;
    display: inline-block;
}

.gdpr-magic-left-panel h4 {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 24px;
}

.gdpr-magic-arrow {
    position: relative;
    top: 2px;
}

/*.gdpr-magic-left-panel .gdpr-magic-desc{*/
/*    display: none;*/
/*}*/

/*right panel*/
.gdpr-magic-right-panel {
    float: left;
    max-width: 400px;
    width: 100%;
    background-color: #e8e8e8;
    padding: 30px 15px;
}

.gdpr-magic-right-panel a {
    font-size: 12px;
}

.gdpr-magic-right-panel p {
    font-size: 12px;
}

.gdpr-magic-right-panel h5 {
    font-size: 16px;
}

.gdpr-magic-desc {
    display: none;
}

.gdpr-magic-desc.active {
    display: block;
}

.gdpr-magic-desc:first-of-type {
    padding-top: 50px;
}

.gdpr-magic-desc:first-of-type p {
    max-width: 270px;

}

.gdpr-magic-active {
    color: #009966;
}

#check-circle {
    display: inline-block;
    height: 14px;
    position: relative;
    top: 1px;
}

#check-circle path {
    fill: #009966;
}

.gdpr-magic-toggle-container {
    margin-bottom: 27px;
    display: flex;
    font-size: 13px;
}

.gdpr-magic-toggle-text {
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
}

.gdpr-magic-toggle-text.active {
    color: #009966;
}

.gdpr-magic-toggle {
    width: 40px;
    height: 20px;
    border: solid 1px #d0d0d0;
    background-color: #f2f2f2;
    position: relative;
    border-radius: 40px;
    display: inline-block;
}

.gdpr-magic-toggle::after {
    content: '';
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #009966;

    top: 2px;
    right: 2px;
    position: absolute;
    transition: all 300ms ease;
}

.gdpr-magic-toggle.disabled:after {
    background: #c2c2c2;
    display: block;
    right: calc(100% - 16px);
}


.gdpr-magic-save {
    padding: 8px 12px;
    border: 1px solid #000;
    color: #000;
}

@media (max-width: 1024.98px) {
    .gdpr-magic-row:nth-of-type(2) {
        padding: 12px;
    }

    #gdpr-magic .gdpr-magic-inner {
        max-width: calc(100% - 20px);
    }

    .gdpr-magic-row:first-of-type {
        flex-direction: column;
    }

    .gdpr-magic-left-panel, .gdpr-magic-right-panel {
        max-width: initial;
        width: 100%;
    }

    .gdpr-magic-left-panel {
        padding: 12px;
    }
    .gdpr-magic-left-panel a.active svg{
        transform: rotate(90deg);
    }

    .gdpr-magic-left-panel h4 {
        margin-bottom: 10px;
        line-height: 25px;
    }

    .gdpr-magic-right-panel {
        padding: 9px 12px;
        height: 195px;
        position: relative;
    }

    .gdpr-magic-right-panel:after {
        content: '';
        height: 40px;
        width: 100%;
        position: absolute;
        bottom: 5px;
        left: 0;
        pointer-events: none;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(232, 232, 232, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(232, 232, 232, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(232, 232, 232, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e8e8e8', GradientType=0);
    }

    .gdpr-magic-desc {
        height: 100%;
    }

    .gdpr-magic-desc p {
        overflow-y: scroll;
        height: calc(100% - 80px);
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .gdpr-magic-desc:first-of-type {
        padding-top: 0;
    }

    #gdpr-magic-close {
        right: 0;
    }

    #gdpr-magic-banner {
        line-height: normal;
        padding: 10px 65px 10px 10px;
    }

    #gdpr-magic-banner > div {
        display: block;
        max-width: 300px;
        margin: 0;

    }

    #gdpr-magic-accept {
        margin-right: initial;
        margin-left: initial;
        display: inline;
    }

    #gdpr-magic-banner-accept{
        display: block;
        margin-top: 15px;
    }
    #gdpr-magic-banner-close{
        top: 10px;
    }
}