.bottom-confirm-notify {
    position: fixed;
    left: 50%;
    bottom: 3.6666666667rem;
    z-index: var(--bottom-confirm-notify-layer);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    display: flex;
    min-width: 22.3333333333rem;
    padding: 1rem;
    border-left: .4666666667rem solid var(--ROUGE_SARDE);
    background-color: var(--INFINITY);
    color: var(--WHITE);
    font-size: .9333333333rem;
    justify-content: center
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-confirm-notify {
        bottom: 8.3rem;
        width: 100%;
        height: 8rem;
        padding: 1.5rem;
        border-left: .7rem solid var(--ROUGE_SARDE);
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .bottom-confirm-notify {
        bottom: 0;
        flex-direction: row;
        width: 100%;
        height: 4.4444444444rem;
        border-left: .3888888889rem solid var(--ROUGE_SARDE);
        font-size: .8888888889rem
    }
}

.bottom-confirm-notify--gambling-addict {
    background-color: var(--ROUGE_SARDE);
    text-align: center;
    padding: 1.0666666667rem;
    font-size: .6rem;
    line-height: .8rem;
    width: 100%
}

.bottom-confirm-notify--gambling-addict.bottom-confirm-notify {
    border-left: none
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-confirm-notify--gambling-addict.bottom-confirm-notify {
        height: auto;
        bottom: 5.5rem
    }
}

@media(min-width:769px) {
    .bottom-confirm-notify--gambling-addict {
        font-size: .9rem;
        line-height: 1.2rem
    }
}

@media(min-width:1025px) {
    .bottom-confirm-notify--gambling-addict {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem;
        padding: 1.0666666667rem 1rem;
        border-left: none;
        height: auto
    }
}

.bottom-confirm-notify--gambling-addict .bottom-confirm-notify__message {
    width: 100%
}

@media(min-width:1025px) {
    .bottom-confirm-notify--gambling-addict .bottom-confirm-notify__message {
        width: 75%
    }
}

.bottom-confirm-notify--cookies {
    text-align: left
}

.bottom-confirm-notify-wrap {
    display: flex;
    justify-content: center
}

@media(min-width:1025px) {
    .bottom-confirm-notify-wrap {
        align-items: center
    }
}

.bottom-confirm-notify-wrap a {
    color: var(--ROUGE_SARDE);
    cursor: pointer
}

@media(max-width:768px) {
    .bottom-confirm-notify-wrap--countries {
        display: block
    }
}

@media(min-width:769px) {
    .bottom-confirm-notify-outer {
        display: flex;
        align-items: center
    }
}

.bottom-confirm-notify__controls {
    display: flex;
    justify-content: center
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-confirm-notify__controls {
        margin-left: 1.5rem
    }
}

@media(min-width:1025px) {
    .bottom-confirm-notify__controls {
        display: flex;
        margin-left: 1.3888888889rem
    }
}

.bottom-confirm-notify-wrap--email {
    text-align: center
}

@media(max-width:768px) {
    .bottom-confirm-notify-wrap--email {
        flex-direction: column
    }
}

.bottom-confirm-notify-wrap--email .bottom-confirm-notify__icon {
    display: none
}

@media(min-width:769px) {
    .bottom-confirm-notify-wrap--email {
        align-items: center
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-confirm-notify-wrap--email {
        height: 100%
    }
}

@media(min-width:1025px) {
    .bottom-confirm-notify-wrap--email {
        height: 100%
    }
}

.bottom-confirm-notify__icon {
    flex-shrink: 0;
    color: var(--ROUGE_SARDE);
    height: 1.8888888889rem;
    margin-right: .4444444444rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-confirm-notify__icon {
        margin-right: .8rem
    }
}

.bottom-confirm-notify__icon:last-child {
    margin-right: 0
}

.bottom-confirm-notify__text {
    display: inline-block;
    margin-bottom: .6666666667rem
}

@media(max-width:768px) {
    .bottom-confirm-notify__text {
        text-align: center
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-confirm-notify__text {
        margin-bottom: 0
    }
}

@media(min-width:1025px) {
    .bottom-confirm-notify__text {
        margin-bottom: 0
    }
}

.bottom-confirm-notify-wrap--email .bottom-confirm-notify__text-link {
    font-weight: 500;
    padding: 0;
    color: var(--ROUGE_SARDE)
}

.bottom-confirm-notify__text-link:first-child {
    margin-right: 1rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-confirm-notify__text-link:first-child {
        margin-right: 1.5rem
    }
}

@media(min-width:1025px) {
    .bottom-confirm-notify__text-link:first-child {
        margin-right: .8333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-confirm-notify__text-link {
        margin-left: 1rem
    }
}

@media(min-width:1025px) {
    .bottom-confirm-notify__text-link {
        margin-left: .5555555556rem
    }
}

.bottom-confirm-notify__text-link:disabled {
    pointer-events: none
}