/* 
Theme Name:		Hello Elementor Child
Author:			Elementor Team
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

button#bookneticsaas_mercadopago_login {
    display: none;
}

/* ============================== Global Agendate  ============================== */
:root {
    /* Design colors */
    --agendate-primario-color: #2283D1;
    --agendate-secundario-color: #1D2939;
    --agendate-terciario-color: #292D32;
    --agendate-icons-light-color: #F4F7FF;

    /* Background colors */
    --agendate-primary-bg-color: #F4F7FF;
    --agendate-secondary-bg-color: #202125; 

    /* Text colors */
    --agendate-primary-text-color: #212F4F;
    --agendate-secondary-text-color: #105f9e;
    --agendate-tertiary-text-color: #141F38;
    --agendate-light-text-color: #F4F7FF;


    /* Border radius buttom */    
    --agendate-button-radius: 4px;

    /* Border colors */
    --agendate-box-border-color: rgb(42 136 211 / 24%);
    --agendate-border-blue-color: #2283D1;

    /* Labels color */
    --agendate-label-bg-color: rgb(155 201 255 / 75%);
    --agendate-label-border-color: rgb(42 136 211 / 24%);


    /* Buttons color */
    --agendate-primary-btn-color: #2283CF;
    --agendate-secondary-btn-color: #236EA9;

    /* Font family */
    --agendate-primary-font-family: 'Roboto', sans-serif !important;

    /* General font sizes */
    --agendate-font-size-sm: 12px;
    --agendate-font-size-md: 14px;
    --agendate-font-size-lg: 18px;
    --agendate-font-size-xl: 20px;
    --agendate-font-size-xxl: 26px;

    /* Font weights */
    --agendate-font-weight-light: 300;
    --agendate-font-weight-regular: 400;
    --agendate-font-weight-medium: 500;
    --agendate-font-weight-semi-bold: 600;
    --agendate-font-weight-bold: 700;
  
}

/*Listing*/

#agendate-listing #content h2 {
    font-size: 22px;
}

#agendate-listing ul {
    padding-left: 17px;
    margin-top: 15px;
}

#servicios-tags h2 {
    color: #FFFFFF;
}

#servicios-tags a {
    background-color: #EEEEEE;
    padding: 6px 15px 7px 15px;
    display: -webkit-inline-box !important;
    margin-top: 5px;
    color: #000000;
    border-radius: 4px;
}

body.genux-class button.drts-voting-button {
    border: 0;
    font-size: 22px !important;
}
body.genux-class button.drts-voting-button:hover {
    background: none;
}

body.genux-class button.drts-voting-button:focus {
    border-color: transparent !important;
    background-color: transparent !important;
    box-shadow: none;
}

body.genux-class button.drts-voting-button.drts-bs-active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #ff3040 !important;
}

body.genux-class button.drts-voting-button.drts-bs-active:focus {
    box-shadow: none !important;
}

body.genux-class span.drts-voting-vote-label {
    display: none;;
}

body.genux-class .drts-display>.drts-display-element>.drts-display-element-header {
    display: none;
    margin-top: 0;
}

/*Fin Listing*/

/* Selection */
::-moz-selection {
    background: var(--agendate-secundario-color);
}

::selection {
    background: var(--agendate-secundario-color);
}

/* Scrollbar */

body.genux-class .booknetic-cp-tabs::-webkit-scrollbar-thumb {
    background: var(--agendate-primario-color);
}

body.genux-class .booknetic-cp-tabs::-webkit-scrollbar-track {
    background: var(--agendate-primario-color);
}

body.genux-class .booknetic-cp-tab-body::-webkit-scrollbar-thumb {
    background: var(--agendate-primario-color);
}

/*General*/

div.bookneticsaas_footer {
    display: flex;
    flex-direction: column;
    padding: 0px 50px;
    gap: 10px;
}

div.bookneticsaas_footer a {
    margin: 0;
    height: 41px;
    line-height: 33px;
}

body.genux-class .booknetic_service_type_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
}

body.genux-class .booknetic_service_type_wrapper > span {
    min-width: 35px;
    color: rgba(69, 44, 12, 0.74);
    background-color: rgba(255, 205, 79, 0.74);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 5px 8px;
    border-radius: 2px;
    flex-shrink: 0;
}

body.genux-class table.booknetic_table_gray tbody td {
    padding: 15px 3px 15px 5px;
}

body.genux-class table.booknetic_table_gray thead th {
    padding: 10px 9px 10px 20px;
}

body.single.genux-class main h2 {
    font-family: "Inter", Poppins, Sans-serif !important;
    font-size: 33px;
    line-height: 1.2em;
    margin: 1.8em 0px 0.8em;
    color: #4b657e;
    -webkit-font-smoothing: auto;
}

