.ticket{
    background: url(../images/coronaIdBg.png) no-repeat center center;
    background-size: 325px 500px;
    height: 500px;
    width: 325px;
    border-radius: 10px;
    padding: 100px 26px 6px 26px;
    color: #000;
    position: relative;
}
.ticket h3, section.dark .ticket h3 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    display: inline;
    background: #fff;
    padding: 0px 0px;
    box-shadow: 10px 0 0 white, -10px 0 0 white;
}
.ticket .footer {
    position: absolute;
    bottom: 20px;
    color: #fff;
    width: calc(100% - 50px);
}
.ticket .footer .left,.ticket .footer .right{
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.ticket .footer .left{
    left: 0;
}
.ticket .footer p {
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0;
    line-height: 18px;
    background: #1e1d1d;
    box-shadow: 5px 0 0 #1e1d1d, -5px 0 0 #1e1d1d;
    display: inline;
}
.qrcode{
  position: relative;
  text-align: center;
  margin: 39px 0 30px;
}
.testCountdownContainer{
    text-align: center;
    margin: 0 0 15px;
}
.testCountdown,.covSecureTestTimer{
    position: absolute;
    top: 176px;
    width: 100%;
    text-align: center;
    left: 0;
}
.testCountdownTitle{
    background: #fff;
    display: inline-block;
    padding: 0px 8px;
    font-size: 22px;
    font-weight: bold;
}
.testCountdownSubtitle {
    display: block;
    padding: 0px 8px;
    font-size: 13px;
    font-weight: bold;
    color: #589a00;
}
.testCountdownSubtitle span{
    background: #fff;
}
.ticketCodeBackup {
    color: #000;
    margin: -7px 0 0 0;
    font-size: 20px;
    position: absolute;
    top: 0;
    width: 100%;
}
.ticketCodeEmail {
    color: #000;
    margin: 0px 0 0 0;
    font-size: 10px;
    position: absolute;
    top: 130px;
    width: 100%;
}
.btn-outline-primary{
    border: 1px solid #41c1f0 !important;
    border-radius: 20px;
}
.successScreen {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: green;
    display: none;
    z-index: 9999;
}
.issueScreen {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: red;
    display: none;
    z-index: 9999;
}
