html, body{
    height: 100%;
    width: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
body>nav, body>footer {
    flex-shrink: 1;
}
body>main {
    flex-shrink: 1;
    flex-grow: 1;
    overflow: auto;
}
footer{
    background: #607991;
    color: white;
    font-weight: 500;
    margin-top:1em;
}
.disnone{
    display: none!important;
}
.dishow{
    display: block!important;
    margin-right: auto;
    margin-left: auto;
}
.hide-tix{
    opacity: 0!important;
}
.ticket-item.highlight-item>.card{
    border:5px solid #ffe127;
}
.ticket-item>.card{
    border:5px solid white;
}
.btn-px{
    background: #ffe127;
}
.btn-px:hover{
    background: #039fc8;
    color: #ffe127;
    border:1px solid #ffe127;
    opacity: 0.8;
}
.btn-sex{
    background: #039fc8;
}
.btn-sex:hover{
    background: #ffe127;
    color: #039fc8;
    border:1px solid #039fc8;
    opacity: 0.8;
}

#ticket-list{
    /* scroll-behavior: smooth; */
}
div#win_template {
    width: 100%;
    height: 100%;
}

div#win_template>img {
    width: 100%;
    object-fit: contain;
}
div#winner_name {
    /* position: absolute; */
    bottom: 8em;
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 5px #000;
}
div#winner_greet {
    /* position: absolute; */
    top: 4em;
    z-index: 1;
    width: 100%;
    color: #FFF;
    text-shadow: 2px 2px 5px #000;
}
.nav-link {
    color: #039fc8!important;
    font-weight: 700;
}
.nav-link.active {
    padding-bottom: 0px;
    color: #039fc8!important;
    border-bottom: 3px solid #039fc8;
    font-weight: 700;
}

  .modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 1!important;
  }