#notification-box {
    display: none;
}

body{
    background:#FAFAFA;
}
.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}

.bg-c-white {
    background: linear-gradient(45deg,#afafaf,#ffffff);
}

.card {
    border-radius: 1rem;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 25px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

h1 {
    font-size: 7rem;
}

h2 {
    font-size: 6rem;
}

h4 {
    font-size: 4rem;
}

#title {
    font-size: 11rem;
    font-weight: bold;
}

.card {
    color: black;
    font-weight: bolder !important;
}

.container-fluid {
    height: inherit;
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.row {
    height: 50%;
}


#number_of_available_seats, #capacity {
    font-weight: bold;
}
