/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 :root {
    --brand-color: #2a1a5e;
    --secondary-color: #ef9434;
    --gray-color: #7e849b;
    --border-color: #dddddd;
    --black-color: #1f222b;
    --white-color: #ffffff;
}

.rtwbma_wrap {
    font-family: 'Nunito Sans', sans-serif;
    color: var(--gray-color);
    line-height: 1.618;
    font-weight: 400;
    font-size: 16px;
}

.mrb-15 {
    margin-bottom: 15px;
}

.mrt-15 {
    margin-top: 15px;
}

.text-right {
    text-align: right;
}

.rtwbma_tab_content {
    box-shadow: 0 0 05px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 0 25px;
}

.rtwbma_services a {
    color: #96588a;
}

.rtwbma_panel_header,
.rtwbma_services_header {
    background-image: url('../../assets/images/2321.jpg');
    padding: 15px 20px;
    color: var(--white-color);
    font-weight: bold;
    font-size: 26px;
    position: relative;
    z-index: 1;
    margin: 0 -25px 25px -25px;
}

.rtwbma_panel_header::before,
.rtwbma_services_header::before {
    content: "";
    background-color: var(--brand-color);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.77;
}

.rtwbma_header_list_result,
.rtwbma_header_list_date_result {
    float: right;
    padding-right: 15px;
    color: var(--brand-color);
    font-weight: 600;
}

.rtwbma_service_tbl {
    padding: 10px;
}

.rtwbma_service_tbl_row {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
    align-items: center;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 0 15px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 0 15px rgba(0, 0, 0, .07);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 0 15px rgba(0, 0, 0, .07);
}

.rtwbma_service_tbl_row.rtwbma_time_wrapper {
    padding: 15px;
}

.rtwbma_times ul {
    margin: 0!important;
    padding: 0 !important;
}

.rtwbma_service_tbl_row:hover {
    transition: 0.2s linear all;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #efefef;
}

.rtwbma_parent_row:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.rtwbma_parent_row:hover .rtwbma_button,
.rtwbma_parent_row .rtwbma_button {
    color: var(--white-color);
}

.rtwbma_parent_row {
    border-color: var(--secondary-color);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: var(--secondary-color);
    color: var(--white-color);
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.01, 1.01, 1.01);
        transform: scale3d(1.01, 1.01, 1.01);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.01, 1.01, 1.01);
        transform: scale3d(1.01, 1.01, 1.01);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rtwbma_service_tbl_title,
.rtwbma_service_tbl_book_now {
    text-align: left;
    padding: 15px;
}

.rtwbma_service_tbl_book_now .rtwbma_button {
    margin-left: 10px;
}

.rtwbma_service_tbl_title {
    flex: 0 0 60%;
    max-width: 60%;
}

.rtwbma_service_tbl_book_now {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right;
}

.rtwbma_service_tbl_book_now input[type="number"],
.rtwbma_service_tbl_book_now input[type="text"] {
    width: 100%;
    background-color: #eeeeee;
    border: 1px solid var(--border-color);
    box-shadow: none;
    height: 40px;
    padding: 10px;
}

.rtwbma_cust_tbl_title {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 15px;
}

.rtwbma_cust_tbl_input_field {
    flex: 0 0 80%;
    padding: 15px;
    max-width: 80%;
}

.rtwbma_cust_tbl_input_field input[type="number"],
.rtwbma_cust_tbl_input_field input[type="text"],
.rtwbma_cust_tbl_input_field .customer_message,
.rtwbma_cancel_reason {
    width: 100%;
    display: block;
    padding: 7px 10px;
    height: auto;
    border: 1px solid #ddd;
    box-shadow: none;
    line-height: 1.6;
    font-size: 14px;
}

.rtwbma_cancel_reason {
    height: auto;
}

.rtwbma_cust_tbl_input_field .customer_message {
    height: 100px;
}

.rtwbma_button,
.rtwbma_button:hover,
.rtwbma_button:focus,
.rtwbma_book_now_btn:focus {
    text-decoration: none !important;
    font-weight: bold;
    outline: 0;
}

.rtwbma_number_quantity input[type=number]::-webkit-inner-spin-button,
.rtwbma_number_quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.rtwbma_number_quantity input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    background-color: var(--white-color) !important;
    border-radius: 40px !important;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 10px;
    width: 100%;
}

.rtwbma_number_quantity input[type="number"]:focus {
    outline: 0;
    background-color: var(--white-color) !important;
}

.rtwbma_number_quantity {
    position: relative;
    align-items: center;
    width: 150px;
    margin-left: 15px;
    display: inline-flex;
    border-radius: 40px;
}

.rtwbma_quantity_button {
    cursor: pointer;
    font-weight: 700;
    position: absolute;
    height: 30px;
    background-color: var(--secondary-color);
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    border-radius: 40px;
    color: var(--white-color);
}

.rtwbma_quantity_button:hover {
    background-color: var(--brand-color);
    color: var(--white-color);
}

.rtwbma_quantity_button.rtwbma_quantity_button-plus {
    left: 1px;
}

.rtwbma_quantity_button.rtwbma_quantity_button-minus {
    right: 1px;
}

.rtwbma_custom_radio {
    display: inline-block;
    height: 20px;
    margin-left: auto;
    width: 20px;
    position: relative;
    top: 4px;
}

.rtwbma_custom_radio input[type="radio"] {
    background-color: transparent;
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
}

.rtwbma_custom_radio input[type="radio"]:focus {
    outline: 0!important;
}

.rtwbma_custom_radio input[type="radio"]::before {
    border-radius: 50%;
    border: 2px solid var(--brand-color);
    content: "";
    display: inline-block;
    height: 15px;
    /* position: absolute; */
    /* left: 0;
 	top: 0; */
    width: 15px;
}

.rtwbma_custom_radio input[type="radio"]::after {
    -o-transition: 0.3s linear all;
    -webkit-transition: 0.3s linear all;
    background-color: var(--brand-color);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    left: 6px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: scale(0);
    transition: 0.3s linear all;
    visibility: hidden;
    width: 8px;
}

.rtwbma_custom_radio input[type="radio"]:checked::after {
    -o-transition: 0.3s linear all;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.rtwbma_custom_checkbox {
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    top: 3px;
}

.rtwbma_custom_checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

.rtwbma_custom_checkbox input[type="checkbox"]::after {
    border-radius: 4px;
    border: 2px solid var(--brand-color);
    content: "";
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
}

.rtwbma_custom_checkbox input[type="checkbox"]:checked::before {
    background-color: var(--brand-color);
    bottom: 0;
    color: var(--white-color);
    content: "\f00c";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 900;
    height: 100%;
    left: 2px;
    line-height: 16px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 2px;
    width: 100%;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}

.rtwbma_step_by_step-nav {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.rtwbma_step_by_step-nav ul {
    margin: 0;
    padding: 0!important;
    display: flex;
    flex-wrap: wrap;
    background-color: #f1f1f1;
}

.rtwbma_step_by_step-nav ul .rtwbma_step_by_step-item {
    border-radius: 4px;
    color: #333333;
    cursor: pointer;
    font-weight: 600;
    list-style-type: none;
    padding: 11px;
    position: relative;
    text-align: center;
    width: 16.66%;
    z-index: 1;
}

.rtwbma_step_by_step-nav ul .rtwbma_step_by_step-item.active {
    color: var(--white-color);
}

.rtwbma_step_by_step-nav ul {
    margin: 0;
    padding: 0!important;
    line-height: initial;
}

.rtwbma_step_by_step_move {
    position: absolute;
    left: -4px;
    top: -4px;
    bottom: 0;
    background-color: var(--brand-color);
    width: 16.66%;
    border-radius: 4px;
    -webkit-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    -webkit-box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
    -moz-box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
    -ms-box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
    -o-box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
    box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
    padding: 27px 20px;
}

.rtwbma_tab_content {
    display: none !important;
    position: relative;
}

.rtwbma_tab_content.show {
    display: block !important;
}

.rtwbma_date_wrapper {
    padding: 15px;
    background-color: var(--white-color);
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid var(--border-color);
    cursor: pointer;
}

.rtwbma_selected_date_wrapper {
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    margin: 0 -20px 12px -20px;
    padding: 0 20px 10px 20px;
    font-weight: 600;
}

.rtwbma_selected_date_wrapper .rtwbma_sele_date {
    color: #999;
}

.rtwbma_time_scrollable {
    max-height: 130px;
    overflow-y: auto;
}

.rtwbma_times_sec .rtwbma_times ul .button.rtwbma_time_app {
    margin: 4px 10px 2px 0;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    color: #8e8d8d;
    width: 71px;
    padding: 1px 4px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    list-style-type: none;
    cursor: pointer;
}

.rtwbma_times_sec .rtwbma_times ul .button.rtwbma_time_app:hover,
.rtwbma_times_sec .rtwbma_times ul .button.rtwbma_time_app:focus {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #333333;
}

.rtwbma_times_sec .rtwbma_times ul .button.rtwbma_time_app.rtwbma_active {
    background-color: var(--brand-color);
    color: var(--white-color);
}

.rtwbma_times ul .button.rtwbma_time_app.rtwbma_active {
    background-color: var(--brand-color);
    color: var(--white-color);
}

.rtwbma_final_submit,
.rtwbma_next {
    padding: 15px;
}

.rtwbma_final_submit #rtwbma_book_app {
    background-color: #0088F3;
    color: var(--white-color);
    line-height: 1.5;
    padding: 20px;
    text-transform: capitalize;
    box-shadow: none;
    width: 100%;
    font-size: 20px;
    display: block;
    border: none;
    cursor: pointer;
}

.rtwbma_next .rtwbma_next_btn,
.rtwbma_next .rtwbma_prev_btn,
.rtwbma_update_profile,
.rtwbma-cust-btn.rtwbma_cncl_submit,
.rtwbma_cancel_appointment,
.rtwbma_next_process_btn,
.rtwbma_prev_process_btn,
.rtwbma_third_next_btn {
    background-color: var(--secondary-color) !important;
    color: #ffffff!important;
    line-height: 1.5;
    padding: 8px 30px !important;
    text-transform: capitalize;
    box-shadow: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.rtwbma_next .rtwbma_next_btn:focus,
.rtwbma_next .rtwbma_prev_btn:focus,
.rtwbma_update_profile:focus,
.rtwbma-cust-btn.rtwbma_cncl_submit:focus,
.rtwbma_cancel_appointment:focus,
.rtwbma_next_process_btn:focus,
.rtwbma_prev_process_btn:focus,
.rtwbma_third_next_btn:focus,
.rtwbma_next .rtwbma_next_btn:hover,
.rtwbma_next .rtwbma_prev_btn:hover,
.rtwbma_update_profile:hover,
.rtwbma-cust-btn.rtwbma_cncl_submit:hover,
.rtwbma_cancel_appointment:hover,
.rtwbma_next_process_btn:hover,
.rtwbma_prev_process_btn:hover,
.rtwbma_third_next_btn:hover {
    outline: 0;
    background-color: #2a1a5e!important;
}

.rtwbma_next_btn i {
    vertical-align: middle;
}

.rtwbma_next::after,
.rtwbma_prcoess_stpes_btns::after {
    content: "";
    clear: both;
    display: block;
}

.rtwbma_next_process_btn,
.rtwbma_prev_process_btn,
.rtwbma_next .rtwbma_next_btn,
.rtwbma_next .rtwbma_prev_btn {
    margin-right: 0;
    position: relative;
}

.rtwbma_next_process_btn,
.rtwbma_next_btn {
    float: right;
}

.rtwbma_prev_process_btn,
.rtwbma_prev_btn {
    float: left;
}

.rtwbma_next .rtwbma_prev_btn {
    background-color: var(--secondary-color);
}


/*//////////////*/

.error {
    color: red!important;
}

.rtwbma_stripe_form {
    width: 100%;
}

.rtwbma_stripe_form .rtwbma_form_field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
}

.rtwbma_stripe_form .rtwbma_form_field .rtwbma_service_tbl_titles {
    width: 180px;
    margin-bottom: 15px;
}

.rtwbma_stripe_form .rtwbma_form_field .rtwbma_service_tbl_book_nows {
    width: calc(100% - 180px);
    margin-bottom: 15px;
}

.rtwbma_stripe_form .rtwbma_form_field .rtwbma_service_tbl_book_nows input {
    width: 100%;
    padding: 0.6180469716em;
    background-color: #fff;
    color: #43454b;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: none;
}


/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

#rtwbma_cus_token {
    padding-left: 15px;
    padding-right: 15px;
}

#rtwbma_cus_token label {
    font-weight: 900;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.rtwbma_hide {
    display: none;
}

.rtwbma-cust-wrapper,
.rtwbma-emp-wrapper {
    border: 1px solid #efefef;
    font-family: 'Nunito Sans', sans-serif;
    color: #6d6d6d;
    line-height: 1.618;
    font-weight: 400;
    font-size: 16px;
}

.rtwbma-tabs-nav {
    margin: 0;
    padding: 0;
    background-color: #efefef;
}

.rtwbma-tabs-nav::after {
    clear: both;
    display: block;
    content: "";
}

.rtwbma-tabs-nav li {
    list-style-type: none;
    float: left;
    width: 50%;
    text-align: center;
}

.rtwbma-emp-tabs-nav.rtwbma-tabs-nav li {
    width: 50%;
}

.rtwbma-tabs-nav li a {
    text-decoration: none !important;
    padding: 10px;
    display: block;
    cursor: pointer;
}

.rtwbma-tabs-nav li a.active {
    background-color: var(--brand-color);
    color: var(--white-color);
}

.rtwbma-tabs-nav li a:hover,
.rtwbma-tabs-nav li a:focus {
    outline: 0;
}

.rtwbma-cust-tab-content .rtwbma-cust-table {
    width: 100%;
    border-collapse: collapse;
}

.rtwbma-cust-tab-content .rtwbma-cust-table th,
.rtwbma-cust-tab-content .rtwbma-cust-table td {
    border-bottom: 1px solid #efefef;
    padding: 10px;
}

.rtwbma-cust-tab-content .rtwbma-cust-table td {
    font-size: 14px;
}

.rtwbma-emp-tab-content .rtwbma-cust-table {
    width: 100%;
    border-collapse: collapse;
}

.rtwbma-emp-tab-content .rtwbma-cust-table th,
.rtwbma-emp-tab-content .rtwbma-cust-table td {
    border-bottom: 1px solid #efefef;
    padding: 10px;
}

.rtwbma-emp-tab-content .rtwbma-cust-table td {
    font-size: 14px;
}

.rtwbma-cust-btn {
    border: 1px solid #efefef;
    padding: 3px 10px;
    text-decoration: none !important;
    border-radius: 3px;
}

.rtwbma-cust-tab-content {
    padding: 10px;
    overflow-y: auto;
}

.rtwbma-tab-content {
    display: none;
}

.rtwbma-tab-content.show {
    display: block;
}

.rtwbma-cust-column-row,
.rtwbma-emp-column-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.rtwbma-cust-column-3 {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
}

