.zgdpr-container-holder {
    position: fixed;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: -1;
    overflow: hidden
}

.zgdpr-container-outer {
    position: absolute;
    width: 100%;
    max-width: 330px;
    bottom: 0;
    right: 0;
    transform: translateX(100px) translateY(100px) scale(.3);
    transform-origin: 100% 100%;
    font-size: 14px;
    line-height: 1.4;
    color: #505050;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: opacity .3s ease, transform .6s ease
}

.zgdpr-container-holder.iactive {
    overflow: visible;
    z-index: 37000
}

.zgdpr-container-holder.iactive > .zgdpr-container-outer {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1
}

.zgdpr-container-holder.ihidding > .zgdpr-container-outer {
    transform: translateX(100px) translateY(100px) scale(.3);
    opacity: 0
}

.zgdpr-container-inner {
    position: relative;
    padding: 14px;
    border-radius: 5px;
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    outline: none
}

.zgdpr-offset-b {
    margin-bottom: 10px
}

.zgdpr-header {
    font-size: 1.6em
}

.zgdpr-text a {
    text-decoration: underline
}

.zgdpr-link {
    display: inline-block;
    padding: 3px 8px;
    font-size: 1em;
    text-decoration: underline
}

.zgdpr-button {
    display: inline-block;
    font-family: inherit;
    font-size: 1.2em;
    padding: .7em .8em;
    border-radius: 5px;
    cursor: pointer
}

.zgdpr-button-accept-all {
    border: none;
    width: 100%;
    background: #28A745;
    color: #fff;
    margin-bottom: 8px
}

.zgdpr-button-accept {
    border: none;
    width: 100%;
    background: #bdbdbd;
    color: #fff
}

.zgdpr-open-detail, .zgdpr-open-detail:hover {
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

.zgdpr-category-cookies, .zgdpr-category-domains {
    margin: 12px 0;
    padding: 12px;
    border: 1px solid;
    font-size: .9em;
    word-break: break-word
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    margin: 0 !important
}

.onoffswitch-label.readonly {
    opacity: .4
}

.onoffswitch-label.readonly, .onoffswitch-label.readonly span {
    cursor: not-allowed
}

.onoffswitch-label > .switch {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 44px;
    vertical-align: middle;
    height: 22px;
    border-radius: 12px;
    background: #f8f8f8;
    cursor: pointer;
    margin: 0 3px;
    transition: box-shadow .25s ease-in-out
}

.onoffswitch-checkbox.zgdpr-essential:checked + .onoffswitch-label > .switch {
    box-shadow: inset 0 0 0 20px #49649e, 0 0 0 2px #49649e
}

.onoffswitch-checkbox.zgdpr-statistics:checked + .onoffswitch-label > .switch {
    box-shadow: inset 0 0 0 20px #ee781a, 0 0 0 2px #ee781a
}

.onoffswitch-checkbox.zgdpr-externalmedia:checked + .onoffswitch-label > .switch {
    box-shadow: inset 0 0 0 20px #49649e, 0 0 0 2px #49649e
}

.onoffswitch-label > .switch > .cycle {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 1;
    height: 22px;
    width: 22px;
    border-radius: 100%;
    top: 0;
    right: auto;
    background: white;
    left: calc(100% - 22px);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
    transition: .25s ease-in-out
}

.onoffswitch-checkbox:checked + .onoffswitch-label > .switch > .cycle {
    box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
    left: 0
}

.opt-out-button-wrapper {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 12px
}

.zgdpr-container-inner .onoffswitch {
    font-size: 12px;
    flex: 0 0 105px
}

.zgdpr-modal-outer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity .3s ease
}

.zgdpr-modal-inner {
    position: absolute;
    width: 96%;
    max-height: 90%;
    max-width: 400px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.zgdpr-modal-content {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    color: #505050;
    background: #fff;
    padding: 12px;
    transform: translateY(-100px);
    transition: transform .4s ease
}

.zgdpr-modal-close {
    position: absolute;
    color: inherit;
    font-family: inherit;
    top: 2px;
    right: 2px;
    background: none;
    border: 1px solid
}

.zgdpr-modal-outer.iactive {
    z-index: 41000;
    opacity: 1
}

.zgdpr-modal-outer.iactive .zgdpr-modal-content {
    transform: translateY(0)
}

.zgdpr-modal-outer.ihidding {
    opacity: 0
}

.zgdpr-modal-outer.ihidding .zgdpr-modal-content {
    transform: translateY(-100px)
}

/*# sourceMappingURL=zgdpr.min.css.map */
