html,
body {
    height: 100%;
}

body.login {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}
#ad-container {
    width: 100% !important;
    height: 100% !important;
}
#player{
    display: none !important
}

.hand{
    cursor: pointer;
}
.form-signin {
    max-width: 300px;
}

.form-signin .form-label {
    margin-bottom: 0;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="tel"] {
    margin-bottom: 0px;
}

.form-signin input[type="password"] {
    margin-bottom: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin .btn {
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.error {
    padding: 5px 10px;
    font-size: 14px;
    margin: 10px 0 0 0;
}


li {
    height: 100% !important;
}

.cashier {
    position: fixed;
    right: 0;
    z-index: 10;
    color: #fff;
    background: #0005;
    padding: 5px 20px;
    bottom: 5px;
    font-size: 14px;

}

.bg {
    background: linear-gradient(90deg,
            rgba(34, 100, 157, 1) 0%,
            rgba(18, 67, 119, 1) 77%,
            rgba(11, 51, 95, 1) 100%);
    --background: linear-gradient(90deg,
            rgba(34, 100, 157, 1) 0%,
            rgba(18, 67, 119, 1) 77%,
            rgba(11, 51, 95, 1) 100%);
}

.main-menu {
    position: fixed;
    bottom: 0;
    width: 100%;

    z-index: 9;
    display: none;
}

.main-menu.open {
    display: flex;
    justify-content: center;
    animation: flipInX;
    animation-duration: 1s;
}

button.btn {
    display: block;
    width: 100%;
}

.main-menu ul {
    background: #fff;
}

.main-menu .list-group-item:last-child {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    min-width: 200px;
}

.form-control {
    border-radius: 0;

}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 1rem;
    font-size: 1.25rem;
}

.btn-lg {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0;
}

small, label {
    color: #fff;
    line-height: 1;
    font-size: 0.75rem;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #3891ff !important;
}
.modal-footer{
    border:none !important
}
