﻿.wrapBooking
{
    background: #fff;
}
.btn3 svg, .btn1 svg {
    transform: unset;
    margin-right: 0;
}
#calendar a .fc-title {
    color: #fff !important;
    font-weight: bold;
}
.fc-event {
    border: 1px solid #d1bb6d;
}
.fc-event, .fc-event-dot {
    background-color: #d1bb6d;
}

.modal .rowItem .colItem {
    padding: 0 7.5px;
}
.modal .linkItem, .wrapLogin .linkItem {
    color: #ACACAC;
    text-transform: capitalize;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    text-decoration: underline;
}

    .modal .linkItem:hover, .wrapLogin .linkItem:hover {
        color: #D1BB6D;
    }

.modal .wrapSocial .listItem, .wrapLogin .wrapSocial .listItem {
    display: flex;
    justify-content: center;
}
.mt-15{
    margin-top: 15px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
@media screen and (min-width: 991px) {
    .wrapBooking {
        min-height: 250px;
    }
}
@media screen and (min-width: 768px) {
    .wrapResetPassword .containerItem, .wrapLogin .containerItem {
        max-width: 500px;
    }

    .wrapProfile .containerItem {
        max-width: 800px;
    }
}
.captcha .listCtrl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.wrapPaggingList {
    margin: auto;
    text-align: center;
    display: table;
    margin-top: 30px;
}

.linkPagging {
    font-size: 16px;
    color: #D1BB6D;
    line-height: 26px;
    display: block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    float: left;
    margin: 0 5px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 43px;
    background-color: white;
    box-shadow: 0px 1px 10px 0px #0000001a;
    -webkit-box-shadow: 0px 1px 10px 0px #0000001a;
    -moz-box-shadow: 0px 1px 10px 0px #0000001a;
    -ms-box-shadow: 0px 1px 10px 0px #0000001a;
    -o-box-shadow: 0px 1px 10px 0px #0000001a;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #D1BB6D;
    font-weight: 700;
}

    .linkPagging svg {
        width: 11px;
        height: 43px;
    }

    .linkPagging.active, .linkPagging:hover {
        color: white;
        background-color: #D1BB6D;
    }

@media screen and (max-width: 575px) {
    .linkPagging {
        font-size: 14px;
        margin: 0 2px;
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

        .linkPagging svg {
            width: 9px;
            height: 38px;
        }
}

@media screen and (max-width: 359px) {
    .linkPagging {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

        .linkPagging svg {
            width: 7px;
            height: 28px;
        }
}

#modalDetailOrder .table td, .table th {
    vertical-align: middle;
}
 .formError .formErrorArrow .line1 {
    background: #d1bb6d;
}

 .formError .formErrorArrow div {
    border-left: 2px solid #d1bb6d;
    border-right: 2px solid #d1bb6d;
    background: #d1bb6d;
}
 .formError .formErrorArrow .line1 {
    background: #d1bb6d;
}
 .formError .formErrorContent {
    background: #d1bb6d;
    border: 2px solid #d1bb6d;
}
 .formError{
    left: 0 !important;
}
.fc td, .fc th{
    cursor: pointer;
}

.main-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

    .main-loading .cssload-container {
        position: absolute;
        left: 0;
        top: 0;
        background: #F8FAFA;
        opacity: .8;
        filter: alpha(opacity=80);
        bottom: 0;
        right: 0;
    }

    .main-loading img {
        left: 50%;
        top: 50%;
        position: absolute;
        margin-left: -21px;
        margin-top: -22px;
    }

.wrapBreadcrumb {
    position: relative;
}

    .wrapBreadcrumb .wrapTitle {
        margin-bottom: 15px;
    }

    .wrapBreadcrumb .wrapImgItem .wrapImgResize {
        height: 200px;
        background-color: black;
    }

        .wrapBreadcrumb .wrapImgItem .wrapImgResize img {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }

    .wrapBreadcrumb .contentText {
        position: absolute;
        left: 0;
        top: 80%;
        width: 100%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    .wrapBreadcrumb .wrapMenu {
        display: table;
        margin: auto;
        text-align: center;
    }

        .wrapBreadcrumb .wrapMenu .linkItem {
            display: inline;
            font-size: 16px;
            color: white;
            text-transform: capitalize;
            margin-left: 5px;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
        }

            .wrapBreadcrumb .wrapMenu .linkItem:hover {
                color: #ACACAC;
            }

            .wrapBreadcrumb .wrapMenu .linkItem svg {
                margin: 0 5px;
                height: 20px;
                width: 15px;
                transform: translate(0, -1px);
                -webkit-transform: translate(0, -1px);
                -moz-transform: translate(0, -1px);
                -ms-transform: translate(0, -1px);
                -o-transform: translate(0, -1px);
            }

            .wrapBreadcrumb .wrapMenu .linkItem:last-child svg {
                display: none;
            }

    .wrapBreadcrumb.smallTitle .titleMain {
        font-size: 28px;
    }

        .wrapBreadcrumb.smallTitle .titleMain::after {
            height: 3px;
        }

@media screen and (max-width: 1400px) {
    .wrapBreadcrumb .wrapImgItem .wrapImgResize {
        height: 300px;
    }
}

@media screen and (max-width: 1220px) {
    .wrapBreadcrumb .wrapTitle {
        margin-bottom: 5px;
    }

    .wrapBreadcrumb .wrapImgItem .wrapImgResize {
        height: 180px;
    }

    .wrapBreadcrumb .wrapMenu .linkItem {
        font-size: 12px;
    }

    .wrapBreadcrumb .contentText {
        top: 50%;
    }

    .wrapBreadcrumb.smallTitle .titleMain {
        font-size: 18px;
    }
}

.wrapContent2 {
    padding: 30px 0;
}

@media screen and (max-width: 768px) {
    .wrapContent2 {
        padding: 30px 20px;
    }
}

.wrapLogoAnimate {
    display: none !important;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-primary {
    background-color: #337ab7;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}
.titleMain{
    font-size: 2.5rem;
}

.wrapBooking{
    padding: 40px 20px;
}
@media screen and (max-width: 767px) {
    .seat-status-list {
        flex-wrap: unset !important;
    }
}