div.ue-accept-bg{
    position: fixed;
    right: 0px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.99);
    overflow-y: auto;
}
div.ue-accept-box{
    /* width: 80%; */
    /* max-width: 350px; */
    max-width: 400px;
    margin: 0 auto;
    margin-top: 25px;
    background-color: #fff;
    /* border: 3px solid #555; */
    border: 3px solid #096bff;
    border-radius: 10px;
    padding: 10px;
}
p.ue-accept-title{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
p.ue-accept-text{
    font-size: 16px;
    margin: 5%;
    text-align: center;
}

div.ue-accept-button{
    margin: 30px 0 30px 0;
    text-align: center;
}
button.ue-accept-button{
    /* text-transform: uppercase; */
    padding: 10px;
    font-weight: bold;
    /* border: 2px solid #21f34f; */
    border: 2px solid #096bff;
    border-radius: 5px;
    /* width: 150px; */
    width: 40%;
    margin: 5px 10px 0 10px;
    cursor: pointer;
    background-color: #fff;
    outline: none;
}
button.ue-link-button{
    /* border: 2px solid #bbb; */
    /* ue-accept-button-modifyborder: 2px solid #820043; */
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}
button.ue-accept-button-exit{
    border: 2px solid #096bff;
}


div.ue-accept-modify-text {
    margin-left: 5%;
}

div.ue-accept-modify-text p {
    /* font-size: 22px; */
    text-align: center;
}

    /* Customize the label (the container) */
.ue-accept-chekbox-container {
    display: block;
    position: relative;
    padding-left: 40px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    /* font-size: 22px; */
    padding-top: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 35px;
    text-align: left;
}

/* Hide the browser's default checkbox */
.ue-accept-chekbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    display: block;
}

/* On mouse-over, add a grey background color */
.ue-accept-chekbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ue-accept-chekbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* When the checkbox is checked and disabled, add a blue background */
.ue-accept-chekbox-container input:disabled ~ .checkmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ue-accept-chekbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ue-accept-chekbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 

.ue-accept-button-moreinfo{
    cursor: pointer;
    text-align: center;
    display: block;
}

a.link-modify{
    text-decoration: none;
    cursor: pointer;
    display: inline;
    text-align: center;
}
        