

.wcc-overlay {
    background: #000000;
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.wcc-hide {
    display: none;
}

.wcc-btn-revisit-wrapper {
    display: flex;
    padding: 6px;
    border-radius: 8px;
    opacity: 0px;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px 0px #798da04d;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    cursor: pointer;
}

.wcc-revisit-bottom-left {
    bottom: 15px;
    left: 15px;
}

.wcc-revisit-bottom-right {
    bottom: 15px;
    right: 15px;
}

.wcc-btn-revisit-wrapper .wcc-btn-revisit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
}

    .wcc-btn-revisit-wrapper .wcc-btn-revisit img {
        max-width: fit-content;
        margin: 0;
    }

.wcc-btn-revisit-wrapper .wcc-revisit-help-text {
    font-size: 14px;
    margin-left: 4px;
    display: none;
}

.wcc-btn-revisit-wrapper:hover .wcc-revisit-help-text {
    display: block;
}

.wcc-revisit-hide {
    display: none;
}

.wcc-preference-btn:hover {
    cursor: pointer;
    text-decoration: underline;
}

.wcc-cookie-audit-table {
    font-family: inherit;
    border-collapse: collapse;
    width: 100%;
}

    .wcc-cookie-audit-table th,
    .wcc-cookie-audit-table td {
        text-align: left;
        padding: 10px;
        font-size: 12px;
        color: #000000;
        word-break: normal;
        background-color: #d9dfe7;
        border: 1px solid #cbced6;
    }

    .wcc-cookie-audit-table tr:nth-child(2n + 1) td {
        background: #f1f5fa;
    }

.wcc-consent-container {
    position: fixed;
    width: 440px;
    box-sizing: border-box;
    z-index: 9999999;
    border-radius: 6px;
}

    .wcc-consent-container .wcc-consent-bar {
        background: #ffffff;
        border: 1px solid;
        padding: 20px 26px;
        box-shadow: 0 -1px 10px 0 #acabab4d;
        border-radius: 6px;
    }

.wcc-box-bottom-left {
    bottom: 40px;
    left: 40px;
}

.wcc-box-bottom-right {
    bottom: 40px;
    right: 40px;
}

.wcc-box-top-left {
    top: 40px;
    left: 40px;
}

.wcc-box-top-right {
    top: 40px;
    right: 40px;
}

.wcc-custom-brand-logo-wrapper .wcc-custom-brand-logo {
    width: 100px;
    height: auto;
    margin: 0 0 12px 0;
}

.wcc-notice .wcc-title {
    color: #212121;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
}

.wcc-notice-des *,
.wcc-preference-content-wrapper *,
.wcc-accordion-header-des *,
.wcc-gpc-wrapper .wcc-gpc-desc * {
    font-size: 14px;
}

