html,
body {
    margin: 0;
}

body {
    font-size:1.1rem; 
    color: #555D63;
    font-family: Tahoma, sans-serif;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.chapterframe{
    background-color: #0F1941;
    border: .1rem solid lightgrey;
}
.chaptertable{
    padding: 30px;
}
.chaptertitle{
    font-size: 2.2rem;
    color: #CA80FF; 
    font-weight: bold; 
    padding-bottom:30px;
    text-align: left;
}

.frame{
    background-color: white;
    border: .1rem solid lightgrey;
}
.table{
    display: flex; 
    flex-direction: column; 
    padding: 30px;
}
.title{
    font-size:2rem; 
    font-weight:bold; 
    padding-bottom:30px;
    color:#3D85C6;
}
ul{
    list-style-type: disc; 
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.2em;
    padding-bottom: 1.5em;
}
li{
    padding-bottom:1em;
    margin-left:20px;
}
li::marker  {
    color:#3D85C6; 
    font-size:1.4em;
}
.text{
    padding-bottom:25px;
}
.text1{
    padding-bottom:10px;
}
.text2 {
    padding-bottom:0px;
}
.red{
    color:#3D85C6;
}
.violet{
    color:#CA80FF;
}
.image{
    text-align:center;
    max-width: 100%;
}

.tablesplit{
    display: flex;
}
.left {
    flex: 50%;
    margin-right: 15px;
}
.right {
    flex: 50%;
    object-fit: contain;
    align-items: center;
    justify-content: center;
}
.imagesplit{
    width: fit-content; 
    max-width: 100%;
    max-height: 80%;
    object-fit: contain;
}

.footer{
    display:flex; 
    flex-direction:row; 
    flex-wrap:nowrap; 
    justify-content: space-between;
    padding: 10px 30px;
}
.imageleft{
    max-width: 10%;
     object-fit: contain;
    height: 20px;
}
.textmiddle{
    max-width: 65%;
    object-fit: contain;
    text-decoration: solid;
    color: #CA80FF;
    font-size-adjust:inherit;
}
.textright{
    max-width: 25%;
    object-fit: contain;
    text-decoration: solid;
    color: white;
    font-size-adjust:inherit;
}

@media only screen and (max-width: 1200px) {
    .table {
        padding: 15px;
    }
    .tablesplit {
        display: block;
    }
    .left {
        margin-right: 0px;
    }
    .footer{
        padding: 10px 0px;
    }
    .textmiddle{
        font-size: 9px;
    }
    ::ng-deep .full-height-scrollable .dx-scrollable-container {
    touch-action: manipulation !important;
    }
}