/********** Template CSS **********/
:root {
    --primary: #009CFF;
    --light: #F3F6F9;
    --dark: #191C24;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

main{
    flex: 1;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Layout ***/

.desktop-not{
    display: none;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 16.2%;
    height: 100%;
    overflow-y: auto;
    background-color: #ed9834 !important;
    transition: 0.5s;
    z-index: 999;
}
.sidebar .navbar{
    box-shadow: none;
}
.content {
    /* margin-left: 250px; */
    min-height: 100vh;
    /* background: #FFFFFF; */
    background: #e4e4e4;
    transition: 0.5s;
}
.content .navbar{
    background-color: #fff !important;
    padding: 0 5%;
}
.pay-table{
    background-color: #fff;
}
@media (min-width: 992px) {
    /* .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -250px;
    }

    .content {
        width: calc(100% - 250px);
    } */

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    /* .sidebar {
        margin-left: -250px;
    } */

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}


/*** Navbar ***/
.navbar{
    background-color: rgb(237 152 52) !important;
    box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.43);
        -webkit-box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.43);
        -moz-box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.43);
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 20px;
    color: var(--dark);
    font-weight: 500;
    border-left: 3px solid #eeaa34;
    border-radius: 0 30px 30px 0;
    outline: none;
}
.sidebar .navbar .navbar-nav .nav-link:hover{
    color: #057f3d;
    background: #FFFFFF;
    border-color: #057f3d;
}
/* .sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: #057f3d;
    background: #FFFFFF;
    border-color: #057f3d;
} */

.sidebar .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 40px;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
    background: #fff;
}

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 0;
}
.dropdown-menu {
    --bs-dropdown-min-width: 5rem;
    
}
.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: var(--dark);
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: #057f3d;
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 40px;
}

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}


/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: #057f3d;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: #057f3d;
}


/*** Testimonial ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid #057f3d;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: #057f3d;
}
/* custom css starts here */
.ftr .text-center{
    font-size: 14px;
}
.ftr .rounded-top{
    padding: 30px 20px;
    position: absolute;
    bottom: 0%;
    width: 70%;
}
.tkt-rules {
    margin: 6% 10%;
    padding: 30px 30px 10px 30px;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.tkt-rules p{
    color: #000;
}
.tkt-rules .btn {
    background-color: #eeaa34;
    border: none;
    margin-left: 12px;
    margin-top: 12px;
    margin-bottom: 24px;
    color: #fff;
    width: 120px;
    padding: 6px 16px;
}
.tkt-rules .btn a{
    color: #fff;
    text-decoration: none;
}
.print-etkt .btn{
    width: 150px;
}
.navbar-brand img{
    width: 100%;
}
a{
    color: #057f3d;
}
.nav-link .rounded-circle{
    border: 3px solid #696262;
}
.navbar-nav .dropdown-menu a{
    text-align: left !important;
    font-size: 13.8px;
}
a:hover{
    color: #000;
}
body{
    /* background-color: transparent; */
    background-color: #e4e4e4;
    display: flex;
        flex-direction: column;
        min-height: 100vh;
        overflow-x: hidden;
}
.etkt-form{
    padding: 9% 8%;
}
.etkt-form form {
    border: 2px solid #eeaa34;
}
.eform{
    padding: 0 30px 20px 30px;
}
.etkt-form form h4{
    padding: 12px 0 12px 32px;
    background-color: #eeaa34;
    color: #fff;
}
.etkt-form .btn  {
    background-color: #eeaa34;
    border: none;
    margin-left: 30px;
    margin-top: 12px;
    margin-bottom: 24px;
    color: #fff;
    padding: 6px 16px;
}
.etkt-form .btn a{
    color: #fff;
}
label{
    color: #000;
    font-weight: 600;
}
.table-responsive{
    padding: 4% 8%;
}
.table-responsive th{
    text-align: center;
    background-color: #eeaa34;
    padding-right: 10%;
    /*color: #fff;*/
    /*border-bottom: 1px solid #eee;*/
    
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: transparent; 
}
.table-responsive td{
    font-weight: 600;
}
.cancel a {
    background-color: #e63531;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
}
.pay a{
    background-color: #057f3d;
        color: #fff;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 13.5px;
}
/* Homepage css starts */
.nav-logo{
    width: 132px !important;
}
#sec-one{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e4e4e4;
}
.home-form {
    border: 2px solid #057f3d;
    padding: 2% 4% 1% 4%;
    background-color: #fafafaa6;
    border-radius: 0px 0px 6px 6px;
}
#sec-one h5 {
    text-align: center;
    background-color: #057f3d;
    color: #fff;
    padding: 12px 0;
    margin: 0;
    border-radius: 6px 6px 0 0;
}
#sec-one .btn{
    background-color: #057f3d;
    border: none;
    margin-top: 12px;
    margin-bottom: 16px;
    color: #fff;
    padding: 6px 16px;
 }
 #sec-one .btn a{
    color: #fff;
 }
 .home-form span{
            color: red;
    }
    #sec-one .card{
        background-color: #f2f2f2;
    }
    #sec-one .card-header{
                background-color: #ed9834;
                text-align: center;
                color: #fff;
                font-size: 1.25rem;
                font-weight: 700;
            }
                        .row-one {
                            background-color: #d8d5d5;
                            color: #057f3d;
                        }
            .row-one th{
                border-bottom: none;
            }
            .row-two{
                background-color: #fff;
                color: #000;
            }
            .row-thr{
                background-color: #ededed;
                color: #000;
            }
            .row-fr{
                background-color: #fff;
                color: #000;
            }
            .t-excep{
                padding-left: 7.6% !important;
            }
                        .visit-info {
                            padding-top: 2%;
                            padding-bottom: 1%;
                        }
                        .visit-info .card-body{
                            padding: 0;
                            margin: 0;
                        }
                        .visit-info img{
                            width: 100%;
                            height: 243px;
                        }
                        footer {
                            background-color: #ed9834;
                            padding-top: 18px;
                            /* position: relative;
                            width: 100%;
                            bottom: 0%; */
                        }
                                                .visit-info .card-title {
                                                    padding: 30px 10px 0 10px;
                                                    font-size: 24px;
                                                    text-align: center;
                                                    color: #000;
                                                    font-weight: 600;
                                                }
                        .visit-info img{
                            border-radius: 5px;
                        }
                        .visit-info .card-body p{
                            text-align: center;
                                    text-align: center;
                                    font-size: 17px;
                                    color: #000;
                        }
                        .visit-info .card{
                            background-color: #ed9834 !important;
                        }
                        .f-left{
                            color: #000;
                            font-size: 13px;
                        }
                        .f-left img{
                            width: 160px;
                        }
                        .icons-margin i{
                            color: #000;
                            padding: 0 12px;
                        }
                        .icons-margin i:hover {
                             color: #000;
                             padding: 0 12px;
                            }
                            #contact{
                                padding: 72px 0;
                            }
                            #contact .card{
                                padding: 30px;
                                box-shadow: 7px 6px 14px 3px rgba(239, 239, 239, 0.75);
                                    -webkit-box-shadow: 7px 6px 14px 3px rgba(239, 239, 239, 0.75);
                                    -moz-box-shadow: 7px 6px 14px 3px rgba(239, 239, 239, 0.75);
                            }
                            #contact .card-title h4{
                                color: #057f3d;
                            }
                            #contact .card-text p{
                                color: #000;
                            }
                            .btm {
                                bottom: 0;
                                width: 100%;
                                /* z-index: 1030; */
                            }
                                                         .dash-btm {
                                                             background-color: #fff;
                                                             padding: 1% 7% 0 5%;
                                                             /* position: absolute; */
                                                            position: fixed;
                                                             bottom: 0;
                                                         }
                                                         
