* {
    margin: 0;
    text-align: left;
    font-weight: 400;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
}

h2, h3, h4, h5 {
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 23px;
    font-family: Nunito, sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

b {
    font-weight: bold;
}

.mainbar {
    position: relative;
}

.mainbar>.header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    color: white;
    margin-bottom: 5px;
}

.mainbar>.header>.logo {
    text-align: center;
    justify-content: center;
    margin: 0px;
    padding: 10px 0px 50px 0px;
}

.mainbar>.header>.logo img {
    height: 80px;
    margin-top: 10px
}

/* ================[ HOME ] =============== */
.appHome {
    background-color: #e6e6e6;
    margin: 5px 0px;
    padding: 1px;
}

.container {
    margin: 0 auto;
    width: 75%;
}

.content {
    min-height: 455px;
    padding: 1px 0px;
    margin-top: -52px;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 101;
}

.content > .content-home {
    border-radius: 5px;
    padding-top: 20px;
    display: block;
    background-image: -webkit-linear-gradient(top, #e9e9e9 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #e9e9e9 0%, #fff 100%);
    background-repeat: repeat-x;
    margin: 0px;
}

.title-marquee {
    display: block;
    position: fixed;
    left: 15px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    width: 100%;
    color: white;
    text-shadow: 0 0 0.2em #ff0000, 0 0 0.2em #ff0000,  0 0 0.2em #ff0000;
    font-weight: bold;
}

.title-home {
    text-align: center;
    color: #6d2f0f;
    display: block;
    margin-bottom: 10px;
}

.title-home > h3,h4 {
    text-align: center;
    line-height: 1.6em;
}

.cursor::after {
    content: '|';
    display: inline-block;
    animation-name: blink;
    animation-duration: .3s;
    animation-iteration-count: infinite;
    margin-left: 5px;
    margin-bottom: 20px;
}

.btn-warning {
    background-color: #f0ad4e;
    color: white;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 10px 0px;
}

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

.list-menu-game {
    text-align: center;
    width: 100%;
    margin: 10px 0px;
    padding: 3px;
}

.list-menu-game > li {
    margin: 10px 5px 0px 0px;
    border: 1px solid;
    border-color: #03a84e;
    border-radius: 5px;
    white-space: nowrap;
    padding: 6px 13px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

.list-menu-game > li:hover {
    color: #fff;
    background-color: #016e8f;
    border-color: #016e8f;
}

.list-menu-game > .active {
    color: #fff;
    background-color: #016e8f;
    border-color: #016e8f;
}

.input-code > button {
    margin: 10px 5px 0px 0px;
    border: 1px solid;
    border-radius: 5px;
    white-space: nowrap;
    padding: 10px 10px 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.input-code > button:hover {
    background-color: #016e8f;
    color: white
}

.input-code > button > span {
    color: red;
    display: block;
    text-align: center;
}

.alert-danger {
    background-color: #f2dede;
    color: #a94442;
    padding: 15px;
    margin: 10px 0px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}

.content-public {
    padding: 0px;
    margin: 5px 0px;
}

.card {
    border-radius: 5px;
    margin: 10px;
    height: 100%;
    border-color: #016e8f;
}

.card > .card-header > h5 {
    font-size: 16px;
}

.card > .card-body {
    padding: 15px;
}

label {
    font-weight: bold;
}

.btn {
    margin: 10px 5px;
    border: 1px solid;
    border-radius: 5px;
    white-space: nowrap;
    padding: 6px 13px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    color: #333;
    border-color: #ccc;
}

.btn-danger {
    background-color: #d9534f;
    color: white;
}

.text-white {
    color: white;
}

.bg-primary {
    background-color: #016e8f !important;
}

.hidden {
    display: none;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-weight: 500 !important;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    margin: 5px;
}

.badge > i {
    font-size: 18px;
}

.bg-success {
    background-color: #dff0d8 !important;
    color: #49804a;
}

.btn-success {
    background: #03a84e;
    color: white;
}

.label {
    font-size: 80%;
    padding: 8px 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    margin-top: 5px;
}

.label-success {
    background: linear-gradient(to bottom right, #3c763d, #21a544) !important;
    color: white;
}

.label-danger {
    background: linear-gradient(to bottom right, #d34545, #aa1212) !important;
    color: white;
}

.label-dark {
    text-transform: uppercase;
    color: #fff;
    background-color: #343a40;
}

.badge-danger {
    color: #fff;
    background: linear-gradient(to bottom right, #ff2324 20%, #732828 90%) !important;
}

.alert-primary {
    border-color: #016e8f !important;
    background-color: #b6eeff;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

.flash {
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
    margin: 0px;
}

.list-code-game {
    margin: 10px 0px;
}

.list-code-game > .code-game {
    display: none;
}

.list-code-game > .code-game.show {
    display: block;
}

#timeView {
    display: none;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.modal-lg {
    --bs-modal-width: 590px !important;
}

.footer {
    background: #016e8f;
    color: white;
    text-align: center;
    padding: 20px 30px;
}