
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.error {
    color: red;
}
.truebooker #summary {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    vertical-align: top;
    display: inline-block;
}
.tba-default-box{
    padding: 0;
    position: relative;
}
.tba-main-listing-container {
    margin: 50px 50px 50px 30px;
    padding: 0;
}
form#sample_form {
    position: relative;
	font-family: var(--tba-font-family);
    padding-top: 50px;
}
.tba-popconfirm {
    background: var(--tba-cl-white);
    padding: 8px 30px;
    display: inline-block;
    border-radius: var(--tba-radius-10px);
    position: absolute;
    top: 0;
    -webkit-animation: 1s fadeInRight linear;
    -moz-animation: 1s fadeInRight linear;
    -o-animation: 1s fadeInRight linear;
    -ms-animation: 1s fadeInRight linear;
    animation: 1s fadeInRight linear;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
    font-size: 15px;
}
.truebooker_success {
     background: var(--tba-al-success);
}
.truebooker_error {
     background: var(--tba-al-error);
}
.notice {
    display: none!important;
}
.tba_success {
    color: #678B67;
}
.tba_error {
    color: #A35051;
}
.truebooker-form label {
    width: 100%;
    display: block;
    color: var(--tba-cl-black);
    font-size: 15px;
    margin-bottom: 10px;
}
.truebooker-form input[type=date],
.truebooker-form input[type=datetime-local],
.truebooker-form input[type=datetime],
.truebooker-form input[type=email],
.truebooker-form input[type=month],
.truebooker-form input[type=number],
.truebooker-form input[type=password],
.truebooker-form input[type=search],
.truebooker-form input[type=tel],
.truebooker-form input[type=text],
.truebooker-form input[type=time],
.truebooker-form input[type=url],
.truebooker-form input[type=week],
.truebooker-form textarea,
.truebooker-form select {
	padding: 6px 15px;
    width: 100%;
    border-color: var(--tba-bordercolor);
    border-radius: var(--tba-radius-10px);
    font-weight: normal;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid var(--tba-bordercolor);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    color: var(--tba-body-color);
}
.truebooker-form input[type=date],
.truebooker-form input[type=datetime-local],
.truebooker-form input[type=datetime],
.truebooker-form input[type=email],
.truebooker-form input[type=month],
.truebooker-form input[type=number],
.truebooker-form input[type=password],
.truebooker-form input[type=search],
.truebooker-form input[type=tel],
.truebooker-form input[type=text],
.truebooker-form input[type=time],
.truebooker-form input[type=url],
.truebooker-form input[type=week],
.truebooker-form select {
    height: 40px;
}
.truebooker-form input[type=date]:focus,
.truebooker-form input[type=datetime-local]:focus,
.truebooker-form input[type=datetime]:focus,
.truebooker-form input[type=email]:focus,
.truebooker-form input[type=month]:focus,
.truebooker-form input[type=number]:focus,
.truebooker-form input[type=password]:focus,
.truebooker-form input[type=search]:focus,
.truebooker-form input[type=tel]:focus,
.truebooker-form input[type=text]:focus,
.truebooker-form input[type=time]:focus,
.truebooker-form input[type=url]:focus,
.truebooker-form input[type=week]:focus,
.truebooker-form textarea:focus,
.truebooker-form select:focus {
    border-color: var(--tba-bordercolor);
    outline: none;
    box-shadow: unset;
}
.truebooker-form span.select2-selection.select2-selection--single:focus {
    border-color: var(--tba-bordercolor);
    outline: none;
    box-shadow: unset;
}
.tba-service-duration {
    display: flex;
}
.tba-service-duration input#dvalue {
    -ms-flex: 1 1 auto;
    flex: 0 0 65%;
    margin-right: 15px;
}
.truebooker-form textarea {
    margin-top: 0;
}
.truebooker-form input[type=datetime-local] {
    min-height: auto;
}
.tba-form-field {
    padding-bottom: 18px;
}
.truebooker-form .tba-button {
    background-color: var(--tba-cl-dark);
    border: none;
    color: var(--tba-cl-white);
    border-radius: var(--tba-radius-10px);
    padding: 0 30px;
    cursor: pointer;
    -webkit-transition: .1s;
    transition: .1s;
    margin-top: 33px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-family: var(--tba-font-family);
    font-weight: 400;
    text-transform: capitalize;
}
.tba-button:hover {
    background-color: var(--tba-cl-black);
}
.button-top-sp {
    margin-top: 28px;
}
.tba-page-heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--tba-bordercolor);
    padding-bottom: 15px;
}
.tba-details-tbl-wraper {
    background-color: var(--tba-cl-white);
    border-radius: var(--tba-radius-10px);
    padding: 30px 35px;
    margin-top: 65px;
}
.tba-form-field .error.front-er {
    font-size: 14px;
    /* position: absolute; */
    /* bottom: -5px; */
    color: red;
    width: 100%;
    top: auto;
    left: 15px;
}
.truebooker-form span.select2-selection.select2-selection--single {
    background: var(--tba-cl-white);
    height: 40px;
    border: 1px solid;
    border-color: var(--tba-bordercolor);
    border-radius: var(--tba-radius-10px);
    overflow: hidden;
}
.truebooker-form .select2-selection__rendered {
    line-height: 40px !important;
    color: var(--tba-body-color) !important;
    background-color: var(--tba-gray);
    font-size: 15px !important;
}
.mailsent.tba-popconfirm {
    top: -45px;
}
/*  timepicker CSS */
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}