.rtwbma-emp-column-2 {
    max-width: 50%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.rtwbma-cust-tab-content .form-control,
.rtwbma-emp-tab-content .form-control {
    width: 100%;
    background-color: #eeeeee;
    border: 1px solid var(--border-color);
    box-shadow: none;
    height: 40px;
    padding: 10px;
}

.rtwbma-cust-tab-content textarea.form-control,
.rtwbma-emp-tab-content textarea.form-control {
    height: auto;
}

.rtwbma-cust-tab-content label,
.rtwbma-emp-tab-content label {
    font-weight: 700;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.rtwbma-emp-tab-content {
    padding: 10px;
}

.rtwbma-emp-avatar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.rtwbma-emp-avatar .rtwbma-emp-avatar-image {
    width: 90px;
    height: 90px;
    background-color: #efefef;
    border-radius: 50%;
    display: inline-block;
}

.rtwbma-emp-avatar h3 {
    font-weight: 600;
    margin-left: 20px;
}

.rtwbma-emp-visibility p {
    margin-bottom: 10px;
}

.rtwbma-emp-visibility .rtwbma_custom_radio {
    margin-right: 10px;
}

.rtwbma-panel-header {
    background-color: #ece5e5;
    padding: 10px;
}

.rtwbma-panel-body ul {
    margin: 15px 0 0 0;
    padding: 0 10px;
    list-style-type: none;
}

.rtwbma-panel-body ul li {
    margin-bottom: 15px;
}

.rtwbma-emp-footer-btn {
    padding: 16px 10px;
    background-color: #eae6e6;
}

.rtwbma_save_button,
.rtwbma_cancel_button {
    padding: 4px 25px;
    background-color: var(--brand-color);
    color: var(--white-color);
    text-decoration: none !important;
    display: inline-block;
    border: 2px solid var(--brand-color);
    margin-right: 10px;
}

.rtwbma_cancel_button {
    background-color: var(--white-color);
    color: var(--black-color);
}

.rtwbma_add_new_button {
    background: var(--brand-color);
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none!important;
    color: var(--white-color);
    border-radius: 4px;
    font-size: 16px;
    position: relative;
    border: none;
    cursor: pointer;
    line-height: 18px;
}

.rtwbma_add_new_button:focus {
    outline: 0;
}

.rtwbma_add_new_button .rtwbma_plus {
    position: absolute;
    left: 0;
    width: 38px;
    display: inline-block;
    height: 38px;
    top: 0;
    text-align: center;
    line-height: 38px;
    background-color: var(--secondary-color);
}

.rtwbma_add_new_button .rtwbma_text {
    padding-left: 24px;
}

.rtwbma-col-4 {
    max-width: 25%;
    flex: 0 0 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.rtwbma-col-2 {
    max-width: 24.333%;
    width: 100%;
    flex: 0 0 24.333%;
    padding-right: 10px;
    padding-left: 10px;
}

.rtwbma-flexbox {
    display: table;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.rtwbma-flex-cell {
    display: table-cell;
    height: 100%;
    width: 50%s;
}

.width-1 {
    width: 8%;
    text-align: center;
}

.rtwbma_add_break_btn {
    padding: 3px 8px;
    background-color: var(--brand-color);
    color: var(--white-color);
    font-size: 14px;
    margin-right: 15px;
}

.rtwbma_status_span {
    border-style: solid;
    border-width: 1px;
    color: #30b893;
    padding: 3px 15px;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}

.rtwbma_status_span.approved {
    border-color: #30b893;
    color: #30b893;
}

.rtwbma_status_span.cancelled {
    color: #e33c3c;
    border-color: #e33c3c;
}

.rtwbma_status_span.rejected {
    color: #e33c3c;
    border-color: #e33c3c;
}

.rtwbma_status_span.pending {
    border-color: #f2a541;
    color: #f2a541;
}


/*Login Page*/

#rtwbma-register-form {
    border: 2px solid #eeeeee;
    max-width: 550px;
    margin: 0 auto;
    padding: 30px 20px;
    box-shadow: 0 4px 38px 0 rgba(22, 21, 55, .06), 0 0 21px 0 rgba(22, 21, 55, .03);
    border-radius: 4px;
}

#rtwbma-register-form .rtwbma-title {
    text-align: center;
    margin-bottom: 10px;
}

#rtwbma-register-form .rtwbma-title h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 30px;
}

.rtwbma-text {
    position: relative;
    display: flex;
    align-items: stretch;
    margin-top: 15px;
}

.rtwbma-text .rtwbma-text-icon {
    align-items: center;
    background-color: var(--white-color);
    border-color: var(--border-color);
    border-style: solid;
    border-width: 1px 0 1px 1px;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40px;
}

.rtwbma-text input,
.rtwbma-text textarea,
.rtwbma-text select {
    width: 100%;
    background-color: #ffffff !important;
    padding: 12px 15px !important;
    line-height: 1.4;
    border: 1px solid #dddddd !important;
    box-shadow: none !important;
    cursor: pointer;
    font-size: 14px;
}

.rtwbma-text input:focus,
.rtwbma-text textarea:focus,
.rtwbma-text select:focus {
    outline: 0;
}

#rtwbma-register-form form input[type="submit"] {
    background-color: #219595;
    color: #ffff;
    letter-spacing: 1px;
    font-size: 18px;
    border: none;
    margin: 20px 0 15px 0;
    padding: 15px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}


/*end Login Page*/


/*Registration*/

.rtwbma-form-wrapper {
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
}

.rtwbma-form-wrapper form {
    margin: 0;
}

.rtwbma-form-wrapper form h2 {
    background-color: #232055;
    color: var(--white-color);
    padding: 28px 15px;
    font-size: 26px;
    text-align: center;
    margin: -20px -20px 20px -20px;
}

.rtwbma-form-wrapper .rtwbma-text .rtwbma-text-icon {
    background-color: #232055;
    color: var(--white-color);
    border-color: #232055;
}

.rtwbma-form-wrapper form input[type="submit"] {
    background-color: #232055;
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 30px;
    border: none;
    font-size: 16px;
    margin: 20px 0;
    cursor: pointer;
}

.rtwbma-form-wrapper-2 {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}

.rtwbma-form-wrapper-2 .rtwbma-text {
    margin-top: 0;
    margin-bottom: 10px;
}

.rtwbma-form-wrapper-2 .rtwbma-form-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rtwbma-form-wrapper-2 .rtwbma-form-image {
    flex: 0 0 40%;
    background-size: cover;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 40%;
}

.rtwbma-form-wrapper-2 .rtwbma-form-content {
    flex: 0 0 58%;
    margin-left: 2%;
}

.rtwbma-form-wrapper-2 .rtwbma-form-image h2 {
    font-weight: bold;
    color: var(--white-color);
    letter-spacing: 2px;
    font-size: 30px;
    margin: 0;
}

.rtwbma-form-wrapper-2 .rtwbma-form-content form {
    padding: 30px 20px 20px 10px;
    margin: 0;
}

.rtwbma-form-wrapper-2 input[type="submit"] {
    background-color: #f6c719;
    color: var(--white-color);
    border-radius: 40px;
    padding: 12px;
    min-width: 150px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    border: none;
    margin: 30px 0 20px 0;
    cursor: pointer;
}

.rtwbma-form-wrapper-2 input[type="submit"]:hover,
.rtwbma-form-wrapper-2 input[type="submit"]:focus {
    opacity: 0.8;
    color: var(--white-color);
}

.rtwbma-form-wrapper-3 {
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    max-width: 430px;
    margin: 0 auto;
}

.rtwbma-form-wrapper-3 .rtwbma-form-inner {
    padding: 10px;
}

.rtwbma-form-wrapper-3 .rtwbma-form-content {
    background-color: var(--white-color);
}

.rtwbma-form-wrapper-3 .rtwbma-form-content form {
    margin: 0;
}

.rtwbma-form-wrapper-3 .rtwbma-form-content form h2 {
    text-align: center;
    font-weight: 600;
    color: var(--black-color);
    font-size: 26px;
    padding-bottom: 20px;
}

.rtwbma-form-wrapper-3 .rtwbma-text {
    margin-top: 0;
    margin-bottom: 15px;
}

.rtwbma-form-wrapper-3 .rtwbma-form-content {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    color: #000;
    border-radius: 10px;
}

.rtwbma-form-wrapper-3 input[type="submit"] {
    background-color: #8282D5;
    color: var(--white-color);
    border-radius: 4px;
    min-width: 150px;
    margin: 20px 0;
    padding: 10px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.rtwbma-form-wrapper-3 input[type="submit"]:hover,
.rtwbma-form-wrapper-3 input[type="submit"]:focus {
    opacity: 0.7;
    background-color: #e85a26;
    color: var(--white-color);
}


/*end Registration*/

.rtwbma_cancel_app_wrap {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border: 1px solid #efefef;
}

.rtwbma_cancel_app_wrap form {
    margin: 0;
}

.rtwbma_cancel_app_wrap h3 {
    background-color: var(--brand-color);
    color: var(--white-color);
    padding: 10px;
    text-align: center;
    font-weight: 500;
    margin: -25px -25px 25px -25px;
    font-size: 24px;
}

.rtwbma_cancel_app .rtwbma_yes,
.rtwbma_cancel_app .rtwbma_yes {
    min-width: 50px;
    display: inline-block;
}

.rtwbma_cncl_text {
    color: red;
    font-size: 18px;
}

.reason_cancel {
    margin: 10px 0;
}

.rtwbma-icon--error {
    border-color: #f27474;
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

.rtwbma-icon--error__x-mark {
    position: relative;
    display: block;
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s
}

.rtwbma-icon--error__line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.rtwbma-icon--error__line--left {
    -webkit-transform: rotate(45deg);
    transform: roatate(45deg);
    left: 17px
}

.rtwbma-icon--error__line--right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

@-webkit-keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@-webkit-keyframes animateXMark {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.rtwbma-icon--warning {
    border-color: #f8bb86;
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate;
}

.rtwbma-icon--warning__body {
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
}

.rtwbma-icon--warning__body,
.rtwbma-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
}

.rtwbma-icon--warning__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #f8d486;
    }
    to {
        border-color: #f8bb86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #f8d486;
    }
    to {
        border-color: #f8bb86;
    }
}

.rtwbma-icon--success {
    border-color: #a5dc86;
}

.rtwbma-icon--success:after,
.rtwbma-icon--success:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rtwbma-icon--success:before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.rtwbma-icon--success:after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

.rtwbma-icon--success__ring {
    width: 80px;
    height: 80px;
    border: 4px solid hsla(98, 55%, 69%, .2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.rtwbma-icon--success__hide-corners {
    width: 5px;
    height: 90px;
    background-color: #fff;
    padding: 1px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rtwbma-icon--success__line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.rtwbma-icon--success__line--tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s;
}

.rtwbma-icon--success__line--long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s;
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    to {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    to {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    to {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    to {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.rtwbma-icon--info {
    border-color: #c9dae1;
}

.rtwbma-icon--info:before {
    width: 5px;
    height: 29px;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
}

.rtwbma-icon--info:after,
.rtwbma-icon--info:before {
    content: "";
    position: absolute;
    left: 50%;
    background-color: #c9dae1;
}

.rtwbma-icon--info:after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
}

.rtwbma-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 0 auto;
}

.rtwbma-icon:first-child {
    margin-top: 32px;
}

.rtwbma-icon--custom {
    width: auto;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
}

.rtwbma-icon img {
    max-width: 100%;
    max-height: 100%;
}

.rtwbma-title {
    color: rgba(0, 0, 0, .65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.rtwbma-title:not(:first-child) {
    padding-bottom: 0;
}

.rtwbma-title:not(:last-child) {
    margin-bottom: 13px;
}

.rtwbma-footer {
    text-align: center;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.rtwbma-button-container {
    margin: 5px;
    display: inline-block;
    position: relative;
}

.rtwbma-button {
    background-color: var(--brand-color);
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
    text-decoration: none!important;
}

.rtwbma-button:active {
    background-color: #70bce0;
}

.rtwbma-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(43, 114, 165, .29)
}

.rtwbma-button[disabled] {
    opacity: .5;
    cursor: default
}

.rtwbma-button::-moz-focus-inner {
    border: 0
}

.rtwbma-button--cancel {
    color: #555;
    background-color: #efefef
}

.rtwbma-button--cancel:active {
    background-color: #d7d7d7
}

.rtwbma-button--cancel:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(116, 136, 150, .29)
}

.rtwbma-button--danger {
    background-color: #e64942
}

.rtwbma-button--danger:active {
    background-color: #cf423b
}

.rtwbma-button--danger:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(165, 43, 43, .29)
}

.rtwbma-content {
    padding: 0 20px;
    margin-top: 20px;
    font-size: medium
}

.rtwbma-content:last-child {
    margin-bottom: 20px
}

.rtwbma-content__input,
.rtwbma-content__textarea {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .14);
    padding: 10px 13px;
    border-radius: 2px;
    transition: border-color .2s
}

.rtwbma-content__input:focus,
.rtwbma-content__textarea:focus {
    outline: none;
    border-color: #6db8ff
}

.rtwbma-content__textarea {
    resize: vertical
}

.rtwbma-button--loading {
    color: transparent
}

.rtwbma-button--loading~.rtwbma-button__loader {
    opacity: 1
}

.rtwbma-success-popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .4);
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s
}

.rtwbma-success-popup-overlay:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.rtwbma-success-popup-overlay--show-modal {
    opacity: 1;
    pointer-events: auto;
}

.rtwbma-success-popup-overlay--show-modal .rtwbma-success-modal {
    opacity: 1;
    pointer-events: auto;
    box-sizing: border-box;
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s;
    will-change: transform
}

.rtwbma-success-modal {
    width: 478px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    position: static;
    margin: 20px auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 10001;
    transition: opacity .2s, -webkit-transform .3s;
    transition: transform .3s, opacity .2s;
    transition: transform .3s, opacity .2s, -webkit-transform .3s
}

.rtwbma_app_action {
    height: 30px;
    background-color: ghostwhite;
    width: 60%;
}

.rtwbma_cancel_reason td span,
.rtwbma_cancel_reason td textarea {
    display: block;
}

@media (max-width:500px) {
    .rtwbma-success-modal {
        width: calc(100% - 20px)
    }
}

@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    1% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    1% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.rtwbma_card {
    text-align: center;
    padding: 15px;
    background-color: var(--white-color);
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid var(--border-color);
    cursor: pointer;
}

.rtwbma_card.rtwbma_qty_wrap {
    padding: 35px 15px;
}

.rtwbma_card.text-left {
    text-align: left;
}

.rtwbma_card p {
    font-size: 13px;
    margin: 0;
    color: #959fbd;
}

.rtwbma_appointment_placeholder_image {
    max-width: 80px;
    margin: 0 auto;
    /* border-radius: 50%; */
    height: 80px;
    width: 80px;
    overflow: hidden;
    box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
}

.rtwbma_appointment_placeholder_image img {
    height: 80px;
    width: 80px;
}

.rtwbma_appointment_title {
    font-size: 18px;
    margin: 13px 0 5px 0;
    font-weight: 600;
}

.rtwbma_card.rtwbma_parent_row {
    border-color: var(--secondary-color);
    color: var(--black-color);
}

.rtwbma_card.rtwbma_parent_row:hover {
    background-color: var(--white-color);
    color: var(--black-color);
}

.rtwbma_parent_row:hover .rtwbma_button,
.rtwbma_parent_row .rtwbma_button {
    color: var(--black-color);
}

.rtwbma_prcoess_main_wrap {
    box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
    -webkit-box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
    -ms-box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
    -o-box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
    padding: 25px;
    position: relative;
    border-radius: 4px;
    background-color: var(--white-color);
    overflow: hidden;
}

.rtwbma_prcoess_main_wrap::before {
    content: "";
    background: linear-gradient(135deg, var(--secondary-color), 15%, #2a1a5e);
    position: absolute;
    height: 5px;
    left: 0;
    right: 0;
    top: 0;
}

.no-paading {
    padding-left: 0;
    padding-right: 0;
}

.rtwbma-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.rtwbma-align-center {
    align-items: center;
}

.rtwbma_colmun_6,
.rtwbma_colmun_12,
.rtwbma_colmun_3,
.rtwbma_colmun_9,
.rtwbma_colmun_2 {
    padding-left: 10px;
    padding-right: 10px;
}

.rtwbma_colmun_12 {
    max-width: 100%;
    flex: 0 0 100%;
}

.rtwbma_colmun_6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.rtwbma_column2 {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.rtwbma-col-6 {
    max-width: 33.33%;
    flex: 0 0 50%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.rtwbma_colmun_3 {
    max-width: 33.333%;
    flex: 0 0 33.333%;
}

.rtwbma_colmun_9 {
    max-width: 66.667%;
    flex: 66.667%;
}

.rtwbma_time_wrapper {
    margin: 0;
}

.rtwbma-progress-tracker ul {
    margin: 0 0 20px 0!important;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: #f0f0f0;
    border-radius: 40px;
    overflow: hidden;
    padding: 0 !important;
}

.rtwbma-progress-tracker ul li {
    list-style-type: none;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    /* max-width: 16.66%; */
    position: relative;
    padding: 7px;
    font-weight: 600;
    text-align: center;
}

.rtwbma-progress-tracker ul li::after {
    background-color: var(--brand-color);
    color: var(--white-color);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transition: 1s cubic-bezier(1, .03, .22, .99) all;
    opacity: 0;
    width: 0;
    visibility: hidden;
}

.rtwbma-progress-tracker ul li.active::after {
    transition: 1s cubic-bezier(1, .03, .22, .99) all;
    right: 0;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.rtwbma-progress-tracker ul li.active span {
    color: var(--white-color);
    z-index: 1;
}

.rtwbma-progress-tracker ul li span {
    display: inline-block;
    position: relative;
}

.rtwbma-progress-tracker ul li.active span::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background-color: var(--secondary-color);
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 10px;
    margin-left: 7px;
    border-radius: 50%;
    line-height: 19px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    opacity: 0;
}

.rtwbma-progress-tracker ul li.active span::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background-color: var(--secondary-color);
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 10px;
    margin-left: 7px;
    border-radius: 50%;
    line-height: 19px;
    position: absolute;
    top: 50%;
    opacity: 1;
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
}

.rtwbma-progress-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--black-color);
}

.rtwbma_prev_process_btn i {
    vertical-align: middle;
    margin-right: 5px;
}

.rtwbma_next_process_btn i {
    vertical-align: middle;
    margin-left: 5px;
}

.rtwbma-progress-content {
    display: none;
}

.rtwbma-progress-content.show {
    display: block;
}

.rtwbma_spinner_loader {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.2s linear all;
    color: #333333;
    font-size: 30px;
}

.rtwbma_spinner_loader.show {
    opacity: 1;
    cursor: not-allowed;
}

.rtwbma-progress-content label {
    font-weight: 500;
}

.notifyjs-wrapper {
    position: static !important;
    width: auto !important;
    height: auto;
    margin: 0 auto;
    min-width: 200px;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
    }
    14% {
        -webkit-transform: scale(1.3) translateY(-50%);
        transform: scale(1.3) translateY(-50%);
    }
    28% {
        -webkit-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
    }
    42% {
        -webkit-transform: scale(1.3) translateY(-50%);
        transform: scale(1.3) translateY(-50%);
    }
    70% {
        -webkit-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
    }
    14% {
        -webkit-transform: scale(1.3) translateY(-50%);
        transform: scale(1.3) translateY(-50%);
    }
    28% {
        -webkit-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
    }
    42% {
        -webkit-transform: scale(1.3) translateY(-50%);
        transform: scale(1.3) translateY(-50%);
    }
    70% {
        -webkit-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
    }
}

