.cookie-background
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5 !important;
}

.cookie-background.d-none {
    display: none;
}

#cookie {
    background-color: #fff;
    color: rgba(1, 23, 54, .8);
    max-width: 560px;
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999990;
    width: 95%;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

#cookie .cookie-logo {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 144px;
}

#cookie.d-none {
    display: none;
}

#cookie .me-xs {
    margin-right: 6px;
}

#cookie .cookie-content {
    margin: 16px;
}

#cookie .cookie-title {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #383b36;
    margin-top: 0;
}

#cookie .cookie-info {
    margin-top: 8px;
    line-height: 1.71;
    margin-bottom: 24px;
}

#cookie .btn {
    border-radius: 0;
    font-size: 18px;
    font-weight: 100;
    padding-left: 14px;
    padding-right: 14px;
    margin: 0 0 16px 0;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cookie .btn .fa {
    font-size: 18px;
}

#cookie .btn-green {
    border: 3px solid #880000;
    background: #880000;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(112, 172, 41, 0.35);
}

#cookie .btn-green:hover {
    color: #880000;
    background-color: transparent;
    box-shadow: unset;
    cursor: pointer;
}

#cookie .btn-white {
    border: 3px solid #f8f8f8;
    background: #fff;
    border-radius: 0px;
    color: #000;
}

#cookie .btn-white:hover {
    border: solid 3px #880000;
    background-color: #ffcccc;
    cursor: pointer;
}

#cookie .cookie-back {
    margin-top: 16px;
    margin-bottom: 24px;
    display: block;
    color: #808080;
    font-size: 16px;
    cursor: pointer;
}

#cookie .switch-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    transition: all .3s ease-in-out;
    background-color: #f8f8f8;
    border: 1px solid #dedede;
    border-radius: 15px;
    height: 30px;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    width: 60px;
    cursor: pointer;
}

#cookie .switch-button:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 3px 7px rgba(96, 0, 0, 0.3);
    content: "";
    display: block;
    height: 28px;
    left: 1px;
    position: absolute;
    top: 50%;
    width: 28px;
}

#cookie .switch-button-disabled:before {
    background-color: #808080;
    left: 30px;
}

#cookie .switch-button-active {
    background-color: #ffcccc;
    border-color: #ff6666;
}

#cookie .switch-button-active:before {
    background-color: #880000;
    left: 30px;
}

#cookie .switch-button-disabled {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    transition: all .3s ease-in-out;
    background-color: #808080;
    border: 1px solid #dedede;
    border-radius: 15px;
    height: 30px;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    width: 60px;
    cursor: unset;
}

#cookie .cookie-settings .settings {
    margin-bottom: 24px;
    border-radius: 2px;
    border: solid 1px #a3a3a3;
    padding: 16px;
    height: 230px;
    overflow: scroll;
    overflow-x: hidden;
}

#cookie .cookie-settings .settings .cookie-title {
    font-size: 20px;
}

#cookie .cookie-settings .settings label {
    margin-bottom: 0;
    font-weight: unset;
}

@media only screen and (min-width: 720px) {
    #cookie .cookie-content {
        margin:48px 64px;
    }

    #cookie .cookie-logo {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    #cookie .cookie-info {
        line-height: 1.43;
    }

    #cookie .cookie-notice .cookie-info {
        line-height: 1.71;
    }

    #cookie .cookie-back {
        margin-top: 20px;
        margin-bottom: 24px;
    }

    #cookie .button-wrapper {
        margin-right: 16px;
    }

    #cookie .cookie-settings .settings {
        height: 280px;
    }

    #cookie .cookie-settings .settings label {
        display: flex;
    }
}

@media only screen and (min-width: 992px) {
    #cookie {
        max-width: 670px;
    }

    #cookie .cookie-logo {
        width: 224px;
    }

    #cookie .cookie-toggle-settings {
        margin-right: 16px;
    }

    #cookie .cookie-left {
        margin-right: 8px;
    }

    #cookie .cookie-right {
        margin-left: 8px;
    }

    #cookie .button-row {
        display: flex;
        flex-direction: row;
    }

    #cookie .cookie-settings .settings {
        height: 250px;
    }
}
