:root {
    --vldrb-ind: 15px
}

.settings-cookie-wrapper {
    position: fixed;
    width: calc(100% - (var(--vldrb-ind) * 2));
    max-width: 400px;
    right: var(--vldrb-ind);
    bottom: 15px;
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #2d4156;
    box-shadow: 0 .625rem 1.875rem rgba(2,2,3,.28)
}

.settings-cookie-wrapper.show {
    z-index: 999999;
    visibility: visible;
    transition: all 0.3s ease;
    opacity: 1
}

.settings-cookie-wrapper-container {
    max-width: 1920px;
    margin: 0 auto;
    left: 0;
    right: 0
}

.settings-cookie-wrapper__desc a {
    text-decoration: underline !important;
    color: var(--color-navy);
    text-underline-position: under;
    font-weight: 600
}

.settings-cookie-wrapper__btns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 20px;
    justify-content: center
}

.settings-cookie-detail {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000e8;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.3s ease
}

.settings-cookie-detail-content {
    background: #fff;
    width: 90%;
    height: auto;
    max-height: 86%;
    top: 7%;
    max-width: 720px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 20px;
    overflow-y: scroll;
    position: relative;
    -ms-overflow-style: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #2d4156;
    box-shadow: 0 .625rem 1.875rem rgba(2,2,3,.28)
}

.settings-cookie-detail-content::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.settings-cookie-detail-content::-webkit-scrollbar-thumb {
    background: transparent;
    display: none;
    width: 0;
    height: 0
}

.settings-cookie-detail-content {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.settings-cookie-detail-content__close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    display: flex;
    background: #e9eff4;
    color: inherit;
    padding: 10px
}

.open-drbvl-settings .settings-cookie-detail {
    transition: all 0.3s ease;
    opacity: 1;
    z-index: 9999999999999;
    visibility: visible
}

.settings-cookie-wrapper__title {
    font-size: 1.3em;
    margin-bottom: .7em;
    text-align: left;
    float: none;
    font-family: inherit;
    font-weight: 600;
    color: var(--color-turq)
}

.settings-cookie-wrapper__desc {
    font-size: 1em;
    line-height: 1.5em
}

.settings-cookie-wrapper__btns-item {
    flex: 1;
    min-width: 1px
}

.settings-cookie-wrapper__btns-item>* {
    width: 100%
}

.btn-cookie {
    display: inline-flex;
    outline: 0;
    border: none;
    cursor: pointer;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 1em 1.7em;
    color: white;
    background: var(--color-turq);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    border-radius: 5px;
}

.btn-cookie:hover {
    /*color: var(--color-blue)*/
}

.btn-cookie.btn-cookie-grey {
    color: #2d4156;
    background: #eaeff2
}

.btn-cookie.btn-cookie-grey:hover {
    background: #d8e0e6
}

.scookied-head-title {
    border-bottom: 1px solid #f1f3f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 40px
}

.scookied-title {
    font-size: 1.2em;
    margin-bottom: .7em;
    text-align: left;
    float: none;
    font-family: inherit;
    font-weight: 600;
    color: inherit
}

.scookied-desc {
    font-size: 1em;
    line-height: 1.5em
}

.scookied-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px
}

.scookied-item-checkbox {
    background: #e9eff4;
    padding: 20px 20px
}

.scookied-box-desc {
    margin-top: 30px
}

.scookied-box-btn {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    justify-content: flex-start;
    border-top: 1px solid #f1f3f5;
    padding-top: 20px;
    margin-top: 20px
}

.scookied-item-checkbox--title {
    font-size: 1em;
    margin-bottom: 0;
    text-align: left;
    float: none;
    font-family: inherit;
    font-weight: 600;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    position: relative;
    padding-left: 25px
}

.scookied-item-checkbox--title:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='4' viewBox='0 0 9 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.0603 0.361687C8.21261 .552282 8.18792 .83555 8.00515 0.994385L5.01978 3.6265C4.75352 3.85789 4.36677 3.85789 4.10052 3.6265L1.11514 0.994385C0.932373 .83555 .907686 .552282 1.05999 0.361687C1.2123 .171092 1.48393 .145346 1.66669 0.304181L4.56015 2.8564L7.4536 0.304181C7.63636 .145346 7.90799 .171093 8.0603 0.361687Z' fill='%232d4156'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    display: inline-block;
    transition: all .3 sease-in-out;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%)
}

.scookied-item-checkbox--title label {
    flex: 0 0 auto
}

.scookied-item-checkbox--desc {
    display: none;
    margin-top: 15px
}

@media (max-width: 767px) {
    .settings-cookie-wrapper {
        max-width:100%
    }

    .settings-cookie-detail-content {
        padding: 30px 20px
    }

    .scookied-box-btn>* {
        width: 100%
    }
}

.scookied-list input[type="checkbox"] {
    -webkit-appearance: checkbox!important
}
