#title1 {
    font-size: 36px;
}

#title2 {
    font-size: 20px;
}

.cmp-main__anchor {
    position: absolute;
    top: -110px;
}


/*--------- PopUp Pdf Style -------------- */
.fade_pdf {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgba(101, 101, 106, 0.76);
    background-blend-mode: multiply;
    backdrop-filter: blur(6px);
}

.light_pdf {
    position: fixed;
    top: 50%;
    left: 50%;
    /* background: #000; */
    z-index: 1002;
    overflow: visible;
    display: flex;
    /* border-radius: 20px; */
    width: calc(100% - 50px);
    max-width: 1200px;
    max-height: 1200px;
    height: calc(100% - 45px);
    margin-top: 22.5px;
    transform: translate(-50%, -50%);

}

.boxclose_pdf {
    float: right;
    cursor: pointer;
    color: #fff;
    /* border: 1px solid #AEAEAE; */
    /* border-radius: 3px; */
    /* background: #222222; */
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose_pdf:before {
    /* content: "Ã—"; */
    position: absolute;
    top: -54px;
    right: -12px;
    transform: scale(0.5);

    content: url(/local/components/vracham/reviews/templates/.default/img/close.svg);
    /*width: 25px;
	height: 25px; */
}

.fade_pdf:hover~#boxclose_pdf {
    display: none;
}

#pdf {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#my_pdf_viewer {
    overflow-y: auto;
    display: inline-block;    
}

#pdf iframe {
    height: 100%;
    width: 100%;
}

#canvas_container {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: -1px 0;
}

#canvas_container canvas {
    margin: 1px 0;
}

#canvas_container_dl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/*--------- End PopUp Pdf Style -----------*/