.wcc-notice-des {
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

    .wcc-notice-des img {
        height: 25px;
        width: 25px;
    }

.wcc-consent-bar .wcc-notice-des p,
.wcc-gpc-wrapper .wcc-gpc-desc p,
.wcc-preference-body-wrapper .wcc-preference-content-wrapper p,
.wcc-accordion-header-wrapper .wcc-accordion-header-des p,
.wcc-cookie-des-table li div:last-child p {
    color: inherit;
    margin-top: 0;
}

    .wcc-notice-des P:last-child,
    .wcc-preference-content-wrapper p:last-child,
    .wcc-cookie-des-table li div:last-child p:last-child,
    .wcc-gpc-wrapper .wcc-gpc-desc p:last-child {
        margin-bottom: 0;
    }

.wcc-notice-des a.wcc-policy,
.wcc-notice-des button.wcc-policy {
    font-size: 14px;
    color: #1863dc;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: 1px solid;
    text-decoration: underline;
}

.wcc-notice-des button.wcc-policy {
    padding: 0;
}

    .wcc-notice-des a.wcc-policy:focus-visible,
    .wcc-notice-des button.wcc-policy:focus-visible,
    .wcc-preference-content-wrapper .wcc-show-desc-btn:focus-visible,
    .wcc-accordion-header .wcc-accordion-btn:focus-visible,
    .wcc-preference-header .wcc-btn-close:focus-visible,
    .wcc-switch input[type="checkbox"]:focus-visible,
    .wcc-footer-wrapper a:focus-visible,
    .wcc-btn:focus-visible {
        outline: 2px solid #1863dc;
        outline-offset: 2px;
    }

.wcc-btn:focus:not(:focus-visible),
.wcc-accordion-header .wcc-accordion-btn:focus:not(:focus-visible),
.wcc-preference-content-wrapper .wcc-show-desc-btn:focus:not(:focus-visible),
.wcc-btn-revisit-wrapper .wcc-btn-revisit:focus:not(:focus-visible),
.wcc-preference-header .wcc-btn-close:focus:not(:focus-visible),
.wcc-consent-bar .wcc-banner-btn-close:focus:not(:focus-visible) {
    outline: 0;
}

button.wcc-show-desc-btn:not(:hover):not(:active) {
    color: #1863dc;
    background: transparent;
}

button.wcc-accordion-btn:not(:hover):not(:active),
button.wcc-banner-btn-close:not(:hover):not(:active),
button.wcc-btn-revisit:not(:hover):not(:active),
button.wcc-btn-close:not(:hover):not(:active) {
    background: transparent;
}

.wcc-consent-bar button:hover,
.wcc-modal.wcc-modal-open button:hover,
.wcc-consent-bar button:focus,
.wcc-modal.wcc-modal-open button:focus {
    text-decoration: none;
}

.wcc-notice-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

    .wcc-notice-btn-wrapper .wcc-btn {
        text-shadow: none;
        box-shadow: none;
    }

.wcc-btn {
    flex: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    margin: 0 8px 0 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
}

    .wcc-btn:hover {
        opacity: 0.8;
    }

.wcc-btn-customize {
    color: #1863dc;
    background: transparent;
    border: 2px solid #1863dc;
}

.wcc-btn-reject {
    color: #1863dc;
    background: transparent;
    border: 2px solid #1863dc;
}

.wcc-btn-accept {
    background: #1863dc;
    color: #ffffff;
    border: 2px solid #1863dc;
}

.wcc-btn:last-child {
    margin-right: 0;
}

@media (max-width: 576px) {
    .wcc-box-bottom-left {
        bottom: 0;
        left: 0;
    }

    .wcc-box-bottom-right {
        bottom: 0;
        right: 0;
    }

    .wcc-box-top-left {
        top: 0;
        left: 0;
    }

    .wcc-box-top-right {
        top: 0;
        right: 0;
    }
}

@media (max-width: 440px) {

    .wcc-box-bottom-left,
    .wcc-box-bottom-right,
    .wcc-box-top-left,
    .wcc-box-top-right {
        width: 100%;
        max-width: 100%;
    }

    .wcc-consent-container .wcc-consent-bar {
        padding: 20px 0;
    }

    .wcc-custom-brand-logo-wrapper,
    .wcc-notice .wcc-title,
    .wcc-notice-des,
    .wcc-notice-btn-wrapper {
        padding: 0 24px;
    }

    .wcc-notice-des {
        max-height: 40vh;
        overflow-y: scroll;
    }

    .wcc-notice-btn-wrapper {
        flex-direction: column;
        margin-top: 0;
    }

    .wcc-btn {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .wcc-notice-btn-wrapper .wcc-btn-customize {
        order: 2;
    }

    .wcc-notice-btn-wrapper .wcc-btn-reject {
        order: 3;
    }

    .wcc-notice-btn-wrapper .wcc-btn-accept {
        order: 1;
        margin-top: 16px;
    }
}

@media (max-width: 352px) {
    .wcc-notice .wcc-title {
        font-size: 16px;
    }

    .wcc-notice-des * {
        font-size: 12px;
    }

    .wcc-notice-des,
    .wcc-btn {
        font-size: 12px;
    }
}

.wcc-modal.wcc-modal-open {
    display: flex;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all 1s ease;
}

.wcc-modal {
    box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    position: fixed;
    max-width: 100%;
    background: #ffffff;
    top: 50%;
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 999999999;
    color: #212121;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    visibility: hidden;
    transition: all 0s ease;
}

.wcc-preference-center {
    max-height: 79vh;
    overflow: hidden;
    width: 845px;
    overflow: hidden;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}

.wcc-preference-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid;
}

    .wcc-preference-header .wcc-preference-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }

