.wrapCookies{

}

.wrapCookies .modal-content {
    border-bottom: none;
    border-radius: 7px;
    background: #201b18;
}
.wrapCookies .modal-header{
    width: 100%;
    margin-bottom: 0;
    display: inline;
    border: none;
    text-align: -webkit-left;
}
.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 .modal-header h5 {
    padding-left: 0;
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
}

.wrapCookies .modal-header span img{
    width: 22px;
    opacity: 0.5;
}
.cookiesContent {

}

.cookiesContent p {
    font-size: 14px;
    text-align: justify;
    border-bottom: 1px solid #413f3e;
    padding-bottom: 20px;
    margin-bottom: 15px;
    color: #bcbcbc;
}
.wrapCookies .modal-footer1 {
    border-top: 0;
    padding-top: 0;
    text-align: right;
    padding-bottom: 15px;
    margin-right: 15px;
}
.btn-decline{
    border-radius: 40px;
    padding: 5px 19px;
    font-size: 13px;
    border: 1px solid #9d9d9d;
    background: #201b18;
    color: #a4a4a4;
}
.btn-Accept {
    border-radius: 40px;
    padding: 5px 32px !important;
    font-size: 14px;
    background: #fff!important;
    width: auto !important;
    color: #000 !important;
    font-weight: 600;
}