/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap');
body { font-family: 'Rubik', sans-serif !important; }
.calender_sybol { display: none; }
.booktickmain { background: #ffffff; box-shadow: 0 0px 24px #e9ecef; padding: 0 20px 20px 20px; position: relative; }
#bookingform .chk_agree { margin-top: 2px; float: left; }
#bookingform .chk_agree_span { margin: 0px 10px; float: left; color: #282828; font-weight: 400; font-size: 14px; display: inline-block; }
#bookingform .chk_agree_span a { color: #0A6891; }
button[disabled], html input[disabled] { cursor: not-allowed; }
.final { background: #dff0d8; margin-top: 0; }
.final span { font-weight: bold !important; color: #3c763d; }
.tick_info { float: left; width: 100%; }
.calendar td, .calendar th { text-align: center; }
.qty { display: inline-block; width: 80px; padding-left: 5px; }
.mlt { display: inline-block; width: 90px; text-align: center; }
.mltsign { display: inline-block; width: 20px; }
.mlttitle { display: inline-block; width: 70px; }
.totalview { padding-left: 165px; }
.notees { padding: 7px; display: inline-block; width: 100%; color: #31708f; background-color: #d9edf7; border: 1px solid #bce8f1; }
.error { padding: 7px; display: inline-block; width: 100%; color: #a94442; background-color: #f2dede; border: 1px solid #ebccd1; }
/*.model-table input[type="number"] { padding: 2px !important; height: 31px; }*/
.colorgreen { background-color: #DEEFD8; color: #3c763d; }
/*.thanku_wrap { width: 1100px; margin: 20px auto; max-width: 100%; }*/
.thank_img { text-align: center; padding: 14px 0px; display: block; }
.thank_img img { width: 100%; height: auto; }
.thank_descript p { display: block; width: 100%; color: #2aa070; padding-bottom: 10px; font-size: 18px; text-align: center; }
.gobackoption { text-align: center; margin: 15px; }
.gobackoption a, .gobackoption a:hover { padding: 8px 0; background: #15C39A; color: #fff !important; min-width: 140px; display: inline-block; font-size: 16px; text-decoration: none; border-radius: 4px; }
.tick_info { margin-bottom: 16px; display: block; }
.tickinfo_success { box-shadow: 1px 1px 10px rgba(0,0,0,0.15); padding: 15px; background-color: #fff; }
.tickinfo_success table tr th, .tickinfo_success table tr td { padding: 7px; }
.bg_light_grey { background: #f5f5f5; }
.tickinfo_success .bg_light_grey td { font-weight: 600; font-size: 16px; }
.text_capitalize { text-transform: capitalize; }
.tickinfo_success table tr td:first-child { font-weight: 600; }
.tickinfo_success table tr td span { font-weight: normal; }
.bolds { font-weight: 500; width: 157px; float: left; font-size: 15px; text-transform: capitalize; color: #000; }
.tick_text { margin-top: 11px; margin-bottom: 16px; color: #999; }
.width30 { width: 30%; float: left; margin-right: 25px; }
.bk_card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border-radius: .25rem;
margin-top: 0px; border: 1px solid rgba(0,0,0,.125); border-radius: 0px; max-width: 100%; padding: 0; }
.bk_card-header { border-bottom: 0px; background-color: #407fc0; font-size: 18px; color: #fff; padding: 10px 21px; margin-bottom: 0; margin-bottom: 0; }
.bk_card-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.25rem; }
.ticket_show { display: none; }
.btn-go { background-color: #f5655d !important; padding: 10px 26px !important; border: none !important; border-radius: 3px; font-size: 15px !important; font-weight: 400 !important; color: #fff !important; text-transform: uppercase; }
td.selected-month { background: #385872; padding: 6px 10px; font-size: 24px; font-weight: 500; color: #fff; }
.booked_view { float: left; width: 100%; margin-top: 5px; max-width: 100%; display: inline-block; margin-bottom: 20px; }
/*.slots_spn { float: left; width: calc(100% - 450px); margin-top: 30px; }*/
.slots_spn { width: 100%; margin-top: 30px; display: inline-block; }
.slots_spn .bk_card-body { padding: 0px !important; }
/*.chips { background: #006BD9; color: #fff; padding: 6px 13px !important; border-radius: 15px; display: inline-block; margin: 5px !important; font-size: 13px !important; }*/
/*.calendar-day .day-number:after {content:"";background: #1788FB;color: #ffffff;height: 40px; width: 40px;}*/
.chips { background: #006BD9; color: #fff; padding: 2px 6px; border-radius: 15px; display: inline-block; margin: 5px !important; font-size: 13px !important; }
/* Available time slot */
.avail-time { border: 1px solid #d7d7d7; }
.book-title { background: #3C4C5B; color: #fff; padding: 15px; font-size: 15px; font-weight: 500; }
.avail-time thead th { border-bottom: none; }
.btn-book { background: #f5655d !important; font-size: 15px; padding: 5px 18px; font-weight: normal; }
.avail-time tr td:nth-child(2) { width: 15%; text-align: center; }
.avail-time tr td:nth-child(1) { padding-left: 30px; }
.avail-time tr th { padding-left: 30px; }
.avail-time tr td { font-size: 13px; padding: 18px 0; }
ul.timeslote_available_ul { list-style: none; display: inline-flex; }
.bg_light { background: #f5f5f5; }
.result_table_tk th:first-child, .result_table_tk td:first-child { padding-left: 7px !important; }
.result_table_tk th:last-child, .result_table_tk td:last-child { padding-right: 7px !important; }
/* Available time slot over */
#occuption {overflow: hidden;width: 100%;position: relative;}
.slider-get-touch {position: absolute; background: #fff; z-index: 100; width:100%; padding: 20px; }
.slider-get-touch {transform: translateX(-100%); transition: all 0.3s ease 0s;}
.showgettouch.slider-get-touch {transform: translateX(0%);}
.btn-warning.slider-contact ,.btn-warning.slider-contact :hover,.btn-warning.slider-contact :focus{
    color: #fff;
    background-color: #1A73E8 !important;
    border-color: #1A73E8 !important;
    border: none;
    padding: 6px 9px;text-transform: capitalize;
    border-radius: 5px;
}
.show-booking-dates {
    color: #2f9a48;
    font-size: 15px;
    padding-bottom: 10px;
}
.fa-file{margin-right: 3px;}
.btn-warning,.btn-warning:hover,.btn-warning:active,.btn-warning:focus {
    background-color: #1788FB !important;
    border: 1px solid #1788FB !important;
    outline: none;box-shadow: none;
    padding: 5px 20px;
    color: #fff !important;
    border-radius: 3px;
    font-size: 16px;
    height: 37px;
    cursor: pointer;
}
.mR10{margin-right: 10px;}
.btn-sports,.btn-report:hover,.btn-report:active,.btn-report:focus {
    background-color: #4012A6 !important;
    border: 1px solid #fff !important;
    /*background-color: #f39c12 !important;*/
    /*border: 1px solid #f39c12 !important;*/
    outline: none;box-shadow: none;
    padding: 5px 20px;
    color: #fff !important;
    border-radius: 3px;
    font-size: 16px;
    height: 37px;
    cursor: pointer;
}
.btn-normal,.btn-report:hover,.btn-report:active,.btn-report:focus {
    background-color: #ED6E00 !important;
    border: 1px solid #fff !important;
    /*background-color: #f39c12 !important;*/
    /*border: 1px solid #f39c12 !important;*/
    outline: none;box-shadow: none;
    padding: 5px 20px;
    color: #fff !important;
    border-radius: 3px;
    font-size: 16px;
    height: 37px;
    cursor: pointer;
}
/* Model */
.ticket_booking_modal .modal-dialog { width: 780px; max-width: 780px; top: 110px; }
.ticketinfo .info_title { display: inline-block; font-weight: 600; width: 113px; }
.ticketinfo .ticketinfo_detail { display: inline-block; font-weight: 400; width: calc(100% - 114px); vertical-align: top; }
.ticketinfo { margin-bottom: 8px; }
.ticketname { color: #555; font-weight: 600; text-transform: capitalize; margin-bottom: 4px; font-size: 16px; }
.info_message { border: 1px solid #F9A738; color: #F9A738; font-size: 14px; padding: 7px 15px; width: 100%; background: #fcf3e8; margin-bottom: 10px; width: 100%; text-align: center; }
.info_message .sorry-msg { color: #969090; font-size: 13px; }
.info_message p { margin-bottom: 0px; }
.already-booked { font-weight: 600; }
.already-booked { font-size: 15px; color: #F9A738; }
.ticketdata span { color: #676666; font-weight: 600; width: 60px; float: left; }
.ticketdata { color: #000; line-height: 25px; display: inline-block; margin-right: 30px; }
.ticketdesc { color: #717171; line-height: 20px; font-weight: 500; margin-bottom: 5px; }
.tickettile { border-bottom: 1px solid #3A5058; font-size: 20px; color: #3A5058; font-weight: 500; padding-bottom: 4px; margin-bottom: 15px; }
.content p { font-size: 14px; margin-bottom: 0; }
.content .fl { float: left; margin-right: 100px; }
.timeslot-title { font-size: 20px; margin-bottom: 10px; margin-top: 10px; }
.model-table tr > th { background: rgba(23, 136, 251, 0.17); color: #23282d; font-weight: 500; padding: 10px; text-align: center; font-size: 14px; text-transform: capitalize; }
.model-table { text-align: center; border: 1px solid #d7d7d7; }
input#totalprice { text-align: center; border: 1px solid #d7d7d7; background: #3a50580f; }
input#totalper { width: 80%; margin: 0 auto; text-align: center; border: 1px solid #d7d7d7; background: #3a50580f; }
.person { text-align: center; width: 40% !important; margin: 0 auto; }
tbody#availablechart { font-size: 13px; }
/*.booktic-btn { padding: 9px 20px !important; font-size: 13px !important; font-weight: 500 !important; background: #3A5058 !important; color: #fff !important; }*/

table { width: 100%; }
/*#bookingform input { margin: 10px 0px; font-size: 14px; }*/
#bookingform textarea { resize: none; }
/*#bookingform input#email { width: 48% !important; float: left !important; margin-right: 20px !important; margin-bottom: 15px; }*/
/*#bookingform input#phone { width: 48% !important; float: left; }*/
.time_list { margin: 0px; padding: 0; }
.ticket-slot ul.time_list > li { padding: 14px 20px; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0,0,0,.125); font-size: 17px; font-weight: 500; line-height: 1.2; width: 100%; float: left; list-style: none; display: flex; align-items: center; justify-content: space-between; }
.ticket-slot h5 { padding: 10px !important; display: inline-block; font-size: 14px !important; text-transform: capitalize; margin: 0px; font-family: inherit; font-weight: normal; }
/*.ticket-slot .time { float: left; width: 30%; }*/
.ticket-slot .time { float: left; width: 100%; }
.ticket-slot ul.time_list .btn-default { float: right; margin-top: -9px; }
.ticket-slot ul.timeslote_available_ul { width: 20%; float: left; list-style: none; margin: 0; padding: 0; }
.ticket-slot ul.timeslote_available_ul > li { float: left; padding: 7px; /* background-color: #FE9E10; */ margin: 0; margin-right: 5px; border-radius: 3px; color: #fff; font-size: 15px; }
.color-green { background-color: green; }
.color-red { background-color: red; }
/* Model Over */
.loader { border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #007bff; width: 120px; height: 120px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; position: absolute; left: 0; right: 0; margin: 0 auto; top: 40%; }
/*#loadingmessage { position: fixed; width: 100%; height: 100%; z-index: 10000; background: rgba(255,255,255,0.7); left: 0; right: 0; top: 0; bottom: 0; padding-left: 44%; padding-top: 106px; }*/
#loadingmessage { position: absolute; width: 100%; height: 100%; z-index: 10000; background: rgba(0, 105, 217, 0.49); left: 0; right: 0; top: 0; bottom: 0; /*display: flex !important;*/ justify-content: center; align-items: center; }
.model-table td { padding: 3px; vertical-align: middle; border-top: 1px solid #dee2e6; }
.btn-success { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.model-table td .person { width: 80% !important; height: 34px; }
.bk_form_control { display: block; width: 100%; height: 40px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.d_inline { display: inline-block; }
.tick_text .d_inline { width: 80%; }
.tckt { display: flex; justify-content: space-around; align-items: center; text-align: center; }
.tckt_descption { padding: 0px 15px; }
.tckt_img img { width: auto; max-width: 100%; }
.table-responsive { overflow: auto; }
/* Safari */
@-webkit-keyframes spin { 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
@keyframes spin { 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.close { float: right; font-size: 1.5rem; font-weight: 500; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; }
.close:hover, .close:focus { color: #000; text-decoration: none; opacity: .75; }
.close:not(:disabled):not(.disabled) { cursor: pointer; }
button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; }
.modal-open { overflow: hidden;  }
/* .modal-open:before {content: ""; background-color: rgba(0, 0, 0, 0.80); position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; z-index:1000; } */
.modal-open .modal { background-color: rgba(0, 0, 0, 0.80); }
.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }
.modal.fade .modal-dialog { transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: translate(0, -25%); transform: translate(0, -25%); }

/*Button CSS*/
.btn-edit , .btn-delete , .btn-view{
    line-height: 16px !important;
    color: #fff !important;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50% !important;
    font-size: 13px !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0;
}
.btn-edit{
    background-color: #009100;
}
.btn-delete{
    background-color: red;
}
.btn-view{
    background-color: #E9AE03;
}
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog { transition: none; }
}
.modal.show .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.modal-dialog-centered { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; min-height: calc(100% - (0.5rem * 2));
}
.modal-content { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; margin-bottom: 300px; }
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index:100; background-color: #000; }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.show { opacity: 0.5; }
.modal-header { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; }
.modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto; }
.modal-title { margin-bottom: 0; line-height: 1.5; }
.modal-body { position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; }
.modal-footer { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef; }
.modal-footer > :not(:first-child) { margin-left: .25rem;
}
.modal-footer > :not(:last-child) { margin-right: .25rem;
}
.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }
@media (min-width: 576px) {
.modal-dialog { max-width: 500px; margin: 1.75rem auto; }
.modal-dialog-centered { min-height: calc(100% - (1.75rem * 2));
}
.modal-sm { max-width: 300px; }
}
@media (min-width: 992px) {
.modal-lg { max-width: 800px; }
}
@media (max-width:1024px) {
.slots_spn { width: 100% !important; }
.calender_sybol { float: right; display: block; }
}
@media (max-width:767px) {
.table.calendar { width: auto !important; }
.booked_view { width: 100% !important; }
.calendar-table { overflow: auto; }
.calendar td.calendar-day { padding: 2px; }
.tick_text .d_inline { width: 100%; }
.width30 { width: 44%; float: left; margin-right: 15px; margin-bottom: 15px; }
.ticket_booking_modal .modal-dialog { max-width: 95% !important; }
#bookingform input#phone { width: 100% !important; }
.tickinfo_success table.text_capitalize tbody tr td { display: inline-block; width: 100%; }
.tickinfo_success table th, .tickinfo_success table td { border-top: none; border-bottom: 1px solid #dee2e6; }
.ticket-slot ul.time_list > li { font-size: 13px; padding: 7px 5px; }
.modal-body { padding: 10px; }
#bookingform input#email { width: 100% !important; }
#bookingform { padding: 10px; }
.wrap { padding-left: 1em !important; padding-right: 1em !important; }
.result_table_tk { padding: 0px !important; }
.result_table_tk td { display: inline-block; width: 100%; }
.result_table_tk .calcullate td { display: table-cell; }
.calcullate { width: 500px; }
input#totalprice { width: 80%; }
#bookingform .chk_agree_span { width: 82%; }
}
@media (max-width:600px) {
.mobile_mate { transform: scale(0.3); position: relative; }
}
@media (max-width:370px) {
.ticket-slot ul.time_list > li { font-size: 13px; padding: 7px 5px; }
.ticket-slot ul.timeslote_available_ul > li { padding: 5px; }
.calendar-day .day-number { border-radius: 50%; height: 30px; width: 30px; line-height: 30px; font-size: 12px; text-align: center; padding: 0px !important; margin: auto !important; }
}
@media (max-width:340px) {
.calendar-day .day-number { height: 25px; width: 25px; line-height: 25px; }
.calendar td.calendar-day-head { padding: 7px; }
}
.mobile-ticket { width: 450px; margin: 0 auto; text-align: center; border: 4px solid #000000; padding: 10px; display: none; }
.ticket-one { border: 1px solid #000000; padding: 10px; margin-bottom: 10px; background: #ffffff; }
.ticket-two { border: 1px solid #000000; padding: 10px; background: #F3BC3C; }
@media screen and (max-width: 767px) {
.web-ticket { display: none; visibility: hidden; }
.mobile-ticket { display: block !important; color: #000000; }
.mobile-ticket .t-name { font-size: 32px !important; padding: 0px !important; color: #000000; }
}
@media screen and (max-width: 760px) {
.ticket-title .t-name { font-size: 24px !important; }
.titket-user-name .t-name { font-size: 18px !important; padding: 0px !important; color: #000000; }
}
@media screen and (max-width: 480px) and (orientation: landscape) {
.mobile-ticket { display: block !important; width: 90%; }
.web-ticket { display: none; }
.mobile-ticket .t-name { font-size: 32px !important; padding: 0px !important; color: #000000; }
.mobile-ticket small { font-size: 14px !important; }
.ticket-bot { font-size: 14px !important; }
.t-desc h4 { color: #000000; }
.titket-user-name .t-name { padding-left: 5px !important; font-size: 18px !important; }
.titket-user-name h2 { font-size: 30px !important; margin: 10px 0 !important; padding: 0; color: #000000; }
.t-desc { margin: 4px 0 !important; }
}
@media screen and (max-width: 375px) {
.mobile-ticket { display: block !important; width: 95%; }
.web-ticket { display: none; }
.mobile-ticket .t-name { font-size: 25px !important; padding: 0px !important; color: #000000; }
.mobile-ticket small { font-size: 13px !important; }
.ticket-bot { font-size: 14px !important; }
.t-desc h4 { color: #000000; }
.titket-user-name .t-name { padding-left: 5px !important; font-size: 18px !important; }
.titket-user-name h2 { font-size: 24px !important; margin: 10px 0 !important; padding: 0; color: #000000; }
.t-desc { margin: 4px 0 !important; }
}
@media screen and (max-width: 360px) {
.mobile-ticket { display: block !important; width: 95%; }
.web-ticket { display: none; }
.t-footer { font-size: 12px; padding: 0 10px !important; }
.mobile-ticket .t-name { font-size: 25px !important; padding: 0px !important; color: #000000; }
.mobile-ticket small { font-size: 13px !important; }
.ticket-bot { font-size: 14px !important; }
.t-desc h4 { color: #000000; }
.titket-user-name .t-name { padding-left: 5px !important; font-size: 18px !important; }
.titket-user-name h2 { font-size: 24px !important; margin: 10px 0 !important; padding: 0; color: #000000; }
.t-desc { margin: 4px 0 !important; }
}
@media screen and (max-width: 320px) {
.mobile-ticket { display: block !important; width: 95%; }
.web-ticket { display: none; }
.t-footer { font-size: 12px; padding: 0 10px !important; }
.mobile-ticket .t-name { font-size: 25px !important; padding: 0px !important; color: #000000; }
.mobile-ticket small { font-size: 13px !important; }
.ticket-bot { font-size: 14px !important; }
.t-desc h4 { color: #000000; }
.titket-user-name .t-name { padding-left: 5px !important; font-size: 18px !important; }
.titket-user-name h2 { font-size: 24px !important; margin: 10px 0 !important; padding: 0; color: #000000; }
.t-desc { margin: 4px 0 !important; }
}
@media screen and (min-device-width: 360px) and (max-device-width: 668px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.t-footer { font-size: 12px; padding: 0 10px !important; }
.mobile-ticket .t-name { font-size: 37px !important; padding: 0px !important; color: #000000; }
.mobile-ticket small { font-size: 13px !important; }
.ticket-bot { font-size: 14px !important; }
.t-desc h4 { color: #000000; }
.titket-user-name .t-name { padding-left: 5px !important; font-size: 18px !important; }
.titket-user-name h2 { font-size: 24px !important; margin: 10px 0 !important; padding: 0; color: #000000; }
.t-desc { margin: 4px 0 !important; }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.t-footer { font-size: 12px; padding: 0 10px !important; }
.mobile-ticket .t-name { font-size: 37px !important; padding: 0px !important; color: #000000; }
.mobile-ticket small { font-size: 13px !important; }
.ticket-bot { font-size: 14px !important; }
.t-desc h4 { color: #000000; }
.titket-user-name .t-name { padding-left: 5px !important; font-size: 18px !important; }
.titket-user-name h2 { font-size: 24px !important; margin: 10px 0 !important; padding: 0; color: #000000; }
.t-desc { margin: 4px 0 !important; }
}
.btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; border-radius: 100px; font-size: 15px; padding: 4px 18px; border: 1px solid #1eb669; width: 110px; }
.btn_book_success:focus { outline: none; }
.btn_book_success { font-size: 15px; padding: 5px 18px; font-weight: normal; background-color: #28D17C; border-radius: 100px; border: 1px solid #1eb669; color: #fff; width: 110px; }
.btn_book_error { font-size: 15px; padding: 5px 18px; font-weight: normal; background-color: red; border-radius: 100px; border: 1px solid red; color: #fff; width: 110px; }
.tick_info h3 { font-size: 20px; border-bottom: 2px solid rgba(33, 37, 41, 0.13); padding-bottom: 15px; width: auto; }
/*====================================
                TAB CSS
======================================*/
.usr-tab {/* padding: 10px;*/ width: 100%; display: inline-block; }
.usr-tab .tab { padding: 10px; width: calc(100% - 20px); display: inline-block;/*background-color: #f1f1f1;*/ }
.usr-tab table#ticket-display, table.dis-display { width: 100%; border-spacing: 0px; }
.usr-tab .btn-default { font-size: 14px !important }
/* Style the buttons inside the tab */
.usr-tab .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 0; margin: 0 12px; transition: 0.3s; font-size: 18px; border-bottom: 2px solid transparent; font-weight: 500; color: #354052; }
.usr-tab .tab button:last-child { margin-right: 0; }
.usr-tab .tab button:nth-child(1) { margin-left: 0; }
.usr-tab .tab ul { border-bottom: 1px solid #E2E6EC; display: inline-block; width: calc(100% - 20px); margin: 0 auto; padding: 0; }
.usr-tab .tab ul li { margin-bottom: 0; padding: 0; margin-right: 10px; list-style: none; float: left }
.usr-tab .tab ul li button { padding: 10px 25px; }
/* Change background color of buttons on hover */
.text-red { color: #f00; }
.text-gray { color: #00BCD6; }
/* Style the tab content */
.usr-tab .tabcontent { display: none;  }
.usr-tab .tab button.active { border-bottom: 2px solid #1A84EE; color: #1A84EE; }
.usr-tab .card-body { padding: 0 !important; }
.usr-tab .w-header { padding: 10px; display: inline-block; width: calc(100% - 20px); }
.pull-left { float: left; }
.pull-right { float: right; }
.w-sub-title { font-size: 14px; font-weight: 500; color: #444444; text-decoration: none; }
.pT10 { padding-top: 10px; display: inline-block; }
.w100 { width: calc(100% - 20px); }
.usr-tab .tab-text { width: calc(100% - 43px); display: flex; justify-content: space-between; }
.usr-tab .tab-text .text-box1 { flex: 0 0 24%; }
.usr-tab .tab-text .text-box2 { flex: 0 0 24%; }
.usr-tab .tab-text .text-box3 { flex: 0 0 49%; }
.usr-tab .w-header h3 { margin: 0; float: left; }
/*====================================
                Small Table CSS
======================================*/
.add_dollars input[type="number"] { display: inline-block; width: calc(100% - 36px); border-radius: 5px; }
.add_dollars .signs { width: 34px; background: #dddddd; text-align: center; height: 38px; line-height: 0; margin-right: 0; display: block; float: left; position: relative; left: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; line-height: 35px; }
.showrecuring span { opacity: 0.7; font-size: 14px; margin-bottom: 6px; display: inline-block }
.mB15 { margin-bottom: 15px; }
.calendar-table { float: left; width: 100%; text-align: center; }
.calendar td.calendars-listday { border: 1px solid #ffffff; padding: 8px; font-size: 15px; background-color: #EBECF1; color: #cacaca; cursor: not-allowed; }
.calendar td.calendars-listday:hover { cursor: not-allowed; }
.calendar th { font-weight: bold; }
td.calendar-day-head { font-weight: 500; height: 40px; background: rgba(26, 132, 238, 0.36) !important; }
.calendar-table table { width: 60%; max-width: 100%; }
.calendar .day-number { font-size: 16px; background: transparent; width: 30px; height: 30px; margin: 0 auto; line-height: 32px; }
.calendar td.calendar-day:first-child .day-number { color: #ff0018; }
.calendar-table td:hover { cursor: pointer; }
.calendar-table td { padding: 8px !important; font-size: 14px; border: 1px solid #ffffff; background: rgba(26, 132, 238, 0.05); height: 40px; }
.calendar-day .day-number { font-size: 14px; color: #395973; }
.calendars-listday .listday-number { border-radius: 100px; height: 40px; width: 40px; line-height: 40px; font-size: 14px; }
.calendar-day:hover .day-number, .calendar td.calendar-day:first-child:hover .day-number, .calendar-day.active .day-number { color: #fff; cursor: pointer; background: #FFC90E; border-radius: 15px; }
.calendar-table tr td:first-child { color: #ff0018; }
.tab .form-control, .bk_form_control { display: block; width: 100%; padding: .375rem .75rem !important;
font-size: 1rem; line-height: 1.5 !important; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .20rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; height: 40px !important; margin-bottom: 15px; box-shadow: none !important; }
.form-control:focus, select:focus { outline: none !important; box-shadow: none !important; border: 1px solid #80bdff; }
#booking .width30 { width: 49%; margin: 0; }
#booking > .width30:first-child { margin-right: 5px; }
.book-flex { display: flex; justify-content: space-between; width: 100%; }
.book-flex-inner { flex: 0 0 49%; }
/*table*/
.dis-display tr th, .model-table th {text-align: center; background: rgba(23, 136, 251, 0.17); color: #23282d; padding: 15px; font-weight: 500; font-size: 14px; border: 1px solid #d8ebfe; }
.dis-display tr td, .model-table td { border: 1px solid #d8ebfe; font-size: 14px; text-transform: capitalize; padding: 6px !important; }
.dis-display tr td { text-align: center; }
.alert_danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; padding: 5px 7px; margin: 7px 0px; }
.alert_warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.alert-warning2 { background-color: #fcf8e3; border-color: #faf2cc; color: #ffa100; }
.alert2 {
 padding: .75rem 1.25rem; margin: 10px 0 30px 0 !important; border: 1px solid transparent; border-radius: .25rem;
width: 100%; display: inline; font-size: 14px; }
.alert-warning2 .alert-link { color: #ffa300; }
.alert-link { font-weight: 400 !important; }
button:hover, a:hover { cursor: pointer; }
.user-form { width: 100%; display: inline-block;/*margin-top: 20px;*/ }
.user-form ul { margin: 0; padding: 0; width: 100%; display: inline-block; }
.user-form ul span { opacity: 0.7; font-size: 14px; margin-bottom: 6px; display: inline-block; }
.user-form ul h5 { font-size: 16px; }
.user-form ul li { width: 33.33%; float: left; list-style: none; margin-bottom: 10px; }
.approve-tag { background: #00BD00; border-radius: 100px; color: #ffffff; padding: 3px 14px !important; color: #ffffff; }
.pending-tag { background: #FE6700; border-radius: 100px; padding: 3px 14px !important; color: #ffffff; }
.complete-tag { background: #B2B2B2; border-radius: 100px; padding: 3px 14px !important; color: #ffffff; }
.cancel-tag { background: #F44848; border-radius: 100px; padding: 3px 14px !important; color: #ffffff; }
#bookingform input[type="text"] { display: block; width: 100%; padding: .375rem .75rem !important;
font-size: 1rem; line-height: 1.5 !important; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .20rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; height: 40px !important; margin-bottom: 15px; box-shadow: none !important }
.checkbox { float: left; }
.checkbox label { display: inline-block; position: relative; font-size: 14px !important; text-transform: capitalize; padding-left: 5px; }
.checkbox label::before { content: ""; display: inline-block; position: absolute; width: 17px; height: 17px; left: 0; margin-left: -20px; border: 1px solid #cccccc; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: 0; top: 0; margin-left: -20px; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #555555; }
.checkbox input[type="checkbox"] { opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; }
.checkbox.checkbox-circle label::before { border-radius: 0%; }
.checkbox.checkbox-inline { margin-top: 0; }
.checkbox-primary input[type="checkbox"]:checked + label::before { background-color: #006BD9; border-color: #006BD9; }
.checkbox-primary input[type="checkbox"]:checked + label::after { color: #fff; }
.booktic-btn { z-index: 11; background: #1788FB !important; color: #fff; width: 124px; padding: 10px; font-weight: 600; text-align: center; margin: 0; font-size: 16px; height: auto; float: right; border: none; }
.book-btn { z-index: 11; background: #1788FB !important; color: #fff !important; width: 124px !important; padding: 10px !important; font-weight: 500 !important; text-align: center; margin: 0; font-size: 16px !important; float: right; border: none !important; }
.btn-cancel { z-index: 11; background: #292929 !important; color: #fff !important; width: 124px !important; padding: 10px !important; font-weight: 500 !important; text-align: center; margin: 0; font-size: 16px !important;               /*float: right;*/ border-radius: 4px; border: none !important; }
#bookingform .btn-cancel { float: left; }
#bookingform .modal-footer { padding: 14px 0 0 0; display: block; margin-top: 20px; }
#bookingform > input { margin-bottom: 0; }
#bookingform .model-table td { text-align: left; }
#bookingform .switch { top: 13px; left: 10px; }
.showrecuring { margin-top: 10px; }
#bookingform .model-table td label { margin-left: 5px; }
#bookingform { margin-top: 20px; }
.model-table td, .model-table th { text-align: left }
.model-table td label { margin-left: 8px; }
#bookingform .privancy_checkbox { width: 100%; display: inline-block; }
.assetclass { margin: 5px 0 8px 0 }
.assetclass label { opacity: 0.7; }
span.assetclass-title { font-size: 15px; opacity: 0.8; margin-bottom: 4px; display: inline-block; }
.assetclass label { text-transform: capitalize; margin-left: 5px; }
.assetclass ul { padding: 0; margin: 5px 0 0 0; }
.assetclass ul li { padding: 0; margin: 0; list-style: none; width: 100%; display: inline-block; }
.switch { position: relative; display: inline-block; width: 45px; height: 20px; }
.switch input { display: none; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #e3e3e3; -webkit-transition: .4s; transition: .4s; }
.slider:before { position: absolute; content: ""; height: 25px; width: 25px; left: -4px; bottom: -2px; background-color: #d1deec; -webkit-transition: .4s; transition: .4s; }
input:checked + .slider { background-color: #8cbef0; }
input:focus + .slider { box-shadow: 0 0 1px #00BCD6; }
input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); background-color: #006bd9; }
/* Rounded sliders */
.slider.round { border-radius: 34px; }
table.dataTable.no-footer, table.dataTable thead th { border-bottom: none; }
.slider.round:before { border-radius: 50%; }
#userbookinghistory tr th { background: rgba(23, 136, 251, 0.17); color: #23282d; padding: 15px 8px !important; font-weight: 500 !important; font-size: 14px !important; border: 1px solid #d8ebfe; }
div#userbookinghistory_info { font-size: 13px; }
.paginate_button.previous, .paginate_button.next { background: #f1f1f1 !important; color: #282828; }
.paginate_button.previous:hover, .paginate_button.next:hover { background: #939393 !important; color: #ffffff; border-color: #939393 !important; }
#userbookinghistory_wrapper #userbookinghistory_filter label { font-size: 14px; text-transform: capitalize; }
#userbookinghistory_wrapper .dis-display tr td { border-left: 1px solid #d8ebfe !important; border-bottom: 1px solid #d8ebfe !important; border-top: none !important; border-right: none !important; }
#userbookinghistory_wrapper .dis-display tr td:last-child { border-right: 1px solid #d8ebfe !important; }
.usr-tab .tabcontent:first-child { display: block !important; }
.dataTables_wrapper .dataTables_paginate { padding-top: 5px !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { color: #fff !important; border: 1px solid #1788fb !important; background-color: #1788fb !important; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1788fb), color-stop(100%, #1788fb)) !important; background: -webkit-linear-gradient(top, #1788fb 0%, #1788fb 100%) !important; background: -moz-linear-gradient(top, #1788fb 0%, #1788fb 100%) !important; background: -ms-linear-gradient(top, #1788fb 0%, #1788fb 100%) !important; background: -o-linear-gradient(top, #1788fb 0%, #1788fb 100%) !important; background: linear-gradient(to bottom, #1788fb 0%, #1788fb 100%)!important; }
.paginate_button { font-size: 13px; font-weight: 400; letter-spacing: 0px; }
#viewinvoice .thanku_wrap, #viewinvoicedata .thanku_wrap { width: 100%; margin: 0px auto; max-width: 100%; }
#viewinvoice .wb-bp-front-page .wp-bp-main-content p { font-size: 1.1rem; font-weight: 300; }
#viewinvoice th, #viewinvoice td, #viewinvoicedata th, #viewinvoicedata td { padding: 0px; vertical-align: top; font-size: 14px; border-top: 0; }
.tbl-inner td, #viewinvoice .tbl-inner td { border: 1px solid #F1F1F1 !important; }
.result_table_tk, #viewinvoice .result_table_tk { border: 1px solid #ccc; background: #fff; line-height: 20px; max-width: 100%; padding: 7px 0; margin: 0; }
.result_table_tk table { margin: 0; }
#viewinvoice td > table td, #viewinvoicedata td > table td { padding: 10px; }
#viewinvoice h4, #viewinvoicedata h4 { background: #f1f1f1; margin: 0; padding: 10px; font-size: 18px; }
#viewinvoice td > table td:nth-child(1), #viewinvoicedata td > table td:nth-child(1) { font-weight: 500; }
#viewinvoice > .table-responsive table > tbody > tr > td, #viewinvoicedata > .table-responsive table > tbody > tr > td { border: 0; }
.calcullate td, .calcullate th { padding: 10px !important; border: 1px solid #f1f1f1 !important; }
.calcullate th { background: #f1f1f1; }
.tckt_descption p { font-size: 16px !important; font-weight: 300; opacity: 0.8; }
table .form-control { margin-bottom: 0; }
#viewinvoicedata.modal-dialog { width: 790px; max-width: 790px; }
.tbl-inner tr > td { width: 120px; word-break: break-all; }
.calcullate th:first-child, .calcullate td:first-child { padding-left: 7px !important; }
.calcullate th:last-child, .calcullate td:last-child { padding-right: 7px !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover { color: white !important; border: 1px solid rgba(23, 136, 251, 0.68); background-color: rgba(23, 136, 251, 0.68); background: rgba(23, 136, 251, 0.68); background: rgba(23, 136, 251, 0.68); background: -moz-linear-gradient(top, #585858 0%, #111 100%); background: rgba(23, 136, 251, 0.68); background: rgba(23, 136, 251, 0.68); background: rgba(23, 136, 251, 0.68); }
.booked_sucess { color: #763c3c;background-color: #DC9A9A; border-color: #d6e9c6;}
.booked_sucess_noborder { color: #763c3c;background-color: #DC9A9A;border:none !important;}
.disp_date{display: inline-block;}
.update-booking .update-inner {
    flex: 0 0 32%;
    margin: 10px 5px;
    text-transform: capitalize;
}
.update-booking {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#updatecustomerdata h5 {
    font-size: 16px;
    margin: 0;
}
.approver-modal ul span, #updatecustomerdata span {
    opacity: 0.7;
    font-size: 14px;
    margin-bottom: 6px;
    display: inline-block;
    width: 100%;
}
.datecalendar{
    padding:0;
}
.datecalendar li {
    display: inline;
    padding: 10px 20px;
    margin: 10px 0;
    list-style: none;
    border: 0;
    background: #e9ecef;
    margin: 0 2px;border-radius: 4px;
}
.datecalendar li.active {
 color:#ffffff;
 background: #4C4C4C;
 }
 .woocommerce-button.button.woocommerce-form-login__submit {
   margin-left: 10px;
 }


#sportsrecords .dis-display tr th {text-align: center; background-color: #4012A6; color: #fff; padding: 10px 15px; font-weight 500; font-size: 14px; border-left:none;border-right: none; border-bottom: : 2px solid #fff; }
#sportsrecords .dis-display tr td {background-color: #4C4C4C; color:#fff; font-size: 14px; text-transform: capitalize; padding: 6px !important; border: none;}
#sportsrecords .dis-display tr td { text-align: center; }

#normalrecords .dis-display tr th {text-align: center; background-color: #ED6E00; color: #fff; padding: 10px 15px; font-weight 500; font-size: 14px; border-left:none;border-right: none; border-bottom: : 2px solid #fff; }
#normalrecords .dis-display tr td {background-color: #4C4C4C; color:#fff; font-size: 14px; text-transform: capitalize; padding: 6px !important; border: none;}
#normalrecords .dis-display tr td { text-align: center; }

/* ===== Form Group Styling for Booking Form ===== */
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.form-group label .required {
  color: #dc3545;
  font-weight: bold;
  margin-left: 2px;
}

/* Form Control Base */
#bookingform .form-control {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#bookingform .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#bookingform .form-control:disabled,
#bookingform .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
  cursor: not-allowed;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .form-group {
    margin-bottom: 12px;
  }

  .form-group label {
    font-size: 13px;
    margin-bottom: 6px;
  }

  #bookingform .form-control {
    font-size: 16px;
    padding: 12px 10px;
  }
}
