* {
    -webkit-print-color-adjust: exact !important;  
    color-adjust: exact !important;                 
    print-color-adjust: exact !important;           
}
body {
  background: rgba(237, 237, 237, 0.8);
}

table {
  border-collapse:collapse;
}

.a4sim {
  background-color: white;
  height:209mm;
  width:297mm;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;;
}

.page {
  background-image: url("../../images/certificates/certificado-inglesa-01.png");
  background-size: 1050px;
  background-repeat: no-repeat;
  background-color: #e7edf2;
  height:183mm;
  width:270.7mm;
  margin-top: 47px;
  margin-left: 45px;
  display: inline-block;
  border: solid #393185;
  border-width: 6px;
  border-radius: 30px;
}


@font-face {
  font-family: "YatraOne-Regular";
  src:  url("../font/YatraOne-Regular.ttf");
}

@font-face {
  font-family: "BalooTamma2-Medium";
  src:  url("../font/BalooTamma2-Medium.ttf");
}

.webinar-name {
  font-family: "YatraOne-Regular";
  font-size: 40px;
  color: purple;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 50px;
}

.qr-label {
  font-family: "BalooTamma2-Medium";
  font-size: 14px;
}

.type {
  background-color: purple;
  border-radius: 40px;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: "BalooTamma2-Medium";
  font-size: 35px;
  color: white;
}

.recipient {
  font-family: "BalooTamma2-Medium";
  font-size: 30px;
  line-height: 100%;
}

.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  min-width: 1px;
}

.year {
  font-family: "BalooTamma2-Medium";
  font-weight: bold;
  font-size: 50px;
  padding-top:10px;
  padding-bottom:10px;
}

.side {
  width:28%;
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
}


.mark {
  font-size: 17px;
  padding-bottom:70px;
}

.badge-container {
  display: inline-block;
  background-color: #e7edf4;
  margin-bottom: 5px;
  height: 30px;
  border-radius: 20px;
}

.badge-left {
  background-color: #C0293F;
  width: 200px;
  height: 30px;
  border: none;
  color: white;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 10px;
}

.badge-right {
  width: 200px;
  height: 30px;
  border: none;
  color: black;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 10px;
}


.mark-BEST-PEET {
  font-size: 25px;
  padding-bottom:70px;
}

.badge-container-BEST-PEET {
  display: inline-block;
  background-color: #e7edf4;
  margin-bottom: 5px;
  height: 70px;
  border-radius: 40px;
}

.badge-left-BEST-PEET {
  background-color: #393185;
  width: 470px;
  height: 50px;
  border: none;
  color: white;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  padding-top: 20px;
}

.badge-right-BEST-PEET {
  width: 200px;
  height: 50px;
  border: none;
  color: black;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  margin-bottom: 10px;
}


.mark-WEBINAR {
  font-size: 25px;
  padding-bottom:40px;
  margin-bottom:10px;
  text-align: center;
}

.badge-container-WEBINAR {
  display: inline-block;
  background-color: #e7edf4;
  height: 43px;
  border-radius: 40px;
  margin-bottom: 10px;
}

.badge-left-WEBINAR {
  background-color: purple;
  width: 350px;
  height: 35px;
  border: none;
  color: white;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  padding-top: 9px;
}

.badge-right-WEBINAR {
  width: 200px;
  height: 35px;
  border: none;
  color: black;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
}

@media print {
  html, body {
    margin: 0;
    background-color: transparent;
  }
  .page {
    visibility: visible;
    margin-top: 7px;
    margin-left: 7px;
    margin-bottom: 0px;
  }
  .a4sim {
    visibility: hidden;
    margin-top: 0;
    margin-bottom: 0;
    height:auto;
    width:auto;
  }
}