﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'DBHelvethaicaX';
    src: url('../fonts/DBHelvethaicaX/DB_Helvethaica_X.woff') format('woff');
}

@font-face {
    font-family: 'DBHelvethaicaXBd';
    src: url(../fonts/DBHelvethaicaX/DB_Helvethaica_X_Bd.woff) format('woff');
}

@font-face {
    font-family: 'DBHelvethaicaXMed';
    src: url(../fonts/DBHelvethaicaX/DB_Helvethaica_X_Med.woff) format('woff');
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #ed1b2f;
    border-color: #ed1b2f;
}

    .btn-primary:hover {
        background-color: #cd1224;
        border-color: #cd1224;
    }

    .btn-primary:active {
        background-color: #a81120;
        border-color: #a81120;
    }


.btn-secondary {
    color: #fff;
    background-color: #484f56;
    border-color: #484f56;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #6a737d;
        border-color: #6a737d;
    }

    .btn-secondary:active {
        color: #fff;
        background-color: #434a51;
        border-color: #434a51;
    }

.btn-action {
    border-radius: 28px;
    width: 100%;
    height: 56px;
    font-size: 25px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


html,
body {
    height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'DBHelvethaicaX';
}

html,
body {
    min-height: 100%;
    padding: 0;
    margin: 0;
}

#wrapper {
    padding-top: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#content {
    height: 100%;
}

header {
    margin-top: -50px;
    height: 50px;
}

footer {
    margin-bottom: -50px;
    height: 50px;
}


.navbar-top {
    background-color: #151517 !important;
}

.nav-link-top {
    color: #9C9C9C !important;
}

.nav-link-top-active {
    color: white !important;
}


.nav-top-menu-collepsed {
    display: block !important;
}

.img-top {
    width: 33px;
    height: 33px;
    border-radius: 50px;
}

@media (max-width: 576px) {
    .menu-top {
        display: none !important;
    }
}

.modal-header {
    background-color: #363a3f !important;
    color: white !important;
    border-bottom-color: #40464f !important;
    text-align: center;
    display: block
}

.modal-body {
    color: white !important;
    background-color: #363a3f !important;
    text-align: center;
}

.modal-footer {
    color: white !important;
    background-color: #363a3f !important;
    border-top: none !important;
}

.i-close {
    font-size: 23px;
    cursor: pointer;
}

.div-date-seat-select {
    background-color: #1e2227;
    height: 100%;
}

.form-left-head {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    color: white;
    font-size: 20px;
    padding-left: 25px;
}

    .form-left-head div {
        width: 30px;
        height: 18px;
        border-bottom: 5px solid #ff4747;
        padding-left: 15px;
    }

    .form-left-head p {
        padding-left: 10px;
    }

.input-form {
    background-color: #484f56 !important;
    border-color: #484f56 !important;
    color: #ffffff;
    font-size: 18px;
}

.div-input {
    margin: 0px 25px 0px 25px;
    display: flex;
    flex-direction: row;
}

.input-form-left {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    margin-right: 2px;
    padding-left: 40px;
}

.input-form-right {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding-left: 40px;
}

.input-form-mid {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding-left: 40px;
}

.div-seat-detial {
    padding-top: 25%;
    padding-left: 45%;
    color: gray;
    font-size: 25px;
}

.divimage {
    overflow: auto;
    justify-content: center;
    justify-items: center;
    display: flex;
}

@media (max-width: 576px) {
    .divimage {
        overflow: auto;
        justify-content: unset;
        justify-items: unset;
        display: flex;
    }
}

.spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 0.4s;
}

.div-reserv {
    background-color: #292d32;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 18px;
}

.div-reserv-item {
    margin: 20px;
    padding-top: 10px;
    height:100%;
}

.img-reserv {
    width: 53px;
    height: 53px;
    border-radius: 50px;
}

.label-reserv-h {
    color: white;
    font-size: 21px;
}

.label-reserv {
    color: #619dff;
    font-size: 21px;
}

    .label-reserv i {
        color: white;
        font-size: 21px;
    }

.label-reserv-edit {
    color: white;
    font-size: 21px;
    cursor: pointer;
}

.reseve-seat {
    background-color: #484f56;
    border-radius: 9px;
    height: 79px;
    color: white;
    font-size: 21px;
    margin-bottom: 10px;
}

.reseve-seat-det {
    padding: 10px 20px 10px 20px;
}

.div-redeved {
    height: 50px;
    background-color: #484f56;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.div-not-redeved {
    height: 50px;
    background-color: #1e2023;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.div-redeve-data {
    overflow: auto;
    height: 150px;
}

.div-reseve-user {
    overflow: auto;
}


@media (max-width: 576px) {
    .div-redeve-data {
        overflow: unset;
        height: auto;
    }

    .div-reseve-user {
        height: 140px;
    }

}



/*  ==================================
*    CUSTOM MODAL POPUP
*   ==================================
*/
.modal .modal-content.alert-popup-1 {
    border-radius: 18px;
    background-color: #363a3f;
}

    .modal .modal-content.alert-popup-1 .modal-header {
        border-bottom: 2px solid #40464f;
    }

        .modal .modal-content.alert-popup-1 .modal-header .modal-title {
            font-size: 27px !important;
            line-height: 27px !important;
            color: #ffffff;
        }

    .modal .modal-content.alert-popup-1 .modal-body p {
        font-size: 21px !important;
        line-height: 24px !important;
        color: #ffffff;
    }

    .modal .modal-content.alert-popup-1 .modal-body button {
        background-color: #484f56;
        border-radius: 28px;
    }

        .modal .modal-content.alert-popup-1 .modal-body button.gray {
            font-size: 24px !important;
            background-color: #484f56;
            color: #ffffff;
        }

        .modal .modal-content.alert-popup-1 .modal-body button.red {
            font-size: 24px !important;
            background-color: #ed1b2f;
            color: #ffffff;
        }

/*  ==================================
*    END
*   ==================================
*/

.glyphicon {
    font-weight: 900;
}

.glyphicon {
    font-family: "Font Awesome 5 Free";
}

.glyphicon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.glyphicon-chevron-up:before {
    content: "\f106";
}

.glyphicon-chevron-down:before {
    content: "\f107";
}

.div-card-booked {
    height: 172px;
    background-color: #292d32;
    margin: 15px;
    border-radius: 5px;
}

.bootstrap-timepicker-hour, .bootstrap-timepicker-minute {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.bg-color-red {
    background-color: #ed1b2f;
}

.bg-color-gray-1 {
    background-color: #484f56;
}

.bg-color-gray-2 {
    background-color: #353b42;
}

.bg-color-gray-3 {
    background-color: #1e2227;
}

.bg-color-gray-4 {
    background-color: #292d32;
}

.font-size-1 {
    font-size: 19px;
    line-height: 26.7px;
}

.font-size-2 {
    font-size: 21px;
    line-height: 29.5px;
}

.font-size-3 {
    font-size: 23px;
    line-height: 32.3px;
}

.text-color-white {
    color: #ffffff;
}

.text-color-gray-1 {
    color: rgba(255, 255, 255, 0.7);
}

.btn-time {
    border-radius: 28px;
    width: 90%;
    height: 36px;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    background: #484f56 !important;
    border-color: transparent !important;
}

.btn-time:hover {
    background-color: #ed1b2f !important;
}