body.single.genux-class main h3 {
    font-family: "Inter", Poppins, Sans-serif !important;
    font-size: 21px;
    line-height: 1.2em;
    margin: 1.8em 0px 0.8em;
    color: #23517c;
    -webkit-font-smoothing: auto;
}

/* Customers */

body.genux-class button.booknetic_pay_now_btn {
    margin-right: 20px;
}

body.genux-class button.booknetic_pay_now_btn i {
    color: #FFFFFF;
}

body.genux-class .booknetic-cp-tab-body form {
    padding: 25px;
}

body.genux-class .booknetic-cp-tabs .booknetic-cp-tab-item:after {
    background-color: var(--agendate-primario-color);
}

body.genux-class div.booknetic_elegant_table>tbody>tr {
    box-shadow: none;
}

body.genux-class div.booknetic_elegant_table>tbody>tr:hover {
    box-shadow: none;
}

body.genux-class .booknetic_company_link {
    color: var(--agendate-primario-color);
}

body.genux-class div.booknetic-cp-header {
    background-color: var(--agendate-secondary-bg-color);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

body.genux-class div.booknetic-cp-tabs {
    background-color: var(--agendate-terciario-color);
}

body.genux-class div.booknetic-cp-tabs .booknetic-cp-tab-item:after {
    background-color: var(--agendate-border-blue-color);
    display: none;
}

body.genux-class div.booknetic-cp-tabs .booknetic-cp-tab-item.active [class*="-cp-tab-item-name"] {
    color: var(--agendate-light-text-color);
}

body.genux-class div.booknetic-cp-tabs .booknetic-cp-tab-item.active i {
    color: var(--agendate-light-text-color);
}

section#booknetic-customer-panel {
    background: #F5F7FA;
}

body.genux-class table.booknetic_elegant_table>tbody>tr>td:first-child {
    padding-left: 30px;
}

body.genux-class table.booknetic_elegant_table>tbody>tr:hover {
    box-shadow: none;
}

body.genux-class table.booknetic_elegant_table>tbody>tr {
    box-shadow: none;
}


body.genux-class table.booknetic_elegant_table {
    border-spacing: 0 2px;
}

body.genux-class .booknetic-cp-header-logout-btn i.fa-solid, .booknetic-cp-header-logout-btn i.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

body.genux-class .booknetic-cp-header-logout-btn i.fa-solid::before, .booknetic-cp-header-logout-btn i.fas::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

body.genux-class #booknetic-customer-panel .booknetic-cp-tab-body {
    background: #FFFFFF;
    padding-left: 0px;
    padding-right: 0px;
}

body.genux-class .booknetic-cp-tabs .booknetic-cp-tab-item>div .booknetic-cp-tab-item-name {
    color: #ffffff;
}

body.genux-class div.booknetic-cp-tabs .booknetic-cp-tab-item.active, body.genux-class div.booknetic-body.device-max-md .booknetic-cp-tabs .booknetic-cp-sidebar-toggle {
    background: #4d545a !important;
}
body.genux-class div.booknetic-body.device-max-md .booknetic-cp-tabs .booknetic-cp-sidebar-toggle i {
    color: #797c7f;
}

body.genux-class div.booknetic-body.device-max-md .booknetic-cp-tabs .booknetic-cp-sidebar-toggle:focus {
    outline: none;
}


body.genux-class .booknetic-cp-container .booknetic-cp-tabs .booknetic-cp-tab-item {
    background: transparent !important;
    outline: 0px;
}

body.genux-class #booknetic-customer-panel div.booknetic-cp-header-info button.booknetic-cp-header-logout-btn {
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: var(--agendate-button-radius);
}

body.genux-class #booknetic-customer-panel div.booknetic-cp-header-info button.booknetic-cp-header-logout-btn > i, body.genux-class #booknetic-customer-panel div.booknetic-cp-header-info button.booknetic-cp-header-logout-btn > span {
    color: #FFFFFF;
}

/*General*/

body.genux-class.single blockquote.wp-block-quote {
    border-left: 3px solid #69727d;
    margin-left: 0;
    padding-left: 25px;
}

body.genux-class div.bookneticsaas_check_your_email {
    padding: 15px 40px;
}

body.genux-class .bookneticsaas_form select {
    height: 48px;
    width: 100%;
    border: 1px solid #E3EAF3 !important;
    border-radius: 2px;
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    color: #292D32;
    font-size: 14px;
    padding: 10px 20px;
}

body.genux-class .bookneticsaas_form_element {
    margin-left: 0 !important;
}

body.genux-class div.booknetic-body.device-min-xl .booknetic-cp-container {
    max-width: 1240px;
}

