.wrapCookies{

}

.wrapCookies .modal-content{
    border-bottom: none;
    border-radius: 7px;
    background: #201b18;
    font-family: "robo_reg";
    max-width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 32px;
}
.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;
    top: 10px;
    cursor: pointer;
}
.wrapCookies .modal-header h5{
    padding-left: 0;
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 15px;
}

.wrapCookies .modal-header span img{
    width: 22px;
    opacity: 0.5;
}
.cookiesContent {

}

.cookiesContent p{
    font-size: 16px;
    text-align: justify;
    border-bottom: 1px solid #727272;
    padding-bottom: 20px;
    margin-bottom: 15px;
    color: #c0c0c0;
}
.wrapCookies .modal-footer1 {
    border-top: 0;
    padding-top: 0;
    text-align: right;
    padding-bottom: 3px;
}
.btn-decline{
    border-radius: 40px;
    padding: 9px 30px;
    font-size: 15px;
    border: 1px solid #9d9d9d;
    background: #201b18;
    color: #a4a4a4;
    cursor: pointer;
    transition: 0.5s;
}
.btn-Accept{
    border-radius: 40px;
    padding: 9px 30px !important;
    font-size: 15px;
    background: #fff!important;
    width: auto !important;
    color: #000 !important;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid #fff;
    margin-left: 5px;
}
.btn-decline:hover{
    border: 1px solid #9d9d9d;
    background: #201b18;
   
}

.btn-Accept:hover{
    background: #00a807!important;
    border: 1px solid #00bc08;
    color: #fff !important;
}

.btn-decline:hover{
    background: #000!important;
    border: 1px solid #000;
    color: #fff !important;
}
.modal{
    background: #ffffffa6;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
}