@font-face {
    font-family: Gotham;
    src: url("/font/Gotham-Book.otf");
}

@font-face {
    font-family: Gotham;
    src: url("/font/Gotham-Medium.otf");
    font-weight: 500;
}

@font-face {
    font-family: Gotham;
    src: url("/font/Gotham-Bold.otf");
    font-weight: 700;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

body {
    background: url("/img/bg-pattern.png");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: top center; 
    color: #fff;
    font-family: Gotham;
    font-size: 14px;
    text-align: center;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

.navbar { 
    justify-content: flex-end;
}

.btn-nav {
    font-size: 28px;
    color: #fff !important;
    justify-content: flex-end;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;  
    margin-bottom: 50px;
}

.title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.desc {
    margin-bottom: 30px;
}

.success .desc {
    margin-bottom: 40px;
}

.content-title {
    color: #E50019;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.content-desc {
    font-size: 18px;
    margin-bottom: 40px;
}

.home .rhombus {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    position: relative;
    top: -3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.rhombus:after {
    content: '';
    position: absolute;
    left: -3px;
    top: 3px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top-color: #fff;
}

.btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
}

.btn-white {
    background-color: #fff;
    color: #E50019 !important;
    padding: 12px 18px;
}

.btn-red {
    background-color: #E50019;
    color: #fff !important;
    padding: 12px 25px;
}

.footer p {
    font-size: 10px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.mb-65 {
    margin-bottom: 65px;
}

.register .title,
.login .title {
    margin-bottom: 50px;
}

.form-label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
}

.form-field {
    margin-bottom: 25px
}

.form-field input {
    background: transparent;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.form-field input:focus {
    background: transparent;
    color: #fff;
}

.checkbox-field {
    margin-bottom: 40px;
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background: transparent;
    border: 1px solid #fff;
}
  
.checkbox:hover input ~ .checkmark {
    background: transparent;
}

.checkbox input:checked ~ .checkmark {
    background: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.register .btn-white,
.login .btn-white {
    margin-bottom: 60px;
}

.success .btn-white{
    margin-bottom: 15px;
}

.success .btn-home{
    margin-bottom: 140px;
    text-decoration: underline;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-dialog {
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
    border-radius: 0;
    background: #000;
}

.modal-full .modal-content {
    padding: 20px;
}

.modal-full .modal-header {
    border: 2px solid #E50019;
    border-bottom: 0;
    border-radius: 0;
}

.modal-full .modal-header .close {
    font-size: 28px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

.modal-full .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #E50019;
    border-top: 0;
    border-bottom: 0;
}

.modal-full .modal-body {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.modal-full .modal-body a {
    display: block;
    margin-bottom: 35px;
}

.modal-full .modal-body a:last-child {
    margin-bottom: 0;
}

.modal-full .modal-footer {
    flex-direction: column;
    margin-bottom: 0;
    border: 2px solid #E50019;
    border-top: 0;
    border-radius: 0;
}

.modal-full .modal-footer a { 
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.modal-full .modal-footer a:last-child {
    margin-bottom: 0;
}

.modal-footer>:not(:last-child) {
    margin-right: 0;
}

.age .desc {
    font-size: 18px;
    margin-bottom: 40px;
}

.age .btn-white {
    margin-bottom: 90px;
}

.custom-select {
    position: relative;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background: transparent;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.error {
    text-align: left;
    color: #E50019;
}

.form-field {
    width: 100%;
}

.age .form-field input {
    text-align: center;
}

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

.age-tnc {
    font-size: 12px;
    margin-bottom: 40px;
}

.checkbox-field a,
.age-tnc a {
    text-decoration: underline;
}

.policy,
.tnc {
    text-align: left;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.6;
}

.policy .title,
.tnc .title {
    text-align: center;
    font-size: 1.2rem;
}

.policy .title span,
.tnc .title span {
    font-size: .75rem;
    font-weight: 400;
}

.tnc .white {
    font-size: .8rem;
    font-weight: 700;
}

.policy .white {
    font-size: 1rem;
    font-weight: 700;
}

.policy,
.tnc {
    margin-bottom: 40px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.register .checkbox-field {
    text-align: left;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    background: transparent;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}


.custom-checkbox {
    font-size: 12px;
    margin-bottom: 10px;
}

.custom-checkbox label {
    padding-top: 4px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
    }
}

a {
    color: #fff;
}

a:hover,
a:focus,
a:active {
    color: #fff;
    text-decoration: none;
}

.drinks .desc,
.entrance .desc {
    margin-bottom: 45px;
}

.drinks .qrcode {
    margin-bottom: 40px;
}

.entrance .qrcode {
    margin-bottom: 15px;
}

.drinks .name,
.entrance .name {
    font-weight: 500;
    font-size: 16px;
}

.drinks .rhombus {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    position: relative;
    top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.drinks .counter {
    background-color: #E50019;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 3px 6px 1px 6px;
    line-height: 1;
}

.drinks .redeemable {
    color: #E50019;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 4px;
    line-height: 1;
}

.table {
    color: #fff;
    text-align: left;
}

.dataTables_length {
    text-align: left;
}

.dataTables_info {
    text-align: left;
}

.export-form input {
    background-color: #fff;    
}

.export-form .btn {
    background-color: #fff;   
    border-radius: .2rem; 
}

.gj-datepicker-md [role=right-icon] {
    top: 5px !important;
}

.card {
    color: #fff;
}

.card-text{
    font-size: 1rem;
}

.card {
    background-color: #2b2b2b;
    border-color: #999;
    text-align: left;
}