.kartu-peserta-seleksi-wrapper {
  background-image: url("/dist/img/kartu/Kartu Registrasi.png"); /* Ganti dengan URL gambar latar belakang "belangko" Anda */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 294px;
  width: 447px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}


      .kartu-peserta-seleksi {
        padding: 16px;
        width: 415px;
        background: transparent;
        /* Warna latar belakang konten kartu */
      }

      .kartu-peserta-seleksi p {
        font-size: 8pt;
      }

      .kartu-peserta-seleksi td,
      .kartu-peserta-seleksi .footer-wrapper p {
        font-size: 9.5pt;
      }

      .kartu-peserta-seleksi .head-wrapper {
        display: flex;
        padding: 8pt;
        flex-direction: row;
        margin: -16px -16px 0;
        align-items: center;
        justify-content: center;
        border-bottom: 2px solid black;
      }

      .kartu-peserta-seleksi .head-wrapper .sec {
        width: 60px;
        text-align: center;
      }

      .kartu-peserta-seleksi .head-wrapper .sec:nth-child(2) {
        flex: 1;
      }

      .kartu-peserta-seleksi .head-wrapper img {
        height: 50px;
        border-radius: 50%; /* Menambahkan sudut bulat pada gambar */
      }

      .kartu-peserta-seleksi .head-wrapper .sec:last-child {
        font-weight: 900;
      }

      .kartu-peserta-seleksi .head-wrapper .sec:nth-child(-1n + 3) p {
        margin-bottom: 0;
      }

      .kartu-peserta-seleksi
        .head-wrapper
        .sec:nth-child(2)
        p:nth-child(-n + 3) {
        font-weight: bold;
      }

      .kartu-peserta-seleksi .content-wrapper-content {
        padding: 16px 0;
      }

      .kartu-peserta-seleksi
        .content-wrapper-content
        tr:nth-last-child(-n + 2)
        td:last-child {
        color: blue;
      }

      .kartu-peserta-seleksi .content-wrapper-content tr td:nth-child(2) {
        width: 15px;
        text-align: center;
      }

      .kartu-peserta-seleksi .footer-wrapper {
        text-align: right;
      }

      .kartu-peserta-seleksi .footer-wrapper p {
        margin-bottom: 0;
      }


      /* For mobile view */
     
      .small-round-photo {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 10px;
        margin-left: -4px;
        margin-top: 10px;
      }
      td span {
        font-size: 14px;
        margin-left: 5px;
        font-weight: 500;
        color: #00818e;
      }
      
      .balon{
        	position:fixed;
        	width:60px;
        	height:60px;
        	bottom:40px;
        	right:40px;
        	background-color:#0C9;
        	color:#FFF;
        	border-radius:50px;
        	text-align:center;
        	box-shadow: 2px 2px 3px #999;
        }
        
        .my-balon{
        	margin-top:22px;
        }