#sgcm-box {
    display: none;
    position: absolute;
    left: auto;
    height: auto;
    max-width: 900px;
    max-height: 80%;
    animation: expand_center 2500ms;
    animation-fill-mode: forwards;
    overflow-y: auto;
    border-radius: 5px;
    padding: 15px 0;
    scroll-padding-top: 10px;
}

#sgcm-box-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900000;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes expand_center {
    0% {
        clip-path: polygon(25% 25%, 25% 0, 25% 0, 25% 25%);
        -webkit-clip-path: polygon(25% 25%, 25% 0, 25% 0, 25% 25%);
    }
    100% {
        clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
        -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
    }
}

.sgcm-toggle-switch {
    width: 44px;
    height: 20px;
    position: relative;
    margin-left: 30px;
    float: right;
}

.sgcm-toggle-switch input {
    width: 0;
    height: 0;
    opacity: 0;
}

.sgcm-toggle-switch-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}

.sgcm-toggle-switch-slider:before {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 1px;
    bottom: 1px;
    border-radius: 50%;
    content: "";
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.sgcm-toggle-switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.sgcm-toggle-switch-slider:after {
    content: attr(data-switch-slider-off);
    display: block;
    position: relative;
    transform: translate(-50%, -110%);
    top: 100%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    right: 6px;
}

input:checked+.sgcm-toggle-switch-slider:after {
    content: attr(data-switch-slider-on);
}

.sgcm-cookie-item-label {
    font-weight: bold;
}

.sgcm-box-group-header,
.sgcm-box-item-header {
    border: none;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    outline: none;
    float: left;
    margin: 1%;
    padding: 1%;
    width: 98%;
}

.sgcm-box-group-content {
    display: none;
    overflow-y: auto;
    margin: 4px;
    padding: 2px;
}

.sg-cookie-groups-box-start {
    text-align: center;
}

.sg-cookie-groups-box-body {
    display: none;
    padding-left: 5px;
    margin-right: 5px;
}

.sg-cookie-groups-box-start,
.sg-cookie-groups-box-body {
    width: 600px;
    float: right;
}

.sg-individual-cookie-settings-back {
    float: right;
    padding: 5px;
    font-size: 15px;
    cursor: pointer;
}

table.sgcm-box-item-tbl,
.sgcm-box-item-tbl td {
    border-collapse: collapse;
    padding: 0.3em 0.5em;
}

table.sgcm-box-item-tbl {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    word-wrap: anywhere;
}

.sgcm-box-item-tbl tr {
    box-sizing: unset;
}

.sg-cookie-group-data-toggle {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: smaller;
    margin-top: 10px;
    cursor: pointer;
}

.sg-cookie-group-box {
    display: inline-block;
    width: 100%;
    padding: 1%;
}

.cookie-groups-quick-select-item {
    padding: 5px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

.cookie-groups-quick-select-item-group {
    white-space: normal;
}

.cookie-groups-quick-select-button-start {
    width: 100%;
    padding: 4px;
    margin: 4px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: 45px;
    margin-left: 0;
}

.cookie-groups-quick-select-button-detail {
    padding: 6px;
    margin: 4px;
}

.cookie-groups-quick-select-buttons,
.cookie-groups-quick-select-links,
.cookie-groups-quick-select-footer-links {
    float: left;
    width: 100%;
    padding: 0px 10px;
    text-align: center;
}

.cookie-groups-quick-select-footer-links {
    text-align: right !important;
    width: 62%;
    margin-bottom: 10px;
    float: right;
    position: relative;
    top: 7px;
}

.cookie-groups-quick-select-links {
    width: 100%;
    margin-bottom: 10px;
}

.cookie-groups-quick-select-link {
    font-size: .75em;
    margin: 2px;
}

.sg-cookie-groups-start-info-text,
.sg-cookie-groups-details-info-text {
    margin: 5px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 24px;
    padding: 5px;
}

.sg-cookie-groups-start-info-head,
.sg-cookie-groups-details-info-head {
    font-weight: normal;
    width: 100%;
    float: left;
    font-size: 26px;
    text-transform: uppercase;
}

.sgcm-logo-wrap {
    width: 85px
}

.sgcm-box-logo-tag {
    width: 100%;
    vertical-align: middle;
    padding: 0 6px 0 0;
    float: left;
    margin-right: 10px;
}

.sgcm-group-box-close {
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    top: 1px;
    right: 5px;
}

.sgcm-group-box-close:hover,
.sgcm-group-box-close:focus {
    text-decoration: none;
    cursor: pointer;
}

.cookie-groups-quick-select-checkbox-label,
.sgcm-youtubeeverfree {
    display: inline-block;
    margin-left: 12px;
    cursor: pointer;
}

.cookie-groups-quick-select-items {
    margin-bottom: 12px;
}

.sgcm-customcheck {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sgcm-customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 12px;
    top: -2px;
    z-index: 5;
}

.sgcm-checkmark {
    position: absolute;
    left: 8px;
    top: -5px;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #4267b2;
}

.sgcm-customcheck:hover input~.sgcm-checkmark {
    background-color: #fff;
}

.sgcm-customcheck input:checked~.sgcm-checkmark {
    background-color: #4267b2;
    border-radius: 5px;
}

.sgcm-customcheck input:checked~.sgcm-checkmark.sgcm-checkmark-required {
    border-radius: 5px;
}

.sgcm-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sgcm-customcheck input:checked~.sgcm-checkmark:after {
    display: block;
}

.sgcm-customcheck .sgcm-checkmark:after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 11px;
    border: 0.25px solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.cookie-groups-quick-select-links a,
.cookie-groups-quick-select-links a:visited,
.cookie-groups-quick-select-footer-links a,
.cookie-groups-quick-select-footer-links a:visited {
    color: black;
    transition: 1.5s;
    position: relative;
    display: inline-block;
}

.cookie-groups-quick-select-links a:hover,
.cookie-groups-quick-select-links a:focus,
.cookie-groups-quick-select-footer-links a:hover,
.cookie-groups-quick-select-footer-links a:focus {
    color: #5F5F5F;
    transition: 1.5s
}

.cookie-groups-quick-select-links a:after,
.cookie-groups-quick-select-footer-links a:after {
    content: "|";
    position: absolute;
    right: -5px;
    top: 0px;
}

.cookie-groups-quick-select-links a:last-child::after,
.cookie-groups-quick-select-footer-links a:last-child::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 0px;
}

.sgcm-yt-iframe-wrapper {
    position: relative;
    padding: 0;
    align-items: center;
    justify-content: center;
    display: inline-block;
    overflow: hidden;
}

.sgcm-video-play-button {
    background: #ff0000;
    width: 140px;
    height: 30px;
    border-radius: 15px;
    box-shadow: 1px 3px rgba(0, 0, 0, .1);
    color: white;
    cursor: pointer;
    position: relative;
    padding-top: 8px;
    margin: 11px auto;
    clear: both;
}

.sgcm-video-play-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px rgba(255, 255, 100, 1);
    text-shadow: 0px 0px 10px rgba(255, 255, 100, 1);
}