.ui-timepicker {
  box-sizing: content-box;
  display: block;
  height: 210px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}

.ui-timepicker-viewport {
  box-sizing: content-box;
  display: block;
  height: 210px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  /* IE */
}

.ui-timepicker-standard {
    background-color: var(--tba-cl-white);
    border-radius: var(--tba-radius-10px);
    color: var(--tba-cl-black);
    margin: 0;
    padding: 0;
    z-index: 7 !important;
    box-shadow: 0px 0 15px rgba(0,0,0,0.08);
}

.ui-timepicker-standard a {
    color: var(--tba-body-color);
    display: block;
    padding: 10px 0;
    text-decoration: none;
    background-color: var(--tba-cl-white);
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
}

.ui-timepicker-standard .ui-state-hover {
  /* overwrites .ui-state-hover */
  background-color: var(--tba-cl-dark);
  font-weight: normal;
  color: var(--tba-cl-white);
}

.ui-timepicker-standard .ui-menu-item {
  /* overwrites .ui-menu and .ui-menu-item */
  /*clear: left;
    float: left;*/
  margin: 0;
  padding: 0;
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ui-timepicker-hidden {
  /* overwrites .ui-helper-hidden */
  display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}

.ui-datepicker {
  background: var(--tba-cl-white);
  border-radius: 15px;
  box-shadow: 0px 20px 40px rgba(59,60,56,0.05);
  z-index: 8 !important;
}
.ui-datepicker table tbody tr, .ui-datepicker table thead tr, .ui-datepicker table tbody td, .ui-datepicker table tbody th {
    border: 0;
    padding: 0;
}
.ui-datepicker table th {
        border: 0;
    padding: 0;
    border-right: 0;
    color: inherit;
}
.ui-datepicker-header {
    height: 45px;
    line-height: 45px;
    color: var(--tba-cl-white);
    background: #2B4FFF;
    margin-bottom: 12px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 15px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--tba-cl-white);
  border-bottom: 2px solid var(--tba-cl-white);
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: var(--tba-cl-black);
}
.ui-datepicker-title {
  text-align: center;
  font-size: 20px;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
      margin: 0;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 45px;
  color: var(--tba-cl-black);
  margin-bottom: 5px;
  font-size: 15px;
      text-align: center;
}
.ui-datepicker-calendar .ui-state-default {
  display: block;
  text-decoration: none;
  color: var(--tba-cl-black);
  line-height: 45px;
  font-size: 14px;
  border-radius: var(--tba-radius-50px);
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-datepicker-calendar .ui-state-default:hover {
  color: var(--tba-cl-white);
  background:var(--tba-cl-dark);
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-datepicker-calendar .ui-state-highlight {
  color: var(--tba-cl-white);
  background-color: var(--tba-cl-black);
  border-radius: var(--tba-radius-50px);
}
.ui-datepicker-calendar .ui-state-active {
  color: var(--tba-cl-white);
  background-color:var(--tba-cl-dark);
  border-radius: var(--tba-radius-50px);
}
.ui-datepicker-unselectable .ui-state-default {
    color: #c2c2c2;
}
.ui-datepicker-unselectable .ui-state-default:hover {
    color: var(--tba-cl-white);
}
.tba-time-duration {
    display: flex;
}
.truebooker-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 0;
}
.truebooker_form_style2 .select2-container, .truebooker_form_style1 .select2-container {
	width: 100% !important;
}
.truebooker_form_default .truebooker-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
}
.tba-modal {
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 31%;
    background: #fff;
    padding: 30px 15px;
    z-index: 100;
    transition: 0.5s ease-out;
    transform: translateY(45px);
    border-radius: var(--tba-radius-10px);
    max-width: initial !important;
    font-family: var(--tba-font-family);
}
.tba-modal form {
    padding: 0 15px;
    font-family: var(--tba-font-family);
}
.tba-modal .tba-sum-user {
    margin-top: 15px;
}
.tba-modal h5 {
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: var(--tba-cl-black);
    text-transform: capitalize;
}
.tba-modal .tba-sum-service, .tba-modal .tba-sum-date {
    margin-top: 15px;
}
.tba-modal .paymentbtn {
    border-radius: var(--tba-radius-10px);
    margin-top: 20px;
    color: var(--tba-cl-white);
    background-color: var(--tba-cl-dark);
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 35px 10px;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    font-family: var(--tba-font-family);
    background-image: none;
    text-shadow: unset;
    box-shadow: unset;
}
.tba-modal .paymentbtn:hover {
	background-color:var(--tba-cl-black);
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tba-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50;
    transition: 0.7s;
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 30px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border: 0;
}
.tba-close {
    z-index: 99;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: var(--tba-cl-white);
    background-color: var(--tba-cl-black);
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 50%;
}
.tba-close:hover {
    background-color: var(--tba-cl-dark);
}
.truebooker-popup-summary h3 {
	font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: var(--tba-cl-black);
    margin-top: 0px;
    margin-bottom: 12px;
}
.truebooker-popup-summary span {
    color: var(--tba-body-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.tba_paybtns {
    z-index: 9;
    display: inline-block;
    vertical-align: top;
}
.tba_paybtns ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tba_paybtns ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.tba_paybtns ul li a.paymentbtn {
    margin-top: 0;
}
.truebooker .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14px;
    color: var(--tba-body-color);
}
.truebooker .truebooker_form_ {
    position: relative;
    padding-top: 50px;
    max-width: 1200px!important;
    margin: 0 auto!important;
    font-family: var(--tba-font-family);
}
/** tab style - style1**/
.tba-front-tab-menu--item svg {
    width: 18px;
    height: 18px;
}
.tba-front-tabs {
    display: flex;
}
.truebooker_form_style .tba-front-ser-card-wrap {
    position: relative;
    background: var(--tba-gray);
    border-radius: var(--tba-radius-10px);
    padding: 25px 32px;
    margin-bottom: 15px;
    float: left;
    border: 1px solid transparent;
    min-height: 139px;
}
.truebooker_form_style .tba-front-ser-card-wrap.active {
    border: 1px solid var(--tba-bordercolor);
}
.truebooker_form_style .tba-front_card--title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}
input#tba_front_user_subservice, input#tba_front2_user_subservice {
    border: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
}
.truebooker_form_style ul.tba-front-tab-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    float: none;
    margin-right: 32px;
    background-color: var(--tba-gray);
    border-radius: var(--tba-radius-10px);
    padding: 40px 30px;
    flex-basis: 22%;
}
.truebooker_form_style a.tba-front-tab-menu--item {
    border-radius: var(--tba-radius-10px);
    padding: 15px 28px;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 32px;
    transition: unset;
    border: 1px solid var(--tba-cl-white);
    background-color: var(--tba-cl-white);
    color: var(--tba-cl-black);
    box-shadow: 0 4px 8px rgba(43, 79, 255, 0.06), 0 8px 16px rgba(255, 255, 255, 0.16);
    display: flex;
    text-decoration: unset;
    pointer-events: none;
}
.truebooker_form_style .nav-item.__tba-is-active a.tba-front-tab-menu--item {
    border: 1px solid var(--tba-cl-dark);
    background-color: var(--tba-cl-dark);
    color: var(--tba-cl-white);
    box-shadow: 0 4px 8px rgba(43, 79, 255, 0.06), 0 8px 16px rgba(43, 79, 255, 0.16);
}
.truebooker_form_style .nav-item:last-child a.tba-front-tab-menu--item {
    margin-bottom: 0;
}
.truebooker_form_style .tba-front-heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    margin-top: 0;
    color: var(--tba-cl-black);
}
.truebooker_form_style span.tba-front-tm--item-icon {
    margin-right: 10px;
}
.truebooker_form_style .tba-front-ser__card-heading {
    font-weight: 500;
    color: var(--tba-cl-black);
    margin-bottom: 5px;
}
.truebooker_form_style span.tba-front-ser_card--title {
    color: var(--tba-body-color);
    font-size: 14px;
    line-height: 20px;
}
.truebooker_form_style .tba-tab-content {
    flex-basis: 78%;
    position: relative;
    min-height: 400px;
}
.truebooker_form_style .tba-front-ser_card-body-time {
    margin-right: 15px;
}
.truebooker_form_style span.tba-front-ser_card-desc {
    font-size: 14px;
    font-weight: 500;
    color: var(--tba-cl-black);
}
.truebooker_form_style .tba-front-ser_card {
    display: inline-block;
}
.truebooker_form_style .truebooker-form input[type=date], .truebooker_form_style .truebooker-form input[type=datetime-local], .truebooker_form_style .truebooker-form input[type=datetime], .truebooker_form_style .truebooker-form input[type=email], .truebooker_form_style .truebooker-form input[type=month], .truebooker_form_style .truebooker-form input[type=number], .truebooker_form_style .truebooker-form input[type=password], .truebooker_form_style .truebooker-form input[type=search], .truebooker_form_style .truebooker-form input[type=tel], .truebooker_form_style .truebooker-form input[type=text], .truebooker_form_style .truebooker-form input[type=time], .truebooker_form_style .truebooker-form input[type=url], .truebooker_form_style .truebooker-form input[type=week], .truebooker_form_style .truebooker-form select , .truebooker_form_style .truebooker-form textarea {
    background-color: var(--tba-gray); 
}
.truebooker_form_style #tba_front_content4 .tba-front-ser-card {
    display: inline-block;
    vertical-align: top;
    background-color: var(--tba-gray);
    padding: 25px 30px 20px;
    border-radius: var(--tba-radius-10px);
    width: 100%;
}
.truebooker_form_style #tba_front_content4 .tba-front-ser-card h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}
.truebooker_form_style ul.tba_summarybox {
    margin: 0;
    padding: 0;
    list-style: none;
}
.truebooker_form_style ul.tba_summarybox li.tba_summarybox_item {
    display: flex;
    border-bottom: 1px solid var(--tba-bordercolor) !important;
    margin-bottom: 10px;
}
.truebooker_form_style ul.tba_summarybox .tba_summarybox_details {
    font-size: 14px;
    color: var(--tba-body-color);
    flex: 1;
    text-align: right;
}
.truebooker_form_style #tba_front_content4 .tba-front_card--title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    flex: 1;
}
.truebooker_form_style ul.tba_summarybox li.tba_summarybox_item:last-child {
    border: 0 !important;
    margin-bottom: 0;
}
.tba_summarybox_details #tba-front-ser-price {
    color: var(--tba-cl-black);
    font-weight: 500;
    font-size: 15px;
}
.tba_print_summary_main_wrap {
    display: none;
}
/** tab style **/
@media print {
.truebooker_form_style ul.tba_summarybox {
        margin: 0;
        padding: 0;
        list-style: none;
    } 
}
@media (max-width: 1199px) {
.truebooker_form_style ul.tba-front-tab-menu {
    flex-basis: 32%;
}
.tba-modal {
    width: 50%;
}
}
@media (max-width: 991px) {
.truebooker_form_style #tba_front_content4 .tba-front-ser-card {
    width: 100%;
}
.truebooker_form_style ul.tba-front-tab-menu {
    flex-basis: 42%;
}
}
@media (max-width:767px) {
    .tba-modal {
        width: 85%;
    }
.tba-front-tabs {
    display: block;
}
.truebooker_form_style ul.tba-front-tab-menu {
    margin-right: 0;
    margin-bottom: 30px;
}
}
@media (max-width:679px) {
.truebooker_form_style .tba-front-ser-card-wrap {
    width: 100%;
}
}
@media only screen and (min-width:680px) and (max-width:767px) { 
    .truebooker_form_style .tba-front-ser-card-wrap {
        width: 47%;
    }
}
.btn.stripe_pay {
    background-color: transparent;
    border-radius: var(--tba-radius-10px);
    padding: 0 60px;
    height: 40px;
    margin-top: 10px;
    border: none;
    font-size: 0;
    color: var(--tba-cl-white) !important;
    border: 1px solid #5469D4;
    background-image: url(../images/stripe.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.btn.stripe_pay:active, .btn.stripe_pay:focus, .btn.paypal_pay:active, .btn.paypal_pay:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
}
.btn.paypal_pay {
    background-color: transparent;
    border-radius: var(--tba-radius-10px);
    padding: 0 60px;
    height: 40px;
    margin-top: 10px;
    border: none;
    font-size: 0;
    color: var(--tba-cl-white) !important;
    border: 1px solid #0070E0;
    background-image: url(../images/paypal.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.tba_payment_option {
    display: block !important;
}
.truebooker_form_default .truebooker-form .select2-selection__rendered {
    background: transparent;
}
.truebooker__phone .iti, .truebooker_f_phone .iti, .truebooker_f2_phone .iti {
    width: 100%;
}
@media (max-width: 479px) {
.tba-modal {
    width: 300px;
    height: 500px;
}
.tba_paybtns {
    margin-left: 180px;
}
.tba-modal .paymentbtn {
    font-size: 14px;
    padding: 10px 25px 10px;
}
}
@media (max-width: 359px) {
.ui-datepicker {
    width: 280px;
}
.ui-datepicker-calendar thead tr th span {
    width: 40px;
}
.tba-modal {
    width: 280px;
}
}
.tba-form-field.tba_payment_option {
    position: relative;
}
.truebooker-form .tba_select_icon {
    position: relative;
}
.truebooker-form .tba_select_icon:before {
    content: "\f107";
    font-family: 'fontawesome';
    font-size: 15px;
    height: 15px;
    width: 15px;
    display: block;
    position: absolute;
    right: 15px;
    margin-top: 8px;
}
.truebooker-form select {
    appearance: none;
    padding-right: 40px;
    z-index: 1;
    position: relative;
    background: transparent;
}
.truebooker_form_style .truebooker-form select {
    background: transparent;
}
.tba-tab-content .tba-front-tabs--panel-body {
    display: none;
}
.tba-tab-content .tba-front-tabs--panel-body.__tba-is-active {
    display: block;
}
.truebooker_form_style .tba_next_prevbtn {
    position: absolute;
    right: 0;
    bottom: -35px;
}
.truebooker_form_style .tba_next_prevbtn .btn {
    border-radius: var(--tba-radius-10px);
    padding: 8px 28px;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    transition: all ease 0.5s;
    border: 1px solid var(--tba-cl-white);
    background-color: var(--tba-cl-dark);
    color: var(--tba-cl-white);
    box-shadow: 0 4px 8px rgba(43, 79, 255, 0.06), 0 8px 16px rgba(255, 255, 255, 0.16);
    text-decoration: none;
}
.truebooker_form_style .tba_next_prevbtn .btn:hover {
    background-color: var(--tba-cl-black);
}
.truebooker_form_style #truebooker_service_cats {
    margin: 0 -15px;
}
.truebooker_form_style .tba-front-ser-card-wrapper {
    padding: 0 15px;
    display: inline-block;
    width: 33.3%;
}
.truebooker_form_style #truebooker_service_cats > h4 {
    padding: 30px 15px 0;
}
.truebooker_form_style .tba_next_prevbtn .btn.nonactive {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}
.truebooker_form_style .btn.stripe_pay {
    width: auto;
}
.truebooker_form_style #tba_section__payment_paypal_front {
    width: auto;
    padding: 0;
    margin: 0 !important;
}
.truebooker_form_style .tba_next_prevbtn .btn[disabled] {
    cursor: not-allowed;
    pointer-events: auto;
}
/** **/
.truebooker_form_style .app-time {
    border: 1px solid var(--tba-bordercolor);
    padding: 20px 30px;
    margin-top: -1px;
    border-radius: var(--tba-radius-10px);
}
.truebooker_form_style .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 40px;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
  }