body.genux-class div[class*="book"] *, body.genux-class [class*="saas_login"] *, body.genux-class [class*="saas_signup"] *:not(::before) {
    font-family: 'Roboto', sans-serif !important; 
    font-weight: 400;
}

body.genux-class [class*="saas_login"] * {
    font-family: 'Roboto', sans-serif !important; 
    font-weight: 400;
}

div[class*="_step_2"]>div[class*="_email_success"]>img, div[class*="_step_2"]>div[class*="_forgot_password_completed"]>img, [class*="_step_3"]>[class*="_signup_completed"]>img {
    display: none;
}

[class*="_step_3"]>[class*="_signup_completed"]:first-child::before {
    content: '';
    position: relative;
    top: 8px;
    left: 0%;
    width: 128px;
    height: 128px;
    background-image: url(./icons/exitoso-agendate.png);
    background-repeat: no-repeat;
    background-size: 105px 105px;
}

div[class*="_step_2"]>div[class*="_email_success"]:before {
    content: '';
    position: relative;
    top: 8px;
    left: 0%;
    width: 128px;
    height: 128px;
    background-image: url(./icons/email-confirm-agendate.png);
    background-repeat: no-repeat;
    background-size: 105px 105px;
}

div[id*="ForgotPassword"]>div[class*="_forgot_password"] {
    min-height: 350px;
}

div[id*="ForgotPassword"] div[class*="_forgot_password"] div[class*="_step_2"] {
    padding: 80px;
}

body.genux-class div[class*="_inner_addon"]>i {
    color: #4e768a;
    z-index: 1;
}

body.genux-class [id*="-toastr"] * {
	font-family: 'Roboto', sans-serif !important;
}

body.genux-class [id*="-toastr"] > div[class*="-toast-img"], div[id*="-toastr"] div[class*="-toast-remove"] {
    display: none;
}

body.genux-class div[class*="recurring_div_title"] {
    width: fit-content;
    background: #2283cf;
    padding: 5px 15px;
    border-radius: 4px;
    color: #FFFFFF;
}

body.genux-class [id*="-toastr"] {
    background-color: #fb8500 !important;
}

body.genux-class [id*="-toastr"] > div[class*="-toast-details"] {
    float: inherit;
    flex-direction:column;
	display: flex;
	justify-content: center;
	height: 100%;
	min-height: 80px;
	width: calc(100% - 20px);
    padding-left: 20px;
    overflow: auto;
}

body.genux-class #booknetic-toastr > .booknetic-toast-details > .booknetic-toast-description {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    padding: 15px 5px;
}

body.genux-class [id*="toastr"] > [class*="toast-details"] > [class*="toast-description"] {
    color: #FFFFFF !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
}

div.choose_plan_payment_cycle>div.payment_cycle:nth-child(3):not(:first-child) {
    position: relative;
}

div.choose_plan_payment_cycle>div.payment_cycle:nth-child(3):not(:first-child):after {
    content: "30% Off";
    position: absolute;
    background: #17a2b8;
    color: #FFF;
    padding: 5px 14px 4px 14px;
    border-radius: 19px;
    right: -90px;
    top: -5px;
    font-size: 13px;
    font-weight: 400;
}

button[class*="_social_login_google"] {
    position: relative;
}

div.booknetic-dp-num:hover::before, div.booknetic-dp-active::before, div.booknetic-dp-range-end::before, div.booknetic-dp-range-start::before {
    background: #1063AE;
}

body.genux-class .bookneticsaas_step_progress_bar_line[data-step="2"]:after {
    background: #2283cf;
}

body.genux-class .bookneticsaas_text_primary {
    color: #2283cf !important;
}

/*Checkout*/

.booknetic_appointment input[type="radio"]:checked ~ label, .booknetic_appointment input[type="checkbox"]:checked ~ label {
    margin: 0;
}

div.booknetic_appointment input[type="radio"] ~ label, div.booknetic_appointment input[type="checkbox"] ~ label {
    margin-bottom: 12px;
}

div.booknetic_appointment input[type="checkbox"]:checked:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00c";
    background: none;
    font-size: 9px;
    color: #FFF;
    left: 1px;
    position: relative;
    margin: 4px;
}

div.booknetic_appointment input[type="checkbox"]:checked {
    background: #17A2B8;
    border-color: #17A2B8 !important;
}

div.booknetic_appointment input[type="checkbox"] {
    border-radius: 25px;
    width: 21px;
    height: 21px;
}

