

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



body {
    font-family: var(--tba-font-family) !important;
}

.error {

    color: red;

}

.truebooker #summary {

    overflow-x: hidden;

    overflow-y: scroll;

    height: 100%;

    width: 100%;

    vertical-align: top;

    display: inline-block;

}

button#submit {    

    margin-bottom: 20px;

}

.modal {

	overflow-y: scroll !important;

}

.truebooker-form .tba-front-ser-card .tba_select_icon {

    display: block !important;

}

a.cancel {

    cursor: pointer;

    color: var(--body-blackfont-color) !important;

}

button#submit {

    background-image: linear-gradient(to right,var(--tm-first-gradientcolor) 0%,var(--tm-second-gradientcolor) 50%,var(--tm-first-gradientcolor) 100%)!important;

    border-radius: var(--tba-radius-10px);

}

#tba_subservice_table tbody tr td:last-child {

    flex-direction: unset;

    justify-content: center;

    display: flex;

    align-items: center;

}

#tba_subservice_table tbody tr td:last-child a {

    position: relative;

    right: -20px;

}

.truebooker_form_style .tba-front-timeslot-wrap.disabled {	

	opacity: 0.5;

}

.truebooker_form_style .disabled input#tba_front_user_timeslot {	

	cursor: not-allowed;

}

.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 {
    font-size: 14px;
    padding-top: 2px;
}
.tba_error {
    color: #ff0003;
}
.truebooker-form label {
    width: 100%;
    display: block;
    color: var(--tba-cl-dark);
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
}
.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 25px;
    width: 100%;
    border-radius: var(--tba-radius-15px);
    font-weight: normal;
    background-color: #fff;
    font-size: 15px;
    outline: none;
    line-height: inherit;
    color: var(--tba-body-color);
    border: 1px solid var(--tba-bordercolor);
    margin-bottom:25px;
}
.tba-form-field {
    padding-bottom: 0 !important;
}
.tbook-address-button {
    display: inline-block;
}
 .truebooker-form .tbook-address-button  input[type="submit"] {
       width: auto;
}

:where(.wp-site-blocks *:focus) {
    outline-width: 0;
}
.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: 55px;

}

.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: 18px;
    z-index: 2;
}

.truebooker-form select {

    appearance: none;

    padding-right: 40px;

    z-index: 1;

    position: relative;

    background: #ffffff;

}

.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;

    width: auto;

}

.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.active input#tba_front_user_timeslot:checked{

    border: 1px solid var(--tba-cl-dark);    

}

.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;

    }   

}
  .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: var(--tba-cl-skin);
    font-family: var(--tba-font-family);
    color: #ffffff;
    border-radius: var(--tba-radius-15px);
    border: 0;
    padding: 12px 26px;
    font-size: 15px !important;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
        box-shadow: 0px 0px 20px 0px rgb(54 93 224 / 50%);
    width: 100%;
}
button:hover {
    filter: contrast(115%);
    background: var(--tba-cl-black);
     box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 50%);
}
button:focus {
    outline-width: 0;
}
  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;
}

