
html, body{
    height: 100%;
    background-color: #3f3f3f;
}

.printer-content{
    float: left;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.printer-content .print-view{
    float: left;
    width: calc(100% - 300px); 
    height: 100%;   
}

@media (max-width: 991px) {
    .printer-content .print-view{
        width: 100%;
        max-width: none;
    }
}

.printer-content .ads-container{
    float: left;
    width: 300px;
    height: 100%;
    background-color: #f1f1f1;
    position: relative;
}

.printer-content .ads-title{
    position: absolute;
    top: 6px;
    left: 10px;
    font-weight: 600;
    color: #23023b;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

@media (max-width: 991px) {
    .printer-content .ads-container{
        display:none;
    }
}

.printer-content .print-view .printer-nav, .printer-content .print-view .doc-toolbar{
    background-color: #000000;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #100000;
}

.printer-content .print-view .doc-toolbar{
    border-bottom: none;
    background-color: #3f3f3f;
}

.print-view.cover-view .doc-toolbar, .print-view.error-view .doc-toolbar{
    display: none;
}

.printer-content .printer-nav .printer-code-container {
    float: left;
    height: 60px;
    margin: 0 15px;
    margin-right: calc(50% - 280px);
}

.printer-content .printer-nav .printer-code-container > .material-icons-outlined, .printer-content .printer-nav .printer-code-container .text {
    float: left;
    color: #ffffff;
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
}

.printer-content .printer-nav .printer-code-container > .material-icons-outlined, .printer-content .printer-nav .printer-code-container .text{
    margin: 0 5px;
}

.printer-code-container .printer-code-input {
    float: left;
    margin: 15px 10px;
}

.printer-code-container .printer-code-submit {
    margin: 12px 7px;
}

.printer-code-container .printer-code-input input{
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    padding: 0;
    background-color: #3f3f3f;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: none;
    box-shadow: none;
    font-family: 'Roboto Mono', monospace;
}

.printer-code-container .printer-code-input input:focus{
    border-bottom: none;
    box-shadow: none;
}

#focus-anchor{
    width: 0;
    height: 0;
    opacity: 0;
    margin:0;
    padding: 0;
    border: 0;
}

.printer-content .printer-nav .right-side{
    float: left;
    width: auto;
    height: 60px;
    cursor: pointer;
}

.printer-content .printer-nav .left-side{
    float: left;
    width: calc(50% - 280px);
    height: 60px;
    min-width: 50px;
}

.printer-content .printer-nav .left-side .wuolah-mark{
    height: 40px;
    margin: 10px;
}

.printer-content .printer-nav .right-side .help-button, .printer-content .printer-nav .left-side .material-icons-outlined{
    float: left;
    color: #ffffff;
    font-weight: 700;
    margin: 10px 0;
    padding: 8px 15px;
}

.printer-content .printer-nav .right-side .help-button {
    border-left: 1px solid #553d64;
    color: #ffffff;
}

.printer-content .printer-nav .right-side:hover .help-button {
    color: #ffffff;
}

.printer-content .printer-nav .left-side .material-icons-outlined {
    float: right;
    border-right: 1px solid #553d64;
    color: #00000000;
}

.printer-content .print-view .doc-toolbar .left-side{
    float: left;
    width: 50%;
}

.printer-content .print-view .doc-toolbar .left-side .info-button{
    float: right;
    margin: 14px 0 6px 0;
}

.printer-content .print-view .doc-toolbar .left-side .info-button .material-icons-outlined{
    line-height: 35px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 35px;
    height: 35px;
}

.printer-content .print-view .doc-toolbar .left-side .print-label{
    float: right;
    line-height: 30px;
    color: #ffffff;
    vertical-align: middle;
    background-color: #212121;
    border-radius: 6px;
    min-width: 100px;
    padding: 0 5px;
    font-weight: 600;
    cursor: pointer;
    height: 30px;
    margin: 15px;
}

.printer-content .doc-toolbar .left-side .print-label .icon{
    float: left;
    width: 20px;
    height: 30px;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
}

.printer-content .doc-toolbar .left-side .print-label .material-icons-outlined{
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

.printer-content .doc-toolbar .left-side .print-label .text{
    float: left;
    width: calc(100% - 25px);
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.printer-content .print-view .doc-toolbar .right-side{
    float: left;
    width: 50%;
    height: 60px;
}

.printer-content .print-view .doc-toolbar .right-side .button-container{
    float: left;
    margin: 7px 0;
    padding: 5px 10px;
    border-left: 1px solid #553d64;
}

.printer-content .print-view .doc-toolbar .toolbar-inner-box{
    float: left;
    width: 100%;
}

@media (max-width: 1170px) {
    .printer-content .print-view .doc-toolbar .toolbar-inner-box{
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .printer-content .print-view .doc-toolbar .toolbar-inner-box{
        max-width: none;
    }
}

.printer-content .doc-view{
    float: left;
    width: 100%;
    height: calc(100% - 122px);
}

.print-view:not(.single-view):not(.group-view) .doc-view, .print-view.error-view .doc-view {
    display: none;
}

/* SCROLL ITEM START */ 


.print-view:not(.group-view) .printer-absolute-scroll{
    display: none;
}

/* style */
.printer-absolute-scroll{
    height: calc(100% - 60px);
}


/* SCROLL ITEM END */ 

/* PRINTER SCROLL STYLE */

.printer-absolute-scroll .scroll-column{
    background-color: #212121;
}
.printer-absolute-scroll .scroll-puller{
    background-color: #212121;
}
.printer-absolute-scroll .scroll-puller .puller-icon{
    color: #949393;
}
.printer-absolute-scroll .upload-scroll-file.selected{
    background-color: #3f3f3f;
}

.printer-absolute-scroll .upload-scroll-file .f_t_filename{
    color: #ffffff;
}

/* PRINTER SCROLL STYLE */

/* TOAST MESSAGE START */

#printer-toast-message{
    position: fixed;
    float: left;
    z-index: 5;
}

#printer-toast-message .arrow{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ff0000;
    margin-left: 10px;
}

#printer-toast-message .box{
    float: left;
    background-color: #ff0000;
    color: #ffffff;
    padding: 0 10px;
    line-height: 40px;
    border-radius: 6px;
}

#printer-toast-message .box .material-icons-outlined{
    float: left;
    line-height: 40px;
    font-size: 18px;
    margin-right: 6px;
}

