/*=== COOKIE CONSENT ===*/

.cookie-consent-bundle-popup {
    z-index: 9999;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 350px;
    padding: 15px;
    display: flex;
    position: fixed;
    inset: auto auto 30px 30px;
    box-shadow: 0 0 5px 1px #0003;
}

.cookie-consent-bundle .cookies-tx {
    padding: 15px;
    font-size: 14px;
}

.cookie-consent-bundle .tx-link {
    color: #333;
    text-decoration: none;
}

.cookie-consent-bundle .tx-link:hover {
    color: #434760;
}

.cookie-consent-bundle .tx-link.underline {
    text-decoration: underline;
}



.cookie-consent-bundle-popup .cokkies-setting-link {
    color: #434760;
    font-size: 14px;
}

.cookie-consent-bundle-popup .cookies-btn-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
}

.cookie-consent-bundle-popup .cookies-btn {
    color: #fff;
    text-align: center;
    background-color: #434760;
    width: 100%;
    padding: 7px 15px;
    text-decoration: none;
}

.cookie-consent-bundle-popup .cookies-btn.re {
    color: #434760;
    background-color: #ccc;
}

.cookie-consent-bundle-settings-popup.cookies-setting-pop {
    z-index: 99;
    background-image: linear-gradient(#00000080, #00000080);
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0;
}

.cookie-consent-bundle-settings-popup .w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

.cookie-consent-bundle-settings-popup .w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.cookie-consent-bundle-settings-popup .w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.cookie-consent-bundle-settings-popup .w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.cookie-consent-bundle-settings-popup .w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}

.cookie-consent-bundle-settings-popup .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url(../images/custom-checkbox-checkmark.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}

.cookie-consent-bundle-settings-popup .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.cookie-consent-bundle-settings-popup.cookies-setting-pop.show {
    display: flex;
}

.cookie-consent-bundle-settings-popup .cookies-table-left {
    min-width: 150px;
}

.cookie-consent-bundle-settings-popup .cookies-setting-bottom {
    border-top: 1px solid #ccc;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    display: flex;
}

.cookie-consent-bundle-settings-popup .bottom-line {
    background-color: #fff;
    border-radius: 5px;
    width: 16px;
    height: 2px;
    margin-top: -2px;
    display: none;
    position: relative;
    inset: 0;
    transform: rotate(-45deg);
}

.cookie-consent-bundle-settings-popup .cookies-setting-btn {
    color: #fff;
    text-align: center;
    background-color: #434760;
    width: auto;
    min-width: 150px;
    padding: 7px 15px;
    text-decoration: none;
}

.cookie-consent-bundle-settings-popup .cookies-setting-btn.re {
    color: #434760;
    background-color: #ccc;
}

.cookie-consent-bundle-settings-popup .top-line {
    background-color: #fff;
    border-radius: 5px;
    width: 16px;
    height: 2px;
    margin-top: 0;
    display: none;
    transform: rotate(45deg);
}

.cookie-consent-bundle-settings-popup .co-bar-always-active {
    z-index: 99;
    margin-bottom: 0;
    position: absolute;
    inset: 14px 100px auto auto;
    margin: 0 0 15px;
}

.cookie-consent-bundle-settings-popup .co-bar-switch-btn {
    z-index: 99;
    margin-bottom: 0;
    position: absolute;
    inset: 7px 15px auto auto;
    margin: 0 0 15px;
}

.cookie-consent-bundle-settings-popup .toggle-label {
    z-index: 2;
    height: 100%;
    position: absolute;
    inset: 0;
}

.cookie-consent-bundle-settings-popup .co-bar {
    margin-top: 30px;
    position: relative;
}

.cookie-consent-bundle-settings-popup .toggle-wrap {
    background-color: #fff;
    border-radius: 25px;
    width: 70px;
    max-width: 70px;
    height: 38px;
    max-height: 38px;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 0;
    display: block;
    position: relative;
}

