.jp-confirm-button{
    border: 1px solid #ccc;
    background-color: Transparent;
    padding: 4px 25px;
    min-width: 165px;
    margin-top: 15px;
    cursor: pointer;
}

.jp-confirm-button.button-full{
    width: 100%;

}

.jp-active{
    border: 1px solid #2b99ce !important;
}

.jp-active:hover{
    border: 1px solid #999  !important;
    color: #2b99ce;

}

.jp-privacy{
    display: none;
    position: absolute;
    width: 80%;
    max-width: 600px;
    min-height: 600px;
    z-index: 15;
    border-radius: 15px;
    padding: 25px;
    background-color: #f5f5f5;
    top: -200px;
    left: -45px;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 6px #666;


}

.jp-privacyholder{
    width: 600px;
    height: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto;


}

.jp-privacy.jp-privacy-cookies{
        top: -600px !important;

}

.jp-privacy.jp-privacy-quote{
        top: -300px !important;
        left: 0px;

}

#jp-privacystmt{
    height: 550px;
    max-width: 650px;
    width: 95%;
    overflow-x: scroll;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    color: #666;

}
.jp-buttongrid{
    width: 700px;
    margin-top: 30px;
}
.jp-buttongrid, .jp-buttongridPrivacy{
    border-top: 1px solid #2b99ce;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
}

.jp-buttongridPrivacy{
    width: 400px;
    margin-top: 20px;

}

.jp-activeOld:after{
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;

}

.jp-activeOld:hover:after{

    width: 100%;
    background: #2b99ce;
}

.jp-bottomfeeder{
    width: 100%;
    margin-top: 35px;
    height: 35px;
    padding: 8px 0px;

}
.jp-bottomfeeder .jptopcheck{
    margin-top: 5px;
}
.jp-GDPRerror, .jp-drivel, .jp-thanks{
    margin-top: 20px;
    height: auto;
    border-radius: 6px;
    width: 93%;



}

.jp-checklabel{
    color: #2b99ce;

}


a.jp-confirm-button {
    display: block;
    /* float: left; */
    min-width: 100px !important;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.jp-flex{
    display: flex;

}


.jp-confirm-button:not(.jp-active){
    color: #ccc;
    cursor: not-allowed;
    border-color: #ccc;

}