
@media only screen and (max-width: 1023px) {
    #rodo-modal {
        padding-top: 0px;
    }

    #rodo-dialog {
        height: 100%;
        width: 90%;
        overflow: auto;
        padding-left: 5%;
        padding-right: 5%;
    }
}

.rodo-modal {
    position: fixed;
    padding-top: 140px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 10;
}

.rodo-dialog {
    margin: auto;
    width: 968px;
}

.rodo-content {
    background-color: white;
    border: solid #E5E4E4;
    border-radius: 4px;
    border-width: 2px;
}

.rodo-header {
    font-weight: bold;
    position: relative;
    height: 90px;
    border: 2px solid #E5E4E4;
    vertical-align: center;
    background-color: #E5E4E4;
}

.rodo-title {
    font-weight: bold;
    font-size: 25px;
    vertical-align: middle;
    padding-top: 30px;
    height: 100%;
}

.rodo-text {
    height: 242px;
    overflow-y: auto;
    border: 1px solid #E5E4E4;
    border-width: 2px;
    margin: 25px 30px;
    padding: 10px 25px;
    text-align: left;
    list-style: circle;
}
.rodo-text h3, .rodo-text h4 {
    margin: 1em;
}

.rodo-text p {
    line-height: 1.5em;
    margin: 1em;
    font-size: 1em;
}

.rodo-text li, .rodo-text ul {
    margin: 1em;
    list-style-type: disc;
    font-size: 1em;
}

.rodo-footer {
    height: 80px;
}

.rodo-accept-button {
    width: 256px;
    height: 50px;
    text-align: center;
    top: 25px;
    font-size: 21px !important;
    font-weight: 600 !important;
}
