﻿
:root {
    --pdf-bg-color: #f3f2f1;
    --pdf-font-family: 'Roboto';
}

pdf-section{
    font-family: var(--pdf-font-family);
}

.pdf-viewer {
    position: relative;
    width: 80% !important;
    margin: 10px auto;
}



.pdf-header {
    width: 100%;
    height: 40px;
    background-color: var(--pdf-bg-color);
    margin: auto;
}

.pdf-footer {
    width: 100%;
    height: 40px;
    background-color: var(--pdf-bg-color);
    margin: auto;
}



.page-toolbar{
    margin: 0 5px;
}

.page-toolbar-item {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.page-toolbar-item .item{
    display: inline-block;
}

.pdf-zoom {
    left: 200px;
}

.pdf-header .page-toolbar {
    position: relative;
    width: 100%;
    height: 100%
}

.pdf-header .page-toolbar .page-nav-btn {
    display: inline;
}

.pdf-header .page-toolbar .page-input {
    width: 50px;
    text-align: center;
}

.zoom-selected {
    width: 70px;
    text-align: center;
}

.page-toolbar .search-tool {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
    margin-left: -10px;
}

.page-toolbar-item > li:not(:last-child) {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.manipulateTool {
    width: 30px;
    position: absolute;
    top: calc(100% - 200px);
    left: calc(100% - 50px);
    background-color: lightgray;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.manipulateTool .listtool {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.manipulateTool .listtool .listtool-item {
    padding: 5px;
}

.efficient-hover:hover{
    background-color: var(--pdf-bg-color);
    filter: brightness(0.8);
    margin: 0;
    padding: 5px 10px;
}

.pdf-content{
    height: 600px;
}

.btn-tool {
    padding: 0 !important;
    width: 100%;
    background-color: transparent;
    border: none;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--white);
}

.header-btn-tool {
    background-color: transparent;
    border: none;
    margin: 0 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]{
    -moz-appearance: textfield;
}