.truebooker_form_style .option-input:hover {
    background: #e5e7eb;
  }
.truebooker_form_style .option-input:checked {
    border: 1px solid #fff;
  }
.truebooker_form_style .option-input:checked::before {
    color: var(--tba-cl-dark);
    height: 40px;
    width: 40px;
    position: absolute;
    content: "✔";
    display: inline-block;
    font-size: 12px;
    left: 4px;
    line-height: 20px;
  }
.truebooker_form_style .option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
  }
  
.truebooker_form_style .option-input.radio {
    border-radius: 50%;
  }
.truebooker_form_style .option-input.radio::after {
    border-radius: 50%;
  }
.truebooker_form_style .app-check {
    display: flex;
  }
.truebooker_form_style .app-border {
    border: 1px solid var(--tba-bordercolor);
    border-radius: 7px;
    padding: 7px 7px 7px 9px;
    padding-left: 40px;
    min-height: 30px;
  }
.truebooker_form_style .option-input.radio:checked + .app-border {
    background: var(--tba-al-success);
  }
.truebooker_form_style .option-input.radio:disabled,
.truebooker_form_style .option-input.radio:disabled + .app-border {
    cursor: not-allowed;
    opacity: 0.6;
  }
.truebooker_form_style .app-label {
    position: relative;
    top: 5px;
    margin-right: 10px;
  }
  .truebooker_form_style .tba-time-duration ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.truebooker_form_style .tba-front-timeslot-wrap {
    position: relative;
    background: var(--tba-gray);
    border-radius: var(--tba-radius-10px);
    padding: 10px 30px;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid transparent;
    flex: 1 0 30%;
    margin-right: 15px;
    font-size: 15px;
}
.truebooker_form_style input#tba_front_user_timeslot {
    border: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
}
.truebooker_form_style .tba-front-timeslot-wrap.active input#tba_front_user_timeslot:checked{
    border: 1px solid var(--tba-cl-dark);
    border-radius: inherit;
}
.truebooker_form_style .tba-front-timeslot-wrap:last-child, .truebooker_form_style .tba-front-timeslot-wrap:nth-child(3n) {
    margin-right: 0;
}
.truebooker_form_style .tba-front-timeslot-wrap.tba_added_time {
    opacity: 0.5;
    pointer-events: none;
}
/***** style2 *****/
.truebooker_form_style2 .tba-front-tabs {
    display: block;
}
.truebooker_form_style2 ul.tba-front-tab-menu {
    margin-right: 0;
    display: flex;
    padding: 10px 10px;
    border: 1px solid var(--tba-bordercolor);
    background: transparent;
    box-shadow: 0 4px 8px rgba(43, 79, 255, 0.06), 0 8px 16px rgba(255, 255, 255, 0.16);
    margin-bottom: 15px;
}
.truebooker_form_style2 a.tba-front-tab-menu--item {
    margin-bottom: 0;
    margin-right: 20px;
    padding: 5px 15px;
    box-shadow: none;
    font-size: 15px;
}
.truebooker_form_style input#tba_front2_user_timeslot {
    border: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}
