.cookie-notice {
    background-color: #fff;
    width: 100%;
    max-width: 98%;
    margin: 0 auto;
    bottom: 10%;
    left: 1%;
    padding: 1.5em;
    display: none;
    justify-content: space-between;
    align-items: center;
    transition: all .6s ease-in-out;
    transform: translateY(-1.75rem);
    z-index: 9999;
    position: fixed;
    bottom: 0;
}

.show-gate {
    display: flex;
}

.show {
    display: block !important;
}

.hide {
    display: none;
}

#settingsCookieModal {
    overflow-y: auto;
}

.cookie_container {
    display: flex;
    justify-content: space-between;
    margin: 0 0 2em;
    width: 100%;
}

.cookie_container {
    position: relative;
}

.cookie_bot__checkbox:checked {
    background-color: #1d67fc;
}

.cookie-description {
    width: 85%;
}

.cookie_bot__checkbox {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    width: 2.25rem;
    height: 1.25rem;
    background-color: #ccc;
    border-radius: 3.125rem;
    margin: 0 2em 0 0;
    box-shadow: inset 0 0 5px #0003;
    cursor: pointer;
    transition: .4s;
}

.cookie_bot__checkbox:checked:after {
    left: 50%;
}

.cookie_bot__checkbox:after {
    position: absolute;
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    top: calc((100% - 0.8rem) / 2);
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px #0003;
    transform: scale(1.1);
    transition: .4s;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.fade {
    transition: opacity .15s linear;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: none;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% -(1.75rem* 2)) !important;
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto !important;
    }

    .modal.fade .modal-dialog {
        transform: none;
    }
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% -(.5rem* 2));
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.cookie_container {
    position: relative;
}
.cookie_container {
    display: flex;
    justify-content: space-between;
    margin: 0 0 2em;
    width: 100%;
}

.cookie-description {
    width: 85%;
}

.d-inline {
    display: inline !important;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}