.id-card{
    width: 340px;
    height: 540px;
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(45deg, rgba(16, 16, 190, 0.764), rgb(2, 13, 80)) !important;
    
    print-color-adjust: exact; 
    -webkit-print-color-adjust: exact; 
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 2);
  }
  .university-logo{
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }

  .photo-container{
    position: relative;
    width: 130px;
    height: 150px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    border: 5px solid rgba(255, 255, 2500, .3);
  }
  .photo-placeholder{
    width: 100%;
    height: 100%;
    background-color: #e9ecef;
    align-items: center;
    justify-content: center;
    color: #6c757c;
    /*background: url('../ugmsimages/nibakwe.jpeg');*/
    background-size: cover;
    background-position: center;
    background-origin: content-box;
    background-repeat: no-repeat;
  }
  .student-info{
    margin-top: 20px;
    padding: 15px;
    background-image: url('../ugmsimages/newlogofullsize-100-96x96.png');
    background-color: rgba(255,255,255,0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: color;
    background-size: contain;
    border-radius: 10px;
    color: black;
    
  }

  .student-info p{
    margin: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 5px;
    
  }
  .student-info p strong{
    color: rgba(65, 42, 42, 0.8);
    font-weight: 1000;
    width: 100px;
    display: inline-block;
    text-wrap-mode: nowrap;
    white-space: nowrap;
  }
  .student-info p span{
    font-weight: bold;
    text-transform: uppercase;
  }