/* 
Theme Name: mychoiceqnet
Author: Collective42
Template: hello-elementor
Description: Custom theme for mychoice based on Hello elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/



.custom-pdf-viewer .pdf-render {
    background-color: #f6f6f6;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
}

.custom-pdf-viewer .pdf-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: #fff;
    margin-top: 32px;
}
.custom-pdf-viewer .pdf-controls button {
    border: none;
    color: #919191;
    display: flex;
    align-items: center;
    gap: 5px;

}

.custom-pdf-viewer .pdf-controls span.page-num
 {
    color: #919191;
}

.custom-pdf-viewer .pdf-controls button:hover,
.custom-pdf-viewer .pdf-controls button:focus,
.custom-pdf-viewer .pdf-controls button:active, 
.custom-pdf-viewer .pdf-controls span.page-count {
    background: none;
    color: #595959;
}
canvas.pdf-render {
    width: 100%;
}
.home .pdf-download {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .pdf-download a.download-pdf-btn {
    color: #919191;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 56px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.home .pdf-download a.download-pdf-btn:hover {
    color: #595959;
    text-decoration: underline;
}
.home .pdf-download a.download-pdf-btn svg, .custom-pdf-viewer .pdf-controls button svg {
    height: 18px;
    width: 18px;
}