.rcsxl-cookie-banner {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.rcsxl-cookie-banner-ctn {
    position: fixed;
    /* z-index: 9999; */
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    border: none;
    font-family: var(--secondary-typo);
}

.rcsxl-cookie-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.rcsxl-cookie-banner-title-ctn {
    display: flex;
    width: 100%;
}

.rcsxl-cookie-banner-icon {
    width: 24px;
    height: 24px;
    align-self: flex-start;
}

.rcsxl-cookie-banner-title {
    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    line-height: 18px;
    padding: 0 6px;
    color: #3c3c3b !important;
}

.rcsxl-cookie-banner-text {
    flex-grow: 1;
    font-size: 12px;
    line-height: 14px;
}

.rcsxl-cookie-banner-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.rcsxl-btn {
    padding: 10px 25px 8px 25px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Layouts */
.rcsxl-layout-bottom_full {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.rcsxl-layout-top_bar {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.rcsxl-layout-bottom_full .rcsxl-cookie-banner-text,
.rcsxl-layout-top_bar .rcsxl-cookie-banner-text {
    text-align: center;
}

.rcsxl-layout-bottom_right_box {
    bottom: 20px;
    right: 20px;
    max-width: 600px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.rcsxl-layout-centered {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

@media screen and (max-width: 991px) {
    .rcsxl-layout-centered {
        max-width: 600px;
        width: 80%;
    }
}

/* Modal */
.rcsxl-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.rcsxl-modal-content {
    font-family: var(--secondary-typo);
    margin: 10% auto;
    padding: 20px;
    border: none;
    width: 80%;
    max-width: 700px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}

.rcsxl-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 0px;
}

.rcsxl-modal-header h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 0;
    color: #3c3c3b !important;
}

.rcsxl-modal-close {
    color: #8b8b8b !important;
    float: right;
    font-size: 34px !important;
    font-weight: bold !important;
    background: none !important;
    border: none !important;
    cursor: pointer;
    line-height: 1rem !important;
    margin-top: -12px !important;
    padding: 0 !important;
}
.rcsxl-modal-close:hover {
    color: #313131 !important;
    background: none !important;
    border: none !important;
}

.rcsxl-modal-body {
    padding: 10px 0 0 0;
}

.rcsxl-modal-body h3 {
    font-size: 16px;
    font-weight: bold;
    color: #3c3c3b !important;
}

.rcsxl-cookie-category {
    margin-bottom: 10px;
}

.rcsxl-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    padding: 0px;
}

.rcsxl-category-description {
    padding: 0px;
    font-size: 14px;
    color: #555;
}

.rcsxl-category-services {
    padding: 0px;
}

.rcsxl-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.rcsxl-modal-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

/* Toggle Switch */
.rcsxl-toggle-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

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

.rcsxl-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 4px;
    left: 0;
    right: 0;
    bottom: -4px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
}

.rcsxl-toggle-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input:checked+.rcsxl-toggle-slider {
    background-color: #2196F3;
}

input:focus+.rcsxl-toggle-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.rcsxl-toggle-slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

input:disabled+.rcsxl-toggle-slider {
    background-color: #e0e0e0;
    cursor: not-allowed;
}

/* Re-open banner button */
/* Slide Up Animation on Button Hover */

@keyframes slideUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-35px);
        opacity: 1;
    }
}

.rcsxl-reopen-banner {
    position: fixed;
    bottom: -35px;
    right: 50px;
    z-index: 9998;
    padding: 15px 25px;
    min-height: 40px;
    border: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    display: none;
    /* Initially hidden */
    transition: transform 0.3s ease;
    text-transform: uppercase;
    font-family: var(--secondary-typo);
    font-weight: 700;
}

.rcsxl-reopen-banner:hover {
    transform: translateY(-35px);
}

.rcsxl-initially-hidden {
    display: none;
}

/* Iframe Placeholder */
.rcsxl-iframe-placeholder {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 40px;
    text-align: center;
    background-color: #f9f9f9;
    background-image: radial-gradient(closest-side, transparent 98%, rgba(0, 0, 0, .05) 99%),
        radial-gradient(closest-side, transparent 98%, rgba(0, 0, 0, .05) 99%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    color: #333;
    margin: 30px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: var(--secondary-typo);
}

.rcsxl-iframe-placeholder-text {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background-color: #ffffff;
    padding: 15px 50px 20px 50px;
    flex-grow: 0;
    flex-shrink: 0;
    width: fit-content;
    align-self: center;
}

.rcsxl-iframe-placeholder button {
    cursor: pointer;
    padding: 12px 30px;
    margin: 30px 0 0 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    display: block;
    font-family: var(--secondary-typo);
    flex-grow: 0;
    flex-shrink: 0;
    width: fit-content;
    align-self: center;
}

.rcsxl-iframe-placeholder button:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.rcsxl-iframe-placeholder p {
    margin: 5px 0 0 0;
}

.rcsxl-blocked-iframe {
    display: none !important;
}