.fullscreen-pdf-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c2e31;
    z-index: 100000;
    display: none;
    flex-direction: column;
}

.pdf-toolbar {
    position: absolute;
    z-index: 999999999;
    right: 110px;
    top: 12px;
}

.pdf-toolbar i{
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
}

.pdf-container {
    flex: 1;
    background: #525659;
    overflow: hidden;
    position: relative;
}

body.pdf-loaded {
    padding: 0;
    background: #2c2e31;
}
