/* stiluri css extra */

:root {
    /*--main: #43ace3;  var(--main) */
    --main: #333;
    --mainhover: #82ff48; /* var(--mainhover) */
    --secondary: #fff; /* var(--secondary) */
}

.qr-ticket-info-cont {
    background-color: var(--main);
}
.ticketsys ul li:before {
    content: none !important;
}

.ticketsys .tab .tab-content {
    color: inherit !important;
}

.ticketsys button:hover, .ticketsys button:focus {
    color: #333 !important;
}

.entry-content > .ticketsys {
    padding-top: 30px;
}

.ticketsys .btn-group {
    display: inline-flex;
}

.ticketsys .btn-group .btn {
     color: #fff !important;
}

.ticketsys .btn-group .btn:hover {
    color: #333 !important;
}