button.booknetic_social_login_google:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 11px;
    width: 25px;
    height: 25px;
    background-image: url(./icons/login-google-agendate-blanco.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.limitacion {
    color: #1063AE;
    font-weight: 600;
}

.verde {
    color: #17A2B8;
    font-weight: 600;
}

img.booknetic_card_location_image {
    /*display: none;*/
}
/*
div[data-step-id="location"] div.booknetic_card_image img { 
    background-image: url(./icons/ubicacion.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
*/

div.bookneticsaas_login form.bookneticsaas_form {
    padding: 25px 50px;
}

body.genux-class .bookneticsaas_form select {
    height: 48px;
    width: 100%;
    border: 1px solid #E3EAF3 !important;
    border-radius: 2px;
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    color: #292D32;
    font-size: 14px;
}

body.genux-class .bookneticsaas_signup {
    margin-right: auto;
    margin-left: auto;
}

body.genux-class [class*="saas_signup"] .bookneticsaas_form_element_row {
    display: block;
}

body.genux-class [class*="saas_signup"] a, body.genux-class [class*="saas_footer"] a {
    color: #105f9e;
    background: #B1D5FF;
    padding: 4px 12px 5px 12px;
    border-radius: 2px;
    text-decoration: none !important;
}

body.genux-class .bookneticsaas_header, body.genux-class .booknetic_header {
    font-size: 25px;
}

/*Pricing*/

div.plan_subtitle > div:not(.plan_subtitle_discount_line) {
    display: none;
}

div.choose_payment_method_subtitle {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    background-color: #2283cf;
    border-radius: 26px;
    color: #FFF !important;
    height: 38px !important;
    padding: 4px;
    margin-top: 18px;
}

div.payment_methods_area {
    margin-top: 100px;
}

button.btn.btn-primary.choose_plan_btn {
    border: 0 !important;
    padding: 13px 54px !important;
    width: inherit;
    height: inherit;
}

body #choose_plan_window .plan_ribbon>div {
    color: #FFFFFF !important;
    font-size: 14px;
}

body #choose_plan_window .plan_ribbon {
    background-color: #17A2B8;
    color: #FFFFFF !important;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 13px;
    width: 91px;
    top: 26px;
}

body #choose_plan_window .plan_ribbon > div:before {
    right: -24px;
    border: 14px solid #17A2B8;
    border-right-color: transparent;
}

body #choose_plan_window .plan_ribbon:after {
    border: 4px solid #17A2B8;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

body .choose_plan_btn {
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: 400;
    text-transform: capitalize !important;
}

#choose_plan_window * {
    color: #083766;
    font-family: 'Roboto', sans-serif !important;
}

body .choose_plan_title {

}

body .plan_price {
    font-weight: 600;
    text-align: center;
    width: auto;
}

body .payment_cycle_swicher {
    width: 60px;
}

body .payment_cycle_swicher .payment_cycle_swicher_label:before {
    background: #083766;
    right: 34px;
}

body .choose_plan_payment_cycle {
    margin-top: 40px;
}

body .plans_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 50px;
}

body .plans_area .plan_card {
    /*min-width: 360px;*/
    margin: 1%;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 0 rgb(107 120 134 / 10%);
    padding: 30px 27px;
    width: 31%;
    border-radius: 15px;
}

body .plan_description {
    line-height: 1.2em;
    margin-top: 25px;
    border: 0;
    font-size: 16px;
}

body .plan_description ul {
    padding: 0;
}

body .plan_description ul li {
    list-style: none;
    margin-bottom: 7px;
}

.choose_plan_btn {
    background: #5c4ccc !important;
}

body .payment_method_card {
    width: 310px;
    padding: 30px;
    border-radius: 13px;
    height: 160px;
}

body .payment_method_card img {
    display: none;
}

body .payment_method_card img::before {
    
}

body .payment_method_card img::after {
    
}

body .payment_method_card span {
    margin: 0;
}

div.payment_canceled_popup_body, div.payment_pending_popup_body {
    height: 400px;
}

div.payment_canceled_title, div.payment_pending_title {
    color: #050634;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-top: 10%;
}

div.payment_canceled_img, div.payment_pending_img {
    display: none;
}

body .payment_method_card_subtitle {
    color: #2670AA;
    font-size: 19px;
    font-weight: 500;
}

/*General*/

body.genux-class .booknetic_service_card_description {
    padding: 10px 0px 10px;
}

body.genux-class .booknetic_warning_message {
    background-color: #BF4444;
    border-radius: 4px;
}

body.genux-class .booknetic_appointment_finished_code {
    font-weight: 600;
    color: #0A3A66;
    letter-spacing: 3.1px;
    font-size: 51px;
}

body.genux-class .booknetic_appointment_finished_subtitle {
    color: #0A3A66;
    font-weight: 500;
    font-size: 20px;
}

body.genux-class .booknetic_appointment_finished_title, .booknetic_appointment_finished_title {
    color: #0A3A66;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 1.2em;
    text-transform: uppercase;
}

body.genux-class .booknetic_appointment {
    margin-right: auto;
    margin-left: auto;
}

