
.content{
    padding-top: 20px;
    padding-bottom: 100px;
    background: #F4F6F7;
    .container{
        max-width: 970px;
    }
    .containerInfo{
        background: #fff;
        margin-top: 30px;
        padding: 50px;
    }
}
.back{
    display: flex;
    align-items: center;
    text-decoration: none !important;
    margin-left: -15px;
    .icon{
        display: block;
        width: 24px;
    }
    .txt{
        font-size: 18px;
        color: #727476;
    }
}
.detailsTitle{
    font-size: 32px;
    color: #333436;
    line-height: 45px;
    font-weight: bold;
}
.labels{
    display: flex;
    align-items: center;
    margin-top: 30px;
    .label{
        font-size: 15px;
        color: #727476;
        font-weight: 300;
        margin-right: 60px;
        padding: 0;
    }
}
#showPDF{
    width: 100%;
    height: 930px;
    background: #333436;
}
#the-canvas {
    border: 1px solid black;
    direction: ltr;
}
.button_v2{
    width: 200px;
    margin: auto;
    margin-top: 30px;
}
.info{
    margin-top: 30px;
    font-weight: 300;
}


@media (max-width: 767px) {
    .content{
        padding-top: 20px;
        padding-bottom: 50px;
        background: #fff;
        .containerInfo{
            padding: 15px;
            margin-top: 0;;
            padding-top: 0;
        }
    }
    .info{
        margin-top: 20px;
    }
    #showPDF{
        height: 480px;
    }
    .back{
        margin-left: 0;
        .icon{
            width: 20px;
        }
        .txt{
            font-size: 16px;
        }
    }
    .detailsTitle{
        font-size: 26px;
        line-height: 35px;
        margin-top: 15px;
    }
    .labels{
        margin-top: 15px;
        .label{
            margin-right: 30px;
        }
    }
    .tableContainer{
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        overflow: scroll;
    }
    .tableBox{
        width: 970px !important;
    }
}