#privacy-manager,
#privacy-manager-details{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}

#privacy-manager-details{
    display: none;
}

#privacy-manager-details+#pm-overlay{
    display: none;
}

#pm-overlay{
    background-color:rgba(0,0,0,.8);
    bottom:0;
    left:0;
    position:fixed;
    right:0;
    text-align:center;
    top:0;
    z-index:99998;
}
.pm-popin-content{
    background-color:#16191c;
    bottom:50%;
    box-sizing:content-box;
    color:#fff;
    display:flex;
    flex-direction:column;
    font-family:Hind,Arial,Helvetica,sans-serif;
    font-size:17px;
    left:50%;
    margin:0 auto;
    max-height:min(780px,(100vh - 100px));
    padding:30px;
    position:fixed;
    text-align:left;
    transform:translate(-50%,50%);
    width:580px;
    z-index:99999;
}
.pm-popin-content *,
.pm-popin-content :after,
.pm-popin-content :before{
    box-sizing:border-box
}
.pm-header{
    align-items:center;
    display:flex;
    justify-content:space-between;
    margin-bottom:30px;
}
#doNotTrack-msg{
    background-color:#e1f1dd;
    color:#0a8c0a;
    padding:10px;
}
.toggle-button{
    color:#ffffffb3;
    cursor:pointer;
    font-size:17px;
	text-decoration:underline;
}
.toggle-button,
.toggle-button:hover{
    background-color:#00000000;
    border:none;
}
.toggle-button:hover{
    color:#ffffffb3;
}
#pm-optout-display{
    align-items:center;
    display:flex;
    justify-content:flex-start;
    line-height:1.35;
    margin-top:23px;
    padding:0;
    width:100%;
}
.dropdown-arrow{
    fill:#2c9a41;
    height:26px;
    width:26px;
}
#pm-vendor-list{
    margin-top:10px;
    max-height:200px;
    overflow:auto;
    padding:1px;
    text-align:left;
}
#pm-vendor-list table{
    border-collapse:collapse;
    width:100%;
}
#pm-vendor-list table td,
#pm-vendor-list table th{
    border:1px solid #ccc;
    color:#fff;
    padding:5px 15px;
}
.vendors {
    color: #2c9a41;
    text-decoration: underline;
}
#pm-popin h1 {
    font-size: 26px;
    line-height: 1.08;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}
#pm-popin h1,
#pm-popin h2 {
    color: #fff;
    font-weight: 400;
}
#pm-popin h2 {
    font-size: 19px;
    margin: 0;
    text-decoration: none;
}
#pm-popin h3 {
    color: #fff;
}
#pm-optout-block {
    /* display: none; */
    margin-top: 20px;
}
.pm-optout {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-between;
    padding: 20px 0;
}
.pm-optout:not(:last-child) {
    border-top: 1px solid #212429;
}
.pm-optout-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
}
.pm-optout-title-label {
    display: block;
}
.pm-optout-text ul {
    list-style: disc;
    padding-left: 40px;
}
.pm-optout-text p,
li {
    color: #ffffffb3;
    line-height: 1.35;
    margin: 0;
}
.pm-head-text {
    color: #ffffffb3;
    font-size: 16px;
    line-height: 1.31;
    margin-bottom: 10px;
    margin-top: 0;
}
.pm-switch:focus-visible,
.pm-switch-label:focus-visible,
.pm-switch-toggle:focus-visible {
    outline: none !important;
}
.pm-switch-label {
    display: block;
}

