#qr-reader {
    width: 300px;
    margin: 20px auto;
}

.panel {
    height: 100vh;
    padding: 50px 40px;
}

.welcome-logo {
    margin-top: 0;
}

.suport-disclaimer a {
    color: #0FA3B1;
    text-decoration: none;
    font-weight: bold;
}

.qr-preview {
    text-align: center;
}

.qr-reader-count-time {
    color: #0FA3B1;
}

.qr-reader-count-time .bi {
    font-size: 4em;
}

.icon-success {
    font-size: 10em;
    font-weight: bolder;
    color: #0FA3B1;
}

.details-ticket {
    margin-left: 20px;
    margin-right: 20px;
}

.details-ticket h3 {
    margin-top: 10px;
    color: #0FA3B1;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: capitalize;
}

.details-ticket h4 {
    margin-top: 10px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.1em;
}

.details-ticket h4 span {
    font-weight: normal;
}

.error-details h3 {
    font-size: 24px;
}

/* Overwriting Bootstrap style */

.btn-primary, .btn-outline-primary {
    height: 50px;
}

.btn-primary {
    background-color: #0FA3B1;
    border: none;
}

.btn-primary:hover {
    background-color: #0FA3B1;
    border: none;
}

.btn-primary:disabled {
    background-color: #0FA3B1;
}

.btn-outline-primary {
    background-color: #FFF;
    border-color: #0FA3B1;
    color: #0FA3B1;
}

.btn-outline-primary:hover {
    background-color: #FFF;
    border-color: #0FA3B1;
}

.offcanvas {
    min-height: 70vh;
}

.offcanvas h4 {
    font-size: 20px;
}

.offcanvas h5 {
    font-size: 16px;
    color: #0FA3B1;
}