.wrapCookies{
    /* align bottom */
    position:fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin:0;
    max-width: 100%;
}
#cookiesModal.modal {
    background: rgb(29 38 63 / 25%) !important;
}
#cookiesModal.modal.websiteOverlay {
    background: rgb(29 38 63 / 58%) !important;
}
#cookiesModal .modal-dialog {
    height: auto;
    transform: none;
}
.wrapCookies .img-col {
    flex: 0 0 auto;
    width: auto;
    padding: 0px 15px;
}
.wrapCookies .content-col {
    flex: 0 0 auto;
    width: 87%;
    padding: 0px 15px;
}
.wrapCookies .btn-col {
    flex: 0 0 auto;
    width: 8%;
    padding: 0px 15px;
    text-align: right;
}
.wrapCookies .modal-content {
    border-bottom: none;
    border-radius: 15px 15px 0px 0px;
    background: #10182F;
    box-shadow: 0px -10px 20px rgba(11, 14, 23, 0.2);
}
.wrapCookies .modal-header{
    width: 100%;
    margin-bottom: 0;
    display: inline;
    border: none;
    text-align: -webkit-left;
    padding: 10px 1rem;
}
.wrapCookies .modal-header .close{
    padding: 0;
    margin: 0;
}
.wrapCookies .modal-header span{
    background: transparent;
    display: block;
    box-shadow: none;
    line-height: normal;
    border: none;
    position: absolute;
    right: 10px !important;
    top: 5px;
    left: auto;
}
.wrapCookies .cookies_label {
    font-size: 15px;
    color: var(--white);
    line-height: 17px;
    margin-bottom: 5px;
    display:block;
    font-weight: 500;
    font-family: var(--font-family-title);
}

.wrapCookies .modal-header span img{
    width: 22px;
    opacity: 0.5;
}
.cookiesContent {
font-family: var(--font-family-title);
}

.wrapCookies .cookiesContent p {
    font-size: 13px;
    text-align: justify;
    /* border-bottom: 1px solid #413f3e; */
    /* padding-bottom: 20px;
    margin-bottom: 15px; */
    color: #bcbcbc;
    line-height: 15px;
    margin-bottom: 0;
}
.wrapCookies .modal-footer1 {
    border-top: 1px solid #182039;
    /* border-top: 10px;
    padding-top: 10px; */
    text-align: right;
    padding: 15px;
    background: #0e1529;
}
.wrapCookies .btn-decline{
    border-radius: 40px;
    padding: 8px 10px;
    font-size: 16px;
    border: 1px solid #566183;
    background: #10182f;
    color: #a4a4a4;
}
.wrapCookies .btn-decline:hover {
    background: #090e1e;
    color: #d2d2d2;
}
.wrapCookies .btn-Accept {
    border-radius: 40px;
    padding: 8px 10px;
    font-size: 16px;
    background: #fff;
    width: auto;
    color: #000;
    font-weight: 600;
    border: 1px solid #fff;
}
.wrapCookies .btn-Accept:hover {
    background: #dadeef;
    color: #000;
}

.wrapCookies .btn-decline i,
.wrapCookies .btn-Accept i {
    font-weight: 600;
}

/* white modal */
.wrapCookies.light .modal-content {
    background: var(--white);
    box-shadow: 0px -10px 20px rgba(64, 64, 64, 0.10);
}
.wrapCookies.light .cookies_label {
    color: var(--black);
}
.wrapCookies.light .cookiesContent p {
    color: var(--gray);
}
.wrapCookies.light .btn-decline{
    border: 1px solid var(--form-border);
    background: var(--gray-lighter);
    color: var(--gray-text);
}
.wrapCookies.light .btn-decline:hover {
    background: var(--border-lighter);
    color: var(--dark);
}
.wrapCookies.light .btn-Accept {
    background: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
}
.wrapCookies.light .btn-Accept:hover {
    background: var(--primaryHover);
    color: var(--white);
}

@media screen and (max-width: 767px) {
    .wrapCookies .img-col,
    .wrapCookies .content-col,
    .wrapCookies .btn-col {
        width: 100%;
        text-align: center;
    }
    .wrapCookies .content-col {
        margin: 10px 0px;
    }
}