.wcc-google-privacy-url a {
    text-decoration: none;
    color: #1863dc;
    cursor: pointer;
}

.wcc-preference-header .wcc-btn-close {
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
    background: none;
    border: none;
    width: auto;
    height: auto;
    min-height: 0;
    line-height: 0;
    text-shadow: none;
    box-shadow: none;
}

    .wcc-preference-header .wcc-btn-close img {
        margin: 0;
        height: 10px;
        width: 10px;
    }

.wcc-preference-body-wrapper {
    padding: 0 24px;
    flex: 1;
    overflow: auto;
    box-sizing: border-box;
}

.wcc-preference-content-wrapper,
.wcc-gpc-wrapper .wcc-gpc-desc,
.wcc-google-privacy-policy {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 12px 0;
}

.wcc-preference-content-wrapper {
    border-bottom: 1px solid;
}

    .wcc-preference-content-wrapper img {
        height: 25px;
        width: 25px;
    }

    .wcc-preference-content-wrapper .wcc-show-desc-btn {
        font-size: 14px;
        font-family: inherit;
        color: #1863dc;
        text-decoration: none;
        line-height: 24px;
        padding: 0;
        margin: 0;
        white-space: nowrap;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        text-transform: none;
        min-height: 0;
        text-shadow: none;
        box-shadow: none;
    }

.wcc-accordion-wrapper {
    margin-bottom: 10px;
}

.wcc-accordion {
    border-bottom: 1px solid;
}

    .wcc-accordion:last-child {
        border-bottom: none;
    }

    .wcc-accordion .wcc-accordion-item {
        display: flex;
        margin-top: 10px;
    }

    .wcc-accordion .wcc-accordion-body {
        display: none;
    }

    .wcc-accordion.wcc-accordion-active .wcc-accordion-body {
        display: block;
        padding: 0 22px;
        margin-bottom: 16px;
    }

.wcc-accordion-header-wrapper {
    cursor: pointer;
    width: 100%;
}

.wcc-accordion-item .wcc-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wcc-accordion-header .wcc-accordion-btn {
    font-size: 16px;
    font-family: inherit;
    color: #212121;
    line-height: 24px;
    background: none;
    border: none;
    font-weight: 700;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-transform: none;
    min-height: 0;
    text-shadow: none;
    box-shadow: none;
}

.wcc-accordion-header .wcc-always-active {
    color: #008000;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
}

.wcc-accordion-header-des {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 16px 0;
}

.wcc-accordion-chevron {
    margin-right: 22px;
    position: relative;
    cursor: pointer;
}

.wcc-accordion-chevron-hide {
    display: none;
}

.wcc-accordion .wcc-accordion-chevron i::before {
    content: "";
    position: absolute;
    border-right: 1.4px solid;
    border-bottom: 1.4px solid;
    border-color: inherit;
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
    top: 8px;
}