.truebooker_form_style #tba_section__payment_paypal_front2 {
    width: auto;
    padding: 0;
    margin: 0 !important;
    float: none;
}
.truebooker_form_style2 .btn.paypal_pay {
    width: auto;
}
.truebooker_form_style2 span.tba-front-tm--item-icon {
    margin-right: 10px;
    border: 1px solid var(--tba-bordercolor);
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--tba-radius-5px);
    font-size: 14px;
}
.truebooker_form_style2 a.tba-front-tab-menu--item {
    line-height: 32px;
}
.truebooker_form_style2 .nav-item.__tba-is-active a.tba-front-tab-menu--item {
    border: none;
    background-color: transparent;
    color: var(--tba-cl-dark);
    box-shadow: unset;
}
.truebooker_form_style2 .nav-item.__tba-is-active a.tba-front-tab-menu--item span.tba-front-tm--item-icon {
    border: 1px solid var(--tba-cl-dark);
    background-color: var(--tba-cl-dark);
    color: var(--tba-cl-white);
    box-shadow: 0 4px 8px rgba(43, 79, 255, 0.06), 0 8px 16px rgba(43, 79, 255, 0.16);
}
.truebooker_form_style2 .tba-tab-content {
    border-radius: var(--tba-radius-10px);
    padding: 20px 25px;
    border: 1px solid var(--tba-bordercolor);
    overflow-x: hidden;
    min-height: auto;
    overflow-y: scroll;
}
.truebooker_form_style2 .tba_next_prevbtn {
    position: static;
    float: right;
    clear: both;
    margin-top: 32px;
    padding-bottom: 20px;
}
.truebooker_form_style2 .tba-front-module--add-to-calendar {
    border-top: 1px solid var(--tba-bordercolor);
    padding-top: 15px;
    margin-top: 30px;
}
.truebooker_form_style2 #google-calendar-button {
    font-size: 14px;
    background: transparent;
    border: 1px solid var(--tba-bordercolor);
    padding: 7px 15px;
    border-radius: var(--tba-radius-5px);
    transition: all 0.5s ease;
    color: var(--tba-cl-black);
}
.truebooker_form_style2 #google-calendar-button i {
    margin-right: 5px;
}
.truebooker_form_style2 #google-calendar-button:hover {
    border-color: var(--tba-cl-black);
}
.truebooker_form_style2 ul#truebooker_service_category_style2 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.truebooker_form_style2 .truebooker-form .tba_select_icon:before {
    display: none;
}
.truebooker_form_style2 .tba-front-service-items-row .tba-form-field.tba_cat_service {
    display: flex;
}
.truebooker_form_style2 .tba-front_card--title {
    width: auto;
}
.truebooker_form_style2 ul#truebooker_service_category_style2 li {
    font-size: 14px;
}
.truebooker_form_style2 ul#truebooker_service_category_style2 li input[type="radio"] {
    margin: -2px 3px 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
}
.truebooker_form_style2 .truebooker-form img {
    max-width: 100%;
    border-radius: var(--tba-radius-10px);
}
.tba-front-style2-inner-wrap {
    display: flex;
}
.tba-front-style2-card__left {
    flex-basis: 35%;
}
/* Scrollbar Styling */
.truebooker_form_style2 .tba-tab-content::-webkit-scrollbar {
    width: 5px;
}
.truebooker_form_style2 .tba-tab-content::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: var(--tba-radius-5px);
    border-radius: var(--tba-radius-5px);
}
.truebooker_form_style2 .tba-tab-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: var(--tba-radius-5px);
    border-radius: var(--tba-radius-5px);
    background: var(--tba-cl-dark); 
}
/* Scrollbar Styling */
.tba-front-style2-card__left {
    flex-basis: 30%;
    margin-right: 15px;
}
.tba-front-style2-card__right {
    flex-basis: 100%;
}
.truebooker_form_style2 .tba-front-ser-card-wrap {
    background: transparent;
    border: 1px solid var(--tba-bordercolor);
    padding: 20px 20px;
    float: none;
}
.truebooker_form_style2 .tba-front-ser-card-wrap.active {
    border: 1px solid var(--tba-cl-dark);
}
.truebooker_form_style2 .tba-front-ser__card-desc {
    font-size: 14px;
    color: var(--tba-body-color);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.truebooker_form_style2 .tba-front-ser_card-body-time {
    margin-right: 10px;
}
.truebooker_form_style2 .tba-front-ser_card-body-price .tba-front-ser_card-desc {
    font-size: 12px;
    color: var(--tba-cl-white);
    background: var(--tba-cl-dark);
    padding: 2px 4px;
    border-radius: var(--tba-radius-5px);
}
.truebooker_form_style2 .tba-front-ser_card-body-time span.tba-front-ser_card-desc {
    font-size: 12px;
    font-weight: 600;
    color: var(--tba-cl-black);
}
.truebooker_form_style2 #truebooker_service_cates h4 {
    padding: 0 15px;
}
.truebooker_form_style2 #truebooker_service_cates {
    margin: 0 -15px;
}
.truebooker_form_style2 .tba-front-service-items-row .tba-form-field.tba_cat_service {
    display: flex;
    border-bottom: 1px solid var(--tba-bordercolor);
    padding: 0 0 8px 0;
    margin-bottom: 25px;
}
/***** style2 *****/


