:root {
    --yasbookly-css-version: "23.7";
}

.yasbookly-list-none {
    list-style: none;
}

.yasbookly-left {
    float: left !important;
}

.yasbookly-right {
    float: right !important;
}

.yasbookly-clear {
    clear: both !important;
}

.yasbookly-rtext {
    text-align: right !important;
}

.yasbookly-text-center {
    text-align: center;
}

.yasbookly-bold {
    font-weight: bold !important;
}

.yasbookly-list {
    margin-left: 10px !important;
}

.yasbookly-clear-bottom {
    margin-bottom: 0 !important;
}

.yasbookly-none {
    display: none !important;
}

.yasbookly-nowrap {
    white-space: nowrap;
}

.yasbookly-inline-block {
    display: inline-block !important;
}

.yasbookly-btn {
    text-decoration: none;
}

.yasbookly-btn[disabled] {
    opacity: 0.5;
}

/* Layout */
.yasbookly-box {
    margin: 0 0 20px;
    overflow: hidden;
}

.yasbookly-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.yasbookly-table > * {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.yasbookly-table::before,
.yasbookly-table::after {
    content: unset !important;
}

/* Form Elements */
.yasbookly-form {
    margin: 0 auto;
}

.yasbookly-form * {
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    line-height: inherit;
}

.yasbookly-form input[type="text"],
.yasbookly-form input[type="number"],
.yasbookly-form input[type="password"],
.yasbookly-form select,
.yasbookly-form textarea {
    font-size: 14px !important;
    line-height: normal !important;
    border: 1px solid silver !important;
    border-radius: 4px !important;
    width: 100% !important;
}

.yasbookly-form input[type="text"],
.yasbookly-form input[type="number"],
.yasbookly-form input[type="password"],
.yasbookly-form select {
    height: auto !important;
}

.yasbookly-form input[type="text"],
.yasbookly-form input[type="checkbox"],
.yasbookly-form input[type="radio"],
.yasbookly-form input[type="number"],
.yasbookly-form input[type="password"],
.yasbookly-form select,
.yasbookly-form textarea {
    display: inline-block;
    margin: 0 !important;
    outline: none !important;
}

.yasbookly-form input[type="text"],
.yasbookly-form input[type="number"],
.yasbookly-form input[type="password"],
.yasbookly-form textarea {
    padding: 6px 7px 5px !important;
}

.yasbookly-form select {
    padding: 5px 6px 4px !important;
}

.yasbookly-form label {
    display: inline;
    float: none;
    font-size: 14px;
}

.yasbookly-form label:not(.yasbookly-col-label) {
    width: auto;
}

.yasbookly-form img {
    display: inline;
}

.yasbookly-form .yasbookly-label-error {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.yasbookly-form .yasbookly-btn + input[type=file] {
    width: 0;
    height: 0;
    opacity: 0;
    display: block;
}

.yasbookly-form-group > label {
    display: inline-block;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
}

.yasbookly-form-group > div {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.yasbookly-form-group:not(:last-child) > div {
    margin-right: 14px;
}

/* Buttons */
.yasbookly-nav-steps {
    padding-top: 20px !important;
    border-top: 1px solid silver !important;
    overflow: hidden;
}

.yasbookly-box.yasbookly-nav-steps {
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

.yasbookly-box.yasbookly-nav-steps button {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.yasbookly-btn {
    padding: 9px 18px !important;
    border: 0 !important;
    min-width: 118px;
    display: block;
    text-align: center;
    line-height: normal;
    border-radius: 4px !important;
    background: #f4662f;
    cursor: pointer !important;
    height: auto !important;
    outline: none !important;
}

.yasbookly-btn,
.yasbookly-btn > span {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 17px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

button.yasbookly-btn:hover,
button.yasbookly-btn:active,
button.yasbookly-round:hover,
button.yasbookly-round:active,
button.yasbookly-square:hover,
button.yasbookly-square:active {
    background-image: none !important;
}

.yasbookly-time-next,
.yasbookly-time-prev {
    min-width: 60px;
    height: 35px !important;
    padding: 0 5px !important;
}

.yasbookly-time-next {
    background-position: 50% -56px;
}

.yasbookly-time-prev {
    background-position: 50% 8px;
}

.yasbookly-square,
.yasbookly-round {
    width: 28px;
    height: 28px;
    padding: 0 !important;
    line-height: 0 !important;
    border: 0 !important;
    outline: none !important;
    background-repeat: no-repeat;
}

.yasbookly-round {
    border-radius: 50% !important;
}

span.yasbookly-round {
    display: block;
}

.yasbookly-square {
    border-radius: 15%;
}

.yasbookly-checkbox-group > input[type='checkbox'] {
    width: 0 !important;
    height: 0 !important;
    max-width: 0px !important;
    max-height: 0px !important;
    min-width: 0px !important;
    min-height: 0px !important;
    opacity: 0;
}

.yasbookly-checkbox-group > input[type='checkbox']:focus + label > i {
    border-radius: 3px;
    outline: 0;
    box-shadow: 0px 0px 1px 0px rgba(37, 0, 255, 1) inset;
}

.yasbookly-checkbox-group > input[type='checkbox']:not(:checked) + label > i {
    background-image: url(../../../frontend/resources/images/square-24.png);
}

.yasbookly-checkbox-group > input[type='checkbox']:checked + label > i {
    background-image: url(../../../frontend/resources/images/checkbox-16.png);
}

.yasbookly-checkbox-group > input[type='checkbox']:disabled + label > i {
    background-image: url(../../../frontend/resources/images/x-24.png) !important;
    opacity: 0.8;
    cursor: not-allowed;
}

.yasbookly-checkbox-group label {
    font-weight: bold;
}

.yasbookly-row label {
    vertical-align: text-top;
}

.yasbookly-checkbox-group label:nth-child(3) {
    margin-left: 4px;
}

.yasbookly-round-button {
    cursor: pointer !important;
}

.yasbookly-round-button:first-child {
    margin-right: 5px !important;
}

.yasbookly-round-button img {
    border: 0 !important;
    box-shadow: none;
}

.yasbookly-triangle {
    width: 29px;
    height: 29px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 26px solid;
}

.yasbookly-back-step {
    margin-right: 10px;
    float: left !important;
}

.yasbookly-next-step {
    float: right !important;
}

.yasbookly-mobile-prev-step {
    margin-right: 10px;
}

/* Progress Tracker */
.yasbookly-progress-tracker {
    margin: 0 0 20px !important;
    padding: 0 !important;
}

.yasbookly-progress-tracker > div {
    padding-left: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    overflow: hidden;
    font-size: small;
}

.yasbookly-progress-tracker .step {
    height: 15px;
    background: #bec3c7;
    margin-top: 5px;
}

.yasbookly-progress-tracker > div:first-child .step {
    border-radius: 0 5px 5px 0;
    margin-left: 5px;
}

.yasbookly-progress-tracker > div:last-child .step {
    border-radius: 5px 0 0 5px;
}

.yasbookly-progress-tracker > div:first-child {
    padding-left: 0;
}

.yasbookly-form .yasbookly-progress-tracker > .active .step, .yasbookly-form .picker__frame, .yasbookly-form .yasbookly-columnizer .yasbookly-hour:active .yasbookly-hour-icon span, .yasbookly-form .yasbookly-btn, .yasbookly-form .yasbookly-btn:active, .yasbookly-form .yasbookly-btn:focus, .yasbookly-form .yasbookly-btn:hover, .yasbookly-form .yasbookly-btn-submit, .yasbookly-form .yasbookly-round, .yasbookly-form .yasbookly-square, .yasbookly-form .yasbookly-pagination > li.active {
    background-color: #f2a379 !important;
}

.yasbookly-progress-tracker > .active .step {
    background-color: #f2a379 !important;
}




::selection {
    /*background-color:  2px solid #f4662f !important;*/
    background-color:  dodgerblue !important;
    color: #000000;
}



@media (hover) {
    .yasbookly-columnizer .yasbookly-hour:hover {
        border: 2px solid #f4662f !important;
        color: #f4662f;
    }
}


.yasbookly-columnizer .yasbookly-column {
    display: ruby-text-container;

}

yasbookly-columnizer .yasbookly-hour:hover,
.yasbookly-columnizer .yasbookly-hour.selected {
    border: 2px solid #f4662f !important;
    color: #f4662f;
}

/* Circle */
.yasbookly-columnizer .yasbookly-hour.selected span.ladda-label.yasbookly-time-main i.yasbookly-hour-icon {
    background: none;
    border: 2px solid #f4662f;
    color: #f4662f;
    width: auto;
    height: auto;
    padding: 3px;
    border-radius: 25px;
    margin-right: 3px;
}

/* Dot */
.yasbookly-columnizer .yasbookly-hour.selected span.ladda-label.yasbookly-time-main .yasbookly-hour-icon span {
    background: #f4662f;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    display: block;
}





/* Service */
.yasbookly-service-step .yasbookly-date-from {
    cursor: text !important;
}

.yasbookly-service-step .yasbookly-available-date,
.yasbookly-service-step .yasbookly-week-days,
.yasbookly-repeat-step .yasbookly-week-days,
.yasbookly-service-step .yasbookly-time-range {
    margin-bottom: 20px !important;
}

.yasbookly-service-step .yasbookly-available-date .yasbookly-form-group > div {
    margin-right: 0;
}

.yasbookly-service-step .yasbookly-available-date,
.yasbookly-service-step .yasbookly-week-days {
    margin-right: 14px !important;
}

.yasbookly-form .yasbookly-service-step .yasbookly-week-days,
.yasbookly-form .yasbookly-repeat-step .yasbookly-week-days {
    width: auto;
    display: flex;
    justify-content: center;
}

.yasbookly-service-step .yasbookly-week-days > div,
.yasbookly-repeat-step .yasbookly-week-days > div {
    text-align: center;
    min-width: 35px;
}

.yasbookly-form .yasbookly-service-step .yasbookly-week-days input[type='checkbox'],
.yasbookly-form .yasbookly-repeat-step .yasbookly-week-days input[type='checkbox'] {
    background-color: var(--yasbookly-main-color);
    border-color: var(--yasbookly-main-color);
}

.yasbookly-form .yasbookly-service-step .yasbookly-week-days input[type='checkbox']:checked,
.yasbookly-form .yasbookly-repeat-step .yasbookly-week-days input[type='checkbox']:checked {
    background-image: url("../images/checkbox.png");
    background-repeat: no-repeat;
}

.yasbookly-form .yasbookly-service-step .yasbookly-week-days input[type='checkbox'],
.yasbookly-form .yasbookly-repeat-step .yasbookly-week-days input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block !important;
    width: 23px;
    height: 23px;
    padding: 0;
    margin: 8px auto 0 !important;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--yasbookly-main-color);
}

.yasbookly-service-step .yasbookly-week-days label input,
.yasbookly-repeat-step .yasbookly-week-days label input {
    visibility: hidden;
}

.yasbookly-service-step .yasbookly-time-range select {
    width: auto !important;
}

.yasbookly-mobile-step-1 .yasbookly-nav-steps {
    display: none;
}

.yasbookly-chain-actions {
    width: 50px;
}

/* Extras */
.yasbookly-mw-150 {
    max-width: 150px;
}

.yasbookly-extra-step .yasbookly-extras-item {
    display: inline-block;
    width: 25%;
    margin: 0 -2px !important;
    margin-bottom: 2px !important;
    vertical-align: top !important;
}

.yasbookly-extra-step .yasbookly-extras-thumb {
    border: 2px solid #bec3c7;
    padding: 10px;
    line-height: normal;
    border-radius: 5px;
    margin: 3px;
    text-align: center;
    cursor: pointer;
}

.yasbookly-extra-step .yasbookly-extras-thumb img {
    max-width: 100%;
}

.yasbookly-extra-step .yasbookly-extras-thumb div {
    background-position: center;
}

.yasbookly-extra-step div.yasbookly-extras-summary {
    display: inline-block;
    font-weight: bold;
}

.yasbookly-extra-step .yasbookly-extras-item .yasbookly-extras-count-controls {
    margin-top: 10px;
    text-align: center;
}

.yasbookly-extra-step .yasbookly-extras-count-controls > * {
    vertical-align: middle;
}

.yasbookly-extra-step .yasbookly-extras-item .yasbookly-extras-total-price {
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}

.yasbookly-extra-step .yasbookly-extras-item input {
    width: 3em !important;
    text-align: center;
}

.yasbookly-extra-step .yasbookly-extras-increment {
    margin-left: 5px;
}

/* Time */
.yasbookly-time-step {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px !important;
    margin-left: auto;
    margin-right: auto;
}

.yasbookly-columnizer-wrap {
    position: relative;
}

.yasbookly-columnizer {
    min-height: .01%;
    white-space: nowrap;
    position: relative;
}

.yasbookly-columnizer_category {
    min-height: .01%;
    position: relative;
}
.yasbookly-category {
    min-width: 0;
    margin: 1.5px 0 !important;
    background: white;
    height: 36px;
    padding: 6px;
    font-size: large !important;
    line-height: 20px;
    text-align: center;
    float: none !important;
    vertical-align: middle;
    text-transform: none;
    border: 1px solid #cccccc !important;
    border-radius: 4px;
}





yasbookly-columnizer_category .yasbookly-category:hover,
.yasbookly-columnizer_category .yasbookly-category.selected {
    border: 2px solid #f4662f !important;
    color: #f4662f;
}


.yasbookly-columnizer_days {
    min-height: .01%;
    position: relative;
}
.yasbookly-days {
    min-width: 0;
    margin: 1.5px 0 !important;
    background: white;
    height: 36px;
    padding: 6px;
    font-size: large !important;
    line-height: 20px;
    text-align: center;
    float: none !important;
    vertical-align: middle;
    text-transform: none;
    border: 1px solid #cccccc !important;
    border-radius: 4px;
}

yasbookly-columnizer_days .yasbookly-days:hover,
.yasbookly-columnizer_days .yasbookly-days.selected {
    border: 2px solid #f4662f !important;
    color: #f4662f;
}

.yasbookly-columnizer .yasbookly-time-screen {
    display: inline-block;
    *display: inline;
    min-height: .01%;
}

#yasbookly-tbs .yasbookly-columnizer .yasbookly-time-screen {
    overflow: hidden;
    overflow-x: auto;
}

.yasbookly-columnizer .yasbookly-column {
    min-width: 127px;
    padding: 0 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    float: none !important;
}

.yasbookly-columnizer .yasbookly-column.yasbookly-column-wide {
    min-width: 205px;
}

.yasbookly-columnizer .yasbookly-column.yasbookly-column-wide span.yasbookly-time-main {
    float: left;
    margin-left: 10px;
}

.yasbookly-columnizer .yasbookly-column.yasbookly-column-wide span.yasbookly-time-additional {
    float: right;
    margin-right: 10px;
}

.yasbookly-columnizer .yasbookly-day,
.yasbookly-columnizer .yasbookly-hour {
    display: block !important;
    min-width: 0;
    width: 100%;
    margin: 1.5px 0 !important;
    background: white;
    height: 36px;
    padding: 6px;
    font-size: 13px !important;
    line-height: 20px;
    text-align: center;
    float: none !important;
    vertical-align: middle;
    text-transform: none;
    border: 1px solid #cccccc !important;
    border-radius: 4px;
}

.yasbookly-columnizer .yasbookly-day {
    cursor: default !important;
    text-decoration: none;
}

.yasbookly-columnizer .yasbookly-hour {
    background: white ;
    cursor: pointer;
}

.yasbookly-columnizer .yasbookly-hour span {
    font-weight: normal;
    color: #333 !important;
}

.yasbookly-columnizer .yasbookly-hour.yasbookly-slot-in-waiting-list {
    background-color: #d6d6d6 !important;
}

.yasbookly-columnizer .yasbookly-hour.yasbookly-slot-in-special-hour .yasbookly-time-main {
    font-weight: bold;
}

.yasbookly-columnizer .yasbookly-hour .ladda-label {
    display: inline-block;
}

.yasbookly-form .yasbookly-schedule-date,
.yasbookly-form .yasbookly-columnizer .yasbookly-day {
    background: #f4662f;
    color: white !important;
    font-weight: bold !important;
    border: 1px solid #f4662f;
}

.yasbookly-form .yasbookly-schedule-date input {
    color: black;
    font-weight: normal;
}

.yasbookly-columnizer .booked,
.yasbookly-columnizer .booked:hover {
    opacity: .5;
    cursor: default !important;
}

.yasbookly-columnizer .booked span {
    text-decoration: line-through;
}

.yasbookly-columnizer .yasbookly-hour .yasbookly-hour-icon {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    margin-right: 5px;
    background: url("../images/success.png") 0 0 no-repeat;
}

@media (hover) {
    .yasbookly-columnizer .yasbookly-hour:hover {
        border: 2px solid #f4662f !important;
        color: #f4662f;
    }

    .yasbookly-columnizer .yasbookly-hour.booked:hover {
        border: 1px solid #cccccc !important;
        color: #333333 !important;
    }

    .yasbookly-columnizer .yasbookly-hour.booked:hover .yasbookly-hour-icon span {
        visibility: hidden;
    }

    .yasbookly-columnizer .yasbookly-hour:hover .yasbookly-hour-icon {
        background: none;
        border: 2px solid #f4662f;
        color: #f4662f;
        width: auto;
        height: auto;
        padding: 3px;
        border-radius: 25px;
        margin-right: 3px;
    }

    .yasbookly-columnizer .yasbookly-hour.booked:hover .yasbookly-hour-icon {
        border: 2px solid #cccccc !important;
    }

    .yasbookly-columnizer .yasbookly-hour:hover .yasbookly-hour-icon span {
        background: #f4662f;
        width: 8px;
        height: 8px;
        border-radius: 10px;
        display: block;
    }
}

.yasbookly-time-step .yasbookly-columnizer > button {
    display: none !important;
}

.yasbookly-time-step .yasbookly-columnizer > .yasbookly-column {
    display: none !important;
}

.yasbookly-slot-calendar {
    margin: 0 20px 20px 0;
    float: left;
}

.yasbookly-not-time-screen {
    font-size: 16px;
    height: 296px;
    margin-left: 320px;
    font-weight: bold;
}

.yasbookly-not-time-screen.yasbookly-not-calendar {
    height: auto;
    margin-left: 0;
    padding-bottom: 15px;
}

.yasbookly-spin-overlay {
    position: relative;
    opacity: .5;
}

.yasbookly-spin-overlay .yasbookly-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

select.yasbookly-time-zone-switcher {
    width: 220px !important;
}

/* Repeat */
.yasbookly-repeat-step {
    margin-bottom: 20px !important;
    min-width: 260px;
}

.yasbookly-repeat-step .yasbookly-row {
    margin: 12px 0 12px 0 !important;
}

.yasbookly-repeat-step .yasbookly-week-days {
    margin-bottom: 0 !important;
}

.yasbookly-repeat-step .yasbookly-get-schedule {
    display: inline-block;
}

.yasbookly-repeat-step .yasbookly-schedule-date,
.yasbookly-repeat-step .yasbookly-schedule-time {
    width: 100px !important;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    border-radius: 4px;
    height: 28px;
    margin-right: 6px;
    margin-top: 2px;
    margin-bottom: 4px;
}

.yasbookly-repeat-step .yasbookly-schedule-time select {
    border: 0 !important;
    height: 26px !important;
    background-color: #fff;
    padding: 0 !important;
}

.yasbookly-repeat-step .yasbookly-schedule-date input {
    background-color: #fff;
    border: 0 !important;
    height: 26px !important;
    float: none !important;
}

.yasbookly-repeat-step .yasbookly-schedule-row {
    border: 1px solid #cccccc !important;
    border-radius: 3px;
    display: flex;
}

.yasbookly-schedule-row .yasbookly-rounds-group {
    float: right !important;
    margin-top: 2px;
    margin-bottom: 4px;
    height: 28px;
}

.yasbookly-repeat-step .yasbookly-schedule-row > div {
    float: left;
    line-height: 25px;
}

.yasbookly-repeat-step .yasbookly-schedule-row .yasbookly-schedule-appointment > div,
.yasbookly-repeat-step .yasbookly-schedule-row .yasbookly-schedule-intersect > div {
    float: left;
}

.yasbookly-schedule-slots > div:not(:last-child) {
    margin-bottom: 12px;
}

.yasbookly-repeat-step .yasbookly-schedule-row .yasbookly-schedule-intersect {
    margin: 2px 2px 4px 0;
}

.yasbookly-repeat-step .yasbookly-schedule-row > div:first-child {
    width: 36px;
    height: 36px;
    padding: 4px;
    text-align: center;
    font-size: 20px;
}

.yasbookly-repeat-step .yasbookly-schedule-row > div:last-child {
    width: calc(100% - 36px);
    border-left: 1px solid #cccccc !important;
    padding: 2px 2px 0 4px;
}

.yasbookly-repeat-step .yasbookly-schedule-row .yasbookly-schedule-time {
    border: 1px solid #cccccc !important;
    border-radius: 4px;
}

.yasbookly-repeat-step .yasbookly-schedule-row .yasbookly-hidden-info {
    display: none;
}

.yasbookly-repeat-step .yasbookly-schedule-row .yasbookly-hidden-info > span {
    line-height: 32px;
}

.yasbookly-schedule-appointment.yasbookly-appointment-hidden > * {
    display: none !important;
    height: 0;
}

.yasbookly-schedule-appointment.yasbookly-appointment-hidden .yasbookly-hidden-info {
    display: block !important;
    width: 100%;
}

/* pagination */
.yasbookly-pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.yasbookly-pagination li {
    display: list-item;
    text-align: match-parent;
    margin: 0 -1px 0 0 !important;
}

.yasbookly-pagination li a {
    position: relative;
    display: block;
    text-decoration: none;
    border: 1px solid #cccccc;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
}

.yasbookly-pagination li a:focus {
    z-index: 3;
    outline: 0;
}

.yasbookly-pagination li.active a {
    color: #fff;
}

.yasbookly-pagination li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.yasbookly-pagination li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.yasbookly-visible-sm {
    display: none;
}

/* well */
.yasbookly-well {
    border: 1px solid #cccccc !important;
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 4px;
    background-color: #F2DEDE;
    vertical-align: middle;
    display: table;
}

.yasbookly-well > div:nth-child(1) {
    margin: 5px 5px 5px 0;
    float: left;
}

.yasbookly-well > div:nth-child(2) {
    min-height: 38px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.popover .editable-container,
.popover .control-group {
    min-width: 300px;
}

label.yasbookly-checkbox-label input[type=checkbox] {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.yasbookly-round-md {
    width: 35px;
    height: 35px;
}

.yasbookly-triangle-md {
    margin: 5px 5px 5px 0;
    width: 35px;
    height: 35px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 35px solid;
    float: left;
}

.yasbookly-icon-sm {
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}

.yasbookly-icon-sm i {
    margin: 0;
    padding: 0;
}

.yasbookly-icon-md {
    height: 24px;
    width: 24px;
    display: block;
    margin-left: 6px;
    background-repeat: no-repeat;
}

.yasbookly-triangle .yasbookly-icon-sm {
    margin-left: -2px;
    margin-top: 11px;
    height: 16px;
    padding-left: 4px;
}

.yasbookly-round-md .yasbookly-icon-md {
    margin: 6px;
}

.yasbookly-round .yasbookly-icon-md {
    margin: 6px;
}

button.yasbookly-round,
label.yasbookly-square {
    cursor: pointer;
}

.yasbookly-round .ladda-label {
    display: inline !important;
}

.yasbookly-icon-sm.yasbookly-icon-restore {
    background-image: url(../../../frontend/resources/images/redo-16.png);
}

.yasbookly-icon-sm.yasbookly-icon-exclamation {
    background-image: url(../../../frontend/resources/images/exclamation-16.png);
}

.yasbookly-icon-sm.yasbookly-icon-i {
    background-image: url(../../../frontend/resources/images/info-16.png);
}

.yasbookly-icon-sm.yasbookly-icon-edit {
    background-image: url(../../../frontend/resources/images/edit-16.png);
}

.yasbookly-icon-sm.yasbookly-icon-plus {
    background-image: url(../../../frontend/resources/images/plus-16.png);
}

.yasbookly-icon-sm.yasbookly-icon-minus {
    background-image: url(../../../frontend/resources/images/minus-16.png);
}

.yasbookly-icon-sm.yasbookly-icon-drop {
    background-image: url(../../../frontend/resources/images/delete-16.png);
}

.yasbookly-icon-sm.yasbookly-icon-check {
    background-image: url(../../../frontend/resources/images/check-16.png);
}

.yasbookly-icon-user {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin: 4px 2px 0 2px;
    vertical-align: top;
    background-image: url(../../../frontend/resources/images/user-16.png);
}

/* Cart */
.yasbookly-go-to-cart {
    width: 35px;
    height: 35px;
    float: left !important;
}

.yasbookly-cart .yasbookly-mobile-version {
    display: none;
}

.yasbookly-cart table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none !important;
    table-layout: auto;
    width: 100%;
    margin: 0 !important;
}

.yasbookly-cart table .yasbookly-round {
    vertical-align: bottom;
}

.yasbookly-cart table th,
.yasbookly-cart table td {
    border: 0;
    text-align: left;
    padding: 8px;
}

.yasbookly-cart tbody.yasbookly-mobile-version td,
.yasbookly-cart tbody.yasbookly-mobile-version th {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.yasbookly-cart th,
.yasbookly-cart tr.yasbookly-cart-primary,
.yasbookly-cart tr.yasbookly-cart-primary td,
.yasbookly-cart tfoot tr,
.yasbookly-cart tfoot tr th {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    font-size: 14px !important;
}

.yasbookly-cart th {
    border-width: 0 0 1px 0;
    font-weight: 700;
    padding-top: 0 !important;
}

.yasbookly-cart table tfoot th,
.yasbookly-cart table tfoot td {
    border-top: 2px solid rgba(51, 51, 51, 0.1);
}

.yasbookly-cart table tr.yasbookly-cart-sub-item td:first-child {
    padding-left: 25px;
}

.yasbookly-cart tbody.yasbookly-desktop-version,
.yasbookly-cart tbody.yasbookly-desktop-version td,
.yasbookly-cart tbody.yasbookly-mobile-version tr.yasbookly-cart-sub-item th,
.yasbookly-cart tbody.yasbookly-mobile-version tr.yasbookly-cart-sub-item td {
    border: 0 !important;
}

/* Details */
.yasbookly-guest > .yasbookly-btn {
    display: inline-block;
    margin: 0 14px 12px 0;
}

.yasbookly-guest > .fb_iframe_widget_fluid {
    display: inline-block;
}

.yasbookly-guest > * {
    vertical-align: top;
}

.yasbookly-details-step .yasbookly-form-group input[type="text"].yasbookly-captcha {
    display: block;
    width: 160px !important;
    margin: 10px 0 0 !important;
}

.yasbookly-details-step .yasbookly-form-group .iti {
    display: block;
}

.yasbookly-details-step .yasbookly-form-group .iti input {
    padding-left: 45px !important;
}

.yasbookly-details-step .yasbookly-table,
.yasbookly-details-step .yasbookly-table > * {
    overflow: visible !important;
}

.yasbookly-details-step .yasbookly-form-group textarea {
    resize: vertical;
}

.yasbookly-details-step .yasbookly-custom-field-row > div > div > label,
.yasbookly-details-step .yasbookly-custom-field-row > div > div > label > input[type="radio"],
.yasbookly-details-step .yasbookly-custom-field-row > div > div > label > input[type="checkbox"] {
    cursor: pointer;
}

.yasbookly-details-step .yasbookly-custom-field-row > div > div > label > * {
    vertical-align: middle;
}

/* Payment */
.yasbookly-form input.yasbookly-user-coupon, .yasbookly-form input.yasbookly-user-gift, .yasbookly-form input.yasbookly-user-tips {
    width: 100px !important;
    margin: 0 10px !important;
}

.yasbookly-form select.yasbookly-card-exp {
    width: auto !important;
    margin-right: 10px !important;
}

.yasbookly-form input.yasbookly-card-cvc {
    width: 50px !important;
}

.yasbookly-form .yasbookly-payment-nav > div > label,
.yasbookly-form .yasbookly-payment-nav > div > label > input[type="radio"] {
    cursor: pointer;
}

.yasbookly-form .yasbookly-payment-nav > div > label > * {
    vertical-align: middle;
}

.yasbookly-form .yasbookly-payment-nav > div > label > img {
    margin-left: 10px;
}

/* Modal Dialog */
.yasbookly-fade {
    display: none;
}

.yasbookly-in {
    display: block;
}

.yasbookly-close:hover,
.yasbookly-close:focus,
.yasbookly-close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
    margin-top: -25px;
}

.yasbookly-close:focus,
.yasbookly-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    background: none;
}

.yasbookly-modal {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.yasbookly-modal .yasbookly-modal-dialog {
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 100px;
}

.yasbookly-modal .yasbookly-modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-header {
    min-height: 16.5px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
}

.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-header h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
}

.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-footer .yasbookly-btn-submit:focus,
.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-footer .yasbookly-btn-submit:active,
.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-footer .yasbookly-btn-submit:hover,
.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-footer .yasbookly-btn-submit {
    display: inline-block;
    padding: 6px 12px !important;
    border: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
}

.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-footer .yasbookly-btn-cancel {
    border: 0;
    background: none;
    color: #21759b;
    cursor: pointer;
    padding: 0;
    vertical-align: -2px;
    font-size: 14px;
}

.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-body {
    position: relative;
    padding: 15px;
    font-size: 14px;
}

.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-body .yasbookly-form-group {
    margin-bottom: 10px;
}

.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-body .yasbookly-form-group label {
    font-size: 14px;
}

.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-body div > div > label {
    cursor: pointer;
}

.yasbookly-modal .yasbookly-modal-content .yasbookly-modal-body div > div > label > * {
    vertical-align: middle;
    cursor: pointer;
}

@media (max-width: 768px) {
    .yasbookly-modal .yasbookly-modal-dialog {
        width: auto;
        left: 15px;
        right: 15px;
        margin: 30px auto;
        top: 50px;
    }
}

.yasbookly-form .yasbookly-image-box {
    height: 298px;
    position: relative;
}

.yasbookly-form .yasbookly-image-box img {
    position: absolute;
    left: calc(50% - 149px);
    top: calc(50% - 149px);
}

.yasbookly-form .yasbookly-loading:before {
    content: '';
    position: absolute;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    background: url('../../../backend/resources/images/ajax_loader_32x32.gif') no-repeat;
    background-size: contain;
}

.yasbookly-row .yasbookly-text,
.yasbookly-row .yasbookly-text-center,
.yasbookly-row .yasbookly-col-label {
    padding-top: 6px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yasbookly-form .yasbookly-row .yasbookly-col-label {
    text-align: right;
    color: var(--yasbookly-main-color);
    font-weight: bold;
}

.yasbookly-row {
    margin: 0 !important;
    overflow: hidden;
}

.yasbookly-col-1,
.yasbookly-col-2,
.yasbookly-col-3,
.yasbookly-col-4,
.yasbookly-col-5,
.yasbookly-col-6,
.yasbookly-col-7,
.yasbookly-col-8,
.yasbookly-col-9,
.yasbookly-col-10,
.yasbookly-col-11,
.yasbookly-col-12 {
    float: left !important;
    padding-left: 2px;
    padding-right: 2px;
}

.yasbookly-col-12 {
    width: 100%;
}

.yasbookly-col-11 {
    width: 91.66666667%;
}

.yasbookly-col-10 {
    width: 83.33333333%;
}

.yasbookly-col-9 {
    width: 75%;
}

.yasbookly-col-8 {
    width: 66.66666667%;
}

.yasbookly-col-7 {
    width: 58.33333333%;
}

.yasbookly-col-6 {
    width: 50%;
}

.yasbookly-col-5 {
    width: 41.66666667%;
}

.yasbookly-col-4 {
    width: 33.33333333%;
}

.yasbookly-col-3 {
    width: 25%;
}

.yasbookly-col-2 {
    width: 16.66666667%;
}

.yasbookly-col-1 {
    width: 8.33333333%;
}

.powered-by-yasbookly {
    font-size: 14px !important;
    color: #666666;
    text-align: center;
}

.powered-by-yasbookly a {
    color: inherit;
}

.powered-by-yasbookly a:first-child {
    text-decoration: none !important;
}

/* Other */
.yasbookly-form *:focus {
    outline: 0;
    box-shadow: 0px 0px 1px 0px rgba(37, 0, 255, 1) inset;
}

.yasbookly-form ::-webkit-input-placeholder {
    color: #bbb !important;
}

.yasbookly-form ::-moz-placeholder {
    color: #bbb !important;
}

/* Firefox 19+ */
.yasbookly-form :-moz-placeholder {
    color: #bbb !important;
}

/* Firefox 18- */
.yasbookly-form :-ms-input-placeholder {
    color: #bbb !important;
}

.yasbookly-form .yasbookly-category-info, .yasbookly-form .yasbookly-service-info, .yasbookly-form .yasbookly-staff-info {
    margin-top: -10px;
}

ol.yasbookly-stepper {
    display: none;
}

/* Mobile */
@media screen and (max-width: 650px) {
    .yasbookly-form-group label:empty {
        display: none !important;
    }

    .yasbookly-form-group > div {
        margin-right: 0 !important;
    }

    .yasbookly-table > * {
        display: block;
    }

    .yasbookly-repeat-step .yasbookly-table > * {
        display: table-cell;
    }

    .yasbookly-table .yasbookly-form-group {
        margin: 0 0 20px;
        width: 100% !important;
    }

    .yasbookly-table .yasbookly-form-group:last-child {
        margin: 0;
    }

    .yasbookly-progress-tracker {
        display: none !important;
    }

    /* Stepper */
    .yasbookly-form ol.yasbookly-stepper {
        display: flex !important;
        list-style: none;
        justify-content: space-between;
        margin: 0px 0px 20px 0px;
        padding: 0px;
        overflow: hidden;
        background: linear-gradient(180deg, #FFFFFF 10.9px, silver 11px, silver 12.9px, #FFFFFF 13px);
    }

    .yasbookly-form ol.yasbookly-stepper li {
        display: grid !important;
        position: relative;
        outline: 4px solid white;
    }

    .yasbookly-form ol.yasbookly-stepper li::before {
        content: " ";
        display: grid !important;
        aspect-ratio: 1;
        height: 24px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        color: #FFFFFF;
        border-radius: 50%;
        z-index: 1;
        background-color: var(--yasbookly-main-color);
        border-color: var(--yasbookly-main-color);
        outline: 4px solid white;
    }

    .yasbookly-form ol.yasbookly-stepper li.yasbookly-step-active ~ li::before {
        background: white;
        border: 2px solid silver;
    }

    .yasbookly-form ol.yasbookly-stepper li.yasbookly-step-active::after {
        content: "";
        position: absolute;
        height: 2px;
        right: 100%;
        top: 11px;
        width: 100vw;
        background-color: var(--yasbookly-main-color);
    }

    .yasbookly-mobile-step-1 .yasbookly-nav-steps {
        display: block;
    }

    .yasbookly-mobile-step-2 {
        display: none;
    }

    .yasbookly-select-mobile {
        width: 95%;
        margin-top: 5px;
    }

    .yasbookly-mobile-next-step, .yasbookly-mobile-prev-step {
        display: block !important;
    }

    .yasbookly-mobile-float-none {
        float: none !important;
    }

    /* Service */
    .yasbookly-service-step .yasbookly-available-date,
    .yasbookly-service-step .yasbookly-week-days {
        margin-right: 0 !important;
    }

    .yasbookly-service-step .yasbookly-week-days,
    .yasbookly-repeat-step .yasbookly-week-days {
        width: 100%;
    }

    .yasbookly-service-step .yasbookly-week-days > div {
        display: table-cell;
    }

    .yasbookly-service-step .yasbookly-time-to,
    .yasbookly-service-step .yasbookly-time-from {
        display: inline-block;
        width: 48% !important;
    }

    .yasbookly-service-step .yasbookly-time-to {
        float: right !important;
    }

    .yasbookly-service-step .yasbookly-time-range select {
        width: 100% !important;
    }

    .yasbookly-mobile-step-1 {
        margin-right: 0;
    }

    .yasbookly-not-time-screen {
        height: auto !important;
        margin-left: 0 !important;
        margin-bottom: 15px;
        clear: both;
    }

    .yasbookly-btn {
        width: auto !important;
        min-width: 0;
        padding: 9px 18px !important;
        background-image: none !important;
    }

    .yasbookly-go-to-cart {
        padding: 8px !important;
        width: 35px !important;
        height: 35px !important;
    }

    .yasbookly-extra-step .yasbookly-extras-item {
        width: 50%;
    }

    .yasbookly-cart .yasbookly-mobile-version {
        display: table-row-group;
    }

    .yasbookly-cart .yasbookly-desktop-version {
        display: none;
    }

    .yasbookly-col-12,
    .yasbookly-col-11,
    .yasbookly-col-10,
    .yasbookly-col-9,
    .yasbookly-col-8,
    .yasbookly-col-7,
    .yasbookly-col-6,
    .yasbookly-col-5,
    .yasbookly-col-4,
    .yasbookly-col-3,
    .yasbookly-col-2,
    .yasbookly-col-1 {
        width: 100%;
        padding: 0;
    }

    .yasbookly-visible-sm {
        display: block;
    }

    .yasbookly-visible-md {
        display: none !important;
    }

    .yasbookly-margin-top {
        margin-top: 12px;
    }

    .yasbookly-row .yasbookly-col-label,
    .yasbookly-row .yasbookly-text-center {
        text-align: left;
        text-transform: capitalize;
        padding-top: 0;
    }

    .yasbookly-repeat-step .yasbookly-schedule-row > div:first-child {
        width: 31px;
    }

    .yasbookly-repeat-step .yasbookly-schedule-row > div:last-child {
        width: calc(100% - 31px);
        padding: 2px 2px 0 2px;
    }

    .yasbookly-repeat-step .yasbookly-schedule-date, .yasbookly-repeat-step .yasbookly-schedule-time {
        margin-right: 2px;
    }

    .yasbookly-repeat-step .yasbookly-schedule-time {
        width: 90px !important;
    }

    button.yasbookly-inline-block {
        margin-bottom: 3px;
    }

    .yasbookly-form .yasbookly-row .yasbookly-col-label {
        text-align: left;
    }
}

/* intlTelInput.js */
.iti__flag {
    background-image: url("../images/flags.png?1");
}

@media only screen and (min-resolution: 2dppx) {
    .iti__flag {
        background-image: url("../images/flags@2x.png?1")
    }
}

.yasbookly-radio-loading {
    border: 2px solid lightgrey;
    border-top: 2px solid black;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    animation: yasbookly-radio-loading-spin 2s linear infinite;
}

@keyframes yasbookly-radio-loading-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pac-container {
    z-index: 1000000 !important;
}

.yasbookly-fa-svg {
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    margin-right: 8px;
    display: inline-block;;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}


.yasbookly-columnizer .yasbookly-column .yasbookly-hour.selected {
    border: 2px solid #f4662f !important;
    color: #f4662f;
}

.yasbookly-columnizer .yasbookly-hour:hover {
    border: 2px solid #f4662f !important;
    color: #f4662f;
}

.yasbookly-columnizer .yasbookly-column {
    display: ruby-text-container;
}




.bookly-columnizer .bookly-column {
    display: ruby-text-container;

}

bookly-columnizer .bookly-hour:hover,
.bookly-columnizer .bookly-hour.selected {
    border: 2px solid #f4662f !important;
    color: #f4662f;
}

/* Circle */
.bookly-columnizer .bookly-hour.selected span.ladda-label.bookly-time-main i.bookly-hour-icon {
    background: none;
    border: 2px solid #f4662f;
    color: #f4662f;
    width: auto;
    height: auto;
    padding: 3px;
    border-radius: 25px;
    margin-right: 3px;
}

/* Dot */
.bookly-columnizer .bookly-hour.selected span.ladda-label.bookly-time-main .bookly-hour-icon span {
    background: #f4662f;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    display: block;
}




.step_progress_reserve_exam{
    background: #266c73;
    color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 8px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 2%;
    margin-left: 2%;
    padding-top: 15px;
    padding-bottom: 1px;
    padding-right: 15px;
    padding-left: 15px;

}

.Help_step_progress {
    color: orange;
    /*font-weight: 100;*/
    font-size: small;
    white-space: pre-wrap;
}
.green_Help_step_progress {
    color: #41e40a;
    font-weight: 100;
    font-size: small;
    display: flex;
    /*white-space: pre-wrap;*/
}
.yas-edit_profile {
    color: orange;
    /*white-space: pre-wrap;*/
}

.agreement_checkbox {
    padding: 15px;
    color: red;
}

.agreement_tittle {
    text-align: center;
    color: red;
    margin-top: 15px;
}

button.yas_reserve_next_step_btn{

    border-radius: 8px;
    background: #f2a379;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}
button.yas_reserve_prev_step_btn{
    border-radius: 8px;
    background: #f2a379;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    color: white;
}

.step_next_perv {
    display: flex;
    background: #266c73;
    color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 8px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 2%;
    margin-left: 2%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;

}

.yas_step_progress_msgs{
    padding: 5px;
}


.yas_logo_exam_gif_class {
    top: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 768px){

    .yasbookly-columnizer .yasbookly-hour{
        width: 100% !important;
    }

    .helpUser01{
        display: none !important;
    }


}