/* Document Authentication page Start */

.main-container.single_page.document-authentication{
    width: 104rem;
}

.document-authentication-container{
    width: 78.93363rem;
    margin: 2rem auto 0;
    padding-left: 2.5rem;
}

.document-authentication-left{
    width: 36.875rem;
}

.document-authentication-left .first-notification,
.document-authentication-left .second-notification{
    width: 100%;
    height: 2.5rem;
    padding: 0.25rem 0.75rem 0.25rem 0.66rem;
    display: flex;
    border-radius: 0.5rem;
    border: 1px solid #7E8CA8;
    color: #7E8CA8;
    text-align: justify;
    font-family: Roboto;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    
}

.document-authentication-left .first-notification span,
.document-authentication-left .second-notification span{
    border-left: 1px solid #7E8CA8;
    padding-left: 0.5rem;
}

.document-authentication-left .document-authentication-left-bottom{
    margin-top: 1.5rem;
    
}

.document-authentication-left .notification-icon-container{
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 0.53rem;
    /* border-right: 1px solid #7E8CA8;
    margin-right: 0.5rem; */
}

.document-authentication-left .notification-icon{
    width: 0.25044rem;
    height: 0.98963rem;
}

.document-authentication-left .search-block{
    margin-top: 1.5rem;
    display: flex;
    align-items: flex-end;
}



.document-authentication-left-student-info{
    margin-top: 1.5rem;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.0175rem;
    color: #001C54;
    text-align: start;
}

.document-authentication-left-student-info p {
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: -0.0175rem;
    color: #001C54;
    text-align: start;
}

.document-authentication-left label{
    text-align: justify;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    color: #051E51;
    padding-left: 0.6rem;
}

.document-authentication-left input {
    width: 17.438rem;
    color: #727272;
    text-align: justify;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 0.375rem;
    padding: 0.6rem 0.6rem;
    cursor: pointer;
    height: 2rem;
    margin-left: 0;
    margin-top: 0.25rem;
    border: 0;
    background: #FCFCFC;
    -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.16);
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.16);
    margin-top: 0.312rem;
    -webkit-appearance: none;
}

.document-authentication-left #documentAuthenticationInputSerialNumber{
    width: 11.375rem;
    padding-right: 1.8rem;
}

.serial-number-block{
    margin-left: 1rem;
    position: relative;
}

#documentAuthenticationInputSerialNumber-icon{
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 0.125rem;
    background: #FCFCFC;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}

#documentAuthenticationInputSerialNumber-icon svg {
    width: 0.25rem;
    height: 0.625rem;
}



.documentAuthenticationInputSerialNumber-note-inform{
    content: "";
    position: absolute;
    right: -11.4rem;
    bottom: -11.5rem;
    background: url(../img/documentAuthenticationInputSerialNumber-note-inform-desk.svg) 100% 100%/100% 100% no-repeat;
    width: 27rem;
    height: 11.25rem;
    display: none;
    z-index: 2;
}

#documentAuthenticationInputSerialNumber-icon:hover .documentAuthenticationInputSerialNumber-note-inform{
    display: block;
}

.document-authentication-left .search-btn-document-authentication-check-mob{
    display: none;
}

.document-authentication-left .search-btn-document-authentication{
    width: 11.375rem;
    height: 2rem;
    background: #d00;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    border-radius: 0.375rem;
    text-align: center;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.document-authentication-left .search-btn-document-authentication:hover{
    background: #001C54;
}

.document-authentication-left .search-btn-document-authentication svg path {
    fill: #fff;
}

.document-authentication-left .search-btn-document-authentication svg {
    width: 0.875rem;
    height: 0.875rem;
    margin-left: 0.5rem;
}

.document-authentication-left .note-msg{
    margin-top: 2rem;
    color: #001C54;
}

.document-authentication-left .note-msg .note-msg-title{
    text-align: justify;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.0175rem;
    border-bottom: 1px solid #D00000 ;
    width: max-content;
    margin-bottom: 0.2rem;
}

.document-authentication-left .note-msg p {
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.0175rem;
    text-align: justify;
}


#pdfCanvas-first-page,
#pdfCanvas-second-page{
    height: 25.375rem;
    margin-left: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.16);
}

#pdfCanvas-second-page{
    display: none;
}

.document-authentication-container{
    display: flex;
}