.sgcm-video-play-button-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #f3f1e7;
    border-bottom: 5px solid transparent;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sgcm-play-button-component {
    z-index: 1;
    display: block;
    font-size: 14px;
    background: gray;
    opacity: 0.9;
    margin-bottom: 2px;
    padding: 5px;
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.sgcm-play-button-component-headline,
.sgcm-play-button-component-moore,
.sgcm-play-button-component-approve {
    width: 100%;
    padding: 2px;
    margin: 2px;
}

.sg-cookie-item-info-label {
    width: 25%;
    font-weight: 600;
}

.sg-cookie-item-info-text {
    width: 75%;
}

.sg-cookie-item-info-label,
.sg-cookie-item-info-text {
    padding-left: 5px !important;
}

.sgcm-yt-iframe-thumb {
    display: block;
    opacity: 0.7;
    max-width: 100% !important;
    padding: unset !important;
    border: unset !important;
    height: unset !important;
}

.sgcm-box-launcher {
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    text-align: left;
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 600000;
}

.sgcm-box-launcher * {
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
    -webkit-box-sizing: initial!important;
    box-sizing: initial!important
}

.sgcm-box-launcher a {
    display: block;
    overflow: hidden;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-decoration: none!important;
    font-size: 13.5px;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 14px!important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sgcm-box-launcher a span {
    white-space: nowrap;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
}

.sgcm-box-launcher a svg {
    display: block;
    float: left;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    padding: 2px;
    margin-right: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sgcm-box-launcher a:hover {
    width: auto
}

.sgcm-box-launcher a:hover span {
    opacity: 1;
    margin-right: 5px
}

.sgcm-cookie-goups-footer {
    text-align: center;
    margin: 1%;
    font-size: 12px;
}

.sgcm-cookie-goups-footer span a img {
    all: unset;
    object-position: 0 2px;
}

.sgcm-cookie-goups-footer-pwb {
    float: left;
    width: 20%;
    position: relative;
    top: 7px;
    text-align: left;
    margin-left: 5px;
}

.sgcm-anchor-menu {
    width: 240px;
    position: fixed;
    padding-top: 10px;
    display: none;
    height: 1800px;
    overflow-y: scroll;
    max-height: 86%;
    top: 0;
    padding-top: 120px;
    margin-top: 40px;
    padding-left: 10px;
}

.sgcm-anchor-menu ul {
    list-style: none;
    max-width: 85%;
    margin-left: 5px;
    padding-bottom: 5px;
    padding-left: 0;
}

.sgcm-anchor-menu ul li {
    padding-top: 5px;
    cursor: pointer;
}

.sgcm-anchor-cookie-group {
    font-weight: bold;
}

.sgcm-anchor-cookie-item {
    margin-left: 20px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .sgcm-anchor-menu {
        width: 0;
        display: none;
    }
    #sgcm-box,
    #sg-cookie-groups-box-start,
    #sg-cookie-groups-box-body {
        width: 100%;
    }
}