/* all new with independent permissions */
.pdfFileArea .pdfFrame {
    width: 65%;
    float: left;
    height: 800px;
}
.pdfCommentArea {
    width: 35%;
    float: left;
    height: 800px;   
}
.footerBar {
    background: rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
}
.footerBar p{
    margin: 0px;
}
/* Login Form css Start  */

section.loginBodyArea {
    text-align: center;
    background: #B9E1FA;
}
form.login-form-custom input {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
}
form.login-form-custom {
    width: 40%;
    margin: 0px auto;
    padding: 40px 40px 40px;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 15px;   
}
form.login-form-custom label {
    float: left;
    color: #000;
}

input.login-form-btn {
    width: 100%;
    padding: 10px;
    background: #9FC4F9;
    color: #fff;
    font-size: 20px;
    border: 0;
    border-radius: 30px;
}
form.login-form-custom h2 {
    margin: 0;
    margin-bottom: 23px;
}
input.login-form-btn:hover {
    opacity: 0.7;
}
form.login-form-custom {
    position: relative;
}
form.login-form-custom img {
    position: absolute;
    top: -110px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    width: 150px;
    padding-bottom: 20px;
}
section.loginBodyArea {
    padding: 110px;
    position: absolute;
    width: 100%;
    height: 100%;
}

/*Comment Section css */

.comment-left {
    text-align: left;
    margin-top: 10px;
    width: calc(100% - 25%);
    float: left;   
}
.comment-right  p , .comment-right  p b{
    text-align: right;
}
.comment-right {
    width: calc(100% - 25%);
    float: right;
        margin-top: 10px;
    margin-bottom: 10px;
}
form.comment-form-section button.comment-btn {
    display: block;
    margin: 11px auto;
    padding: 13px;
    float: right;
    background: #9FC4F9;
    color: #fff;
    border: 0;
    border-radius: 6px;
    width: 36%;
    font-size: 17px;
}

.pdfCommentArea {
    background: #dbdbdb;
}
.pdfCommentArea h1 {
    color: #000;
}
.comment-left p {
    color: #fff;
    background: #9FC4F9;
    padding: 6px;
    border-radius: 5px;
}
.comment-right p {
    color: #000;
    background: #ffffff;
    padding: 6px;
    border-radius: 6px;
}
.commentDetail p {
    margin-bottom: 0 !important;
}
form.comment-form-section h4 {
    color: #fff;
}
form.comment-form-section textarea {
    width: 100%;
    height: 100px;
    border-radius: 6px;
    padding: 10px;
    margin-top: 15px;
}
form.comment-form-section {   
    padding-top: 25px;
    box-shadow: rgb(0 0 0 / 50%) 0px -7px 6px -4px;
    padding: 10px;

}
.comment-right p span:first-child {
    font-weight: 600;
}
.comment-left p span:first-child {
    font-weight: 600;
}
/*.comment-select-i-am {
    margin-top: 15px;
}*/
select#comment-select {
    padding: 5px 21px 5px 5px;
    border-radius: 4px;
    background: #fff;
}
.comment-section-scroll {
    overflow-y: scroll;
    height: 500px;
    padding: 10px;
    padding-bottom: 30px;
}

.comment-section-scroll::-webkit-scrollbar-track
{
    border: 1px solid black;
    background-color: #F5F5F5;
}

.comment-section-scroll::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.comment-section-scroll::-webkit-scrollbar-thumb
{
    background-color: #9FC4F9;  
}
form.comment-form-section h4 {
    color: #000;
}
.comment-left span img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
   float: left;
}
.comment-right span img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
.comment-right span {
    display: flex;
    justify-content: flex-end;
}
.comment-right p {
    margin-bottom: 0;
}

span.comment-desc {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
span.comment-desc-right {
    padding-top: 10px;
    padding-bottom: 0px;
}
.pdfCommentArea h1 {
    padding: 0 10px;
    font-size: 25px;
    margin-bottom: 0;
}
/*@media only screen and (min-width: 1920px) {
form.comment-form-section {
    margin-top: 10%;
}
}*/

@media only screen and (max-width: 767px) {
section.loginBodyArea {
    padding: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
}
form.login-form-custom {
    width: 90% !important;   
}
}

@media only screen and (max-width: 982px) {
form.login-form-custom {
    width: 90%;   
}
.pdfCommentArea {
    width: 100%;   
}
.pdfFileArea .pdfFrame {
    width: 100%;    
    height: 600px;
}
form.comment-form-section button.comment-btn {  
    width: 60%;    
}
}


@media only screen and (max-width: 1024px) {
form.comment-form-section button.comment-btn {       
width: 50%;
}
}



.comment-section-scroll span, .comment-section-scroll p {
    width: 100%;
    float: left;
}

.comment-right p b ,
.comment-left p b {
    font-size: 10px;
    font-weight: 100;
    font-style: normal !important;
    margin: 5px 0 10px 0;
}