
/* ===================================================== */
/* ================ Cookie consent start =============== */
/* ===================================================== */
.gft-cookies-banner {
    position: fixed;
    bottom: 0;
    background: #000;
    width: 100%;
    color: #fff;
    z-index: 10000;
    padding: 20px 10px;
}

.gcb-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.gcb-content a {
    color: #ec3229;
    font-weight: 600;
}

.gcb-content-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.gcb-cta button {
    padding: 10px 15px;
    color: #ec3229;
    background: none;   
    border: 1px solid #ec3229;
    font-size: 12px;
    font-weight: 500;
    /* text-transform: uppercase; */
    border-radius: 50px;
    cursor: pointer;
}

.gft-cookies-widget {
    background: url(../svg/gcm-widget.svg);
    height: 70px;
    width: 70px;
    background-size: cover;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 1000000;
    cursor: pointer;
}

.gft-cookies-configure-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999999;
    background: #00000050;
}

.gft-cookies-manage {
    position: fixed;
    margin: auto;
    max-width: 98%;
    z-index: 999999;
    background: #fff;
    max-height: 80vh;
    overflow-y: scroll;
    top: 8vh;
    left: 1%;
    padding: 24px 20px;
    border-radius: 4px;
}

.gft-cookies-manage.gcb-widget-active {
    left: 10px;
    top: auto;
    bottom: 100px;
    max-height: 75vh;
}


.gcb-manage-wrapper h4 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 700;
}

.gcb-manage-wrapper p {
    font-size: 14px;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 1.6;
}

.gcb-manage-wrapper p a {
    color: #ec3229;
}

.gcbmc-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.gcbmc-title h5{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    position: relative;
}


.gcb-manage-content-wrapper .gcb-manage-content:nth-child(1) .gcbmc-title .gcbmc-configure-fixed {
    color: #ec3229;
    font-size: 14px;
    font-weight: 500;
}


.gcbmc-title h5::before,.gcbmc-title h5::after {
    content: "";
    background: #000;
    transition: all .3s ease;
    position: absolute
}

.gcbmc-title h5::before {
    width: 12px;
    height: 2px;
    left: -23px;
    top: 8px;
}

.gcbmc-title h5::after {
    content: "";
    width: 2px;
    height: 12px;
    left: -18px;
    top: 3px;
}

.gcb-manage-content.open  .gcbmc-title h5::after {
    transform: rotate(90deg);
}

.gcb-manage-content {
    margin: 15px 0;
    padding: 20px 20px 20px 40px;
    background: #f4f9ff;
}
.gcbmc-desc a {
    font-size: 16px;
    color: #ec3229;
    text-decoration: underline;
    font-weight: 500;
}

.gcbmc-desc {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: margin-top 0.3s linear, opacity 0.3s linear, max-height 0.3s linear 0.3s;
}



.gcb-manage-content.open .gcbmc-desc {
    opacity: 1;
    max-height: 175px;
    margin-top: 20px;
    transition: margin-top 0.3s linear, opacity 0.5s linear, max-height 0.1s linear;
}


.gcb-manage-close.gcb-cta {
    margin-top: 30px;
}


.gcbmc-configure {
    position: relative;
    right: 0;
    top: 2px;
    width: 44px;
    height: 20px;
    display: inline-block;
    padding: 2px 10px;
    box-sizing: border-box;
}

.gcb-bg-orange {
    background: #8c8c8c;
    width: 100%;
    display: inline-block;
    border-radius: 18px;
    height: 100%;
}

.gcb-tick {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0;
    box-shadow: 0 0 7px -2px #7d7d7d;
    transition: all .3s ease;
}

.gcb-tick::after, .gcb-tick::before {
    content: "";
    position: absolute;
    height: 2px;
    transform: rotate(45deg);
}

.gcb-tick::before {
    width: 9px;
    transform: rotate(-45deg);
    left: 7px;
    top: 10px;
}

.gcb-tick::after, .gcb-tick::before {
    background: #a7a7a7;
    width: 10px;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.gcbmc-configure.on .gcb-bg-orange {
    background-color: #ec3229;
}


.gcbmc-configure.on .gcb-tick::before,
.gcbmc-configure.on .gcb-tick::after {
    content: "";
        position: absolute;
        left: 10px;
        top: 11px;
        width: 5px;
        height: 2px;
        background: #ec3229;
        transform: rotate(45deg);
        transition: all .3s ease;
}
.gcbmc-configure.on .gcb-tick::before {
    width: 9px;
    transform: rotate(-45deg);
    left: 12px;
    top: 10px;
}

.gcbmc-configure.on .gcb-tick {
    left: 22px;
}

.gcb-manage-container-close {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #a7a7a7;
    transition: all .3s ease;
    cursor: pointer;
}


.gcb-manage-container-close::after, .gcb-manage-container-close::before {
    background: #a7a7a7;
    width: 12px;
    left: 50%;
    top: 50%;
    margin-top: 0;
    margin-left: -6px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    height: 1px;
    cursor: pointer;
}

.gcb-manage-container-close::before {
    transform: rotate(-45deg);
}

@media screen and (max-width:548px) {
#gcb-cta-widget.gft-cookies-widget {
    display: none !important;
}
}

@media screen and (min-width:548px) {
    .gft-cookies-manage {
        max-width: 80%;
        top: 10vh;
        max-height: 80vh;
        left: 10%;
    }
}

@media screen and (min-width:1100px) {
    .gcb-content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px 25px;
        max-width: 1170px;
        margin: auto;
    }
    .gcb-content {
        text-align: left;
        margin: 0;
        font-size: 14px;
        width: auto;
        max-width: 770px;
    }
    .gcb-content-cta{
        width: auto;
        justify-content: end;
    }
    .gcb-cta button {
        font-size: 14px;
    }

    .gcb-content-wrapper.gcb-br-present {
        flex-wrap: wrap;
    }

    .gcb-content-wrapper.gcb-br-present .gcb-content,
    .gcb-content-wrapper.gcb-br-present .gcb-content-cta {
        width: 100%;
        justify-content: flex-start;
        max-width: inherit;
    }

    .gft-cookies-manage {
        max-width: 40%;
        left: 30%;
    }
    .gcb-manage-wrapper h4 {
        font-size: 20px;
    }
    .gcb-manage-wrapper p,
    .gcb-manage-content-wrapper .gcb-manage-content:nth-child(1) .gcbmc-title .gcbmc-configure-fixed{
        font-size: 16px;
    }
    .gcbmc-title h5 {
        font-size: 18px;
    }

}
/* ===================================================== */
/* ================ Cookie consent end =============== */
/* ===================================================== */