@media screen and (max-width: 767px) {
    .rtwbma-progress-tracker {
        display: none;
    }
    .rtwbma_select_specialist_second-tem .rtwbma_service_tbl_title,
    .rtwbma_payment_second_temp .rtwbma_service_tbl_title {
        flex: 0 0 60%;
        max-width: 60%;
        padding-bottom: 15px;
    }
    .rtwbma_select_specialist_second-tem .rtwbma_service_tbl_book_now,
    .rtwbma_payment_second_temp .rtwbma_service_tbl_book_now {
        flex: 0 0 40%;
        max-width: 40%;
        padding-top: 15px;
    }
    .rtwbma_colmun_6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


/*third template css*/

.rtwbma_third_main_wrap {
    box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
    -webkit-box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
    -ms-box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
    -o-box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
    overflow: hidden;
}

.rtwbma_third_header {
    background-color: var(--brand-color);
    padding: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 80px;
}

.rtwbma_third_header h3 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    color: var(--white-color);
    position: absolute;
}

.rtwbma_third_header .rtwbma_back {
    display: none;
    cursor: pointer;
}

.rtwbma_third_content_wrapper {
    padding: 15px;
}

.rtwbma_book_now_btn {
    text-decoration: none !important;
    font-weight: bold;
    outline: 0;
    margin-left: 10px;
}

.rtwbma_list_item_header {
    padding: 15px 20px 15px 15px;
    border: 1px solid #eeeeee;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 0 15px rgba(0, 0, 0, .07);
    margin-bottom: 0;
    position: relative;
}

.rtwbma_list_item_header.active_header {
    cursor: pointer;
}

.rtwbma_list_item_header::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
    opacity: 0.6;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 900;
}

.rtwbma_list_item.rtwbma_parent_row,
.rtwbma_list_item_body ul.rtwbma_parent_row {
    background-color: transparent;
    color: #333333;
    box-shadow: none;
}

.rtwbma_list_item_body {
    padding: 15px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    background-color: var(--white-color);
    margin-bottom: 20px;
    display: none;
}

.rtwbma_list_item_body.show {
    display: block;
}

.rtwbma_list_item_body ul {
    margin: 0;
    padding: 0!important;
}

.rtwbma_list_item_body ul li {
    list-style-type: none;
    margin-bottom: 6px;
}

.rtwbma_third_next_btn {
    margin-top: 20px;
    margin-right: 0;
}

.rtwbma_header_list_check {
    margin-right: 6px;
}

.rtwbma_third_time_slot_wrapper .button.rtwbma_time_app {
    padding: 0 10px;
    font-size: 13px;
    margin: 3px 4px 6px 0;
    background-color: #fff;
    border: 1px solid #d2caca;
    border-radius: 3px;
    color: #8a8888;
    width: 80px;
    display: inline-block;
}

.rtwbma_third_time_slot_wrapper .button.rtwbma_time_app.active {
    background-color: var(--brand-color);
    color: var(--white-color);
    border-color: var(--brand-color);
}

.rtwbma_third_time_slot_wrapper .button.rtwbma_time_app:hover {
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
    color: #333333;
}

.rtwbma_third_time_slot_wrapper .button.rtwbma_time_app.active:hover {
    background-color: var(--white-color);
    color: #333333;
}

.rtwbma_input_wrapper {
    margin-bottom: 5px;
    position: relative;
}

.rtwbma_wrap .rtwbma_input_wrapper input,
.rtwbma_wrap .rtwbma_input_wrapper textarea,
.rtwbma_wrap .rtwbma_input_wrapper select {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    width: 100%;
    display: block;
    box-shadow: none !important;
    padding: 7px 10px;
    line-height: 1.4;
    font-size: 16px;
}

.rtwbma_wrap .rtwbma_input_wrapper input:focus,
.rtwbma_wrap .rtwbma_input_wrapper textarea:focus {
    border-color: var(--secondary-color);
    outline: 0;
    background-color: var(--white-color);
}

.rtwbma_input_wrapper .rtwbma_input_span {
    position: absolute;
    left: 15px;
    top: 6px;
    color: #959292;
    padding: 0 5px;
    cursor: text;
    transition: 0.3s cubic-bezier(1, .01, .24, 1.3) all;
}

.rtwbma_input_wrapper.isfocus .rtwbma_input_span {
    top: -13px;
    background-color: transparent;
    transition: 0.3s cubic-bezier(1, .01, .24, 1.3) all;
    font-size: 12px;
}

.rtwbma_services_wrapper.hide {
    height: 0;
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    transition: 0.4s cubic-bezier(.91, .03, .33, 1.16) all;
}

.rtwbma_tem_listing_wrapper {
    transition: 0.4s cubic-bezier(1, .3, .59, 1.65) all;
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: relative;
    top: 60px;
}

.rtwbma_tem_listing_wrapper.show {
    transition: 0.4s cubic-bezier(1, .3, .59, 1.65) all;
    opacity: 1;
    visibility: visible;
    height: 100%;
    top: 0;
}

.rtwbma_placeholder_image {
    display: inline-flex;
    width: 50px;
    height: 50px;
    background-color: var(--brand-color);
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}

.rtwbma_placeholder_image.rtwbma_placeholder_small_image {
    margin: 0 15px;
    width: 40px;
    height: 40px;
}

.rtwbma_service_holder_item_wrapper {
    border: 1px solid #eeeeee;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 0 15px rgba(0, 0, 0, .07);
    margin-bottom: 15px;
    padding: 15px;
}

.rtwbma_service_holder_left h4 {
    display: inline-block;
    margin: 0 10px 0 0;
}

.rtwbma_service_holder_image {
    width: 90px;
    height: 90px;
    background-color: var(--brand-color);
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 6px;
}

.rtwbma_service_holder_top {
    display: flex;
    flex-wrap: wrap;
}

.rtwbma_service_holder_left,
.rtwbma_service_holder_right {
    max-width: 50%;
    flex: 0 0 50%;
}

.rtwbma_service_holder_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.rtwbma_date_picker_calebdar .ui-widget.ui-widget-content {
    border: none;
    padding: 0;
    width: 100%;
    font-family: 'Nunito Sans', sans-serif;
    border-bottom: 1px solid var(--border-color);
}

.rtwbma_date_picker_calebdar .ui-widget-header {
    background-color: var(--white-color);
    border: none;
    margin-bottom: 15px;
}

.rtwbma_date_picker_calebdar .ui-datepicker th,
.rtwbma_date_picker_calebdar .ui-datepicker td {
    padding: 6px !important;
}

.rtwbma_date_picker_calebdar .ui-datepicker th,
.rtwbma_date_picker_calebdar .ui-datepicker td,
.rtwbma_date_picker_calebdar .ui-datepicker td a {
    border: none;
    text-align: center;
    background-color: transparent;
    text-decoration: none!important;
}

.rtwbma_date_picker_calebdar .ui-datepicker td a.ui-state-default.ui-state-active {
    position: relative;
}

.rtwbma_date_picker_calebdar .ui-datepicker td a.ui-state-default:focus {
    outline: 0;
    box-shadow: none;
}

.rtwbma_date_picker_calebdar .ui-widget-content .ui-state-default,
.rtwbma_date_picker_calebdar .ui-widget-content thead span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.rtwbma_date_picker_calebdar .ui-state-default,
.rtwbma_date_picker_calebdar .ui-widget-content .ui-state-default {
    border: none;
    text-align: center;
    color: var(--black-color);
}