.wcc-accordion.wcc-accordion-active .wcc-accordion-chevron i::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wcc-audit-table {
    background: #f4f4f4;
    border-radius: 6px;
}

    .wcc-audit-table .wcc-empty-cookies-text {
        color: inherit;
        font-size: 12px;
        line-height: 24px;
        margin: 0;
        padding: 10px;
    }

    .wcc-audit-table .wcc-cookie-des-table {
        font-size: 12px;
        line-height: 24px;
        font-weight: normal;
        padding: 15px 10px;
        border-bottom: 1px solid;
        border-bottom-color: inherit;
        margin: 0;
    }

        .wcc-audit-table .wcc-cookie-des-table:last-child {
            border-bottom: none;
        }

        .wcc-audit-table .wcc-cookie-des-table li {
            list-style-type: none;
            display: flex;
            padding: 3px 0;
        }

            .wcc-audit-table .wcc-cookie-des-table li:first-child {
                padding-top: 0;
            }

.wcc-cookie-des-table li div:first-child {
    width: 100px;
    font-weight: 600;
    word-break: break-word;
    word-wrap: break-word;
}

.wcc-cookie-des-table li div:last-child {
    flex: 1;
    word-break: break-word;
    word-wrap: break-word;
    margin-left: 8px;
}

.wcc-footer-shadow {
    display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    position: absolute;
    bottom: calc(100% - 1px);
}

.wcc-footer-wrapper {
    position: relative;
}

.wcc-prefrence-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 22px 24px;
    border-top: 1px solid;
}

    .wcc-prefrence-btn-wrapper .wcc-btn {
        flex: auto;
        max-width: 100%;
        text-shadow: none;
        box-shadow: none;
    }

.wcc-btn-preferences {
    color: #1863dc;
    background: transparent;
    border: 2px solid #1863dc;
}

.wcc-preference-header,
.wcc-preference-body-wrapper,
.wcc-preference-content-wrapper,
.wcc-accordion-wrapper,
.wcc-accordion,
.wcc-accordion-wrapper,
.wcc-footer-wrapper,
.wcc-prefrence-btn-wrapper {
    border-color: inherit;
}

@media (max-width: 845px) {
    .wcc-modal {
        max-width: calc(100% - 16px);
    }
}

@media (max-width: 576px) {
    .wcc-modal {
        max-width: 100%;
    }

    .wcc-preference-center {
        max-height: 100vh;
    }

    .wcc-prefrence-btn-wrapper {
        flex-direction: column;
    }

    .wcc-accordion.wcc-accordion-active .wcc-accordion-body {
        padding-right: 0;
    }

    .wcc-prefrence-btn-wrapper .wcc-btn {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .wcc-prefrence-btn-wrapper .wcc-btn-reject {
        order: 3;
    }

    .wcc-prefrence-btn-wrapper .wcc-btn-accept {
        order: 1;
        margin-top: 0;
    }

    .wcc-prefrence-btn-wrapper .wcc-btn-preferences {
        order: 2;
    }
}

@media (max-width: 425px) {
    .wcc-accordion-chevron {
        margin-right: 15px;
    }

    .wcc-notice-btn-wrapper {
        margin-top: 0;
    }

    .wcc-accordion.wcc-accordion-active .wcc-accordion-body {
        padding: 0 15px;
    }
}

@media (max-width: 352px) {
    .wcc-preference-header .wcc-preference-title {
        font-size: 16px;
    }

    .wcc-preference-header {
        padding: 16px 24px;
    }

    .wcc-preference-content-wrapper *,
    .wcc-accordion-header-des * {
        font-size: 12px;
    }

    .wcc-preference-content-wrapper,
    .wcc-preference-content-wrapper .wcc-show-more,
    .wcc-accordion-header .wcc-always-active,
    .wcc-accordion-header-des,
    .wcc-preference-content-wrapper .wcc-show-desc-btn,
    .wcc-notice-des a.wcc-policy {
        font-size: 12px;
    }

    .wcc-accordion-header .wcc-accordion-btn {
        font-size: 14px;
    }
}

.wcc-switch {
    display: flex;
}

    .wcc-switch input[type="checkbox"] {
        position: relative;
        width: 44px;
        height: 24px;
        margin: 0;
        background: #d0d5d2;
        -webkit-appearance: none;
        border-radius: 50px;
        cursor: pointer;
        outline: 0;
        border: none;
        top: 0;
    }

        .wcc-switch input[type="checkbox"]:checked {
            background: #1863dc;
        }

        .wcc-switch input[type="checkbox"]:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: 2px;
            bottom: 2px;
            border-radius: 50%;
            background-color: white;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            margin: 0;
        }

        .wcc-switch input[type="checkbox"]:after {
            display: none;
        }

        .wcc-switch input[type="checkbox"]:checked:before {
            -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
            transform: translateX(20px);
        }

