body {
    min-height: 100vh;
    /* max-width: 1080px; */
    margin: 0 auto;
    font-family: 'Nunito', sans-serif;
    /* font-size: 16px; */

    background-image: url('../storage/images/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    background-attachment: fixed;
    padding-bottom: 40px;
}

.orange-header {
    background-color: #B266FF;
}

.border-gray {
    border: solid #D0D0D0 3px;
    background-color: #D0D0D0;
}

.border-purple {
    border: solid #B266FF 3px;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

.custom-toggler.navbar-toggler {
    /* border-color: rgb(255,102,203); */
    border-color:white;
} 

.number_b {
    /* background: #fff;border-radius: 100%;padding-left: 1vh;padding-right: 1vh;font-size: 4vh;font-weight: bold;border: solid; */
    background: transparent;
    border-radius: 8px;
    padding-left: 1vh;
    padding-right: 1vh;
    font-size: 4vh;
    font-weight: bold;
    border: solid #B266FF;
    color: #000
}

nav {
    height: 100px;
    background: #B266FF;
}

.navbar-brand {
    font-family: Helvetica;
    font-size: 20;
    margin-right: 50px;
    margin-left: 50px;
    color: white;
}

nav li {
    margin: 10px;
    color: white;
}

nav li a {
    font-family: Helvetica;
    font-size: 20;
    color: white;
}

.navbar-nav {
    float: left;
}

.row b {
    text-align: center;
}

#lang {
    margin-left: 550px;
}

.form-inline .btn {
    margin-left: 10px;
}

.tables-wrap .table th {
    text-align: center;
}

.table.orange-header>thead>tr>th {
    background: #B266FF;
}

.table>thead>tr>th {
    background: #777;
    color: #f3f3f3;
    text-align: center;
    border: 2px solid #e7e7e7 !important;
}

.table>tbody>tr>td {
    border: 2px solid #e7e7e7 !important;
    text-align: center;
    vertical-align: middle;
}

.table>tbody>tr>th {
    border: 2px solid #e7e7e7 !important;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    width: 50px;
}

.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.footer {
    padding: 15px 0;
    background: #B266FF;
    color: #fff;
    position: absolute;
    bottom: 0px auto;
    width: 100%;
}

.footer-text {
    margin-top: 15px;
}

@media screen and (max-width: 576px) {
    nav {
        height: auto;
    }

    .navbar-brand,
    #lang {
        float: left;
        margin: 0;
    }

    button .navbar-toggler {
        color: white;
    }
}

.remaining {
    margin-bottom: -10px;
}

.time {
    background: #fff;
    border-radius: 100%;
    padding-left: 1.2vh;
    padding-right: 1.2vh;
    font-size: 5vh;
    font-weight: bold;
    border: solid;
    /* background: #fff;border-radius: 8px;padding-left: 1.8vh;padding-right: 1.8vh;font-size: 6vh;font-weight: bold;border: solid;
    margin: 5px; */
}