body.genux-class button[class^="booknetic"]:not([class*="cart"]), body.genux-class button#booknetic_add_to_google_calendar_btn {
    background: #2283CF !important;
    color: #ffffff !important;
}

body.genux-class div.booknetic_appointment[id*="booknetic_theme"] .booknetic_btn_primary {

}

body.genux-class div.booknetic_appointment[id*="booknetic_theme"] [class*="_confirm_booking_btn"] {
    background: #17A2B8 !important;
    border: 1px solid #17A2B8 !important;
}

body.genux-class div.booknetic_appointment[id*="booknetic_theme"] [class*="_prev_step"] {
    background: #7B7B7B !important;
    border: 1px solid #7B7B7B !important;
}

body.genux-class .booknetic_appointment_container_footer {
    border: 0;
}

body.genux-class [id*="booknetic_theme"] [class^="booknetic_btn"] {

}

body.genux-class [id*="booknetic_theme"] [class^="booknetic_btn"] img {
    display: none;
}

body.genux-class [class^="booknetic_btn"], body.genux-class [class^="bookneticsaas_btn"] {
    border-radius: 3px;
    padding-left: 33px!important;
    padding-right: 33px !important;
    height: 41px;
    border: 1px solid #2283CF !important;
    background-color: #2283CF;
    font-weight: 400;
    font-size: 14px !important;
    min-width: 119px;
    text-align: center;
}

body.genux-class a[class*="_btn_primary"] {
    border-radius: 3px;
    height: 41px;
    border: 1px solid #2283CF !important;
    background-color: #2283CF !important;
    font-size: 14px !important;
}

div.bookneticsaas_forgot_password_completed_subtitle {
    padding: 10px 10px;
}

div.booknetic_prev_month, div.booknetic_next_month {
    background: #17A2B8;
    border-radius: 50px;
    vertical-align: middle;
    position: relative;
    padding: 1px 12px 3px 10px !important;
    margin: 0;
    top: -4px;
    color: #FFF;
}

body.genux-class [class^="booknetic_btn"]:hover, body.genux-class [class^="bookneticsaas_btn"]:hover {
    /*border-radius: 25px !important;*/
    background-color: #156bad !important;
    border-color: #156bad !important;
    color: #FFFFFF !important;
}

div.booknetic_appointment_steps_body {
    padding: 10px 25px;
}

body.genux-class .booknetic_btn_secondary {
    color: #2283CF !important;
    background-color: #ffffff !important;
}

body.genux-class button#booknetic_add_to_google_calendar_btn {

}

[id*="booknetic_theme"] * {
   /* margin-bottom: 15px;
    margin-top: 40px;*/
}



[id*="booknetic_theme"] *, body.genux-class [id*="booknetic_theme_"] * {
    font-family: 'Roboto', sans-serif !important;
}

[id*="booknetic_theme"] .booknetic_appointment * {
    font-family: 'Roboto', sans-serif !important; 
}

div.booknetic_sum_price {
    color: #1D303D;
    font-weight: 500;
}

body.genux-class #booknetic_calendar_area, body.genux-class .booknetic_times {
    box-shadow: none;
}

body.genux-class .booknetic_calendar_head, body.genux-class .booknetic_times_head {
    font-weight: 500;
}

body.genux-class .booknetic_calendar_head > div {
    font-size: 19px;
}

body.genux-class .booknetic_service_card_header {
    align-items: flex-start;
}

body.genux-class .booknetic_appointment_container_header_text {
    color: #083765;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e0e5f2;
    padding-bottom: 8px;
}

.booknetic_service_category.booknetic_fade {
    color: #083765;
    font-weight: 500;
    font-size: 18px;
}

.genux-class .booknetic_appointment_container {
    background: #ffffff;
}

.genux-class .booknetic_appointment_container .booknetic_appointment_container_header {
    border: 0;
    padding: 15px 24px;
}

.genux-class .booknetic_service_card, .genux-class .booknetic_card, .genux-class .booknetic_service_extra_card  {
    background-color: #f4f7ff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);*/
    border: 2px solid #3686be0a;
    margin-right: 10px;
}

.genux-class .booknetic_card  {
   /* padding: 25px 20px;*/
}

.genux-class .booknetic_service_card:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.genux-class .booknetic_service_card.booknetic_service_card_selected, .genux-class .booknetic_card.booknetic_card_selected, .genux-class .booknetic_service_extra_card.booknetic_service_extra_card_selected {
    /*border: 2px solid #08376524;*/
    border: 2px solid #2283cf73;
    padding: 15px 20px;
}

.genux-class .booknetic_calendar_days.booknetic_calendar_selected_day > div > span > i[a] {
    background: #2283CF;
}

