﻿.cookie-banner {
    position: fixed;
    inset: auto auto 118px 12px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px 24px;
    border-radius: 12px;
    display: none; /* controlled by JS */
    gap: 12px;
    align-items: center;
    z-index: 9999;
    direction: rtl;
    max-width: 21%;
    flex-direction: column;
    text-align: justify;
    Font-size: 1.125rem; line-height: 1.875rem
}
.chb {
    font-size: 13px;
    color: #000
}
.toastTitle img {margin-left:1rem}
.toastTitle {
    font-weight: 600;
    font-size: 18px;
}
.cookie-banner .text {
    flex: 1;
    font-size: 1rem;
    color: #000;
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
    align-content: space-between;
    flex-direction: column;
    line-height: 1.675rem;
}
    .cookie-banner .text a, .cookie-banner .text p > a {
        color: #af1e24;
        text-decoration: underline;
    }
   
.cookie-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.c_btn {
    padding: 8px 12px;
    border-radius: 26px;
    border: none;
    cursor: pointer;
    font-weight: 400;
}

a.btn-primaryc {
    background: #af1e24;
    color: #FFF !important;
}
    a.btn-primaryc:hover, a.btn-primaryc:active {
        padding: 8px 12px;
        cursor: pointer;
        font-weight: 400;
        background: #fff;
        color: #af1e24 !important;
        transform: none;
        border: 1px solid #af1e24;
    }

.btn-ghost {
    background: transparent;
    color: #af1e24;
    border: 1px solid #af1e24;
}
    .btn-ghost:hover {
        background: #af1e24;
        color: #fff !important;
        border: 1px solid #af1e24;
    }

.link {
    background: transparent;
    border: none;
    color: #af1e24;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

.prefs-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    background: rgba(10,10,12,0.35);
    padding: 20px;
}

.prefs-panel {
    background: #fff;
    width: 100%;
    max-width: 580px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(10,20,40,0.12);
    direction: rtl;
}

.cookie-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 1px dashed #eee;
}

    .cookie-row:first-of-type {
        border-top: none;
    }

.cookie-banner footer {
    padding: 20px;
    text-align: center;
    color: #666;
}
.prefs-panel > a {
    display: block;
    margin-top: 10px;
    color: #af1e24;
    font-weight: 400
}
    .prefs-panel>a:hover {
        text-decoration: underline;
    }
.debug-reset, .debug-reset:active, .debug-reset:hover {
    position: fixed;
    left: 38px;
    bottom: 119px;
    background: #fff;
    border: 1px solid #af1e24;
    padding: 6px;
    border-radius: 50%;
    font-size: 13px;
    z-index: 11;
    /*    box-shadow: 0 0 7px #F36F21;
*/ cursor: pointer
}
    i {
    font-size: 20px;
    font-style: normal;
}
.toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

    .toggle input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 26px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .3s;
        border-radius: 50%;
    }

.toggle input:checked + .slider {
    background-color: #af1e24;
}

    .toggle input:checked + .slider:before {
        transform: translateX(24px);
    }
body[data-wcaglang="ltr"] .cookie-row > div {
    text-align: left
}

    @media (max-width:520px) {
   .debug-reset {
        left: 17px !important;
        bottom: 70px !important;
    }
        .cookie-banner {
            flex-direction: column;
            align-items: stretch;
            max-width: 95%;
            text-align: right;
            inset: auto auto 12px 12px;
        }

        .cookie-actions {
            justify-content: center;
        }
     
    }
    