.complete-btn {
background: #0d6efd;
width: 100%;
border: none;
cursor: pointer;
z-index: 9;
filter: contrast(80%);
color: white;
font-size:18px;
font-weight: bolder;
}

.pending-btn {
background-color: #495057;
width: 100%;
border: none;
cursor: pointer;
z-index: 9;
filter: contrast(75%);
color: white;
font-size:18px;
font-weight: bolder;
}
.pending-btn button {
width: 100%;
}
.pdf-viewer{
    height:105vh;
    width:100%;
    zoom: 0.75;
}

#checkCard {
transition: 0.3s !important;
}

#checkCard:hover  {
background-color: #6f42c1 !important;
transition: 0.3s !important ;
}
#reviewCard {
transition: 0.3s !important;
}

#reviewCard:hover  {
background-color: #6f42c1 !important;
transition: 0.3s !important ;
}
#sendCard {
transition: 0.3s !important;
}

#sendCard:hover  {
background-color: #6f42c1 !important;
transition: 0.3s !important ;
}