@font-face {  
    font-family: "Franklin Gothic Book"; /* font name for the feature use*/
    src: url("../fonts/FRABK.TTF") format("truetype"); /*non-IE*/  
}
@font-face {  
    font-family: "Franklin Gothic Book"; /* font name for the feature use*/
    src: url("../fonts/FRABKIT.TTF") format("truetype"); /*non-IE*/  
    font-weight: normal;
    font-style: italic;
}
@font-face {  
    font-family: "Franklin Gothic Demi"; /* font name for the feature use*/
    src: url("../fonts/FRADM.TTF") format("truetype"); /*non-IE*/  
}
@font-face {  
    font-family: "Franklin Gothic Demi Cond"; /* font name for the feature use*/
    src: url("../fonts/FRADMCN.TTF") format("truetype"); /*non-IE*/  
}
@font-face {  
    font-family: "Franklin Gothic Demi"; /* font name for the feature use*/
    src: url("../fonts/FRADMIT.TTF") format("truetype"); /*non-IE*/  
    font-style: italic;
}
@font-face {  
    font-family: "Franklin Gothic Heavy"; /* font name for the feature use*/
    src: url("../fonts/FRAHV.TTF") format("truetype"); /*non-IE*/  
}
@font-face {  
    font-family: "Franklin Gothic Heavy"; /* font name for the feature use*/
    src: url("../fonts/FRAHVIT.TTF") format("truetype"); /*non-IE*/  
    font-style: italic;
}
@font-face {  
    font-family: "Franklin Gothic Medium"; /* font name for the feature use*/
    src: url("../fonts/framd.ttf") format("truetype"); /*non-IE*/  
}
@font-face {  
    font-family: "Franklin Gothic Medium Cond"; /* font name for the feature use*/
    src: url("../fonts/FRAMDCN.TTF") format("truetype"); /*non-IE*/  
}
@font-face {  
    font-family: "Franklin Gothic Medium"; /* font name for the feature use*/
    src: url("../fonts/framdit.ttf") format("truetype"); /*non-IE*/  
    font-style: italic;
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: white;
    font-family: sans-serif;
    font-size: 14px;
}
.tile-thumbnail {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.full-block{
    width: 100%;
    height: 100%;
    display: block;
}
.d-none{
    display: none;
}
#container{
    width: 100vw;
    transform-origin: left top;
}
#scale-container{
    transform-origin: left top;
    transition-timing-function: ease-in-out;
}
#page-container{
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: left top;
    z-index: 10;
}
.page-background{
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.refresh-button{
    position:absolute;
    left:1820px;
    top:0px;
    height:100px;
    width:100px;
    z-index:30000;
}
.home-button-display{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
}
.button-display{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.audio-button-display{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rectangle-box{
    height: 25px;
    background-color: #19a10c;
    margin-bottom: 15px;
}
.upload-home-button-container .round-button{
    padding: 0px;
}
.play-button-shadow{
    box-shadow: 3px 1px 7px 0px rgba(0, 0, 0, 0.35); 
    text-shadow: 3px 1px 7px rgba(0, 0, 0, 0.35); 
}
.dropdown-menu{
    z-index: 30000;
}
.transform-origin-top-left{
    transform-origin: top left;
}
.element-data{
    border: none !important;
    position: absolute;
}
.element-content{
    position: relative;
    width: 100%;
    height: 100%;
}
.toggle-element-outline .fa{
    height: 10px;
    width: 16px;
    margin-right: 2px;
    outline: dashed 2px #48a9ff;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-move{
    cursor: move;
}
.element-text-content{
    height: 100%;
    width: 99%;
    background-color: transparent;
    overflow:overlay;
    overflow-x:hidden;
}
.element-text-content::-webkit-scrollbar-corner {
    background-color: white;
}
.element-text-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}
.element-text-content::-webkit-scrollbar-thumb {
    border: 4px solid rgba(255,255,255,0);
    background-clip: content-box;
    background-color: #bfbfbf;
    border-radius: 10px;
}
.element-text-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    background-color: white;
}
.element-video .play-button-container{
    width: 100%; 
    height: 100%; 
    display: flex; 
    justify-content:center;
    align-items:center; 
    position: absolute;
}
.element-video .play-button-container img{
    width: 41%;
}
.element-title .chapter-name{
    color: #009900;
    border-bottom: solid 3px #009900; 
    font-family: cabin;
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
}
.element-title .title-bottom-box{
    display: block;
    height: 11px;
    width: 125px;
    background-color: #009900;
}
.media-gallery-more-label{
    border-radius: 50%;
    position: absolute;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -19px;
    bottom: -4px;
    color: white;
    font-size: 11px;
    line-height: 14px;
    font-family: cabin;
    pointer-events: none;
}
.media-list-container{
    min-height: 450px;
    border: dashed thin darkgray;
    margin-bottom: 10px;
    padding: 3px;
}
.media-thumbnail-container{
    display: inline-block;
    text-align: center;
    margin: 3px;
    min-width: 100px;
    position: relative;
}
.media-thumbnail{
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.media-cover-thumbnail{
    position: absolute;
    top: 68px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
}
.media-cover-thumbnail-content{
    background-color: #4CAF50;
    font-size: 12px;
    padding: 2px;
}
.media-delete{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.ui-resizable-helper { 
    border: 2px dotted #00F; 
}
.has-changes-button{
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.has-changes-button:hover{
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.link-title{
    background-color: #FFA500;
    color: #212529;
    padding: 5px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 12px;
    position: absolute;
}
.chapter-list-placeholder{
    height: 0px;
}
#chapter-tab .nav-link:not(.active){
    font-weight: bold;
}
.sidemenu-container{
    width: 100%;
    max-width: 500px;
    min-height: 500px;
    border: dashed thin darkgray;
    padding-bottom: 5px;
}
.sidemenu-placeholder{
    width: 100%;
    max-width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: gray;
    font-style: italic;
    position: absolute;
    pointer-events: none;
}
.sidemenu-top-section{
    border: 1px solid #c8d4d9;
    cursor: move;
    padding: 5px;
    min-height: 40px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
}
.sidemenu-top-section .fa-trash-o{
    display: none;
}
.chapter-label-container{
    display: none;
}
.chapter-empty-placeholder{
    height: 0px;
    display: none;
}
#chapter-list{
    border: 1px solid #c8d4d9;
}
#selected-chapter .sidemenu-top-section{
    border: none;
    border-bottom: solid 3px #009900;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-top: 0px;
    height: 41px;
    align-items: flex-end;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: transparent;
}
#selected-chapter .chapter-button{
    margin-bottom: 4px;
}
#selected-chapter .chapter-name{
    padding-left: 16px;
    font-family: cabin;
    font-size: 21px;
    color: #009900;
    line-height: 26px;
    font-weight: 500;
}
#selected-chapter .sidemenu-list-item .fa-arrows{
    margin-right: 5px;
}
#selected-chapter .sidemenu-list-item .fa-trash-o{
    display: inline;
    cursor: pointer;
}
#selected-chapter .chapter-label-container{
    display: block;
    height: 11px;
    font-size: 7px;
    color: white;
    letter-spacing: .75px;
    background-color: #009900;
    width: 125px;
    padding-left: 7px;
    margin-left: 5px;
    margin-top: -1px;
    clear: both;
    display: flex;
    align-items: center;
}
#selected-chapter .chapter-empty-placeholder{
    height: 51px;
    display: block;
}
.sidemenu-list-item-header{
    min-height: 30px;
    padding: 5px;
    background-color: #428bca;
    font-weight: bold;
    color: white;
    border: solid thin #607d8b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidemenu-actual-container{
    position: absolute;
    height: 0px;
    cursor: move;
}
.sidemenu-actual-container #selected-chapter{
    transform-origin: top left;
}
.sidemenu-actual-container .sidemenu-top-section{
    margin: 0; 
}
.sidemenu-actual-container #selected-chapter .chapter-label-container{
    margin-left: 0;
    margin-right: 0;
}
.drag-sidebar-y{
    position: absolute;
    top: -35px;
    left: 0px;
}
#chapter-container{
    position: absolute;
    top: 270px;
    left: 239px;
    width: 1378px;
    height: 665px;
}
.chapter-scroll-top{
    position: absolute;
    top: 31px;
    left: 686px;
    width: 63px;
    height: 63px;
    color: white;
    background-color: #009900;
    border-radius: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    line-height: 24px;
    font-size: 19px;
    font-family: cabin;
    padding: 4px;
    box-sizing: border-box;
}
.chapter-scroll-bottom{
    position: absolute;
    top: 559px;
    left: 686px;
    width: 64px;
    height: 64px;
    color: white;
    background-color: #009900;
    border-radius: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column-reverse;
    line-height: 26px;
    font-size: 19px;
    font-family: cabin;    
    padding: 4px;
    box-sizing: border-box;
}
.chapter-scroll-top .fa,
.chapter-scroll-bottom .fa{
    line-height: 10px;
    display: block;
}
.chapter-scrollbar{
    position: absolute;
    top: 64.5px;
    left: 688px;
    width: 63px;
    height: 528px;
    background-color: #eff7df;
}
.scroll-left-container{
    float: left;
    outline: dashed 2px #090;
    position: absolute;
    left: 0px;
    top: 82px;
    width: 633px;
    min-height: 559px;
}
.scroll-right-container{
    float: right;
    outline: dashed 2px #090;
    position: absolute;
    left: 809px;
    top: 82px;
    width: 613px;
    min-height: 559px;
}
.scroll-left-add{
    position: absolute;
    left: 456px;
    top: 48px;
}
.scroll-right-add{
    position: absolute;
    left: 807px;
    top: 48px;
}
.chapter-scroll-unit{
    -webkit-box-shadow: 8px 8px 20px -8px rgba(186,184,186,1);
    -moz-box-shadow: 8px 8px 20px -8px rgba(186,184,186,1);
    box-shadow: 8px 8px 20px -8px rgba(186,184,186,1);
}
.chapter-scroll-add-box{
    position: absolute;
    width: 236px;
    height: 103px;
    top: 749px;
    left: 292px;
    border: solid 1px #504f4b;
    border-radius: 10px;
    background-color: #e6e1d0;
}
#add-chapter-title-popup .chapter-name,
#edit-chapter-title-popup .chapter-name{
    color: #009900;
    border-bottom: solid 3px #009900;
    font-family: cabin;
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
}
#add-chapter-title-popup .title-bottom-box,
#edit-chapter-title-popup .title-bottom-box{
    display: block;
    height: 11px;
    font-size: 7px;
    color: white;
    letter-spacing: .75px;
    background-color: #009900;
    width: 125px;
}
.scroll-add{
    z-index: 20000;
}
.scroll-title-box{
    color: white;
    width: 242px;
    height:30px;
    border-radius: 0px;
    border: none;
    font-size: 13px;
    font-weight: 500;
    font-family: cabin;
    background-color: #173f36;
    -webkit-box-shadow: 2px 2px 0px 0px #2ab015;
    -moz-box-shadow: 2px 2px 0px 0px #2ab015;
    box-shadow: 2px 2px 0px 0px #2ab015;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-title-box::placeholder{
    color: white;
}
.chapter-element-data{
    position: relative;
}
.chapter-element-data .element-option-box{
    position: absolute;
    z-index: 20000;
    pointer-events: all !important;
    display: flex;
    flex-direction: row;
    top: 0px;
    right: 0px;  
    border: solid thin #333f49;
    border-radius: 2px;
    overflow: hidden;
}
.chapter-element-data .element-option-box i{
    font-size: 12px;
}
.chapter-element-data .element-move{
    height: 25px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chapter-element-data .edit-element{
    height: 25px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chapter-element-data .delete-element{
    height: 25px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chapter-element-data .element-scroll-title-display{
    width: 100%;
    height: 100%;
    color: white;
    font-size: 14px;
    font-weight: 500;
    font-family: cabin;
    background-color: #173f36;
    -webkit-box-shadow: 2px 2px 0px 0px #2ab015;
    -moz-box-shadow: 2px 2px 0px 0px #2ab015;
    box-shadow: 2px 2px 0px 0px #2ab015;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-right-scroll-button{
    position: absolute;
    width: 129px;
    height: 129px;
    top: 908px;
    left: 1500px;
}
.gallery-left-scroll-button{
    position: absolute;
    width: 129px;
    height: 129px;
    top: 908px;
    left: 2px;
}
.gallery-display{
    position: absolute;
    width: 932px;
    height: 603px;
    top: 235px;
    left: 473px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: drop-shadow(3px 4px 5px rgba(0,0,0,0.75));
}
.gallery-title{
    font-family: Foxlite Script;
    font-size: 60px;
    position: absolute;
    top: 152.2px;
    left: 307px;
    width: 1300px;
    height: 70px;
}
.gallery-thumbnail-container{
    position: absolute;
    overflow: hidden;    
    width: 1340px;
    height: 195px;
    top: 874px;
    left: 119px;
}
.gallery-thumbnail-container-inner{
    position: relative;
    display: inline-flex;
}
.gallery-thumbnail{
    width: 246px;
    height: 195px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-thumbnail-background{
    position: absolute;
    width: 87%;
    height: 79%;
    background-size: cover;
    background-position: center center;
    transform: rotate(-1deg);
    border-radius: 3%;
}
.gallery-thumbnail-container-inner .gallery-thumbnail:not(:last-child){
    margin-right: 24px;   
}
.scroll-photo-container{
    position: absolute;
    left: 291px;
    top: 369px;
    width: 635px;
    height: 336px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
.scroll-description{
    font-family: Kozgopr6n;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    width: 594px;
    height: 700px;
    top: 266px;
    left: 1033px; 
    overflow: auto;
    color: #231f20;
    padding-right: 25px;
    line-height: 30px;
}
.scroll-description::-webkit-scrollbar {
    width: 41px;
} 
/* Track */
.scroll-description::-webkit-scrollbar-track {
    background-image: url('../images/Scroll-Bar.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 618px;
    margin-top: -28px;
}
/* Handle */
.scroll-description::-webkit-scrollbar-thumb {
    background-image: url('../images/Scroll-Handle.png');
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-position: center 110px;
}  
.scroll-description-header{
    color: #9c2e2f;
    text-shadow: 1px 0 #9c2e2f;
    font-weight: bold;
    letter-spacing: 1.3px;
    font-family: "Kozgopr6n";
}
#scroll-editor{
    min-height: 450px;
    border: dashed thin darkgray;
    margin-bottom: 10px;
    padding: 3px;
    width: 100%;
}
.video-popup{
    position: absolute;
    width: 1920px;
    height: 1080px;
    background-color: rgba(0,0,0,0.6);
    z-index: 999;
    text-align: center;
}
#video-container{
    width: 1583px;
    height: 940px;
    border-radius: 50px;
    border: solid 20px orange;
    margin: 60px auto;
    position: relative;
    background-color: black;
}
#video-entity{
    width: 1581px;
    height: 890px;
    position: relative;
    background-color: black;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.video-home-button{
    position: absolute;
    color: white;
    left: 1812px;
    top: 33px;
    z-index: 9999;
}
#video-controls{
    height: 38px;
    width: 1553px;
    border: 1px solid #6c757d;
    position: relative;
    margin: 0 auto;
    margin-top: -1px;
    border-radius: 30px;
}
#progress-bar{
    color: orange;
    width: 1325px;
    height: 30px;
    border: none;
    margin-left: 20px;
    margin-top: 4px;
    background: #434343;
}
#progress-bar::-moz-progress-bar { 
    color:orange;
    background:#434343; 
} 
#progress-bar[value]::-webkit-progress-bar {
    background-color: #434343;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
#progress-bar[value]::-webkit-progress-value {
    background-color: orange;
}
#btnReplay, #btnPlayPause, #btnStop{
    background: transparent;
    color: orange;
    border: none;
    width: 55px;
}
.control-button{
    font-size: 32px;
    outline: none;
}
.df-lightbox-close{
    color: white;
    margin-top: 5px;
    margin-right: 5px;
}
.df-lightbox-close::before{
    font-size: 30px;
}
.df-container.df-floating>.df-ui-next, .df-container.df-floating>.df-ui-prev{
    color: white;
    opacity: 1;
}
.df-lightbox-wrapper{
    background: none;
}
.table-element{
    color: white;
}
.table-element th{
    font-size: 102px;
    font-family:"Franklin Gothic Heavy";
    text-align: center;
    width: 50%;
}
.table-element td{
    font-size: 72px;
    line-height: 120px;
    font-family: "Franklin Gothic Medium";
    text-align: center;
}
.search-bar{
    position: absolute;
    width: 1534px;
    height: 197px;
    top: 63px;
    left: 85px;
}
.ebook-container{
    position: absolute;
    width: 1761px;
    height: 2765px;
    top: 495px;
    left: 89px;
    overflow-y: auto;
}
.ebook-container::-webkit-scrollbar { width: 27px; }
.ebook-container::-webkit-scrollbar-track {
    background: #897D5D;
    background: linear-gradient(to right, #897D5D 0%, #DFD5B9 100%);
    border-radius: 30px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
.ebook-container::-webkit-scrollbar-thumb {
    background: #006A51;
    background: -moz-linear-gradient(left, #006A51 0%, #2AB472 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #006A51),color-stop(100%, #2AB472));
    background: -webkit-linear-gradient(left, #006A51 0%, #2AB472 100%);
    background: -o-linear-gradient(left, #006A51 0%, #2AB472 100%);
    background: -ms-linear-gradient(left, #006A51 0%,#2AB472 100%);
    background: linear-gradient(to right, #006A51 0%, #2AB472 100%);
    border-radius: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006A51', endColorstr='#2AB472', GradientType=1);
}
.ebook{
    display: inline-block;
    width: 483px;
    height: 904px;
    margin-right: 19px; 
    margin-bottom: 100px;
    padding: 36px;
    background-color: white;
    float: left;
    position: relative;
}
.ebook .ebook-text{
    height: 234px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ebook .thumbnail{
    height: 660px;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}
.ebook .title{
    display: block;
    font-family: "Franklin Gothic Demi";
    font-size: 58px;
    line-height: 70.87px;
    text-align: center;
}
.ebook .date{
    display: block;
    font-family: "Franklin Gothic Book";
    font-size: 51.2px;
    line-height: 53.76px;
    text-align: center;
}
.ebook .ebook-button{
    position: absolute;
    top: 0px;
    left: 0px;
}
.add-ebook{
    position: absolute;
    left: 1600px;
    top: 416px;
    z-index: 1000;
}
.ebook-home{
    position: absolute;
    color: white;
    margin: 3px;
    font-size: 20px;
    cursor: pointer;
}
.ebook-home:hover{
    color: yellow;
}
.ebook-search-box{
    position: absolute;
    border: none;
    width: 1230px;
    height: 197px;
    font-size: 75px;
    background-color: transparent;
    left: 92px;
    outline: none;
    text-align: center;
    box-shadow: none;
}
.ebook-search-button{
    position: absolute;
    height: 192px;
    width: 192px;
    left: 1338px;
}
.question-number{
    position: absolute;
    width: 658px;
    height: 320px;
    top: 0px;
    left: 640px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.question-number .question-index{
    position: absolute;
    font-size: 128px;
    color: white;
    margin-top: 45px;
    font-family: "Franklin Gothic Heavy";
}
.question-box{
    position: absolute;
    font-size: 88.32px;
    font-family: "Franklin Gothic Book";
    color: #5D5D5D;
    text-align: center;
    line-height: 106px;
    width: 1297px;
    top: 810.24px;
    left: 310.9px;
}
.answer-box{
    position: absolute;
    top: 1500px;
    left: 309px;
    width: 1300px;
}
.answer-orange-border{
    border-radius: 140px;
    padding: 14px;
    background: rgba(154,131,63,1);
    background: -moz-linear-gradient(left, rgba(154,131,63,1) 0%, rgba(212,174,108,1) 55%, rgba(181,151,76,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(154,131,63,1)), color-stop(55%, rgba(212,174,108,1)), color-stop(100%, rgba(181,151,76,1)));
    background: -webkit-linear-gradient(left, rgba(154,131,63,1) 0%, rgba(212,174,108,1) 55%, rgba(181,151,76,1) 100%);
    background: -o-linear-gradient(left, rgba(154,131,63,1) 0%, rgba(212,174,108,1) 55%, rgba(181,151,76,1) 100%);
    background: -ms-linear-gradient(left, rgba(154,131,63,1) 0%, rgba(212,174,108,1) 55%, rgba(181,151,76,1) 100%);
    background: linear-gradient(to right, rgba(154,131,63,1) 0%, rgba(212,174,108,1) 55%, rgba(181,151,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a833f', endColorstr='#b5974c', GradientType=1 );
    margin-bottom: 116px;
}
.answer-box .answer{
    font-family: "Franklin Gothic Book";
    position: relative;
    border-radius: 130px;
    background-color: #006A51;
    min-height: 210px;
    padding-top:26px;
    padding-left: 68px;
    padding-right: 85px;
    color:white;
    font-size: 55px;
    display: flex;
    align-items: center;
    padding-bottom: 26px;
}
.answer-box .alphabet{
    display: inline-block;
    font-family: "Franklin Gothic Book";
    font-size: 127px;
    line-height: 153px;
    color: white;
    margin-right: 57.6px;
}
.answer-box .question-text{
    display: inline-block;
    font-size: 55px;
    line-height: 66px;
    font-family: "Franklin Gothic Book";
    color: white;
    width: 928px;
}
.answer-box .large-text{
    font-size: 125px;
}
.quiz-progress-bar{
    position: absolute;
    width: 1864px;
    height: 29px;
    left: 26.88px;
    top: 3358px;
    border-radius: 20px;
    overflow: hidden;
    background: #d7c8a1; /* Old browsers */
    background: -moz-linear-gradient(top,  #d7c8a1 0%, #bca67d 53%, #7f6c3e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d7c8a1 0%,#bca67d 53%,#7f6c3e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d7c8a1 0%,#bca67d 53%,#7f6c3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c8a1', endColorstr='#7f6c3e',GradientType=0 ); /* IE6-9 */
}
.quiz-green-bar{
    background-color: #006A51;
    width: 1864px;
    height: 29px;
    border-radius: 20px;
    margin-left: -1864px;
}
.wrong-answer-text{
    line-height: 150px;
    text-align: center;
    font-size: 69.12px;
    width: 100%;
}
.explain-box{
    position: absolute;
    left: 185.6px;
    top: 821.6px;
    width: 1546.42304px;
    text-align: center;
}
.orange-container{
    border-radius: 50.16832px;
    padding: 13.312px;
    background: rgba(154,131,63,1);
    background: -moz-linear-gradient(left, rgba(154,131,63,1) 0%, rgba(212,174,108,1) 55%, rgba(181,151,76,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(154,131,63,1)), color-stop(55%, rgba(212,174,108,1)), color-stop(100%, rgba(181,151,76,1)));
    background: -webkit-linear-gradient(left, rgba(154,131,63,1) 0%, rgba(212,174,108,1) 55%, rgba(181,151,76,1) 100%);
    background: -o-linear-gradient(left, rgba(154,131,63,1) 0%, rgba(212,174,108,1) 55%, rgba(181,151,76,1) 100%);
    background: -ms-linear-gradient(left, rgba(154,131,63,1) 0%, rgba(212,174,108,1) 55%, rgba(181,151,76,1) 100%);
    background: linear-gradient(to right, rgba(154,131,63,1) 0%, rgba(212,174,108,1) 55%, rgba(181,151,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a833f', endColorstr='#b5974c', GradientType=1 );
}
.explain-box .is-correct-result-box{
    background-color: white;
    padding-top: 147.62112px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    text-align: center;
    align-items: center;
}
.explain-box .explain-inner-box{
    background-color: #006A51;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Franklin Gothic Book";
    font-size: 61.44px;
    line-height: 73.728px;
    padding-top: 63.6px;
    padding-left: 63.6px;
    padding-right: 63.6px;
    padding-bottom: 79.36px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    min-height: 690px;
}
.explain-box .explain-inner-box img{
    display: block;
}
.explain-box .explain-inner-box .explanation-attachment{
    clear:both;
    border: solid 1.36704px white;
    padding: 12.8px;
    margin-bottom: 45px;
}
.explain-box .result-box-correct-message{
    font-family: "Franklin Gothic Demi";
    font-size: 128px;
    text-align: center;
    color: #006A51;
}
.explain-box .result-box-answer{
    height: 305.92px;
    width: 852.5696px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    font-family: "Franklin Gothic Book";
    font-size: 55.04px;
    line-height: 66.048px;
    color: #006A51;
}
.explain-box .result-box-star{
    text-align: center;
    padding-left: 97.28px;
    padding-right: 97.28px;
    margin-bottom: 110px;
}
.explain-box .result-box-star img{
    margin: 5.12px;
}
.explain-box .end-quiz-button{
    border-radius: 130px;
    margin: 102.4px auto;
    width: 971.54688px;
}
.explain-box .next-question-button{
    border-radius: 130px;
    margin: 102.4px auto;
    width: 971.54688px;
}
.explain-box .green-button{
    background-color: #006A51;
    font-family: "Franklin Gothic Book";
    font-size: 88.32px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 130px;
    height: 166.4px;
}
.quiz-result-your-score{
    position: absolute;
    width: 1192.02048px;
    height: 281.04064px;
    left: 362.9248px;
    top: 631.23712px;
    font-family: "Franklin Gothic Demi";
    font-size: 128px;
    color: #231F20;
    text-align: center;
}
.quiz-result-stars{
    position: absolute;
    left: 223.14496px;
    top: 780.28544px;
    height: 400px;
    width: 1481.52192px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quiz-result-stars img{
    margin: 5.12px;
}
.quiz-result-message-box{
    position: absolute;
    left: 148.13312px;
    top: 1210.43712px;
}
.quiz-result-message-box-inner{
    background-color: #006A51;
    border-radius: 45px;
    width: 1621.60384px;
    height: 879.98976px;
}
.quiz-result-header-text{
    font-family: "Franklin Gothic Demi";
    font-size: 128px;
    position: absolute;
    left: 0px;
    top: 1440.52736px;
    width: 1920px;
    text-align: center;
    color: #bd9d53;
}
.quiz-result-content-text{
    position: absolute;
    color: white;
    font-family: "Franklin Gothic Book";
    font-size: 61.44px;
    line-height: 73.728px;
    top: 1644.29184px;
    left: 447.75616px;
    width: 1027.03744px;
    text-align: center;
}
.quiz-result-play-again{
    border-radius: 130px;
    position: absolute;
    left: 473.28768px;
    top: 2364.44672px;
}
.quiz-result-home{
    border-radius: 130px;
    position: absolute;
    left: 473.28768px;
    top: 2633.06496px;
}
.quiz-result-play-again-inner, .quiz-result-home-inner{
    background-color: #006A51;
    border-radius: 130px;
    font-family: "Franklin Gothic Book";
    font-size: 88.32px;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    width:972.82432px;
    height:189.408px;
}
.ui-keyboard {
    border-radius: 0;
    left: 0;
    top: 158px;
    position: absolute;
    width: 100%;
}
.ui-keyboard span { 
    font-size: 2em; 
}
.ui-keyboard-button {     
    height: 4em;
    min-width: 4em;
    margin: .215em;
    cursor: pointer;
    overflow: hidden;
    line-height: 4em; 
}
.ebook-view-container{
    position: fixed;
    width: 1920px;
    height: 3413.333333333333px;
    left: 0;
    top: 0;
    background-image: url("../images/Magazine-View-Background.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10000;
}
.previous-button{
    position: absolute;
    width: 204px;
    height: 204px;
    left: 67px;
    top: 63px;
}
.home-button{
    position: absolute;
    width: 204px;
    height: 204px;
    left: 1633px;
    top: 62px;
}
.ebook-view-title{
    position: absolute;
    left: 327.98336px;
    top: 93.11616px;
    width: 1280px;
    font-family: "Franklin Gothic Book";
    font-size: 67.84px;
    color: black;
    line-height: 81.408px;
}
.ebook-view-display{
    position: absolute;
    top: 422.2592px;
    left: 0px;
    width: 1920px;
    height: 2008.78976px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ebook-control{
    position: absolute;
    top: 2543.70944px;
    left: 0px;
    width: 1920px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-page{
    margin: 6px;
}
.last-page{
    margin: 6px;
}
.back-page{
    margin: 6px;
}
.next-page{
    margin: 6px;
}
.page-no{
    font-size: 67.712px;
    font-family: "Franklin Gothic Demi";
    color: black;
    margin-left: 24px;
    margin-right: 24px;
}
.from-page{
    color: #006A51;
}
.ebook-thumbnail{
    position: absolute;
    left: 105.312px;
    top: 2766.2208px;
    width: 1708.77312px;
    height: 630px;
    display: block;
    overflow: auto;
    white-space: nowrap;
}
.ebook-thumbnail::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
}
.ebook-unit{
    display: inline-block;
    width: 306.98624px;
    height: 437.88544px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 28.85376px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.ebook-active{
    width: 350.75968px;
    height: 498.54208px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.ebook-number{
    position: absolute;
    font-family: "Franklin Gothic Medium";
    font-size: 37.12px;
    text-align: center;
    color: black;
    pointer-events: none;
    top: 550.2px;
    width: 306.98624px;
}
.ebook-active .ebook-number{
    width: 350.75968px;
}
.ebook-view-container .df-ui-controls{
    display: none;
}