.genux-class .booknetic_calendar_days > div > span > i[a] {
    background: #2283CF;
}

.genux-class .booknetic_calendar_days.booknetic_calendar_selected_day > div {
    background-color: #2283CF;
}

.genux-class .booknetic_times_list > div.booknetic_selected_time {
    background: #2283CF;
    border-radius: 3px;
}

.genux-class .booknetic_calendar_days > div {
    border-radius: 3px;
}

.genux-class .booknetic_service_card .booknetic_service_card_title span:first-child {
    margin-bottom: 7px;
    color: #083765;
    font-weight: 700;
}

.genux-class [class*="_service_duration_wrapper"]>span, .genux-class [class*="_service_extra_card_title"]>span:last-child:not(:empty) {
    color: #FFFFFF !important;
    background-color: #17a2b8;
    font-weight: 400 !important;
    border-radius: 3px;
}

body.genux-class [id*="booknetic_theme"] .booknetic_service_card_price, body.genux-class [id*="booknetic_theme"] .booknetic_service_extra_card_price {
    color: #083765;
    font-size: 17px;
    font-weight: 600;
}

.genux-class .booknetic_service_card_image, .genux-class .booknetic_service_extra_card_image {
    display: none;
}

body.genux-class .booknetic_appointment_steps_footer {
    text-align: center;
    border: 0;
    color: #1F1F1F;
    font-size: 13px;
}

body.genux-class .booknetic_appointment {
    border-radius: 6px;
}

body.genux-class [id*="booknetic_theme"] .booknetic_appointment_steps {
    background: #ffffff !important;
}

body.genux-class [id*="booknetic_theme"] .booknetic_appointment_steps span.booknetic_badge {
    /*display: none;*/
    position: absolute;
    left: 10px;
    top: 7px;
    width: 20px;
    height: 20px;
    line-height: 21px;
    font-weight: 400;
    font-size: 11px;
    background-color: #2283CF;
    text-align: center;
}

body.genux-class [id*="booknetic_theme"] .booknetic_appointment_steps.booknetic_active_step span.booknetic_badge::after {
    display: none;
}

body.genux-class [id*="booknetic_theme"] .booknetic_appointment_steps span.booknetic_badge::after {
    background-color: #2283cf;
}
body.genux-class div.booknetic_selected_step > span.booknetic_badge:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00c";
    background: none;
    font-size: 10px;
    left: -1px;
    top: -1px;
    height: 22px !important;
    width: 22px;
    color: #FFFFFF;
}

body.genux-class [id*="booknetic_theme"] .booknetic_appointment_steps.booknetic_active_step span.booknetic_badge::after {

}

body.genux-class [class*="_inner_addon"] > .select2 .select2-selection {
    border-radius: 4px;
}

div.booknetic_copy_time_to_all>img {

}

div.booknetic_copy_time_to_all>img:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00c";
    background: none;
    font-size: 10px;
    left: -1px;
    top: -1px;
    height: 22px !important;
    width: 22px
}

body.genux-class .booknetic_times_title {
    color: #2283CF;
    font-size: 15px;
    font-weight: 500 !important;
}

body.genux-class .booknetic_portlet, .genux-class .booknetic_empty_box {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
}

.genux-class .booknetic_confirm_container .booknetic_confirm_date_time>div {
    margin-bottom: 9px;
}

body.genux-class .booknetic_portlet.booknetic_portlet_cols {
    background: #F4F7FF;
    padding: 15px 10px;
    border-radius: 4px;
    border: 1px solid #5dbafc1f;
}

body.genux-class .booknetic_confirm_details:before {
    border:0;
}

body.genux-class .booknetic_confirm_details_title, body.genux-class .booknetic_confirm_details_price {
    background: transparent !important;
    color: #555;
    font-weight: 400;
}

body.genux-class .booknetic_confirm_step_body .booknetic_portlet_content {

}

body.genux-class [data-price-id="discount"] > .booknetic_confirm_details_title, body.genux-class [data-price-id="discount"] > .booknetic_confirm_details_price {
    color: inherit !important;
}

body.genux-class .booknetic_confirm_date_time.booknetic_portlet .booknetic_text_primary {
    clear: both;
    display: block;
    font-size: 16px;
    color: #030303 !important;
    margin-bottom: 8px;
}

body.genux-class .booknetic_confirm_date_time.booknetic_portlet span:not(.booknetic_text_primary) {
    color: #85878B;
    font-weight: 400;
}

body.genux-class .booknetic_payment_method.booknetic_payment_method_selected {
    border: 2px dashed #1d29396e;
    background-color: #f4f7ff;
}

body.genux-class .booknetic_payment_methods {
    padding-top: 0;
}

