.jqueryCookieModal {
    position: fixed;
    z-index: 99999999999;
    background: #141414;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-size: 16px;
    width: 96%;
    border-radius: 5px;
    left: 2%;
    bottom: 10px;
}

.jqueryCookieModal * {
    margin: 0;
}

.jqueryCookieModal .agree, .jqueryCookieModal .disagree {
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid;
    text-decoration: none !important;
    color: white;
}

.jqueryCookieModal a:hover {
    opacity: 0.8;
}

.jqueryCookieModal a {
    color: #f76d2b;
}

.jqueryCookieModal > div {
    line-height: 1.2;
    padding-right: 10px;
}

.jqueryCookieModal span {
    display: flex;
}

.bodyJqueryCookieModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    background: rgba(14, 14, 14, 0.3);
}

.bodyJqueryCookieModal .jqueryCookieModal {
    position: relative;
    max-width: 320px;
    flex-direction: column;
    text-align: center;
    line-height: 1.4;
    max-height: 175px;
    height: 175px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.bodyJqueryCookieModal .jqueryCookieModal > div {
    padding-right: 0;
    margin-bottom: 20px;
}

.bodyJqueryCookieModal .jqueryCookieModal span {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.bodyJqueryCookieModal .jqueryCookieModal .agree, .bodyJqueryCookieModal .jqueryCookieModal .disagree {
    width: 47%;
    margin: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid;
    padding: 7px 10px;
}

body.bodyHiddenJqueryCookieModal {
    /*overflow: hidden;*/
}

.jqueryCookieModal p {
    line-height: 1.4;
}

@media only screen and (max-width: 992px) {
    .jqueryCookieModal {
        flex-direction: column;
    }

    .jqueryCookieModal > div {
        padding-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .jqueryCookieModal > div {
        padding-right: 0;
    }

    .jqueryCookieModal .agree, .jqueryCookieModal .disagree {
        min-width: 140px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 40%;
    }
}
