.bg-cinema {
    /* The image used */
    background-image: url("../img/background.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.font-cinema {
    color: white !important;
    
}
.border-input{
    border-radius: 0.25em;
    border: 1px solid #ced4da;
}
.input-transparent{
    background-color: transparent !important;
    color: #fff !important;
    border: 0px !important;
    font-weight: 600 !important;
}
.button-main{
    color: #fff !important;
    background-color: #A50E19 !important;
    border-color: #A50E19 !important;
    border: 1px solid #A50E19;
    text-transform: capitalize !important;
}
.button-secondary{
    color: #fff !important;
    background-color: #002957 !important;
    border-color: #000E35 !important;
    border: 1px solid #FFF;
    text-transform: capitalize !important;
}
.button-gray{
    color: #fff !important;
    background-color: #868686 !important;
    border-color: #A50E19 !important;
    border: 1px solid #A50E19 !important;
    text-transform: capitalize !important;
}
.label-main{
    color: #fff !important;
    background-color: #A50E19 !important;
}
.label-secondary{
    color: #fff !important;
    background-color: #000E35 !important;
}

.page-item.active .page-link {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #000E35 !important;
    border-color: #000E35 !important;
}

.page-link {
    color: #000E35 !important;
}

.label-detail{
    color: #000E35 !important;
    font-weight: 700;
}
.label-blue{
    color: #222e3c !important;
    font-weight: 700;
}
.background-blue{
    background-color: #222e3c !important;
    color: #fff !important;
    font-weight: 700;
}
/*.stat{
    background-color: #A50E19 !important;
     color: #fff !important;
}

.stat svg {
    stroke-width: 1.5;
    color: #fff!important;
    height: 18px;
    width: 18px;

}*/