body.genux-class .booknetic_payment_method {
    border: 1px solid #5dbafc1f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.genux-class .booknetic_payment_method:hover {
    background-color: #f4f7ff;
}

body.genux-class [id*="booknetic_theme"] .booknetic_appointment_step_element {
    text-align: center;
    margin-bottom: 5px !important;
    position: relative !important;
}

body.genux-class .booknetic-cart-col {
    background: transparent !important;
}

body.genux-class .booknetic-cart-item {
    padding: 20px 20px;
}

body.genux-class .booknetic-cart-item {
    border: 1px solid #ecf2fc;
    background: #f4f7ff;
}

body.genux-class .booknetic-cart-item.active {

}

body.genux-class .booknetic-cart-item-header .booknetic-cart-item-btns {
    padding: 8px 37px 8px 17px;
    border-radius: 3px;
}

body.genux-class .booknetic_appointment_finished_with_error > div {
    max-width: inherit;
}

body.genux-class .booknetic-cart-item-info-details-row .booknetic-cart-item-info-details-cell {
    color: #ffffff;
}

body.genux-class .booknetic-cart-item-info-details-arrow {
    border-color: #17A2B8 transparent transparent
}

body.genux-class .booknetic-cart-item-info-details {
    background: #17A2B8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

body.genux-class .booknetic_appointment_container_header .booknetic_appointment_container_header_cart>div {
    background: transparent;
}

body.genux-class .booknetic_appointment_container_header .booknetic_appointment_container_header_cart {
    right: 0px;
    top: 46%;
}

body.genux-class .booknetic_appointment_container_header .booknetic_appointment_container_header_cart>div img {
    width: 20px;
    height: 20px;
}

body.genux-class .booknetic_appointment_container_header .booknetic_appointment_container_header_cart>div span {
    position: absolute;
    width: 16px;
    height: 17px;
    right: 3px;
    top: 4px;
}

body.genux-class button.bkntc_again_booking {
    background: #17A2B8 !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: none;
    padding: 12px 20px;
}

body.genux-class button.bkntc_again_booking span {
    color: #FFFFFF;
}

body.genux-class button.bkntc_again_booking img {
    display: none;
}

body.genux-class .booknetic-cart-item-header .booknetic-cart-item-btns span {
    margin: 0;
}

div.booknetic-cart-item-body-row {
    display: block;
}

div.booknetic-cart-item-body-row>span:first-child {
        /* background-color: #2283cf; */
        color: #2283cf;
        /* padding: 1px 13px; */
        font-size: 13px !important;
        border-radius: 3px;
        /* border: 1.5px dashed #2283cf; */
        margin-bottom: 2px;
        font-weight: 500;
}

body.genux-class .booknetic-cart-item .booknetic-cart-item-header>span {
    font-weight: 600 !important;
}

body.genux-class .booknetic-cart-item .booknetic-cart-item-header {
    font-size: 15px;
    font-weight: 500 !important;
    color: #345987;
    padding-right: 24px;
    margin-bottom: 25px;
    line-height: 1.1em;
}

body.genux-class .booknetic-cart-item-body-row .booknetic-cart-item-body-cell.amount {
    color: #345987;
    margin-right: 4px;
    font-weight: 600;
    font-size: 15px;
}

body.genux-class button.booknetic-cart-item-remove img, body.genux-class button.booknetic-cart-item-edit img {
    display: none;
}

body.genux-class .booknetic_card:not(.booknetic_card_selected):after {
    background-image: none;
}

body.genux-class .booknetic_appointment .form-control {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 15px;
}

.booknetic_appointment .form-group > label {
    font-weight: 500;
}

body.genux-class [id*="booknetic_theme"] .booknetic_appointment_step_element {
    background-color: transparent;
    border-radius: 5px;
    color: #175987 !important;
    padding: 7px 37px;
    border: 1px solid #1759873d;
}

body.genux-class [id*="booknetic_theme"] .booknetic_appointment_step_element[class*="_selected_step"] {
    background-color: #f4f7ff;
    border: 1px solid #ecf2fc;
}

body.genux-class [id*="booknetic_theme"] .booknetic_appointment_step_element.booknetic_active_step  {
    background-color: #2283CF;
    color: #FFFFFF !important;
    padding: 7px 37px;
}

body.genux-class [id*="booknetic_theme"] .booknetic_appointment_step_element.booknetic_active_step .booknetic_badge::after  {

}

body.genux-class [id*="booknetic_theme"] .booknetic_appointment_step_element.booknetic_active_step .booknetic_badge {
    color: #2283CF;
    background-color: #FFF;
    font-weight: 500 !important;
}

body.genux-class .booknetic_appointment_finished_with_error {
    box-shadow: none;
}

body.genux-class .booknetic_appointment_finished_with_error img {
    height: 83px;
    margin-right: 28px;
}

body.genux-class .booknetic_service_category, body.genux-class .booknetic_service_extra_title {
    background: #236EA9;
    color: #FFF;
    padding: 7px 10px 6px 15px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400 !important;
    letter-spacing: 0.1px;
}

[id*="booknetic_theme"].booknetic_step_title {
    color: #B3D3EA !important;
}

body.genux-class [id*="booknetic_theme"] .booknetic_confirm_sum_price {
    background-color: transparent;
    color: #151515;
}

[id*="booknetic_theme"] .booknetic_selected_step {
    color: #ffffff;
}

[id*="booknetic_theme"] .booknetic_step_title {
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: 0.01em;
}

body.genux-class a.booknetic_powered_by {
    display: none;
}

body.genux-class .booknetic_company_logo {
    /*margin-bottom: 15px;
    margin-top: 40px;*/
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px auto 20px auto;
    box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.1);
    border: 4px solid #FFF;
}