@media (max-width: 425px) {
    .wcc-switch input[type="checkbox"] {
        width: 38px;
        height: 21px;
    }

        .wcc-switch input[type="checkbox"]:before {
            height: 17px;
            width: 17px;
        }

        .wcc-switch input[type="checkbox"]:checked:before {
            -webkit-transform: translateX(17px);
            -ms-transform: translateX(17px);
            transform: translateX(17px);
        }
}

.wcc-consent-bar .wcc-banner-btn-close {
    position: absolute;
    right: 10px;
    top: 8px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    min-height: 0;
    line-height: 0;
    height: auto;
    width: auto;
    text-shadow: none;
    box-shadow: none;
}

    .wcc-consent-bar .wcc-banner-btn-close img {
        height: 10px;
        width: 10px;
        margin: 0;
    }

.wcc-notice-group {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #212121;
}

.wcc-notice-btn-wrapper .wcc-btn-do-not-sell {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 0;
    margin: 0;
    font-weight: 500;
    background: none;
    border-radius: 2px;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    text-align: left;
    color: #1863dc;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
}

    .wcc-consent-bar .wcc-banner-btn-close:focus-visible,
    .wcc-notice-btn-wrapper .wcc-btn-do-not-sell:focus-visible,
    .wcc-opt-out-btn-wrapper .wcc-btn:focus-visible,
    .wcc-opt-out-checkbox-wrapper input[type="checkbox"].wcc-opt-out-checkbox:focus-visible {
        outline: 2px solid #1863dc;
        outline-offset: 2px;
    }

@media (max-width: 440px) {
    .wcc-consent-container {
        width: 100%;
    }
}

@media (max-width: 352px) {

    .wcc-notice-des a.wcc-policy,
    .wcc-notice-btn-wrapper .wcc-btn-do-not-sell {
        font-size: 12px;
    }
}

.wcc-opt-out-wrapper {
    padding: 12px 0;
}

    .wcc-opt-out-wrapper .wcc-opt-out-checkbox-wrapper {
        display: flex;
        align-items: center;
    }

.wcc-opt-out-checkbox-wrapper .wcc-opt-out-checkbox-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 0 12px;
    cursor: pointer;
}

.wcc-opt-out-checkbox-wrapper input[type="checkbox"].wcc-opt-out-checkbox {
    background-color: #ffffff;
    border: 1px solid black;
    width: 20px;
    height: 18.5px;
    margin: 0;
    -webkit-appearance: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
}

    .wcc-opt-out-checkbox-wrapper input[type="checkbox"].wcc-opt-out-checkbox:checked {
        background-color: #1863dc;
        border: none;
    }

        .wcc-opt-out-checkbox-wrapper input[type="checkbox"].wcc-opt-out-checkbox:checked::after {
            left: 6px;
            bottom: 4px;
            width: 7px;
            height: 13px;
            border: solid #ffffff;
            border-width: 0 3px 3px 0;
            border-radius: 2px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            content: "";
            position: absolute;
            box-sizing: border-box;
        }

.wcc-opt-out-checkbox-wrapper.wcc-disabled .wcc-opt-out-checkbox-label,
.wcc-opt-out-checkbox-wrapper.wcc-disabled input[type="checkbox"].wcc-opt-out-checkbox {
    cursor: no-drop;
}

.wcc-gpc-wrapper {
    margin: 0 0 0 32px;
}

.wcc-footer-wrapper .wcc-opt-out-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 22px 24px;
}