/* Homepage logo ends */

/* Datatable starts here */
/* Datatable ends here */

.dt-table {
    margin: 6% 6% 10% 6%;
    background-color: whitesmoke;
    padding: 2%;
}
.page-item.active .page-link{
    z-index: 0;
}
.tkt-detail{
    margin: 6% 6% 10% 6%;
}
.new-tbl tr td{
    padding: 2px 0 6px 6px;
}
.tkt-detail .card-header{
    font-weight: 600;
    color: #057f3d;
}
.tkt-detail .btn {
	font-size: 13px;
	font-weight: 600;
	background-color: #057f3d;
	border: none;
}
.dash-stat{
    margin: 6% 4% 1% 4%;
}
.dash-stat .card{
    max-width: 280px;
}
/* custom css ends here */
/* Responsive CSS starts here */
/* @media(min-width: 1920px){
    .dash-btm{
        position: fixed;
    }
} */
.Failed{color:#dc3545 !important;}
/* button 92 starts */
.button-92 {
  --c: #fff;
  /* text color */
  background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
    #004dff;
  /* background color */
  color: #0000;
  border: none;
  transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
  text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
  outline-offset: .1em;
  transition: 0.3s;
  border-radius: 6px;
}

.button-92:hover,
.button-92:focus-visible {
  --_p: 0%;
  --_i: 1;
}

.button-92:active {
  text-shadow: none;
  color: var(--c);
  box-shadow: inset 0 0 9e9q #0005;
  transition: 0s;
}

.button-92 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
  cursor: pointer;
  padding: .1em .3em;
}
/* button 92 ends */
/* Responsive design starts */
@media(280px <= width <= 1024px ){
    .dt-table{
        margin-left: 12%;
    }
}
@media(280px <= width <= 1024px ){
    .sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 7px;
    color: var(--dark);
    font-weight: 500;
    border-left: 3px solid #eeaa34;
    border-radius: 0 30px 30px 0;
    outline: none;
    font-size: 13px;
}
.sidebar{
    /*width: 26%;*/
    display: none;
}
.dash-stat .card {
    max-width: 312px;
}
.dash-stat .card {
    /*max-width: 220px;*/
    /*margin-left: 84px;*/
}
.etkt-form {
    /*max-width: 400px;*/
    /*margin-left: 22%;*/
}
.payment-tbl{
    /*margin-left: 23%;*/
    /*max-width: 325px;*/
}
.tkt-info-box{
    margin-top: 24px;
}
.visit-info .card{
    margin-top: 24px;
}
.visit-info img{
    margin-top: 24px;
}
.f-left{
    text-align: center;
}
.icons-margin{
    text-align: center;
}
.dash-btm{
    /*display: none;*/
}
.content {
    margin-bottom: 90px;
    overflow-x: hidden;
    position: relative;
}
.navbar-brand img {
    width: 30%;
}

.desktop-not{
    display: block;
}
}

/*//placeholder color */
::placeholder {
  color: #ced4da !important;;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #ced4da !important;;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #ced4da !important;;
}

/* Responsive css ends here */