.qc-pdf-viewer .top-bar {
    display: flex;
    background: #2F5E8E;
    color: #21242c;
    padding: 1rem;
    justify-content: space-between;
    box-shadow: 0px 1px 2px rgb(61 66 78 / 0.5);
    margin-top: 0.5rem;
    margin-bottom: 0.1rem;
    transition: opacity .4s ease 0s;
}
.qc-pdf-viewer #layout-left {
	display: flex;

}

.qc-pdf-viewer .btn {
    background: #D6D8DA;
    color: #fff;
    cursor: pointer;
    border: 0;
    color: #3d424e;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 10px 3px;
    touch-action: none;
    transition: all .15s;
    width: 26px;
	border-left: 1px solid #e0e2e9;
}
.qc-pdf-viewer .btn-left,#zoomIn,#square,#download {
    border-radius: 4px 0 0 4px;
}

.qc-pdf-viewer .btn-right,#zoomOut,#square-half, #print {   
	border-radius: 0 4px 4px 0;
}

.qc-pdf-viewer .btn:hover {
    opacity: 0.9;

}

.qc-pdf-viewer .page-info {
    margin-left: 1rem;
    margin-right: 0.5rem;
}

.qc-pdf-viewer .error {
    background: orangered;
    color: #fff;
    padding: 1rem;
}

.qc-pdf-viewer #page_container {
    display: flex;
    margin: 0;
}

.qc-pdf-viewer #layout-center {
    display: flex;
    color: black;
}

.qc-pdf-viewer #layout-right {
    display: flex;
}

.qc-pdf-viewer #zoomIn {
    margin-left: 0.5rem;
}

.qc-pdf-viewer .page-info,
.qc-pdf-viewer #page_count {
    margin-left: 0.5rem;
    line-height: 38px;
}

.qc-pdf-viewer #page_num::-webkit-inner-spin-button,
.qc-pdf-viewer #page_num::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;

}

.qc-pdf-viewer #page_num {
    font-size: 15px;
    width: 50px;
    text-align: center;
	-moz-appearance: textfield;
	background: rgb(61 66 78 / 0.2);
	background:#D6D8DA;
	border: none;
	color: #3d424e;
	font-size: 0.875rem;
	font-weight: 400;
	margin: 0 1px;
	padding: 4px;
	text-align: center;
	transition: all .15s;
	width: 48px;
}

.qc-pdf-viewer #canvas_aera {
	width: 100%;
	height: 100%;
    display: flex;
    justify-content: center;
	background-color: #F6F8FA;
}

.qc-pdf-viewer #the-canvas-left {
	margin-right: 0.1rem;
	box-shadow: 0px 4px 3px #7a7f83;
	margin-top: 2rem;
}
.qc-pdf-viewer #the-canvas-right {
	margin-top: 2rem;
	margin-left: 0.1rem;
	box-shadow: 0px 4px 3px #7a7f83;
}