body.genux-class .booknetic_appointment_steps .booknetic_company_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    max-width: inherit;
    max-height: inherit;
    
    /*
   -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    overflow: hidden;
    max-width: 140px;
    max-height: 138px;
    width: 140px;
    height: 138px;*/

    /*object-fit: cover;*/
    /*width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 20%;*/
}

body.genux-class .booknetic_social_login_google {
    margin-left: 0px !important;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 12px 41px !important;
    height: 40px;
}

div.booknetic_need_copy div[data-step-id="information"]>div:not(.form-row) {
    border-bottom: 1px solid #e0e5f2;
    margin-bottom: 23px;
    padding-bottom: 14px;
}

/*Responsive*/

@media only screen and (min-width: 1360px) {
    body .plans_area {
        width: 1200px;
    }
}

@media screen and (min-width: 769px) {
    body.genux-class div.booknetic_service_card_title {
      display: flex;
      align-items: center;
      flex-flow: row nowrap; 
      justify-content: flex-start;
      gap: 8px;
    }
    #archive-title h1.elementor-heading-title.elementor-size-default {
        display: inline-flex;
    }
  }
  

@media only screen and (max-width: 1000px) {
    body .plans_area {
        width: 96%;
    }
    body .plan_price {
        font-size: 33px;
    }
    body.genux-class .booknetic_payment_methods {
        padding-top: 10px;
        padding-left: 0;
    }
    body.genux-class .booknetic_appointment {
    min-width: 323px;
    }
    .booknetic_appointment_finished_title {
        font-size: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    body.genux-class [id*="booknetic_theme"] .booknetic_appointment_step_element {
        display: none !important;
    }
    body.genux-class div.booknetic_service_card_title {
        padding: 0px;
    }
    body.genux-class div.booknetic_service_card_title > span:first-child {
        font-size: 13px;
    }
}

@media only screen and (max-width: 800px) {
    body .plan_price {
        font-size: 25px;
    }
    body .plans_area .plan_card {
        /* min-width: 360px; */;
        padding: 30px 10px;
    }
    button.btn.btn-primary.choose_plan_btn {
        padding: 13px 37px !important;
    }
    body.genux-class .booknetic_appointment_container_footer {
        border-top: 1px solid #E4EBF4;
        position: fixed;
        margin-right: 3%;
        margin-left: 3%;
        /* width: 94%; */
        /*box-sizing: inherit !important;*/
        /* left: auto; */
        /* right: auto; */
        width: -webkit-fill-available;
    }
    body.genux-class .booknetic_appointment_container_header_text {
        text-align: center;
    }
}

@media only screen and (max-width: 690px) {
        body .plan_description {
        padding: 15px 8px 120px;
        }
        button.btn.btn-primary.choose_plan_btn {
            padding: 11px 25px !important;
        }
        body .plan_description ul li {
            font-size: 15px;
        }
}

@media only screen and (max-width: 600px) {
    button.btn.btn-primary.choose_plan_btn {
        font-size: 13px !important;
    }

}

@media only screen and (max-width: 530px) {
    body .plan_description ul li {
    font-size: 13px;
    }
}

@media only screen and (max-width: 510px) {
    body .plan_description ul li {
    font-size: 13px;
    }
    body .plans_area .plan_card {
        width: 100%;
        max-width: 360px;
    }
    body .plan_description {
        padding: 30px 5px 86px;
    }
    body .plan_description ul li {
        font-size: 16px;
    }
    button.btn.btn-primary.choose_plan_btn {
        font-size: 15px !important;
    }
    body .plan_price {
        font-size: 33px;
    }
}

@media only screen and (max-width: 412px) {
    .genux-class .booknetic_service_card {
        padding: 15px 10px;
    }
    .genux-class .booknetic_service_card_price {
        padding-top: 10px;
    }
}