/* TOAST MESSAGE END */


/* COVER START */

.print-view:not(.cover-view) .cover-content{
    display: none;
}

.printer-content .cover-content{
    float: left;
    width: 800px;
    margin: 0 calc(50% - 400px);
    margin-top: 50px;
    background-color: #212121;
    border-radius: 8px;
}

.printer-content .cover-content .text-box {
    float: left;
    width: calc(100% - 400px);
    height: 100%;
    padding: 50px 40px;
}

.printer-content .cover-content .text-box .title-text{
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
}

.printer-content .cover-content .text-box .body-text{
    margin: 10px 0;
    color: #b8b8b8;
}

.printer-content .cover-content .text-box .paragraph{
    margin: 10px 0;
}

.printer-content .cover-content .image-box{
    float: left;
    width: 400px;
    height: 450px;
    background-color: #ffffff;
    border-radius: 0 8px 8px 0;
}

.printer-content .cover-content .image-box img{
    width: 240px;
    margin-top: 10px;
    margin: 0 calc(50% - 120px);
    margin-top: 20px;
}

/* COVER END */


/* ERROR START */

.print-view:not(.error-view) .error-content{
    display: none;
}

.printer-content .error-content{
    float: left;
    width: 800px;
    border-radius: 0;
    width: 800px;
    margin: 0 calc(50% - 400px);
    margin-top: 50px;
    min-height: 520px;
    background-color: #212121;
}

.printer-content .error-content .text-box {
    float: left;
    height: 100%;
    width: 80%;
    margin: 50px 10%;
    padding: 0;
}

.printer-content .error-content .text-box .title-text{
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.printer-content .error-content .text-box .body-text{
    max-width: 500px;
    float: left;
    margin: 10px calc(50% - 250px);
    text-align: center;
    color: #b8b8b8;
}

.printer-content .error-content .text-box .paragraph{
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
}

.printer-content .error-content .notice-icon{
    color: #b8b8b8;
    font-size: 70px;
    margin: 0 calc(50% - 35px);
}

#PDFtoPrint {
    display: none;
    width: 1px;
    height: 1px;
}

/* ERROR END */


/* MOBILE VIEW FIXES START */

@media (max-width: 991px) {
    .printer-content .print-view .printer-code-container .print-icon, .printer-content .print-view .printer-code-container .text,
    .printer-content .print-view .printer-nav .right-side {
        display: none;
    }

    .printer-content .toggling-file-scroll{
        top: 119px;
    }
}

/* MOBILE VIEW FIXES END */