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, rgb(236 29 128) 0%, rgb(206 25 111) 77%, rgb(184 19 97) 100%);
    --background: linear-gradient(90deg, rgb(236 29 128) 0%, rgb(206 25 111) 77%, rgb(184 19 97) 100%);
}
.bg-pink {
    background-color: rgb(161 28 91) !important;
}


.btn-pink {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c7176b;
    --bs-btn-border-color: #cd2f4b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c7176b;
    --bs-btn-hover-border-color: #c2294f;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c7176b;
    --bs-btn-active-border-color: #c2294f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a11c5bba;
    --bs-btn-disabled-border-color: #c2294f;
}
.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.t{
    color: #fff;
    line-height: 1;
    font-size: 0.6rem;
    font-weight: 200;
}
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
}