/* Default Classic Layout Style*/
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none !important;
}
/***************************/
.truebooker main {
    width: 1300px;
    margin: 0 auto;
}
.truebooker main .wp-block-group.alignfull {
    padding-left: 15px;
    padding-right: 15px;
}
.truebooker main .has-global-padding {
    padding: 0;
}
li.tbabmenu::marker {
    font-size: 0;
}
.tbab-account-menubar {
    background-color: var(--tba-gray);
    padding: 30px;
    border-radius: var(--tba-radius-15px);
}
.tbabmenu-leftsidebar ul {
    padding: 0;
}
.tbabmenu-leftsidebar ul li a{
    background: #fff;
    margin-bottom: 15px;
    padding: 15px 28px;
    border-radius: var(--tba-radius-15px);
    border: 1px solid #ddddea;
    font-family: var(--tba-font-family);
}
.tbabmenu-leftsidebar ul li a {
    text-decoration: none;
    padding-left: 60px;
    font-size: var(--tba-font-size);
    line-height: 28px;
    font-weight: 500;
    color: var(--tba-cl-dark);
    width: 100%;
    display: block;
}
.tbabmenu-leftsidebar ul li.tbabmenu.active a {
    color: #ffffff;
}
.tbabmenu-leftsidebar ul li.tbabmenu.active a{
    background-color: var(--tba-cl-skin);
    border-color: var(--tba-cl-skin);
    color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(54, 93, 224, 0.55);
}
.tbab-myaccountcontent {
    background-color: var(--tba-gray);
    padding: 25px 30px 30px;
    border-radius: var(--tba-radius-15px);
}
.editaccountcontent.tbab-myaccountcontent input[type="submit"] {
    margin-bottom: 0;
}
.truebooker-form input[type="submit"]:focus {
    border: 0;
    outline-width: 0px;
}
.tbab-success-result {
    font-size: 16px;
    padding-top: 10px;
}
h3.tba-address-title {
    margin-bottom: 20px;
}
.tbabmenu-leftsidebar ul li.tbabmenu a i{
    position: relative;
}
.tbabmenu-leftsidebar ul li.tbabmenu a i:before {
    content: '';
    position: absolute;
    background-color: var(--tba-cl-dark);
    width: 20px;
    height: 20px;
    line-height: 20px;
    top:0px;
    left: -30px;
}
.tbabmenu-leftsidebar ul li.tbabmenu.active a i:before {
    background-color: #ffffff;
}
.tbabmenu-leftsidebar ul li.tbabmenu a i.tbab-dashboard:before {
    -webkit-mask: url(../images/account.svg) no-repeat 100% 100%;
    mask: url(../images/account.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.tbabmenu-leftsidebar ul li.tbabmenu a i.tbab-order:before {
    -webkit-mask: url(../images/to-do-list.svg) no-repeat 100% 100%;
    mask: url(../images/to-do-list.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.tbabmenu-leftsidebar ul li.tbabmenu a i.tbab-address:before {
    -webkit-mask: url(../images/map.svg) no-repeat 100% 100%;
    mask: url(../images/map.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.tbabmenu-leftsidebar ul li.tbabmenu a i.tbab-account:before {
    -webkit-mask: url(../images/edit.svg) no-repeat 100% 100%;
    mask: url(../images/edit.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.tbabmenu-leftsidebar ul li.tbabmenu a i.fbb-logout:before {
    -webkit-mask: url(../images/exit.svg) no-repeat 100% 100%;
    mask: url(../images/exit.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.truebooker-form input, .truebooker-form button, select, textarea {
    font-family: var(--tba-font-family);
}
.truebooker-form button{
    font-size: 16px;
    line-height: 26px;
}
form#list-booking {
    padding-top: 20px;
}
.truebooker-form h1,
.truebooker-form h2, 
.truebooker-form h3, 
.truebooker-form h4, 
.truebooker-form h5, 
.truebooker-form h6, 
.truebooker-form .h1, 
.truebooker-form .h2, 
.truebooker-form .h3, 
.truebooker-form .h4, 
.truebooker-form .h5, 
.truebooker-form .h6 {
    color: var(--tba-cl-dark) !important;
}
.tbook-box {
    display: flex;
    align-items: center;
}
.truebooker-form .tbook-box button {
    padding: 17px 30px;
}
.truebooker-form .editaccountcontent input, 
.truebooker-form .editaccountcontent button, 
.editaccountcontent select, 
.editaccountcontent textarea {
    margin-bottom: 25px;
}
.truebooker-form legend {
    font-size: 17px;
    font-weight: 500;
    color: var(--tba-cl-dark);
    margin-bottom: 15px;
}
h3.tba-account-title{
    margin-bottom: 20px;
}
.row.tbab-password-btn {
    display: inline-block;
}
.truebooker-form input[type="submit"] {
    background: var(--tba-cl-skin);
    font-family: var(--tba-font-family);
    color: #ffffff;
    border-radius: var(--tba-radius-15px);
    border: 0;
    padding: 12px 26px;
    font-size: 15px !important;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 20px 0px rgb(54 93 224 / 50%);
    width: 100%;
}
.tbab-deliveryaddress-info.tbab-myaccountcontent {
    padding: 0;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.tbook-admin-box {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}
p.tbook-admin {
    font-size: 20px;
    font-weight: 600;
    color: var(--tba-cl-dark);
    margin-bottom: 2px !important;
}
p.tbook-email {
    font-size: 17px;
    color: var(--tba-cl-dark);
}
span.tbab-billing-title {
    font-size: 15px;
    color: var(--tba-cl-dark);
    font-weight: 500;
    width: 20%;
    position: relative;
    display: inline-block;
}
.tbab-billing-addressbox {
    padding-bottom: 10px;
}
span.tbab-billing-info {
    font-size: 17px;
    color: var(--tba-cl-dark);
    font-weight: 500;
    position: relative;
}
span.tbab-billing-info.tbab-billing-info-name {
    font-size: 20px;
    font-weight: 600;
}
.tbab-delivery {
    font-size: 17px;
    font-weight: 500;
    color: var(--tba-cl-dark);
    position: relative;
    cursor: pointer;
}
.tbab-delivery:before {
    content: '';
    position: absolute;
    background-color: var(--tba-cl-dark);
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 0px;
    left: auto;
    right: -30px;
    -webkit-mask: url(../images/edits.svg) no-repeat 100% 100%;
    mask: url(../images/edits.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.tbab-billing-addressinfo {
    padding-top: 15px;
}
.tablemybookinglist tbody {
    margin-top: 15px;
    border-collapse: collapse;
}
img.tba-loderimg {
    position: absolute;
    width: 40px;
    top: -45px;
    right: auto;
    left: 10px;
}
div#result_editaccount {
    padding-bottom: 15px;
    font-size: 15px;
}
option:disabled {
    background-color: #ffffff !important;
}
.tablemybookinglist tbody td {
    border: 1px solid var(--tba-bordercolor);
    background-color: var(--tba-cl-lightdark);
    margin: 0 5px;!i;!;
    border-radius: var(--tba-radius-10px);
    padding: 15px;
    font-size: 13px;
    text-transform: capitalize;
}
h1.wp-block-post-title {
    font-weight: 500;
    font-family: var(--tba-font-family);
    color: var(--tba-cl-dark);
}
.tablemybookinglist thead th {
    font-size: 15px;
    font-weight: 500;
    color: var(--tba-cl-dark);
}
table.tablemybookinglist {
    border-spacing: 10px;
}
.myaccount-content.tbab-myaccountcontent p {
    font-size: 16px;
}
table.tablemybookinglist {
    overflow-x: auto;
    display: block;
}
/*responsive*/

@media (max-width: 1200px) {
.truebooker main {
    width: 100%;
    margin: 0 auto;
}
.entry-content.is-layout-constrained {
    margin: 0 auto;
    padding-top: 30px !important;
}
}

@media (max-width: 992px) {
.tbab-accountpage.truebooker-form .col-md-8 {
    margin-top: 30px;
}
h1.wp-block-post-title {
    text-align: center;
    margin: 0 auto;
}
}


@media (max-width: 767px) {
.tbook-box {
    display: block;
}
.tbab-divcontent {
    margin-top: 20px;
}
}
/*login register */
.tbook-login-register {
    background-color: var(--tba-gray);
    border-radius: var(--tba-radius-20px);
    padding: 40px 40px 15px;
    margin-bottom: 30px;
    width: 50%;
}
h3.tba-login,
h3.tba-register {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: var(--tba-cl-dark);
    margin-bottom: 30px;
    margin-top: 0;
}
.row.tbab-login-registerpage {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.tbook-login label {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
    color: var(--tba-cl-dark);
    font-weight: 500;
}
#tbab-loginform input,
#tbab-registerform input,
#tbab-lostpasswordform input{
    width: -webkit-fill-available;
    border-radius: 15px;
    border: 1px solid var(--tba-bordercolor);
    padding: 10px;
    font-size: 17px;
    line-height: 26px;
    color: var(--tba-body-color);
}
.tbook-login {
    margin-bottom: 25px;
}
.tbab-submitbtn {
    margin-bottom: 25px;
}
#tbab-loginform input:focus,
#tbab-registerform input:focus,
#tbab-lostpasswordform input:focus,
.tba-reset-box input:focus,
#tbab-reset-password .tbab-submitbtn input[type=submit]:focus{
    border-color: var(--tba-bordercolor) !important;
    outline-width: 0px;
    outline-style: solid;
    outline-color: var(--tba-bordercolor);
}
#tbab-loginform input[type=submit],
#tbab-registerform input[type=submit],
.tbab-submitbtn input[type=submit] {
    background-color: var(--tba-cl-skin);
    color: #ffffff !important;
    font-weight: 500;
    cursor: pointer;
}
#tbab-loginform input[type=submit]:hover, 
#tbab-registerform input[type=submit]:hover,
#tbab-reset-password .tbab-submitbtn input[type=submit]:hover {
    box-shadow: 0px 0px 20px 0px rgb(54 93 224 / 30%);
}
.tbab-lostpassword {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: var(--tba-cl-skin);
}
.tbab-lostpassword label {
    cursor: pointer;
}
/*login register */
.tba-account-box {
    display: flex;
    justify-content: center;
}
.tbook-account-box {
    background-color: var(--tba-gray);
    border-radius: var(--tba-radius-20px);
    padding: 40px;
    margin-bottom: 30px;
    width: 50%;
}
h3.tba-reset {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: var(--tba-cl-dark);
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}
p.tbook-message {
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    color: var(--tba-body-color);
    margin-bottom: 30px;
}
.tba-reset-box label {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
    color: var(--tba-cl-dark);
    font-weight: 500;
}
.tba-reset-box input {
    width: -webkit-fill-available;
    border-radius: 15px;
    border: 1px solid var(--tba-bordercolor);
    padding: 10px;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
    color: var(--tba-body-color);
}
#tbab-reset-password .tbab-submitbtn input[type=submit] {
    width: -webkit-fill-available;
    border-radius: 15px;
    border: 1px solid var(--tba-bordercolor);
    padding: 10px;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0px;
    color: var(--tba-body-color);
}
p.tbab-message {
    text-align: center;
    color: var(--tba-cl-skin);
    font-size: 17px;
    font-weight: 500;
}