.wcc-opt-out-btn-wrapper .wcc-btn {
    flex: auto;
    max-width: 100%;
    text-shadow: none;
    box-shadow: none;
}

.wcc-opt-out-btn-wrapper .wcc-btn-cancel {
    border: 1px solid #dedfe0;
    background: transparent;
    color: #858585;
}

.wcc-opt-out-btn-wrapper .wcc-btn-confirm {
    background: #1863dc;
    color: #ffffff;
    border: 1px solid #1863dc;
}

@media (max-width: 352px) {
    .wcc-opt-out-checkbox-wrapper .wcc-opt-out-checkbox-label {
        font-size: 14px;
    }

    .wcc-gpc-wrapper .wcc-gpc-desc,
    .wcc-gpc-wrapper .wcc-gpc-desc * {
        font-size: 12px;
    }

    .wcc-opt-out-checkbox-wrapper input[type="checkbox"].wcc-opt-out-checkbox {
        width: 16px;
        height: 16px;
    }

        .wcc-opt-out-checkbox-wrapper input[type="checkbox"].wcc-opt-out-checkbox:checked::after {
            left: 5px;
            bottom: 4px;
            width: 3px;
            height: 9px;
        }

    .wcc-gpc-wrapper {
        margin: 0 0 0 28px;
    }
}

.video-placeholder-youtube {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b2b0b059;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.video-placeholder-text-youtube {
    text-align: center;
    align-items: center;
    padding: 10px 16px;
    background-color: #000000cc;
    color: #ffffff;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
}

.video-placeholder-normal {
    background-image: url("/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/images/placeholder.svg");
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b2b0b059;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 100%;
}

.video-placeholder-text-normal {
    align-items: center;
    padding: 10px 16px;
    text-align: center;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
}

.wcc-rtl {
    direction: rtl;
    text-align: right;
}

    .wcc-rtl .wcc-banner-btn-close {
        left: 9px;
        right: auto;
    }

    .wcc-rtl .wcc-notice-btn-wrapper .wcc-btn:last-child {
        margin-right: 8px;
    }

    .wcc-rtl .wcc-notice-btn-wrapper .wcc-btn:first-child {
        margin-right: 0;
    }

    .wcc-rtl .wcc-notice-btn-wrapper {
        margin-left: 0;
        margin-right: 15px;
    }

    .wcc-rtl .wcc-prefrence-btn-wrapper .wcc-btn {
        margin-right: 8px;
    }

        .wcc-rtl .wcc-prefrence-btn-wrapper .wcc-btn:first-child {
            margin-right: 0;
        }

    .wcc-rtl .wcc-accordion .wcc-accordion-chevron i::before {
        border: none;
        border-left: 1.4px solid;
        border-top: 1.4px solid;
        left: 12px;
    }

    .wcc-rtl .wcc-accordion.wcc-accordion-active .wcc-accordion-chevron i::before {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

@media (max-width: 768px) {
    .wcc-rtl .wcc-notice-btn-wrapper {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .wcc-rtl .wcc-notice-btn-wrapper .wcc-btn:last-child {
        margin-right: 0;
    }

    .wcc-rtl .wcc-prefrence-btn-wrapper .wcc-btn {
        margin-right: 0;
    }

    .wcc-rtl .wcc-accordion.wcc-accordion-active .wcc-accordion-body {
        padding: 0 22px 0 0;
    }
}

@@media (max-width: 425px) {
    .wcc-rtl .wcc-accordion.wcc-accordion-active .wcc-accordion-body {
        padding: 0 15px 0 0;
    }
}

.wcc-rtl .wcc-opt-out-btn-wrapper .wcc-btn {
    margin-right: 12px;
}

    .wcc-rtl .wcc-opt-out-btn-wrapper .wcc-btn:first-child {
        margin-right: 0;
    }

.wcc-rtl .wcc-opt-out-checkbox-wrapper .wcc-opt-out-checkbox-label {
    margin: 0 12px 0 0;
}