.cookie-consent-bundle-settings-popup .cookies-table {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    display: flex;
}

.cookie-consent-bundle-settings-popup .cookies-table.bg-grey {
    background-color: #f9f9f9;
}

.cookie-consent-bundle-settings-popup .cookies-table-row {
    display: flex;
}

.cookie-consent-bundle-settings-popup .switch-tick-icon {
    background-image: url('../images/check-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 15px;
    width: 100%;
    height: 100%;
}

.cookie-consent-bundle-settings-popup .co-bar-top {
    cursor: pointer;
    background-color: #f7f7f7;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
    display: flex;
}

.cookie-consent-bundle-settings-popup .co-bar-top:hover {
    background-color: #eee;
}

.cookie-consent-bundle-settings-popup .cookies-close-btn {
    cursor: pointer;
    background-image: url('../images/icon-x-no.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.cookie-consent-bundle-settings-popup .scroll-area {
    height: auto;
    max-height: 60vh;
    padding-bottom: 30px;
    padding-right: 5px;
    overflow: auto;
}

.cookie-consent-bundle-settings-popup .active-overlay {
    opacity: 0;
    background-color: #434760;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    box-shadow: -3px 0 3px #7474bf59;
}

.cookie-consent-bundle-settings-popup .cookies-setting-bot-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-end;
    width: 100%;
    display: flex;
}

.cookie-consent-bundle-settings-popup .co-contents-block {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    display: none;
}

.cookie-consent-bundle-settings-popup .cookies-setting-block {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 700px;
    padding: 15px 5px;
    display: flex;
}

.cookie-consent-bundle-settings-popup .toggle-ticker {
    z-index: 3;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    inset: 0;
}

.cookie-consent-bundle-settings-popup .toggle {
    z-index: 2;
    background-color: #ccc;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    margin-top: 3px;
    margin-left: 3.5px;
    display: flex;
    position: absolute;
    inset: 0;
}

.cookie-consent-bundle-settings-popup .toggle-active {
    text-align: center;
    border-radius: 100px;
    flex-flow: column wrap;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    inset: 0;
}

.cookie-consent-bundle-settings-popup .cookies-setting-bot-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    display: flex;
}

.cookie-consent-bundle-settings-popup .co-bar-up-arrow {
    background-image: url('../images/arrow-up-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 15px;
    height: 15px;
    transform: rotate(180deg);
}

.cookie-consent-bundle-settings-popup .co-bar-drop {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    display: flex;
}

.cookie-consent-bundle-settings-popup .cookies-setting-top {
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
}

.cookie-consent-bundle-settings-popup .cookies-setting-title {
    font-size: 20px;
    line-height: 20px;
}

.cookie-consent-bundle-settings-popup label.toggle-ticker.disable-click:hover,
.cookie-consent-bundle-settings-popup .toggle-ticker.disable-click:hover {
    cursor: not-allowed !important;
}

@media screen and (max-width: 479px) {
    .cookie-consent-bundle-popup {
        left: auto;
    }

    .cookie-consent-bundle-settings-popup .cookies-table-left {
        min-width: 100px;
    }

    .cookie-consent-bundle-settings-popup .cookies-setting-bottom {
        flex-flow: column;
    }

    .cookie-consent-bundle-settings-popup .cookies-setting-btn {
        width: 100%;
        max-width: none;
    }

    .cookie-consent-bundle-settings-popup .toggle-wrap {
        width: 60px;
        max-width: 60px;
        height: 30px;
        max-height: 30px;
    }

    .cookie-consent-bundle-settings-popup .co-bar-top {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .cookie-consent-bundle-settings-popup .toggle {
        width: 25px;
        height: 25px;
    }

    .cookie-consent-bundle-settings-popup .cookies-setting-bot-left {
        flex-flow: column;
        margin-bottom: 10px;
    }
}

/*=======================*/