@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




body {
    font-family: "Poppins", sans-serif !important;
}

.badge-main-div {
    width: 397px;
    margin: auto;
    min-height: 550px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}
.badge {
    text-align: center;
    max-width: 400px;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    
  }
  .banner img {
    width: 100%;
  }
  .content {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .qr{

    margin: auto;
    display: block;
    width: fit-content;
    margin-bottom: 15px;
  }
  .qr img {
    width: 100px;
  }
  .name {
    font-size: 22px;
    font-weight: 700;
  }
  .company {
    margin: 5px 0 10px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
  }
  .info {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .info span {
    font-weight: bold;
    color: #00014E;
  }
  .shirt-size {
    display: inline-block;
    padding: 5px 10px;
    background: #e6e6f7;
    border-radius: 20px;
    margin-left: 10px;
    font-weight: bold;
  }
  .breakout {
    margin: 15px 0;
  }
  .breakout span {
    background: #f1ad25;
    padding: 8px 15px;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
  }
  .location {
    background: #006C66;
    color: white;
    text-align: center;
    padding: 0px;
    font-size: 45px;
    font-weight: bold;
  }