.hidden_panel_area{
    z-index: 1000;
    position: absolute;
    top:20vh;
    left: 0;
    height: 80vh;
    width: 10vw;
}
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
}
.text_25{
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.5rem!important;
}

.text_30{
    font-weight: 500;
    line-height: 1.2;
    font-size: 3rem!important;
}
.text_20{
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem!important;
}
.text_15{

    font-size: 1.5rem!important;
}
.text_10{
    font-size: 1rem!important;
}
.sb-active{
    background-color: #dae0e5;
}
.vh-100{
    height: 100vh;
}
.vh-10{
    height: 10vh;
}

.img-contain{
    height:100%; width:100%; object-fit: contain;
}

.img-contain-width{
    height: 100%; max-width: 100%; object-fit: contain;
}
.card-img-top{
    object-fit: contain;
}

.top-left{
    top:0;
    left: 0;
}
.ticket-51{
    width: 51mm;


}

.font-bold{
    font-weight: bold!important;
}
.ticket-72{
    width: 72mm;
}

.abs {
    position:absolute;
}

.btn-ant-lg {
    min-height: 15vh;
    padding: 0.5rem 1rem;
    font-size: 2.5rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-ant-md {
    min-height: 10vh;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.ant-striped-row:hover {
    background-color: #4e555b!important;
}


:root{
    font-family: "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
}

.btn-keyboard {
    min-width: 2em;
    width: 2em !important;
    height: 2em;
    line-height: 2em;
    font-size: 1em!important;
    font-weight: bold;
    padding: 0!important;
}

a.grayscale:focus img {
filter: grayscale(80%);
}

.img-ticket {
    height: 30mm;
    width: auto;
    max-width: 100%;
}

.ticket_table td:last-child,.ticket_table th:last-child {
    text-align: right;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .nav-link,
.navbar-dark a, .navbar-dark a:link, .navbar-dark a:visited {
    color: #FFFFFF;
    background-color: var(--bs-primary);
}

.navbar-dark, .navbar-dark .dropdown-menu, .navbar-dark .show{
    background-color: var(--bs-primary);
}

.footer {
      align-self: flex-end !important;
      min-height:2rem;
}

.clickable {
    cursor: pointer;
}