/* Add css */
.tba_payment_section,.tba_user_details {
    display: none;
}
.tba_payment_section.is-active, .tba_user_details.is-active {
    display: block;
}
.tba-form-button  {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.tba-form-button  a{
    margin-left: auto;
}
.paypal-button-tagline{
    display: none;
}
.tba-tab-content .tba-front-tabs--panel-body.is-active {
    display: block;
}
.tba-tab-content .tba-front-tabs--panel-body.is-inactive {
    display: none;
}
.truebooker_form_style #tba_section__payment_paypal_front {
   padding-top:20px;
}
.paypal-button-row.paypal-button-number-1.paypal-button-layout-vertical {
	display	: none !important;
}
.tba_user_timeslot .tba_added_time {
    background: var(--tba-gray);
}

/* -----------------------------------
-----------------model --------------
-----------------------------------*/

/* .truebooker-model-main{
    width: 100%;
    height: 100vh;
    text-align: center;
}
  
.truebooker-model-main div{
    width: 400px;
    height: 400px;
    margin:0 auto;
    text-align: center;
  
  }
.truebooker-model-main div button{
    top: 500px;
    height: 30px;
    margin: 0 auto;
  } */
  
  
  .truebokker-main{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    opacity: 0.9;
    background: #222;
    z-index: 40000;
    top:0;
    left: 0;
    overflow: hidden;
  
    animation-name: fadeIn_Container;
    animation-duration: 1s;
    
  }
  
  .modal{
    display:none;
    top: 0;
    min-width: 250px;
    width: 80%;
    max-height: 400px;
    margin: 0 auto;
    position: fixed;
    z-index: 40001 !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
    margin-top: 30px;
    margin-left: 10%;
    animation-name: fadeIn_Modal;
    animation-duration: 0.8s;
   
  }
  
  .header{
    width: 100%;
    height: 70px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 2px solid #ccc;
  }
  
  .header a{
    text-decoration: none;
    float: right;
    line-height: 70px;
    margin-right: 20px;
    color: #aaa;
  }
  
  .content{
    /* width: 100%; */
    padding: 20px;
  }
  
  /* form{
      margin-top: 20px;
  }
  
  form label{
    display: block;
    margin-left: 12%;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 1rem;
  }
  
  form input{
    display: block;
    width: 75%;
    margin-left: 12%;
    margin-top: 10px;
    border-radius: 3px;
    font-family: sans-serif;
  }
  
  #first_label{
    padding-top: 30px;
  }
  
  #second_label{
    padding-top: 25px;
  } */
  
  
  
  
  /****MEDIA QUERIES****/
  
  @media screen and (min-width: 600px){
  
    .modal{
      width: 500px;
      /* height: 300px; */
      margin-left: calc(50vw - 250px);
      margin-top: calc(50vh - 150px);
    }
  
  
    .header{
      width: 100%;
      height: 40px;
    }
  
    .header a{
      line-height: 40px;
    }
  
    .content{
      height: 190px;
    }
  
    /* form label{
      margin-left: 10%;
      margin-top: 10px;
    }
  
    form input{
      width: 75%;
      margin-left: 10%;
      margin-top: 10px;
    }
  
    #first_label{
    padding-top: 0px;
    }
  
    #second_label{
      padding-top: 0px;
    } */
  
   
  
  }
  
  /*LARGE SCREEN*/
  @media screen and (min-width: 1300px){
  
  }
  
  
  /****ANIMATIONS****/
  
  @keyframes fadeIn_Modal {
    from{
      opacity: 0;
    }
    to{
      opacity: 1;
    }
}
  
  @keyframes fadeIn_Container {
    from{
      opacity: 0;
    }
    to{
      opacity: 0.9;
    }   
}