.pm-switch-checkbox {
    height: 0;
    margin: 0;
    opacity: 0;
    width: 0;
}
.pm-switch-toggle {
    border-radius: 3rem;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    outline: none;
    position: relative;
    transition: background 0.4s;
    user-select: none;
    vertical-align: middle;
    width: 57px;
}
.pm-switch-toggle:after,
.pm-switch-toggle:before {
    content: "";
    display: block;
    position: absolute;
}
.pm-switch-toggle:before {
    background-color: #212429;
    border-radius: 3rem;
    bottom: 2px;
    left: 2px;
    right: 2px;
    top: 2px;
    transition: background 0.4s;
}
.pm-switch-toggle:after {
    background-color: #fff;
    border-radius: 2.3rem;
    bottom: 4px;
    left: 4px;
    top: 4px;
    transition: margin 0.4s, background 0.4s;
    width: 23px;
}
.pm-switch-checkbox:checked + .pm-switch-toggle:before {
    background-color: #2c9a41;
}
.pm-switch-checkbox:checked + .pm-switch-toggle:after {
    margin-left: 26px;
}
.pm-switch-checkbox:disabled + .pm-switch-toggle:before {
    background-color: #2c9a4180;
}
.pm-switch-checkbox:disabled + .pm-switch-toggle:after {
    background-color: #8a8c8d;
}
.pm-switch-checkbox:disabled + .pm-switch-toggle {
    cursor: default;
}
.pm-switch-checkbox:focus + .pm-switch-toggle {
    outline: 1px solid #fff;
    box-shadow: 0 0 8px #fff;
}
.consent-btn {
    background-color: #2c9a41;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Hind, Arial, Helvetica, sans-serif;
    font-size: 18px;
    justify-content: center;
    line-height: 1.56;
    margin: 5px;
    padding: 10px 20px;
    width: calc(50% + 30px);
    transition: background 0.4s;
}
.consent-btn:hover {
    transition: background 0.4s;
}
.consent-btn-details{
    background-color: #005826
}
#accept-btn{
    margin: 0 auto;
}
#decline-btn,
#decline-btn-details{
    background-color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.56;
}
.consent-btn:focus,
.consent-btn:hover {
    background-color: #005826;
}
#decline-btn,
#decline-btn-details {
    /* background-color: #2c2f33;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: Hind, Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.35;
    padding: 6px 12px; */
    align-items: center;
    background-color: #00000000;
    border: none;
    border-radius: 3px;
    color: #ffffffb3;
    cursor: pointer;
    display: flex;
    font-family: Hind,Arial,Helvetica,sans-serif;
    font-size: 17px;
    line-height: 1.35;
    padding: 6px 12px;
    width: auto;
}
#decline-btn:focus,
#decline-btn:hover,
#decline-btn-details:hover,
#decline-btn-details:focus {
    background-color: #00000000;
    color: #ffffffb3;
}
#right-arrow {
    height: 13px;
    width: 26px;
    fill: #ffffffb3;
}
/* #save-exit-btn {
    display: none;
} */
.vendors-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
#pm-ads-vendors {
    font-size: 16px;
    line-height: 1.31;
    margin-top: 20px;
    padding: 0;
    text-align: left;
    width: 100%;
}
#pm-ads-vendors:hover {
    color: #c82e47;
}
.pm-body {
    overflow: auto;
}
.pm-footer {
    align-items: center;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    margin-top: 30px;
}
.paragraph-link,
.paragraph-link:hover {
    color: #ffffffb3;
    text-decoration: underline;
}
.rgpd-logo {
    height: 50px;
}
#pm-optout-block.options-opened {
    display: block;
}
#accept-btn.options-opened,
#decline-btn.options-opened {
    display: none;
}
#save-exit-btn.options-opened {
    display: flex;
}
@media (max-width: 699px) {
    .pm-popin-content {
        max-height: calc(100vh - 2 * 15px);
        padding: 15px;
        width: calc(100% - 2 * 15px);
    }
    .canalplus-logo {
        height: 30px;
    }
    .consent-btn {
        width: 100%;
        font-size: 17px;
    }
    #decline-btn {
        font-size: 15px;
    }
    .dropdown-arrow {
        height: 20px;
        width: 20px;
    }
    #pm-ads-vendors {
        font-size: 12px;
    }
    .pm-head-text {
        font-size: 14px;
        line-height: 1.29;
        margin-bottom: 5px;
    }
    .pm-optout-text p,
    li {
        font-size: 15px;
        line-height: 1.27;
    }
    #pm-optout-display {
        font-size: 15px;
        margin-top: 12px;
    }
    #pm-popin h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #pm-popin h2 {
        font-size: 18px;
    }
    .pm-footer {
        margin-top: 20px;
    }
    .pm-header {
        margin-bottom: 20px;
    }
}
@media (max-width: 769px) {
    body .subcontent.footer .cplusgroup {
        text-align: left;
        margin-top: 0.5rem;
    }
}
.subcontent.footer .cplusgroup {
    width: 100%;
    text-align: right;
    margin-top: 1rem;
}