.rtwbma_date_picker_calebdar .ui-datepicker td.ui-datepicker-current-day .ui-state-default::after {
    background-color: var(--secondary-color);
    font-weight: 900;
    font-size: 20px;
    content: "";
    height: 4px;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-prev,
.rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-next {
    width: 40px;
    height: 40px;
    text-decoration: none !important;
    background-color: var(--brand-color);
    text-align: center;
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    border: none;
    cursor: pointer;
}

.rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-prev:hover,
.rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-next:hover {
    background-color: var(--secondary-color);
}

.rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-prev::after,
.rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-next::after {
    content: "\f30a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-next::after {
    content: "\f30b";
}

.notifyjs-bootstrap-rtwbma_notify_right,
.notifyjs-bootstrap-rtwbma_notify {
    background-color: #f4be6b !important;
    color: var(--white-color);
}

.rtwbma_apply_coupon {
    background-color: var(--secondary-color);
    color: #ffffff !important;
    line-height: 1.5;
    padding: 8px 30px !important;
    text-transform: capitalize;
    box-shadow: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.rtwbma_checkbox_label {
    width: auto !important;
}


/* .rtwbma_radio_class{
	padding: 10px;
} */


/* .rtwbma_input_wrapper ~ .notifyjs-wrapper.notifyjs-hidable, .rtwbma_input_wrapper ~ .notifyjs-wrapper.notifyjs-hidable .notifyjs-container {
    position: absolute !important;
}
.rtwbma_input_wrapper ~ .notifyjs-wrapper.notifyjs-hidable .notifyjs-container {
    position: absolute !important;
    right: 0 !important;
}
.rtwbma_input_wrapper ~ .notifyjs-wrapper.notifyjs-hidable{
	right: 30px !important;
} */

.rtwbma-emp-tabs-nav.rtwbma-tabs-nav li.width33 {
    width: 33.33%;
}

@media screen and (max-width: 1180px) {
    .rtwbma-progress-tracker ul li {
        font-size: 13px;
    }
    .rtwbma-progress-tracker ul li.active span::after {
        width: 14px;
        height: 14px;
        font-size: 8px;
        line-height: 14px;
    }
}

@media screen and (max-width: 767px) {
    .rtwbma_service_holder_left,
    .rtwbma_service_holder_right,
    .rtwbma_colmun_3,
    .rtwbma_colmun_9 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 650px) {
    .rtwbma_services_wrapper .rtwbma_service_tbl_title {
        padding-bottom: 15px;
    }
    .rtwbma_service_holder_right {
        justify-content: center;
        margin-top: 20px;
    }
    .rtwbma_service_holder_image {
        width: 60px;
        height: 60px;
    }
    .rtwbma_date_picker_calebdar .ui-datepicker td a {
        width: 30px;
        height: 30px;
    }
    .rtwbma_date_picker_calebdar .ui-datepicker td a.ui-state-default.ui-state-active {
        font-size: inherit;
    }
    .rtwbma_third_time_slot_wrapper .button.rtwbma_time_app {
        margin: 5px 2px 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .rtwbma-col-2,
    .rtwbma_service_tbl_title,
    .rtwbma_service_tbl_book_now {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .rtwbma-col-6 {
        max-width: 75%;
        flex: 0 0 75%;
        width: 100%;
    }
    .rtwbma_service_tbl_book_now {
        text-align: left;
    }
    .rtwbma_service_tbl_book_now {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .rtwbma_next .rtwbma_next_btn,
    .rtwbma_next .rtwbma_prev_btn,
    .rtwbma_update_profile,
    .rtwbma-cust-btn.rtwbma_cncl_submit,
    .rtwbma_cancel_appointment,
    .rtwbma_next_process_btn,
    .rtwbma_prev_process_btn,
    .rtwbma_third_next_btn {
        padding: 8px 20px !important;
    }
    .rtwbma_cust_tbl_title,
    .rtwbma_service_tbl_title {
        padding-bottom: 0;
    }
    .rtwbma_cust_tbl_input_field,
    .rtwbma_service_tbl_book_now {
        padding-top: 0;
    }
    .rtwbma-form-wrapper-2 .rtwbma-form-image h2 {
        font-size: 22px;
    }
    .rtwbma_date_picker_calebdar .ui-datepicker th,
    .rtwbma_date_picker_calebdar .ui-datepicker td {
        padding: 3px!important;
    }
}

@media screen and (max-width: 650px) {
    .rtwbma-cust-column-3,
    .rtwbma-emp-column-2,
    .rtwbma_cust_tbl_title,
    .rtwbma_cust_tbl_input_field {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .rtwbma-emp-tabs-nav.rtwbma-tabs-nav li {
        width: 100%;
    }
    .rtwbma_step_by_step_move {
        display: none;
    }
    .rtwbma_step_by_step-nav ul .rtwbma_step_by_step-item {
        width: 50%;
    }
    .rtwbma_step_by_step-nav ul .rtwbma_step_by_step-item.active {
        background-color: var(--brand-color);
    }
    .rtwbma_employee_name .rtwbma_service_tbl_title,
    .rtwbma_customer_detail .rtwbma_service_tbl_title,
    .rtwbma_payment_method .rtwbma_service_tbl_title {
        flex: 0 0 60%;
        max-width: 60%;
        padding-bottom: 15px;
    }
    .rtwbma_employee_name .rtwbma_service_tbl_book_now,
    .rtwbma_customer_detail .rtwbma_service_tbl_book_now,
    .rtwbma_payment_method .rtwbma_service_tbl_book_now {
        flex: 0 0 40%;
        max-width: 40%;
        text-align: right;
        padding-top: 15px;
    }
    .rtwbma_times_sec .rtwbma_times ul .button.rtwbma_ti/**
    * All of the CSS for your public-facing functionality should be
    * included in this file.
    */
   
    :root {
       --brand-color: #2a1a5e;
       --secondary-color: #ef9434;
       --gray-color: #7e849b;
       --border-color: #dddddd;
       --black-color: #1f222b;
       --white-color: #ffffff;
   }
   
   .rtwbma_wrap {
       font-family: 'Nunito Sans', sans-serif;
       color: var(--gray-color);
       line-height: 1.618;
       font-weight: 400;
       font-size: 16px;
   }
   
   .mrb-15 {
       margin-bottom: 15px;
   }
   
   .mrt-15 {
       margin-top: 15px;
   }
   
   .text-right {
       text-align: right;
   }
   
   .rtwbma_tab_content {
       box-shadow: 0 0 05px 0 rgba(0, 0, 0, 0.1);
       border: 1px solid #eeeeee;
       margin-bottom: 20px;
       padding: 0 25px;
   }
   
   .rtwbma_services a {
       color: #96588a;
   }
   
   .rtwbma_panel_header,
   .rtwbma_services_header {
       background-image: url('../../assets/images/2321.jpg');
       padding: 15px 20px;
       color: var(--white-color);
       font-weight: bold;
       font-size: 26px;
       position: relative;
       z-index: 1;
       margin: 0 -25px 25px -25px;
   }
   
   .rtwbma_panel_header::before,
   .rtwbma_services_header::before {
       content: "";
       background-color: var(--brand-color);
       position: absolute;
       left: 0;
       right: 0;
       top: 0;
       bottom: 0;
       z-index: -1;
       opacity: 0.77;
   }
   
   .rtwbma_header_list_result,
   .rtwbma_header_list_date_result {
       float: right;
       padding-right: 15px;
       color: var(--brand-color);
       font-weight: 600;
   }
   
   .rtwbma_service_tbl {
       padding: 10px;
   }
   
   .rtwbma_service_tbl_row {
       display: flex;
       flex-wrap: wrap;
       border: 1px solid #eeeeee;
       margin-bottom: 15px;
       align-items: center;
       box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 0 15px rgba(0, 0, 0, .07);
       -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 0 15px rgba(0, 0, 0, .07);
       -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 0 15px rgba(0, 0, 0, .07);
   }
   
   .rtwbma_service_tbl_row.rtwbma_time_wrapper {
       padding: 15px;
   }
   
   .rtwbma_times ul {
       margin: 0!important;
       padding: 0 !important;
   }
   
   .rtwbma_service_tbl_row:hover {
       transition: 0.2s linear all;
       box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
       background-color: #efefef;
   }
   
   .rtwbma_parent_row:hover {
       background-color: var(--secondary-color);
       color: var(--white-color);
   }
   
   .rtwbma_parent_row:hover .rtwbma_button,
   .rtwbma_parent_row .rtwbma_button {
       color: var(--white-color);
   }
   
   .rtwbma_parent_row {
       border-color: var(--secondary-color);
       box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
       -webkit-animation-name: pulse;
       animation-name: pulse;
       -webkit-animation-duration: 1s;
       animation-duration: 1s;
       -webkit-animation-fill-mode: both;
       animation-fill-mode: both;
       background-color: var(--secondary-color);
       color: var(--white-color);
   }
   
   @-webkit-keyframes pulse {
       from {
           -webkit-transform: scale3d(1, 1, 1);
           transform: scale3d(1, 1, 1);
       }
       50% {
           -webkit-transform: scale3d(1.01, 1.01, 1.01);
           transform: scale3d(1.01, 1.01, 1.01);
       }
       to {
           -webkit-transform: scale3d(1, 1, 1);
           transform: scale3d(1, 1, 1);
       }
   }
   
   @keyframes pulse {
       from {
           -webkit-transform: scale3d(1, 1, 1);
           transform: scale3d(1, 1, 1);
       }
       50% {
           -webkit-transform: scale3d(1.01, 1.01, 1.01);
           transform: scale3d(1.01, 1.01, 1.01);
       }
       to {
           -webkit-transform: scale3d(1, 1, 1);
           transform: scale3d(1, 1, 1);
       }
   }
   
   .rtwbma_service_tbl_title,
   .rtwbma_service_tbl_book_now {
       text-align: left;
       padding: 15px;
   }
   
   .rtwbma_service_tbl_book_now .rtwbma_button {
       margin-left: 10px;
   }
   
   .rtwbma_service_tbl_title {
       flex: 0 0 60%;
       max-width: 60%;
   }
   
   .rtwbma_service_tbl_book_now {
       flex: 0 0 40%;
       max-width: 40%;
       text-align: right;
   }
   
   .rtwbma_service_tbl_book_now input[type="number"],
   .rtwbma_service_tbl_book_now input[type="text"] {
       width: 100%;
       background-color: #eeeeee;
       border: 1px solid var(--border-color);
       box-shadow: none;
       height: 40px;
       padding: 10px;
   }
   
   .rtwbma_cust_tbl_title {
       max-width: 20%;
       flex: 0 0 20%;
       padding: 15px;
   }
   
   .rtwbma_cust_tbl_input_field {
       flex: 0 0 80%;
       padding: 15px;
       max-width: 80%;
   }
   
   .rtwbma_cust_tbl_input_field input[type="number"],
   .rtwbma_cust_tbl_input_field input[type="text"],
   .rtwbma_cust_tbl_input_field .customer_message,
   .rtwbma_cancel_reason {
       width: 100%;
       display: block;
       padding: 7px 10px;
       height: auto;
       border: 1px solid #ddd;
       box-shadow: none;
       line-height: 1.6;
       font-size: 14px;
   }
   
   .rtwbma_cancel_reason {
       height: auto;
   }
   
   .rtwbma_cust_tbl_input_field .customer_message {
       height: 100px;
   }
   
   .rtwbma_button,
   .rtwbma_button:hover,
   .rtwbma_button:focus,
   .rtwbma_book_now_btn:focus {
       text-decoration: none !important;
       font-weight: bold;
       outline: 0;
   }
   
   .rtwbma_number_quantity input[type=number]::-webkit-inner-spin-button,
   .rtwbma_number_quantity input[type=number]::-webkit-outer-spin-button {
       -webkit-appearance: none;
       margin: 0;
   }
   
   .rtwbma_number_quantity input[type="number"] {
       -moz-appearance: textfield;
       text-align: center;
       background-color: var(--white-color) !important;
       border-radius: 40px !important;
       border: 1px solid #ddd;
       box-shadow: none;
       padding: 10px;
       width: 100%;
   }
   
   .rtwbma_number_quantity input[type="number"]:focus {
       outline: 0;
       background-color: var(--white-color) !important;
   }
   
   .rtwbma_number_quantity {
       position: relative;
       align-items: center;
       width: 150px;
       margin-left: 15px;
       display: inline-flex;
       border-radius: 40px;
   }
   
   .rtwbma_quantity_button {
       cursor: pointer;
       font-weight: 700;
       position: absolute;
       height: 30px;
       background-color: var(--secondary-color);
       width: 30px;
       text-align: center;
       line-height: 30px;
       font-size: 18px;
       border-radius: 40px;
       color: var(--white-color);
   }
   
   .rtwbma_quantity_button:hover {
       background-color: var(--brand-color);
       color: var(--white-color);
   }
   
   .rtwbma_quantity_button.rtwbma_quantity_button-plus {
       left: 1px;
   }
   
   .rtwbma_quantity_button.rtwbma_quantity_button-minus {
       right: 1px;
   }
   
   .rtwbma_custom_radio {
       display: inline-block;
       height: 20px;
       margin-left: auto;
       width: 20px;
       position: relative;
       top: 4px;
   }
   
   .rtwbma_custom_radio input[type="radio"] {
       background-color: transparent;
       outline: 0;
       border: none;
       -webkit-box-shadow: none;
       box-shadow: none;
       -moz-appearance: none;
       -webkit-appearance: none;
       -ms-appearance: none;
       -o-appearance: none;
       cursor: pointer;
   }
   
   .rtwbma_custom_radio input[type="radio"]:focus {
       outline: 0!important;
   }
   
   .rtwbma_custom_radio input[type="radio"]::before {
       border-radius: 50%;
       border: 2px solid var(--brand-color);
       content: "";
       display: inline-block;
       height: 15px;
       /* position: absolute; */
       /* left: 0;
        top: 0; */
       width: 15px;
   }
   
   .rtwbma_custom_radio input[type="radio"]::after {
       -o-transition: 0.3s linear all;
       -webkit-transition: 0.3s linear all;
       background-color: var(--brand-color);
       border-radius: 50%;
       content: "";
       display: inline-block;
       height: 8px;
       left: 6px;
       margin: 0 auto;
       opacity: 0;
       position: absolute;
       top: 6px;
       transform: scale(0);
       transition: 0.3s linear all;
       visibility: hidden;
       width: 8px;
   }
   
   .rtwbma_custom_radio input[type="radio"]:checked::after {
       -o-transition: 0.3s linear all;
       -webkit-transition: 0.3s linear all;
       transition: 0.3s linear all;
       transform: scale(1);
       opacity: 1;
       visibility: visible;
   }
   
   .rtwbma_custom_checkbox {
       position: relative;
       width: 15px;
       height: 15px;
       display: inline-block;
       margin-right: 10px;
       top: 3px;
   }
   
   .rtwbma_custom_checkbox input[type="checkbox"] {
       -webkit-appearance: none;
       -moz-appearance: none;
       -ms-appearance: none;
       margin: 0;
       padding: 0;
       border: none;
       background-color: transparent;
   }
   
   .rtwbma_custom_checkbox input[type="checkbox"]::after {
       border-radius: 4px;
       border: 2px solid var(--brand-color);
       content: "";
       height: 100%;
       left: 0;
       margin: 0 auto;
       position: absolute;
       top: 0;
       width: 100%;
       cursor: pointer;
   }
   
   .rtwbma_custom_checkbox input[type="checkbox"]:checked::before {
       background-color: var(--brand-color);
       bottom: 0;
       color: var(--white-color);
       content: "\f00c";
       display: block;
       font-family: "Font Awesome 5 Free";
       font-size: 10px;
       font-weight: 900;
       height: 100%;
       left: 2px;
       line-height: 16px;
       margin: 0 auto;
       position: absolute;
       right: 0;
       top: 2px;
       width: 100%;
       z-index: 1;
       text-align: center;
       cursor: pointer;
   }
   
   .rtwbma_step_by_step-nav {
       position: relative;
       z-index: 1;
       margin-bottom: 30px;
   }
   
   .rtwbma_step_by_step-nav ul {
       margin: 0;
       padding: 0!important;
       display: flex;
       flex-wrap: wrap;
       background-color: #f1f1f1;
   }
   
   .rtwbma_step_by_step-nav ul .rtwbma_step_by_step-item {
       border-radius: 4px;
       color: #333333;
       cursor: pointer;
       font-weight: 600;
       list-style-type: none;
       padding: 11px;
       position: relative;
       text-align: center;
       width: 16.66%;
       z-index: 1;
   }
   
   .rtwbma_step_by_step-nav ul .rtwbma_step_by_step-item.active {
       color: var(--white-color);
   }
   
   .rtwbma_step_by_step-nav ul {
       margin: 0;
       padding: 0!important;
       line-height: initial;
   }
   
   .rtwbma_step_by_step_move {
       position: absolute;
       left: -4px;
       top: -4px;
       bottom: 0;
       background-color: var(--brand-color);
       width: 16.66%;
       border-radius: 4px;
       -webkit-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
       -moz-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
       -ms-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
       -o-transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
       transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
       -webkit-box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
       -moz-box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
       -ms-box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
       -o-box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
       box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
       padding: 27px 20px;
   }
   
   .rtwbma_tab_content {
       display: none !important;
       position: relative;
   }
   
   .rtwbma_tab_content.show {
       display: block !important;
   }
   
   .rtwbma_date_wrapper {
       padding: 15px;
       background-color: var(--white-color);
       border-radius: 4px;
       margin-bottom: 20px;
       border: 1px solid var(--border-color);
       cursor: pointer;
   }
   
   .rtwbma_selected_date_wrapper {
       font-size: 16px;
       border-bottom: 1px solid #efefef;
       margin: 0 -20px 12px -20px;
       padding: 0 20px 10px 20px;
       font-weight: 600;
   }
   
   .rtwbma_selected_date_wrapper .rtwbma_sele_date {
       color: #999;
   }
   
   .rtwbma_time_scrollable {
       max-height: 130px;
       overflow-y: auto;
   }
   
   .rtwbma_times_sec .rtwbma_times ul .button.rtwbma_time_app {
       margin: 4px 10px 2px 0;
       background-color: var(--white-color);
       border: 1px solid var(--border-color);
       color: #8e8d8d;
       width: 71px;
       padding: 1px 4px;
       text-align: center;
       font-size: 13px;
       display: inline-block;
       list-style-type: none;
       cursor: pointer;
   }
   
   .rtwbma_times_sec .rtwbma_times ul .button.rtwbma_time_app:hover,
   .rtwbma_times_sec .rtwbma_times ul .button.rtwbma_time_app:focus {
       background-color: #d5d5d5;
       border-color: #d5d5d5;
       color: #333333;
   }
   
   .rtwbma_times_sec .rtwbma_times ul .button.rtwbma_time_app.rtwbma_active {
       background-color: var(--brand-color);
       color: var(--white-color);
   }
   
   .rtwbma_times ul .button.rtwbma_time_app.rtwbma_active {
       background-color: var(--brand-color);
       color: var(--white-color);
   }
   
   .rtwbma_final_submit,
   .rtwbma_next {
       padding: 15px;
   }
   
   .rtwbma_final_submit #rtwbma_book_app {
       background-color: #0088F3;
       color: var(--white-color);
       line-height: 1.5;
       padding: 20px;
       text-transform: capitalize;
       box-shadow: none;
       width: 100%;
       font-size: 20px;
       display: block;
       border: none;
       cursor: pointer;
   }
   
   .rtwbma_next .rtwbma_next_btn,
   .rtwbma_next .rtwbma_prev_btn,
   .rtwbma_update_profile,
   .rtwbma-cust-btn.rtwbma_cncl_submit,
   .rtwbma_cancel_appointment,
   .rtwbma_next_process_btn,
   .rtwbma_prev_process_btn,
   .rtwbma_third_next_btn {
       background-color: var(--secondary-color) !important;
       color: #ffffff!important;
       line-height: 1.5;
       padding: 8px 30px !important;
       text-transform: capitalize;
       box-shadow: none;
       display: inline-block;
       margin-right: 20px;
       font-size: 14px;
       border: none;
       cursor: pointer;
       border-radius: 4px;
   }
   
   .rtwbma_next .rtwbma_next_btn:focus,
   .rtwbma_next .rtwbma_prev_btn:focus,
   .rtwbma_update_profile:focus,
   .rtwbma-cust-btn.rtwbma_cncl_submit:focus,
   .rtwbma_cancel_appointment:focus,
   .rtwbma_next_process_btn:focus,
   .rtwbma_prev_process_btn:focus,
   .rtwbma_third_next_btn:focus,
   .rtwbma_next .rtwbma_next_btn:hover,
   .rtwbma_next .rtwbma_prev_btn:hover,
   .rtwbma_update_profile:hover,
   .rtwbma-cust-btn.rtwbma_cncl_submit:hover,
   .rtwbma_cancel_appointment:hover,
   .rtwbma_next_process_btn:hover,
   .rtwbma_prev_process_btn:hover,
   .rtwbma_third_next_btn:hover {
       outline: 0;
       background-color: #2a1a5e!important;
   }
   
   .rtwbma_next_btn i {
       vertical-align: middle;
   }
   
   .rtwbma_next::after,
   .rtwbma_prcoess_stpes_btns::after {
       content: "";
       clear: both;
       display: block;
   }
   
   .rtwbma_next_process_btn,
   .rtwbma_prev_process_btn,
   .rtwbma_next .rtwbma_next_btn,
   .rtwbma_next .rtwbma_prev_btn {
       margin-right: 0;
       position: relative;
   }
   
   .rtwbma_next_process_btn,
   .rtwbma_next_btn {
       float: right;
   }
   
   .rtwbma_prev_process_btn,
   .rtwbma_prev_btn {
       float: left;
   }
   
   .rtwbma_next .rtwbma_prev_btn {
       background-color: var(--secondary-color);
   }
   
   
   /*//////////////*/
   
   .error {
       color: red!important;
   }
   
   .rtwbma_stripe_form {
       width: 100%;
   }
   
   .rtwbma_stripe_form .rtwbma_form_field {
       display: flex;
       flex-wrap: wrap;
       align-items: center;
       padding: 15px;
   }
   
   .rtwbma_stripe_form .rtwbma_form_field .rtwbma_service_tbl_titles {
       width: 180px;
       margin-bottom: 15px;
   }
   
   .rtwbma_stripe_form .rtwbma_form_field .rtwbma_service_tbl_book_nows {
       width: calc(100% - 180px);
       margin-bottom: 15px;
   }
   
   .rtwbma_stripe_form .rtwbma_form_field .rtwbma_service_tbl_book_nows input {
       width: 100%;
       padding: 0.6180469716em;
       background-color: #fff;
       color: #43454b;
       -webkit-appearance: none;
       box-sizing: border-box;
       font-weight: normal;
       border: 1px solid rgba(0, 0, 0, 0.125);
       box-shadow: none;
   }
   
   
   /**
    * The CSS shown here will not be introduced in the Quickstart guide, but shows
    * how you can use CSS to style your Element's container.
    */
   
   #rtwbma_cus_token {
       padding-left: 15px;
       padding-right: 15px;
   }
   
   #rtwbma_cus_token label {
       font-weight: 900;
   }
   
   .StripeElement {
       box-sizing: border-box;
       height: 40px;
       padding: 10px 0;
       border: 1px solid transparent;
       border-radius: 4px;
       background-color: white;
       box-shadow: 0 1px 3px 0 #e6ebf1;
       -webkit-transition: box-shadow 150ms ease;
       transition: box-shadow 150ms ease;
   }
   
   .StripeElement--focus {
       box-shadow: 0 1px 3px 0 #cfd7df;
   }
   
   .StripeElement--invalid {
       border-color: #fa755a;
   }
   
   .StripeElement--webkit-autofill {
       background-color: #fefde5 !important;
   }
   
   .rtwbma_hide {
       display: none;
   }
   
   .rtwbma-cust-wrapper,
   .rtwbma-emp-wrapper {
       border: 1px solid #efefef;
       font-family: 'Nunito Sans', sans-serif;
       color: #6d6d6d;
       line-height: 1.618;
       font-weight: 400;
       font-size: 16px;
   }
   
   .rtwbma-tabs-nav {
       margin: 0;
       padding: 0;
       background-color: #efefef;
   }
   
   .rtwbma-tabs-nav::after {
       clear: both;
       display: block;
       content: "";
   }
   
   .rtwbma-tabs-nav li {
       list-style-type: none;
       float: left;
       width: 50%;
       text-align: center;
   }
   
   .rtwbma-emp-tabs-nav.rtwbma-tabs-nav li {
       width: 50%;
   }
   
   .rtwbma-tabs-nav li a {
       text-decoration: none !important;
       padding: 10px;
       display: block;
       cursor: pointer;
   }
   
   .rtwbma-tabs-nav li a.active {
       background-color: var(--brand-color);
       color: var(--white-color);
   }
   
   .rtwbma-tabs-nav li a:hover,
   .rtwbma-tabs-nav li a:focus {
       outline: 0;
   }
   
   .rtwbma-cust-tab-content .rtwbma-cust-table {
       width: 100%;
       border-collapse: collapse;
   }
   
   .rtwbma-cust-tab-content .rtwbma-cust-table th,
   .rtwbma-cust-tab-content .rtwbma-cust-table td {
       border-bottom: 1px solid #efefef;
       padding: 10px;
   }
   
   .rtwbma-cust-tab-content .rtwbma-cust-table td {
       font-size: 14px;
   }
   
   .rtwbma-emp-tab-content .rtwbma-cust-table {
       width: 100%;
       border-collapse: collapse;
   }
   
   .rtwbma-emp-tab-content .rtwbma-cust-table th,
   .rtwbma-emp-tab-content .rtwbma-cust-table td {
       border-bottom: 1px solid #efefef;
       padding: 10px;
   }
   
   .rtwbma-emp-tab-content .rtwbma-cust-table td {
       font-size: 14px;
   }
   
   .rtwbma-cust-btn {
       border: 1px solid #efefef;
       padding: 3px 10px;
       text-decoration: none !important;
       border-radius: 3px;
   }
   
   .rtwbma-cust-tab-content {
       padding: 10px;
       overflow-y: auto;
   }
   
   .rtwbma-tab-content {
       display: none;
   }
   
   .rtwbma-tab-content.show {
       display: block;
   }
   
   .rtwbma-cust-column-row,
   .rtwbma-emp-column-row {
       display: flex;
       flex-wrap: wrap;
       margin-left: -10px;
       margin-right: -10px;
   }
   
   .rtwbma-cust-column-3 {
       width: 33.333%;
       padding-left: 10px;
       padding-right: 10px;
   }
   
   .rtwbma-emp-column-2 {
       max-width: 50%;
       width: 100%;
       padding-left: 10px;
       padding-right: 10px;
   }
   
   .rtwbma-cust-tab-content .form-control,
   .rtwbma-emp-tab-content .form-control {
       width: 100%;
       background-color: #eeeeee;
       border: 1px solid var(--border-color);
       box-shadow: none;
       height: 40px;
       padding: 10px;
   }
   
   .rtwbma-cust-tab-content textarea.form-control,
   .rtwbma-emp-tab-content textarea.form-control {
       height: auto;
   }
   
   .rtwbma-cust-tab-content label,
   .rtwbma-emp-tab-content label {
       font-weight: 700;
       width: 100%;
       display: block;
       margin-bottom: 5px;
   }
   
   .rtwbma-emp-tab-content {
       padding: 10px;
   }
   
   .rtwbma-emp-avatar {
       display: flex;
       flex-wrap: wrap;
       align-items: center;
       margin-bottom: 25px;
   }
   
   .rtwbma-emp-avatar .rtwbma-emp-avatar-image {
       width: 90px;
       height: 90px;
       background-color: #efefef;
       border-radius: 50%;
       display: inline-block;
   }
   
   .rtwbma-emp-avatar h3 {
       font-weight: 600;
       margin-left: 20px;
   }
   
   .rtwbma-emp-visibility p {
       margin-bottom: 10px;
   }
   
   .rtwbma-emp-visibility .rtwbma_custom_radio {
       margin-right: 10px;
   }
   
   .rtwbma-panel-header {
       background-color: #ece5e5;
       padding: 10px;
   }
   
   .rtwbma-panel-body ul {
       margin: 15px 0 0 0;
       padding: 0 10px;
       list-style-type: none;
   }
   
   .rtwbma-panel-body ul li {
       margin-bottom: 15px;
   }
   
   .rtwbma-emp-footer-btn {
       padding: 16px 10px;
       background-color: #eae6e6;
   }
   
   .rtwbma_save_button,
   .rtwbma_cancel_button {
       padding: 4px 25px;
       background-color: var(--brand-color);
       color: var(--white-color);
       text-decoration: none !important;
       display: inline-block;
       border: 2px solid var(--brand-color);
       margin-right: 10px;
   }
   
   .rtwbma_cancel_button {
       background-color: var(--white-color);
       color: var(--black-color);
   }
   
   .rtwbma_add_new_button {
       background: var(--brand-color);
       padding: 10px 30px;
       display: inline-block;
       text-decoration: none!important;
       color: var(--white-color);
       border-radius: 4px;
       font-size: 16px;
       position: relative;
       border: none;
       cursor: pointer;
       line-height: 18px;
   }
   
   .rtwbma_add_new_button:focus {
       outline: 0;
   }
   
   .rtwbma_add_new_button .rtwbma_plus {
       position: absolute;
       left: 0;
       width: 38px;
       display: inline-block;
       height: 38px;
       top: 0;
       text-align: center;
       line-height: 38px;
       background-color: var(--secondary-color);
   }
   
   .rtwbma_add_new_button .rtwbma_text {
       padding-left: 24px;
   }
   
   .rtwbma-col-4 {
       max-width: 25%;
       flex: 0 0 25%;
       padding-left: 10px;
       padding-right: 10px;
   }
   
   .rtwbma-col-2 {
       max-width: 24.333%;
       width: 100%;
       flex: 0 0 24.333%;
       padding-right: 10px;
       padding-left: 10px;
   }
   
   .rtwbma-flexbox {
       display: table;
       width: 100%;
       max-width: 100%;
       height: 100%;
   }
   
   .rtwbma-flex-cell {
       display: table-cell;
       height: 100%;
       width: 50%s;
   }
   
   .width-1 {
       width: 8%;
       text-align: center;
   }
   
   .rtwbma_add_break_btn {
       padding: 3px 8px;
       background-color: var(--brand-color);
       color: var(--white-color);
       font-size: 14px;
       margin-right: 15px;
   }
   
   .rtwbma_status_span {
       border-style: solid;
       border-width: 1px;
       color: #30b893;
       padding: 3px 15px;
       border-radius: 3px;
       font-weight: 500;
       display: inline-block;
       min-width: 100px;
       text-align: center;
       cursor: pointer;
   }
   
   .rtwbma_status_span.approved {
       border-color: #30b893;
       color: #30b893;
   }
   
   .rtwbma_status_span.cancelled {
       color: #e33c3c;
       border-color: #e33c3c;
   }
   
   .rtwbma_status_span.rejected {
       color: #e33c3c;
       border-color: #e33c3c;
   }
   
   .rtwbma_status_span.pending {
       border-color: #f2a541;
       color: #f2a541;
   }
   
   
   /*Login Page*/
   
   #rtwbma-register-form {
       border: 2px solid #eeeeee;
       max-width: 550px;
       margin: 0 auto;
       padding: 30px 20px;
       box-shadow: 0 4px 38px 0 rgba(22, 21, 55, .06), 0 0 21px 0 rgba(22, 21, 55, .03);
       border-radius: 4px;
   }
   
   #rtwbma-register-form .rtwbma-title {
       text-align: center;
       margin-bottom: 10px;
   }
   
   #rtwbma-register-form .rtwbma-title h2 {
       font-size: 24px;
       font-weight: 600;
       padding: 0;
       margin-bottom: 30px;
   }
   
   .rtwbma-text {
       position: relative;
       display: flex;
       align-items: stretch;
       margin-top: 15px;
   }
   
   .rtwbma-text .rtwbma-text-icon {
       align-items: center;
       background-color: var(--white-color);
       border-color: var(--border-color);
       border-style: solid;
       border-width: 1px 0 1px 1px;
       display: flex;
       justify-content: center;
       text-align: center;
       width: 40px;
   }
   
   .rtwbma-text input,
   .rtwbma-text textarea,
   .rtwbma-text select {
       width: 100%;
       background-color: #ffffff !important;
       padding: 12px 15px !important;
       line-height: 1.4;
       border: 1px solid #dddddd !important;
       box-shadow: none !important;
       cursor: pointer;
       font-size: 14px;
   }
   
   .rtwbma-text input:focus,
   .rtwbma-text textarea:focus,
   .rtwbma-text select:focus {
       outline: 0;
   }
   
   #rtwbma-register-form form input[type="submit"] {
       background-color: #219595;
       color: #ffff;
       letter-spacing: 1px;
       font-size: 18px;
       border: none;
       margin: 20px 0 15px 0;
       padding: 15px;
       width: 100%;
       display: block;
       font-size: 16px;
       font-weight: 600;
       cursor: pointer;
   }
   
   
   /*end Login Page*/
   
   
   /*Registration*/
   
   .rtwbma-form-wrapper {
       padding: 20px;
       border-radius: 4px;
       overflow: hidden;
       box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
   }
   
   .rtwbma-form-wrapper form {
       margin: 0;
   }
   
   .rtwbma-form-wrapper form h2 {
       background-color: #232055;
       color: var(--white-color);
       padding: 28px 15px;
       font-size: 26px;
       text-align: center;
       margin: -20px -20px 20px -20px;
   }
   
   .rtwbma-form-wrapper .rtwbma-text .rtwbma-text-icon {
       background-color: #232055;
       color: var(--white-color);
       border-color: #232055;
   }
   
   .rtwbma-form-wrapper form input[type="submit"] {
       background-color: #232055;
       color: #fff;
       border-radius: 4px;
       margin-top: 20px;
       display: inline-block;
       padding: 10px 30px;
       border: none;
       font-size: 16px;
       margin: 20px 0;
       cursor: pointer;
   }
   
   .rtwbma-form-wrapper-2 {
       box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
   }
   
   .rtwbma-form-wrapper-2 .rtwbma-text {
       margin-top: 0;
       margin-bottom: 10px;
   }
   
   .rtwbma-form-wrapper-2 .rtwbma-form-inner {
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
   }
   
   .rtwbma-form-wrapper-2 .rtwbma-form-image {
       flex: 0 0 40%;
       background-size: cover;
       padding: 20px;
       text-align: center;
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
       align-items: center;
       max-width: 40%;
   }
   
   .rtwbma-form-wrapper-2 .rtwbma-form-content {
       flex: 0 0 58%;
       margin-left: 2%;
   }
   
   .rtwbma-form-wrapper-2 .rtwbma-form-image h2 {
       font-weight: bold;
       color: var(--white-color);
       letter-spacing: 2px;
       font-size: 30px;
       margin: 0;
   }
   
   .rtwbma-form-wrapper-2 .rtwbma-form-content form {
       padding: 30px 20px 20px 10px;
       margin: 0;
   }
   
   .rtwbma-form-wrapper-2 input[type="submit"] {
       background-color: #f6c719;
       color: var(--white-color);
       border-radius: 40px;
       padding: 12px;
       min-width: 150px;
       text-align: center;
       letter-spacing: 1px;
       position: relative;
       font-weight: 600;
       border: none;
       margin: 30px 0 20px 0;
       cursor: pointer;
   }
   
   .rtwbma-form-wrapper-2 input[type="submit"]:hover,
   .rtwbma-form-wrapper-2 input[type="submit"]:focus {
       opacity: 0.8;
       color: var(--white-color);
   }
   
   .rtwbma-form-wrapper-3 {
       background-size: cover;
       background-position: center center;
       border-radius: 5px;
       max-width: 430px;
       margin: 0 auto;
   }
   
   .rtwbma-form-wrapper-3 .rtwbma-form-inner {
       padding: 10px;
   }
   
   .rtwbma-form-wrapper-3 .rtwbma-form-content {
       background-color: var(--white-color);
   }
   
   .rtwbma-form-wrapper-3 .rtwbma-form-content form {
       margin: 0;
   }
   
   .rtwbma-form-wrapper-3 .rtwbma-form-content form h2 {
       text-align: center;
       font-weight: 600;
       color: var(--black-color);
       font-size: 26px;
       padding-bottom: 20px;
   }
   
   .rtwbma-form-wrapper-3 .rtwbma-text {
       margin-top: 0;
       margin-bottom: 15px;
   }
   
   .rtwbma-form-wrapper-3 .rtwbma-form-content {
       background-color: rgba(255, 255, 255, 0.7);
       padding: 20px;
       color: #000;
       border-radius: 10px;
   }
   
   .rtwbma-form-wrapper-3 input[type="submit"] {
       background-color: #8282D5;
       color: var(--white-color);
       border-radius: 4px;
       min-width: 150px;
       margin: 20px 0;
       padding: 10px;
       border: none;
       font-size: 16px;
       font-weight: 600;
       cursor: pointer;
   }
   
   .rtwbma-form-wrapper-3 input[type="submit"]:hover,
   .rtwbma-form-wrapper-3 input[type="submit"]:focus {
       opacity: 0.7;
       background-color: #e85a26;
       color: var(--white-color);
   }
   
   
   /*end Registration*/
   
   .rtwbma_cancel_app_wrap {
       box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
       padding: 25px;
       border: 1px solid #efefef;
   }
   
   .rtwbma_cancel_app_wrap form {
       margin: 0;
   }
   
   .rtwbma_cancel_app_wrap h3 {
       background-color: var(--brand-color);
       color: var(--white-color);
       padding: 10px;
       text-align: center;
       font-weight: 500;
       margin: -25px -25px 25px -25px;
       font-size: 24px;
   }
   
   .rtwbma_cancel_app .rtwbma_yes,
   .rtwbma_cancel_app .rtwbma_yes {
       min-width: 50px;
       display: inline-block;
   }
   
   .rtwbma_cncl_text {
       color: red;
       font-size: 18px;
   }
   
   .reason_cancel {
       margin: 10px 0;
   }
   
   .rtwbma-icon--error {
       border-color: #f27474;
       -webkit-animation: animateErrorIcon .5s;
       animation: animateErrorIcon .5s
   }
   
   .rtwbma-icon--error__x-mark {
       position: relative;
       display: block;
       -webkit-animation: animateXMark .5s;
       animation: animateXMark .5s
   }
   
   .rtwbma-icon--error__line {
       position: absolute;
       height: 5px;
       width: 47px;
       background-color: #f27474;
       display: block;
       top: 37px;
       border-radius: 2px
   }
   
   .rtwbma-icon--error__line--left {
       -webkit-transform: rotate(45deg);
       transform: roatate(45deg);
       left: 17px
   }
   
   .rtwbma-icon--error__line--right {
       -webkit-transform: rotate(-45deg);
       transform: rotate(-45deg);
       right: 16px
   }
   
   @-webkit-keyframes animateErrorIcon {
       0% {
           -webkit-transform: rotateX(100deg);
           transform: rotateX(100deg);
           opacity: 0
       }
       to {
           -webkit-transform: rotateX(0deg);
           transform: rotateX(0deg);
           opacity: 1
       }
   }
   
   @keyframes animateErrorIcon {
       0% {
           -webkit-transform: rotateX(100deg);
           transform: rotateX(100deg);
           opacity: 0
       }
       to {
           -webkit-transform: rotateX(0deg);
           transform: rotateX(0deg);
           opacity: 1
       }
   }
   
   @-webkit-keyframes animateXMark {
       0% {
           -webkit-transform: scale(.4);
           transform: scale(.4);
           margin-top: 26px;
           opacity: 0
       }
       50% {
           -webkit-transform: scale(.4);
           transform: scale(.4);
           margin-top: 26px;
           opacity: 0
       }
       80% {
           -webkit-transform: scale(1.15);
           transform: scale(1.15);
           margin-top: -6px
       }
       to {
           -webkit-transform: scale(1);
           transform: scale(1);
           margin-top: 0;
           opacity: 1
       }
   }
   
   @keyframes animateXMark {
       0% {
           -webkit-transform: scale(.4);
           transform: scale(.4);
           margin-top: 26px;
           opacity: 0
       }
       50% {
           -webkit-transform: scale(.4);
           transform: scale(.4);
           margin-top: 26px;
           opacity: 0
       }
       80% {
           -webkit-transform: scale(1.15);
           transform: scale(1.15);
           margin-top: -6px
       }
       to {
           -webkit-transform: scale(1);
           transform: scale(1);
           margin-top: 0;
           opacity: 1
       }
   }
   
   .rtwbma-icon--warning {
       border-color: #f8bb86;
       -webkit-animation: pulseWarning .75s infinite alternate;
       animation: pulseWarning .75s infinite alternate;
   }
   
   .rtwbma-icon--warning__body {
       width: 5px;
       height: 47px;
       top: 10px;
       border-radius: 2px;
       margin-left: -2px;
   }
   
   .rtwbma-icon--warning__body,
   .rtwbma-icon--warning__dot {
       position: absolute;
       left: 50%;
       background-color: #f8bb86;
   }
   
   .rtwbma-icon--warning__dot {
       width: 7px;
       height: 7px;
       border-radius: 50%;
       margin-left: -4px;
       bottom: -11px;
   }
   
   @-webkit-keyframes pulseWarning {
       0% {
           border-color: #f8d486;
       }
       to {
           border-color: #f8bb86;
       }
   }
   
   @keyframes pulseWarning {
       0% {
           border-color: #f8d486;
       }
       to {
           border-color: #f8bb86;
       }
   }
   
   .rtwbma-icon--success {
       border-color: #a5dc86;
   }
   
   .rtwbma-icon--success:after,
   .rtwbma-icon--success:before {
       content: "";
       border-radius: 50%;
       position: absolute;
       width: 60px;
       height: 120px;
       background: #fff;
       -webkit-transform: rotate(45deg);
       transform: rotate(45deg);
   }
   
   .rtwbma-icon--success:before {
       border-radius: 120px 0 0 120px;
       top: -7px;
       left: -33px;
       -webkit-transform: rotate(-45deg);
       transform: rotate(-45deg);
       -webkit-transform-origin: 60px 60px;
       transform-origin: 60px 60px;
   }
   
   .rtwbma-icon--success:after {
       border-radius: 0 120px 120px 0;
       top: -11px;
       left: 30px;
       -webkit-transform: rotate(-45deg);
       transform: rotate(-45deg);
       -webkit-transform-origin: 0 60px;
       transform-origin: 0 60px;
       -webkit-animation: rotatePlaceholder 4.25s ease-in;
       animation: rotatePlaceholder 4.25s ease-in;
   }
   
   .rtwbma-icon--success__ring {
       width: 80px;
       height: 80px;
       border: 4px solid hsla(98, 55%, 69%, .2);
       border-radius: 50%;
       box-sizing: content-box;
       position: absolute;
       left: -4px;
       top: -4px;
       z-index: 2;
   }
   
   .rtwbma-icon--success__hide-corners {
       width: 5px;
       height: 90px;
       background-color: #fff;
       padding: 1px;
       position: absolute;
       left: 28px;
       top: 8px;
       z-index: 1;
       -webkit-transform: rotate(-45deg);
       transform: rotate(-45deg);
   }
   
   .rtwbma-icon--success__line {
       height: 5px;
       background-color: #a5dc86;
       display: block;
       border-radius: 2px;
       position: absolute;
       z-index: 2;
   }
   
   .rtwbma-icon--success__line--tip {
       width: 25px;
       left: 14px;
       top: 46px;
       -webkit-transform: rotate(45deg);
       transform: rotate(45deg);
       -webkit-animation: animateSuccessTip .75s;
       animation: animateSuccessTip .75s;
   }
   
   .rtwbma-icon--success__line--long {
       width: 47px;
       right: 8px;
       top: 38px;
       -webkit-transform: rotate(-45deg);
       transform: rotate(-45deg);
       -webkit-animation: animateSuccessLong .75s;
       animation: animateSuccessLong .75s;
   }
   
   @-webkit-keyframes rotatePlaceholder {
       0% {
           -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
       }
       5% {
           -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
       }
       12% {
           -webkit-transform: rotate(-405deg);
           transform: rotate(-405deg);
       }
       to {
           -webkit-transform: rotate(-405deg);
           transform: rotate(-405deg);
       }
   }
   
   @keyframes rotatePlaceholder {
       0% {
           -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
       }
       5% {
           -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
       }
       12% {
           -webkit-transform: rotate(-405deg);
           transform: rotate(-405deg);
       }
       to {
           -webkit-transform: rotate(-405deg);
           transform: rotate(-405deg);
       }
   }
   
   @-webkit-keyframes animateSuccessTip {
       0% {
           width: 0;
           left: 1px;
           top: 19px;
       }
       54% {
           width: 0;
           left: 1px;
           top: 19px;
       }
       70% {
           width: 50px;
           left: -8px;
           top: 37px;
       }
       84% {
           width: 17px;
           left: 21px;
           top: 48px;
       }
       to {
           width: 25px;
           left: 14px;
           top: 45px;
       }
   }
   
   @keyframes animateSuccessTip {
       0% {
           width: 0;
           left: 1px;
           top: 19px;
       }
       54% {
           width: 0;
           left: 1px;
           top: 19px;
       }
       70% {
           width: 50px;
           left: -8px;
           top: 37px;
       }
       84% {
           width: 17px;
           left: 21px;
           top: 48px;
       }
       to {
           width: 25px;
           left: 14px;
           top: 45px;
       }
   }
   
   @-webkit-keyframes animateSuccessLong {
       0% {
           width: 0;
           right: 46px;
           top: 54px;
       }
       65% {
           width: 0;
           right: 46px;
           top: 54px;
       }
       84% {
           width: 55px;
           right: 0;
           top: 35px;
       }
       to {
           width: 47px;
           right: 8px;
           top: 38px;
       }
   }
   
   @keyframes animateSuccessLong {
       0% {
           width: 0;
           right: 46px;
           top: 54px;
       }
       65% {
           width: 0;
           right: 46px;
           top: 54px;
       }
       84% {
           width: 55px;
           right: 0;
           top: 35px;
       }
       to {
           width: 47px;
           right: 8px;
           top: 38px;
       }
   }
   
   .rtwbma-icon--info {
       border-color: #c9dae1;
   }
   
   .rtwbma-icon--info:before {
       width: 5px;
       height: 29px;
       bottom: 17px;
       border-radius: 2px;
       margin-left: -2px;
   }
   
   .rtwbma-icon--info:after,
   .rtwbma-icon--info:before {
       content: "";
       position: absolute;
       left: 50%;
       background-color: #c9dae1;
   }
   
   .rtwbma-icon--info:after {
       width: 7px;
       height: 7px;
       border-radius: 50%;
       margin-left: -3px;
       top: 19px;
   }
   
   .rtwbma-icon {
       width: 80px;
       height: 80px;
       border-width: 4px;
       border-style: solid;
       border-radius: 50%;
       padding: 0;
       position: relative;
       box-sizing: content-box;
       margin: 0 auto;
   }
   
   .rtwbma-icon:first-child {
       margin-top: 32px;
   }
   
   .rtwbma-icon--custom {
       width: auto;
       height: auto;
       max-width: 100%;
       border: none;
       border-radius: 0;
   }
   
   .rtwbma-icon img {
       max-width: 100%;
       max-height: 100%;
   }
   
   .rtwbma-title {
       color: rgba(0, 0, 0, .65);
       font-weight: 600;
       text-transform: none;
       position: relative;
       display: block;
       padding: 13px 16px;
       font-size: 27px;
       line-height: normal;
       text-align: center;
       margin-bottom: 0;
   }
   
   .rtwbma-title:not(:first-child) {
       padding-bottom: 0;
   }
   
   .rtwbma-title:not(:last-child) {
       margin-bottom: 13px;
   }
   
   .rtwbma-footer {
       text-align: center;
       padding-top: 13px;
       margin-top: 13px;
       padding: 13px 16px;
       border-radius: inherit;
       border-top-left-radius: 0;
       border-top-right-radius: 0;
   }
   
   .rtwbma-button-container {
       margin: 5px;
       display: inline-block;
       position: relative;
   }
   
   .rtwbma-button {
       background-color: var(--brand-color);
       color: #fff;
       border: none;
       box-shadow: none;
       border-radius: 5px;
       font-weight: 600;
       font-size: 14px;
       padding: 10px 24px;
       margin: 0;
       cursor: pointer;
       text-decoration: none!important;
   }
   
   .rtwbma-button:active {
       background-color: #70bce0;
   }
   
   .rtwbma-button:focus {
       outline: none;
       box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(43, 114, 165, .29)
   }
   
   .rtwbma-button[disabled] {
       opacity: .5;
       cursor: default
   }
   
   .rtwbma-button::-moz-focus-inner {
       border: 0
   }
   
   .rtwbma-button--cancel {
       color: #555;
       background-color: #efefef
   }
   
   .rtwbma-button--cancel:active {
       background-color: #d7d7d7
   }
   
   .rtwbma-button--cancel:focus {
       box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(116, 136, 150, .29)
   }
   
   .rtwbma-button--danger {
       background-color: #e64942
   }
   
   .rtwbma-button--danger:active {
       background-color: #cf423b
   }
   
   .rtwbma-button--danger:focus {
       box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(165, 43, 43, .29)
   }
   
   .rtwbma-content {
       padding: 0 20px;
       margin-top: 20px;
       font-size: medium
   }
   
   .rtwbma-content:last-child {
       margin-bottom: 20px
   }
   
   .rtwbma-content__input,
   .rtwbma-content__textarea {
       -webkit-appearance: none;
       background-color: #fff;
       border: none;
       font-size: 14px;
       display: block;
       box-sizing: border-box;
       width: 100%;
       border: 1px solid rgba(0, 0, 0, .14);
       padding: 10px 13px;
       border-radius: 2px;
       transition: border-color .2s
   }
   
   .rtwbma-content__input:focus,
   .rtwbma-content__textarea:focus {
       outline: none;
       border-color: #6db8ff
   }
   
   .rtwbma-content__textarea {
       resize: vertical
   }
   
   .rtwbma-button--loading {
       color: transparent
   }
   
   .rtwbma-button--loading~.rtwbma-button__loader {
       opacity: 1
   }
   
   .rtwbma-success-popup-overlay {
       position: fixed;
       top: 0;
       bottom: 0;
       left: 0;
       right: 0;
       text-align: center;
       font-size: 0;
       overflow-y: auto;
       background-color: rgba(0, 0, 0, .4);
       z-index: 10000;
       pointer-events: none;
       opacity: 0;
       transition: opacity .3s
   }
   
   .rtwbma-success-popup-overlay:before {
       content: " ";
       display: inline-block;
       vertical-align: middle;
       height: 100%;
   }
   
   .rtwbma-success-popup-overlay--show-modal {
       opacity: 1;
       pointer-events: auto;
   }
   
   .rtwbma-success-popup-overlay--show-modal .rtwbma-success-modal {
       opacity: 1;
       pointer-events: auto;
       box-sizing: border-box;
       -webkit-animation: showSweetAlert .3s;
       animation: showSweetAlert .3s;
       will-change: transform
   }
   
   .rtwbma-success-modal {
       width: 478px;
       opacity: 0;
       pointer-events: none;
       background-color: #fff;
       text-align: center;
       border-radius: 5px;
       position: static;
       margin: 20px auto;
       display: inline-block;
       vertical-align: middle;
       -webkit-transform: scale(1);
       transform: scale(1);
       -webkit-transform-origin: 50% 50%;
       transform-origin: 50% 50%;
       z-index: 10001;
       transition: opacity .2s, -webkit-transform .3s;
       transition: transform .3s, opacity .2s;
       transition: transform .3s, opacity .2s, -webkit-transform .3s
   }
   
   .rtwbma_app_action {
       height: 30px;
       background-color: ghostwhite;
       width: 60%;
   }
   
   .rtwbma_cancel_reason td span,
   .rtwbma_cancel_reason td textarea {
       display: block;
   }
   
   @media (max-width:500px) {
       .rtwbma-success-modal {
           width: calc(100% - 20px)
       }
   }
   
   @-webkit-keyframes showSweetAlert {
       0% {
           -webkit-transform: scale(1);
           transform: scale(1)
       }
       1% {
           -webkit-transform: scale(.5);
           transform: scale(.5)
       }
       45% {
           -webkit-transform: scale(1.05);
           transform: scale(1.05)
       }
       80% {
           -webkit-transform: scale(.95);
           transform: scale(.95)
       }
       to {
           -webkit-transform: scale(1);
           transform: scale(1)
       }
   }
   
   @keyframes showSweetAlert {
       0% {
           -webkit-transform: scale(1);
           transform: scale(1)
       }
       1% {
           -webkit-transform: scale(.5);
           transform: scale(.5)
       }
       45% {
           -webkit-transform: scale(1.05);
           transform: scale(1.05)
       }
       80% {
           -webkit-transform: scale(.95);
           transform: scale(.95)
       }
       to {
           -webkit-transform: scale(1);
           transform: scale(1)
       }
   }
   
   .rtwbma_card {
       text-align: center;
       padding: 15px;
       background-color: var(--white-color);
       border-radius: 4px;
       margin-bottom: 20px;
       border: 1px solid var(--border-color);
       cursor: pointer;
   }
   
   .rtwbma_card.rtwbma_qty_wrap {
       padding: 35px 15px;
   }
   
   .rtwbma_card.text-left {
       text-align: left;
   }
   
   .rtwbma_card p {
       font-size: 13px;
       margin: 0;
       color: #959fbd;
   }
   
   .rtwbma_appointment_placeholder_image {
       max-width: 80px;
       margin: 0 auto;
       border-radius: 50%;
       height: 80px;
       width: 80px;
       overflow: hidden;
       box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
   }
   
   .rtwbma_appointment_placeholder_image img {
       height: 80px;
       width: 80px;
   }
   
   .rtwbma_appointment_title {
       font-size: 18px;
       margin: 13px 0 5px 0;
       font-weight: 600;
   }
   
   .rtwbma_card.rtwbma_parent_row {
       border-color: var(--secondary-color);
       color: var(--black-color);
   }
   
   .rtwbma_card.rtwbma_parent_row:hover {
       background-color: var(--white-color);
       color: var(--black-color);
   }
   
   .rtwbma_parent_row:hover .rtwbma_button,
   .rtwbma_parent_row .rtwbma_button {
       color: var(--black-color);
   }
   
   .rtwbma_prcoess_main_wrap {
       box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
       -webkit-box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
       -ms-box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
       -o-box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
       padding: 25px;
       position: relative;
       border-radius: 4px;
       background-color: var(--white-color);
       overflow: hidden;
   }
   
   .rtwbma_prcoess_main_wrap::before {
       content: "";
       background: linear-gradient(135deg, var(--secondary-color), 15%, #2a1a5e);
       position: absolute;
       height: 5px;
       left: 0;
       right: 0;
       top: 0;
   }
   
   .no-paading {
       padding-left: 0;
       padding-right: 0;
   }
   
   .rtwbma-row {
       display: flex;
       flex-wrap: wrap;
       margin-right: -10px;
       margin-left: -10px;
   }
   
   .rtwbma-align-center {
       align-items: center;
   }
   
   .rtwbma_colmun_6,
   .rtwbma_colmun_12,
   .rtwbma_colmun_3,
   .rtwbma_colmun_9,
   .rtwbma_colmun_2 {
       padding-left: 10px;
       padding-right: 10px;
   }
   
   .rtwbma_colmun_12 {
       max-width: 100%;
       flex: 0 0 100%;
   }
   
   .rtwbma_colmun_6 {
       max-width: 50%;
       flex: 0 0 50%;
   }
   
   .rtwbma_column2 {
       max-width: 50%;
       flex: 0 0 50%;
       padding-left: 15px;
       padding-right: 15px;
   }
   
   .rtwbma-col-6 {
       max-width: 33.33%;
       flex: 0 0 50%;
       width: 100%;
       padding-left: 10px;
       padding-right: 10px;
   }
   
   .rtwbma_colmun_3 {
       max-width: 33.333%;
       flex: 0 0 33.333%;
   }
   
   .rtwbma_colmun_9 {
       max-width: 66.667%;
       flex: 66.667%;
   }
   
   .rtwbma_time_wrapper {
       margin: 0;
   }
   
   .rtwbma-progress-tracker ul {
       margin: 0 0 20px 0!important;
       display: -ms-flexbox;
       display: flex;
       padding: 0;
       background-color: #f0f0f0;
       border-radius: 40px;
       overflow: hidden;
       padding: 0 !important;
   }
   
   .rtwbma-progress-tracker ul li {
       list-style-type: none;
       -ms-flex: 0 0 16.66%;
       flex: 0 0 16.66%;
       max-width: 16.66%;
       position: relative;
       padding: 7px;
       font-weight: 600;
       text-align: center;
   }
   
   .rtwbma-progress-tracker ul li::after {
       background-color: var(--brand-color);
       color: var(--white-color);
       content: "";
       position: absolute;
       top: 0;
       bottom: 0;
       left: 0;
       transition: 1s cubic-bezier(1, .03, .22, .99) all;
       opacity: 0;
       width: 0;
       visibility: hidden;
   }
   
   .rtwbma-progress-tracker ul li.active::after {
       transition: 1s cubic-bezier(1, .03, .22, .99) all;
       right: 0;
       opacity: 1;
       width: 100%;
       visibility: visible;
   }
   
   .rtwbma-progress-tracker ul li.active span {
       color: var(--white-color);
       z-index: 1;
   }
   
   .rtwbma-progress-tracker ul li span {
       display: inline-block;
       position: relative;
   }
   
   .rtwbma-progress-tracker ul li.active span::after {
       content: "\f00c";
       font-family: 'Font Awesome 5 Free';
       font-weight: 900;
       background-color: var(--secondary-color);
       display: inline-block;
       width: 20px;
       height: 20px;
       font-size: 10px;
       margin-left: 7px;
       border-radius: 50%;
       line-height: 19px;
       position: absolute;
       top: 50%;
       -webkit-transform: scale(1) translateY(-50%);
       transform: scale(1) translateY(-50%);
       opacity: 0;
   }
   
   .rtwbma-progress-tracker ul li.active span::after {
       content: "\f00c";
       font-family: 'Font Awesome 5 Free';
       font-weight: 900;
       background-color: var(--secondary-color);
       display: inline-block;
       width: 20px;
       height: 20px;
       font-size: 10px;
       margin-left: 7px;
       border-radius: 50%;
       line-height: 19px;
       position: absolute;
       top: 50%;
       opacity: 1;
       -webkit-animation-name: heartBeat;
       animation-name: heartBeat;
       -webkit-animation-duration: 1.3s;
       animation-duration: 1.3s;
       -webkit-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
       animation-delay: 1s;
   }
   
   .rtwbma-progress-content h3 {
       font-size: 18px;
       font-weight: 700;
       color: var(--black-color);
   }
   
   .rtwbma_prev_process_btn i {
       vertical-align: middle;
       margin-right: 5px;
   }
   
   .rtwbma_next_process_btn i {
       vertical-align: middle;
       margin-left: 5px;
   }
   
   .rtwbma-progress-content {
       display: none;
   }
   
   .rtwbma-progress-content.show {
       display: block;
   }
   
   .rtwbma_spinner_loader {
       position: absolute;
       left: 0;
       right: 0;
       background-color: rgba(255, 255, 255, 0.7);
       top: 0;
       bottom: 0;
       display: flex;
       align-items: center;
       justify-content: center;
       opacity: 0;
       transition: 0.2s linear all;
       color: #333333;
       font-size: 30px;
   }
   
   .rtwbma_spinner_loader.show {
       opacity: 1;
       cursor: not-allowed;
   }
   
   .rtwbma-progress-content label {
       font-weight: 500;
   }
   
   .notifyjs-wrapper {
       position: static !important;
       width: auto !important;
       height: auto;
       margin: 0 auto;
       min-width: 200px;
   }
   
   @-webkit-keyframes heartBeat {
       0% {
           -webkit-transform: scale(1) translateY(-50%);
           transform: scale(1) translateY(-50%);
       }
       14% {
           -webkit-transform: scale(1.3) translateY(-50%);
           transform: scale(1.3) translateY(-50%);
       }
       28% {
           -webkit-transform: scale(1) translateY(-50%);
           transform: scale(1) translateY(-50%);
       }
       42% {
           -webkit-transform: scale(1.3) translateY(-50%);
           transform: scale(1.3) translateY(-50%);
       }
       70% {
           -webkit-transform: scale(1) translateY(-50%);
           transform: scale(1) translateY(-50%);
       }
   }
   
   @keyframes heartBeat {
       0% {
           -webkit-transform: scale(1) translateY(-50%);
           transform: scale(1) translateY(-50%);
       }
       14% {
           -webkit-transform: scale(1.3) translateY(-50%);
           transform: scale(1.3) translateY(-50%);
       }
       28% {
           -webkit-transform: scale(1) translateY(-50%);
           transform: scale(1) translateY(-50%);
       }
       42% {
           -webkit-transform: scale(1.3) translateY(-50%);
           transform: scale(1.3) translateY(-50%);
       }
       70% {
           -webkit-transform: scale(1) translateY(-50%);
           transform: scale(1) translateY(-50%);
       }
   }
   
   @media screen and (max-width: 767px) {
       .rtwbma-progress-tracker {
           display: none;
       }
       .rtwbma_select_specialist_second-tem .rtwbma_service_tbl_title,
       .rtwbma_payment_second_temp .rtwbma_service_tbl_title {
           flex: 0 0 60%;
           max-width: 60%;
           padding-bottom: 15px;
       }
       .rtwbma_select_specialist_second-tem .rtwbma_service_tbl_book_now,
       .rtwbma_payment_second_temp .rtwbma_service_tbl_book_now {
           flex: 0 0 40%;
           max-width: 40%;
           padding-top: 15px;
       }
       .rtwbma_colmun_6 {
           max-width: 100%;
           flex: 0 0 100%;
       }
   }
   
   
   /*third template css*/
   
   .rtwbma_third_main_wrap {
       box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
       -webkit-box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
       -ms-box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
       -o-box-shadow: 2px 4px 20px rgba(154, 160, 185, .05), 2px 4px 30px rgba(166, 173, 201, .22);
       overflow: hidden;
   }
   
   .rtwbma_third_header {
       background-color: var(--brand-color);
       padding: 20px;
       position: relative;
       display: flex;
       flex-wrap: wrap;
       align-items: center;
       min-height: 80px;
   }
   
   .rtwbma_third_header h3 {
       margin: 0;
       padding: 0;
       font-size: 26px;
       color: var(--white-color);
       position: absolute;
   }
   
   .rtwbma_third_header .rtwbma_back {
       display: none;
       cursor: pointer;
   }
   
   .rtwbma_third_content_wrapper {
       padding: 15px;
   }
   
   .rtwbma_book_now_btn {
       text-decoration: none !important;
       font-weight: bold;
       outline: 0;
       margin-left: 10px;
   }
   
   .rtwbma_list_item_header {
       padding: 15px 20px 15px 15px;
       border: 1px solid #eeeeee;
       box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 0 15px rgba(0, 0, 0, .07);
       margin-bottom: 0;
       position: relative;
   }
   
   .rtwbma_list_item_header.active_header {
       cursor: pointer;
   }
   
   .rtwbma_list_item_header::after {
       content: "\f107";
       font-family: "Font Awesome 5 Free";
       position: absolute;
       right: 15px;
       opacity: 0.6;
       top: 50%;
       transform: translateY(-50%);
       font-size: 18px;
       font-weight: 900;
   }
   
   .rtwbma_list_item.rtwbma_parent_row,
   .rtwbma_list_item_body ul.rtwbma_parent_row {
       background-color: transparent;
       color: #333333;
       box-shadow: none;
   }
   
   .rtwbma_list_item_body {
       padding: 15px;
       box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
       background-color: var(--white-color);
       margin-bottom: 20px;
       display: none;
   }
   
   .rtwbma_list_item_body.show {
       display: block;
   }
   
   .rtwbma_list_item_body ul {
       margin: 0;
       padding: 0!important;
   }
   
   .rtwbma_list_item_body ul li {
       list-style-type: none;
       margin-bottom: 6px;
   }
   
   .rtwbma_third_next_btn {
       margin-top: 20px;
       margin-right: 0;
   }
   
   .rtwbma_header_list_check {
       margin-right: 6px;
   }
   
   .rtwbma_third_time_slot_wrapper .button.rtwbma_time_app {
       padding: 0 10px;
       font-size: 13px;
       margin: 3px 4px 6px 0;
       background-color: #fff;
       border: 1px solid #d2caca;
       border-radius: 3px;
       color: #8a8888;
       width: 80px;
       display: inline-block;
   }
   
   .rtwbma_third_time_slot_wrapper .button.rtwbma_time_app.active {
       background-color: var(--brand-color);
       color: var(--white-color);
       border-color: var(--brand-color);
   }
   
   .rtwbma_third_time_slot_wrapper .button.rtwbma_time_app:hover {
       box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
       color: #333333;
   }
   
   .rtwbma_third_time_slot_wrapper .button.rtwbma_time_app.active:hover {
       background-color: var(--white-color);
       color: #333333;
   }
   
   .rtwbma_input_wrapper {
       margin-bottom: 5px;
       position: relative;
   }
   
   .rtwbma_wrap .rtwbma_input_wrapper input,
   .rtwbma_wrap .rtwbma_input_wrapper textarea,
   .rtwbma_wrap .rtwbma_input_wrapper select {
       background-color: var(--white-color);
       border: 1px solid var(--border-color);
       width: 100%;
       display: block;
       box-shadow: none !important;
       padding: 7px 10px;
       line-height: 1.4;
       font-size: 16px;
   }
   
   .rtwbma_wrap .rtwbma_input_wrapper input:focus,
   .rtwbma_wrap .rtwbma_input_wrapper textarea:focus {
       border-color: var(--secondary-color);
       outline: 0;
       background-color: var(--white-color);
   }
   
   .rtwbma_input_wrapper .rtwbma_input_span {
       position: absolute;
       left: 15px;
       top: 6px;
       color: #959292;
       padding: 0 5px;
       cursor: text;
       transition: 0.3s cubic-bezier(1, .01, .24, 1.3) all;
   }
   
   .rtwbma_input_wrapper.isfocus .rtwbma_input_span {
       top: -13px;
       background-color: transparent;
       transition: 0.3s cubic-bezier(1, .01, .24, 1.3) all;
       font-size: 12px;
   }
   
   .rtwbma_services_wrapper.hide {
       height: 0;
       opacity: 0;
       transform: translateY(-20px);
       visibility: hidden;
       transition: 0.4s cubic-bezier(.91, .03, .33, 1.16) all;
   }
   
   .rtwbma_tem_listing_wrapper {
       transition: 0.4s cubic-bezier(1, .3, .59, 1.65) all;
       opacity: 0;
       visibility: hidden;
       height: 0;
       position: relative;
       top: 60px;
   }
   
   .rtwbma_tem_listing_wrapper.show {
       transition: 0.4s cubic-bezier(1, .3, .59, 1.65) all;
       opacity: 1;
       visibility: visible;
       height: 100%;
       top: 0;
   }
   
   .rtwbma_placeholder_image {
       display: inline-flex;
       width: 50px;
       height: 50px;
       background-color: var(--brand-color);
       vertical-align: middle;
       margin-right: 15px;
       border-radius: 6px;
       align-items: center;
       justify-content: center;
   }
   
   .rtwbma_placeholder_image.rtwbma_placeholder_small_image {
       margin: 0 15px;
       width: 40px;
       height: 40px;
   }
   
   .rtwbma_service_holder_item_wrapper {
       border: 1px solid #eeeeee;
       box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 0 15px rgba(0, 0, 0, .07);
       margin-bottom: 15px;
       padding: 15px;
   }
   
   .rtwbma_service_holder_left h4 {
       display: inline-block;
       margin: 0 10px 0 0;
   }
   
   .rtwbma_service_holder_image {
       width: 90px;
       height: 90px;
       background-color: var(--brand-color);
       display: inline-block;
       vertical-align: middle;
       margin-right: 20px;
       border-radius: 6px;
   }
   
   .rtwbma_service_holder_top {
       display: flex;
       flex-wrap: wrap;
   }
   
   .rtwbma_service_holder_left,
   .rtwbma_service_holder_right {
       max-width: 50%;
       flex: 0 0 50%;
   }
   
   .rtwbma_service_holder_right {
       display: flex;
       flex-wrap: wrap;
       align-items: center;
       justify-content: flex-end;
   }
   
   .rtwbma_date_picker_calebdar .ui-widget.ui-widget-content {
       border: none;
       padding: 0;
       width: 100%;
       font-family: 'Nunito Sans', sans-serif;
       border-bottom: 1px solid var(--border-color);
   }
   
   .rtwbma_date_picker_calebdar .ui-widget-header {
       background-color: var(--white-color);
       border: none;
       margin-bottom: 15px;
   }
   
   .rtwbma_date_picker_calebdar .ui-datepicker th,
   .rtwbma_date_picker_calebdar .ui-datepicker td {
       padding: 6px !important;
   }
   
   .rtwbma_date_picker_calebdar .ui-datepicker th,
   .rtwbma_date_picker_calebdar .ui-datepicker td,
   .rtwbma_date_picker_calebdar .ui-datepicker td a {
       border: none;
       text-align: center;
       background-color: transparent;
       text-decoration: none!important;
   }
   
   .rtwbma_date_picker_calebdar .ui-datepicker td a.ui-state-default.ui-state-active {
       position: relative;
   }
   
   .rtwbma_date_picker_calebdar .ui-datepicker td a.ui-state-default:focus {
       outline: 0;
       box-shadow: none;
   }
   
   .rtwbma_date_picker_calebdar .ui-widget-content .ui-state-default,
   .rtwbma_date_picker_calebdar .ui-widget-content thead span {
       width: 40px;
       height: 40px;
       line-height: 40px;
       display: inline-block;
   }
   
   .rtwbma_date_picker_calebdar .ui-state-default,
   .rtwbma_date_picker_calebdar .ui-widget-content .ui-state-default {
       border: none;
       text-align: center;
       color: var(--black-color);
   }
   
   .rtwbma_date_picker_calebdar .ui-datepicker td.ui-datepicker-current-day .ui-state-default::after {
       background-color: var(--secondary-color);
       font-weight: 900;
       font-size: 20px;
       content: "";
       height: 4px;
       display: inline-block;
       width: 100%;
       position: absolute;
       left: 0;
       right: 0;
       bottom: 0;
       margin: 0 auto;
   }
   
   .rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-prev,
   .rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-next {
       width: 40px;
       height: 40px;
       text-decoration: none !important;
       background-color: var(--brand-color);
       text-align: center;
       align-content: center;
       display: flex;
       justify-content: center;
       align-items: center;
       color: var(--white-color);
       border: none;
       cursor: pointer;
   }
   
   .rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-prev:hover,
   .rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-next:hover {
       background-color: var(--secondary-color);
   }
   
   .rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-prev::after,
   .rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-next::after {
       content: "\f30a";
       font-family: "Font Awesome 5 Free";
       font-weight: 900;
   }
   
   .rtwbma_date_picker_calebdar .ui-datepicker .ui-datepicker-next::after {
       content: "\f30b";
   }
   
   .notifyjs-bootstrap-rtwbma_notify_right,
   .notifyjs-bootstrap-rtwbma_notify {
       background-color: #f4be6b !important;
       color: var(--white-color);
   }
   
   .rtwbma_apply_coupon {
       background-color: var(--secondary-color);
       color: #ffffff !important;
       line-height: 1.5;
       padding: 8px 30px !important;
       text-transform: capitalize;
       box-shadow: none;
       display: inline-block;
       margin-right: 20px;
       font-size: 14px;
       border: none;
       cursor: pointer;
       border-radius: 4px;
   }
   
   .rtwbma_checkbox_label {
       width: auto !important;
   }
   
   
   /* .rtwbma_radio_class{
       padding: 10px;
   } */
   
   
   /* .rtwbma_input_wrapper ~ .notifyjs-wrapper.notifyjs-hidable, .rtwbma_input_wrapper ~ .notifyjs-wrapper.notifyjs-hidable .notifyjs-container {
       position: absolute !important;
   }
   .rtwbma_input_wrapper ~ .notifyjs-wrapper.notifyjs-hidable .notifyjs-container {
       position: absolute !important;
       right: 0 !important;
   }
   .rtwbma_input_wrapper ~ .notifyjs-wrapper.notifyjs-hidable{
       right: 30px !important;
   } */
   
   .rtwbma-emp-tabs-nav.rtwbma-tabs-nav li.width33 {
       width: 33.33%;
   }
   
   @media screen and (max-width: 1180px) {
       .rtwbma-progress-tracker ul li {
           font-size: 13px;
       }
       .rtwbma-progress-tracker ul li.active span::after {
           width: 14px;
           height: 14px;
           font-size: 8px;
           line-height: 14px;
       }
   }
   
   @media screen and (max-width: 767px) {
       .rtwbma_service_holder_left,
       .rtwbma_service_holder_right,
       .rtwbma_colmun_3,
       .rtwbma_colmun_9 {
           max-width: 100%;
           flex: 0 0 100%;
       }
   }
   
   @media screen and (max-width: 650px) {
       .rtwbma_services_wrapper .rtwbma_service_tbl_title {
           padding-bottom: 15px;
       }
       .rtwbma_service_holder_right {
           justify-content: center;
           margin-top: 20px;
       }
       .rtwbma_service_holder_image {
           width: 60px;
           height: 60px;
       }
       .rtwbma_date_picker_calebdar .ui-datepicker td a {
           width: 30px;
           height: 30px;
       }
       .rtwbma_date_picker_calebdar .ui-datepicker td a.ui-state-default.ui-state-active {
           font-size: inherit;
       }
       .rtwbma_third_time_slot_wrapper .button.rtwbma_time_app {
           margin: 5px 2px 5px 0;
       }
   }
   
   @media screen and (max-width: 767px) {
       .rtwbma-col-2,
       .rtwbma_service_tbl_title,
       .rtwbma_service_tbl_book_now {
           width: 100%;
           max-width: 100%;
           flex: 0 0 100%;
       }
       .rtwbma-col-6 {
           max-width: 75%;
           flex: 0 0 75%;
           width: 100%;
       }
       .rtwbma_service_tbl_book_now {
           text-align: left;
       }
       .rtwbma_service_tbl_book_now {
           display: flex;
           justify-content: space-between;
           flex-wrap: wrap;
       }
       .rtwbma_next .rtwbma_next_btn,
       .rtwbma_next .rtwbma_prev_btn,
       .rtwbma_update_profile,
       .rtwbma-cust-btn.rtwbma_cncl_submit,
       .rtwbma_cancel_appointment,
       .rtwbma_next_process_btn,
       .rtwbma_prev_process_btn,
       .rtwbma_third_next_btn {
           padding: 8px 20px !important;
       }
       .rtwbma_cust_tbl_title,
       .rtwbma_service_tbl_title {
           padding-bottom: 0;
       }
       .rtwbma_cust_tbl_input_field,
       .rtwbma_service_tbl_book_now {
           padding-top: 0;
       }
       .rtwbma-form-wrapper-2 .rtwbma-form-image h2 {
           font-size: 22px;
       }
       .rtwbma_date_picker_calebdar .ui-datepicker th,
       .rtwbma_date_picker_calebdar .ui-datepicker td {
           padding: 3px!important;
       }
   }
   
   @media screen and (max-width: 650px) {
       .rtwbma-cust-column-3,
       .rtwbma-emp-column-2,
       .rtwbma_cust_tbl_title,
       .rtwbma_cust_tbl_input_field {
           width: 100%;
           max-width: 100%;
           flex: 0 0 100%;
       }
       .rtwbma-emp-tabs-nav.rtwbma-tabs-nav li {
           width: 100%;
       }
       .rtwbma_step_by_step_move {
           display: none;
       }
       .rtwbma_step_by_step-nav ul .rtwbma_step_by_step-item {
           width: 50%;
       }
       .rtwbma_step_by_step-nav ul .rtwbma_step_by_step-item.active {
           background-color: var(--brand-color);
       }
       .rtwbma_employee_name .rtwbma_service_tbl_title,
       .rtwbma_customer_detail .rtwbma_service_tbl_title,
       .rtwbma_payment_method .rtwbma_service_tbl_title {
           flex: 0 0 60%;
           max-width: 60%;
           padding-bottom: 15px;
       }
       .rtwbma_employee_name .rtwbma_service_tbl_book_now,
       .rtwbma_customer_detail .rtwbma_service_tbl_book_now,
       .rtwbma_payment_method .rtwbma_service_tbl_book_now {
           flex: 0 0 40%;
           max-width: 40%;
           text-align: right;
           padding-top: 15px;
       }
       .rtwbma_times_sec .rtwbma_times ul .button.rtwbma_time_app {
           width: 70px;
       }
       .rtwbma_panel_header,
       .rtwbma_services_header {
           padding: 10px 20px;
           font-size: 20px;
       }
       .rtwbma_date_picker_calebdar .ui-datepicker td.ui-datepicker-current-day .ui-state-default::after {
           width: 100%;
           bottom: -10px;
       }
       .rtwbma_date_picker_calebdar .ui-widget-content .ui-state-default,
       .rtwbma_date_picker_calebdar .ui-widget-content thead span {
           width: 25px;
           height: 25px;
           line-height: 25px;
           display: inline-block;
       }
       .rtwbma_number_quantity_label label {
           display: block;
       }
       .rtwbma_number_quantity {
           margin-left: 0;
           margin-top: 10px;
       }
   }
   
   @media	screen and (max-width: 576px) {
       .rtwbma_column2 {
           max-width: 100%;
           flex: 0 0 100%;
       }
   }
    .rtwbma_services_header {
        padding: 10px 20px;
        font-size: 20px;
    }
    .rtwbma_date_picker_calebdar .ui-datepicker td.ui-datepicker-current-day .ui-state-default::after {
        width: 100%;
        bottom: -10px;
    }
    .rtwbma_date_picker_calebdar .ui-widget-content .ui-state-default,
    .rtwbma_date_picker_calebdar .ui-widget-content thead span {
        width: 25px;
        height: 25px;
        line-height: 25px;
        display: inline-block;
    }
    .rtwbma_number_quantity_label label {
        display: block;
    }
    .rtwbma_number_quantity {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media	screen and (max-width: 576px) {
    .rtwbma_column2 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}