body{
  font-family: "Afacad", sans-serif;
}
.library-form-box {
  background-color: white;
  padding: 15px;
  box-shadow: 2px 2px 10px 2px rgb(238, 238, 238);
  border-radius: 7px;
  width: 100%;
  margin: 30px auto;
  border:solid 1px rgb(207, 207, 207);
}

.login-with-icnbox {
  display: flex;
  justify-content: center;
  background-color: rgb(237, 244, 252);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 7px;
  width: 100%;
  max-width: 500px;
  margin: 15px auto;
  cursor: pointer;
}

.library-input-show {
  border: solid 1px rgb(175, 197, 223);
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: rgb(41, 41, 41);
  outline: none;
}

.library-rgstr-btns {
  background-color: rgb(238, 183, 2);
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 10px;
  border: solid 1px rgb(238, 183, 2);
  margin-top: 35px;
  width: 100px;
  font-size: 16px;
  font-weight: 600;
}

.login-icon-vw {
  width: 33px;
  height: 33px;
}
.frgt-pswrd{
    font-size:13.5px;
    font-weight: 500;
  }
  .library-enroll-sidebar{
    background-color: #fff;
    padding:10px;
    height:100vh;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-top:solid 1px #e7e7e7
  }
 .user-image-box{
    width:100%;
    max-width: 50px;
    height:50px;
    border-radius: 50%;
  }
  .sidebar-ullist-show{
    list-style: none;
    padding-left: 0px;
  }
  .sidebar-ullist-show li{
    margin-top: 20px;
  }
  .sidebar-ullist-show li a{
    color:#000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  }
  .sidebar-ullist-show li a:hover{
    color:#FFDD00
  }
  .mobile-sidebar-show{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding:10px 20px
  }
  .user-profile-image0{
    text-align: center;
  }
  .user-profile-image0 img{
    width:100%;
    max-width: 200px;
    height:200px;
    border:solid 1px #FFDD00;
    padding:10px;
    border-radius: 50%;
  }
  .upper-header-line{
    background-color: #fff;
    padding:10px 20px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

  }
  .logo-size-view img{
    width:100%;
    max-width: 70px;
    height:70px;
    object-fit: cover;
  }
  th,td{
    text-align: left;
    white-space: nowrap;
  }
  .certificate--box-container{
    padding:10px;
    border-radius: 5px;
    border:solid 1px #ccc;
    position:relative;
  }
  .certificate--box-container .passout-date{
    background-color: rgb(13,110,250);
    padding:5px 10px;
    color:#fff;
    font-size: 13px;
    font-weight: 500;
    position:absolute;
    top:5px;
    left:5px;
    border-radius: 5px;
  }
  .pdf-image-icon{
    width:100%;
    max-width: 150px;
  }
@media screen and (max-width: 1023.99px) {
  .library-form-box {
    padding: 5px;
    margin: 10px auto;
  }
  .desktop-sidebar-view{
    display:none;
  }

}
@media only screen and (min-width:1024px){
  .mobile-sidebar-show{
    display: none;
  }

}