:root {
    --color-white: #fff;
    --color-light: #747474;
    --color-success: #01B81A;
    --color-info: #00AAFF;
    --color-warning: #FA8B0C;
    --color-danger: #FF0F0F;
    --color-dark: #0A0A0A;
    --color-infos: #00E4EC;
    --color-warnings: #FFBB00;
    --color-dangers: #FF0F0F;
    --color-purple: #A722F6;
}

body {
    background-color: #212529;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.text-right {
    text-align: right;
}

#loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: 1;
    text-align: center;
    color: #fff;
    line-height: 100vh;
    font-size: 18px;
    font-weight: 700;
}

.box-logo {
    text-align: center;
    margin-top: 30px;
}

.box-logo img {
    height: 75px;
}

.box-home {
    width: 60%;
    background-color: #fff;
    border-radius: 6px;
    padding: 35px 20px;
    margin: 30px auto 20px;
}

.box-home h3 {
    margin-top: 30px;
}

.box-img img {
    max-height: 150px;
    margin-bottom: 10px;
}

input#inputBooking,
input#inputCode {
    font-size: 24px;
    margin-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.card label {
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.box-info-booking strong {
    font-weight: 500;
}

.badge.badge-round {
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.badge.badge-danger {
    background-color: var(--color-danger);
    color: var(--color-white)
}

.badge.badge-default {
    background-color: var(--color-lighten);
    color: var(--color-white)
}

.badge.badge-info {
    background-color: var(--color-info);
    color: var(--color-white)
}

.badge.badge-primary {
    background-color: var(--color-primary);
    color: var(--color-white)
}

.badge.badge-success {
    background-color: var(--color-success);
    color: var(--color-white)
}

.badge.badge-warning {
    background-color: var(--color-warning);
    color: var(--color-white)
}

.badge.badge-light {
    background: var(--color-light);
    color: var(--color-white)
}

.box-lang {
    margin-top: 30px;
}

.box-lang ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.box-lang ul li {
    margin-right: 25px;
}

.box-lang ul li:last-child {
    margin-right: 0;
}

.box-lang ul a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.box-lang ul a img {
    width: 32px;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .box-home {
        width: 100%;
    }

    .btn-logout {
        display: block;
        float: unset !important;
        margin-top: 10px;
    }

    .box-img {
        text-align: center;
    }

    input#inputBooking,
    input#inputCode {
        font-size: 18px;
    }
}

.collapsing {
    display: none !important;
    transition: none !important;
}