.document-authentication-right{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.document-preview{
 position: relative;
}


.document-authentication-right-not-found-doc{
    transform: rotate(-53.227deg);
    position: absolute;
    left: -1rem;
    top: 11.3rem;
    color: var(--d-9-d-9-d-9, #D9D9D9);
    text-align: center;
    font-family: Roboto;
    font-size: 2.45438rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.73631rem;
    text-transform: uppercase;
    text-wrap: nowrap;
}



.document-authentication-right-empty-doc{
    /* width: 17.3125rem; */
    height: 25.375rem;
}


#downloadDatabaseBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.625rem;
    height: 2rem;
    border-radius: 0.3125rem;
    margin-right: 1.5rem;
    cursor: pointer;
    color: var(--ffffff, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.10269rem;
    letter-spacing: -0.0175rem;
    background: var(--Style, #7E8CA8);
}

#downloadDatabaseBtn svg{
    margin-left: 1rem;
}

#downloadDatabaseBtn:hover{
    background: var(--Style, #001C54);
}

.filter-drop-down-block a:hover{
    color: #001C54;
}

.filter-drop-down-block-actions-btn:hover{
    color: #D00000 !important;
    border: 1.13px solid #D00000;
}

.filter-drop-down-block-actions-btn:hover svg path{
    fill: #D00000;
}

.document-authentication-left .green-block-approved,
.document-authentication-left .green-block-not-found{
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.30363rem;
    background:#39BA6D;
    box-shadow: 0px 3.239px 11.05px 0px rgba(0, 0, 0, 0.15);
    color: #FCFCFC;
    text-align: center;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.4rem;
    text-transform: uppercase;
}

.document-authentication-left .green-block-not-found{
    background:#E00000;
    margin-top: 2.25rem;
}


.document-authentication-left .admission-department-block {
    margin-top: 1rem;
    margin-left: 2.7rem;
    display: flex;
}

.document-authentication-left .admission-department-block .phone,
.document-authentication-left .admission-department-block .email{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2rem;
    position: relative;
}

.document-authentication-left .admission-department-block .phone{
    margin-right: 5.2rem;;
  }

.document-authentication-left .admission-department-block .phone::before{
    content: "";
    position: absolute;
    top: 0;
    left: -2.62rem;
    width: 2rem;
    height: 2rem;
    border: 0.0625rem solid #001C54;
    border-radius: 0.312rem;
    background: url(../img/icon_phone.svg) 50% 50%/ 82% 59% no-repeat;
}

.document-authentication-left .admission-department-block .email::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.62rem;
    width: 2rem;
    height: 2rem;
    border: 0.0625rem solid #001C54;
    border-radius: 0.312rem;
    background: url(../img/icon_email.svg) 50% 50%/ 59% 72% no-repeat;
}

.document-authentication-right .document-preview{
    display: flex;
}

.document-authentication-left-bottom.more-than-one-doc,
.document-authentication-left-bottom.approved,
.document-authentication-left-bottom.not-found,
.document-preview.approved-doc,
.document-preview.not-found-doc{
    display: none;
}

.check-new-doc-btn,
.preview-actual-doc-btn{
    width: 12.5rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    /* margin-top: 4rem; */
    border-radius: 0.375rem;
    /* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16) inset; */
    color: #001C54;
    border: 0.125rem solid rgba(0, 28, 84, 1);
    text-align: center;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.check-new-doc-btn{
    display: none;
}

.check-new-doc-btn-mob{
    display: none;
}

.check-new-doc-btn {
    margin-left: 13rem;
}

.preview-actual-doc-btn{
    display: none;
}

.check-new-doc-btn:hover,
.preview-actual-doc-btn:hover{
    color: #D00000;
    border: 0.125rem solid #D00000;
}

.check-new-doc-btn svg,
.preview-actual-doc-btn svg{
    width: 0.875rem;
    height: 0.875rem;
    margin-left: 0.5rem;
}

.check-new-doc-btn svg path{
    fill: #001C54;
}

.check-new-doc-btn:hover svg path,
.preview-actual-doc-btn:hover svg path  {
    fill: #D00000;
}

.preview-actual-doc-btn {
    margin-left: 26rem;
}

.document-authentication-container-bottom{
    padding-left: 2.5rem;
    display: flex;
    /* justify-content: center; */
    width: 78.93363rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    
}

.close-approved-doc-btn{
    display: none;
    color: #aaa;
    float: right;
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    top: 3rem;
    right: 3rem;
    cursor: pointer;
}

.document-preview.approved-doc.preview{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.document-preview.approved-doc.preview .close-approved-doc-btn{
    display: block;
}


.document-preview.approved-doc.preview #pdfCanvas-first-page, 
.document-preview.approved-doc.preview #pdfCanvas-second-page{
    height: 80%;
}

.document-preview.approved-doc.preview #pdfCanvas-first-page{
    margin-left: 0;
}
/* Document Authentication page end */


@media screen and (max-width: 991px) {
    .document-authentication-container{
        width: 20.25rem;
        padding-left: 0;
        display: flex;
        flex-direction: column;
      }
      
      .document-authentication-left{
        width: 100%;
      }
      
      .document-authentication-left .notification-icon{
        width: 0.30213rem;
        height: 1.48144rem;
      }
      
      .document-authentication-left .first-notification, 
      .document-authentication-left .second-notification{
        color: var(--Style, #7E8CA8);
        text-align: justify;
        font-family: Roboto;
        font-size: 0.8125rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        height: max-content;
      }
      
      .document-authentication-left .search-block{
        margin-top: 1.5rem;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      
      .document-authentication-left input,
      .document-authentication-left #documentAuthenticationInputSerialNumber{
        width: 20.25rem;
      }
      
      .documentAuthenticationInputSerialNumber-note-inform{
        content: "";
        position: absolute;
        right: -1rem; 
        bottom: -9rem;
        background: url(../img/documentAuthenticationInputSerialNumber-note-inform-mob.png) 100% 100%/100% 100% no-repeat;
        width: 20.25rem;
        height: 8.625rem;
        display: none;
      }
      
      .document-authentication-left .search-btn-document-authentication-check-mob{
        display: inline-block;
      }
      
      .document-authentication-left .search-btn-document-authentication{
        margin-left: 0;
        margin-top: 1rem;
        width: 9.375rem;
        justify-content: space-evenly;
      }
      
      .document-authentication-left .search-btn-document-authentication svg{
        margin-left: 0;
      }
      
      #documentAuthenticationInputSerialNumber-icon:hover .documentAuthenticationInputSerialNumber-note-inform{
        display: none;
      }
      
      
      #documentAuthenticationInputSerialNumber-icon.active-mob .documentAuthenticationInputSerialNumber-note-inform{
        display: block;
      }
      
      .serial-number-block{
        margin: 0;
        margin-top: 1rem;
      }
      
      .document-authentication-right .document-preview {
        margin: 1rem 0;
      }
      
      #pdfCanvas-first-page, 
      #pdfCanvas-second-page{
        height: 13.5rem;
        border-radius: 0.5rem;
        box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.16);
        margin-left: 0;
      }
      
      .document-authentication-right-empty-doc{
        height: 13.5rem;
        width: 9.188rem;
      }
      
      .document-authentication-right-not-found-doc{
        transform: rotate(-53.227deg);
        position: absolute;
        left: -0.5rem;
        top: 6.3rem;
        text-wrap: nowrap;
        color: var(--d-9-d-9-d-9, #D9D9D9);
        text-align: center;
        font-family: Roboto;
        font-size: 1.27244rem;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 0.38175rem;
        text-transform: uppercase;
      }
      
      #pdfCanvas-second-page{
        margin-left: 1rem;
      }
      
      .document-authentication-left .admission-department-block{
        flex-direction: column;
      }
      
      .document-authentication-left .admission-department-block .phone{
        margin-right: 0;
      }
      
      .document-authentication-left .admission-department-block .email{
        margin-top: 1rem;
      }
      
      .document-authentication-container-bottom {
            padding-left: 0rem;
            display: flex;
            justify-content: center;
            width: 20.25rem;
            margin-left: auto;
            margin-right: auto;
            margin-top: 2rem;
            flex-direction: column-reverse;
            align-items: center;
            margin-bottom: 2rem;
      }
      
      .document-authentication-left .search-btn-document-authentication:hover{
        background: #d00;
      
      }
      
      .check-new-doc-btn{
        display: none;
      }
      
      .check-new-doc-btn-mob {
        width: 9.375rem;
        height: 2rem;
        margin-left: 1.5rem;
        /* display: flex; */
        align-items: center;
        justify-content: space-evenly;
        cursor: pointer;
        /* margin-top: 4rem; */
        border-radius: 0.375rem;
        color: #001C54;
        border: 0.125rem solid rgba(0, 28, 84, 1);
        text-align: center;
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: none;
      }
      
      .check-new-doc-btn-mob svg{
        width: 0.875rem;
        height: 0.875rem;
        margin-left: 0.5rem;
      }
      
      .check-new-doc-btn{
            margin-left: 0;
            margin-top: 1.5rem;
      }
      
      .preview-actual-doc-btn{
        margin: 0;
      }
      
      .document-preview.approved-doc.preview{
        margin: 0;
        flex-direction: column;
      }
      
      .close-approved-doc-btn{
        top: 1rem;
        right: 1rem;
      }
      
      .document-preview.approved-doc.preview #pdfCanvas-first-page, 
      .document-preview.approved-doc.preview #pdfCanvas-second-page{
        height: 48%;
      }
      
      .document-preview.approved-doc.preview #pdfCanvas-second-page{
        margin-left: 0;
        margin-top: 1rem;
      }
      
}