/* Variables */
/* * {
    box-sizing: border-box;
  }
  
  body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100vh;
    width: 100vw;
  } */
/*   
  form {
    width: 30vw;
    min-width: 500px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
      0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
  } */
  
  .hidden {
    display: none;
  }
  
  #payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
  }
  
  #payment-element {
    margin-bottom: 24px;
  }
  
  /* Buttons and links */
  button {
    background: #5469d4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
  }
  button:hover {
    filter: contrast(115%);
  }
  button:disabled {
    opacity: 0.5;
    cursor: default;
  }
  
  /* spinner/processing state, errors */
  .spinner,
  .spinner:before,
  .spinner:after {
    border-radius: 50%;
  }
  .spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .spinner:before,
  .spinner:after {
    position: absolute;
    content: "";
  }
  .spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
  }
  .spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
  }
  
  @-webkit-keyframes loading {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes loading {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @media only screen and (max-width: 600px) {
    form {
      width: 80vw;
      min-width: initial;
    }
  }
.tba-stripe-payment {
    overflow: hidden;
}
.truebooker_form_style .tba_next_prevbtn.tba_form_button {
    position: unset;
   display: flex;
   justify-content: space-between;
   gap: 20px;
   margin-top: 33px;
}
.truebooker-form .tba_next_prevbtn.tba_form_button .tba-button {
    margin-top: 0px;
}
/* .tba-front-default-card ul.tba_summarybox .tba_summarybox_item:last-child{
    display: none !important;
} */
/* Default Classic Layout Style*/
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none !important;
}



  
  
  