/******** STEPS V2 **************/
#pusha-booking-container.v2 {
    overflow: hidden;
    padding: 0;
    display: flex;
}

.v2 #pusha-booking-steps {
    width: 220px;
    padding: 35px;
    box-sizing: border-box;
    margin: 0;
    background: var(--pusha-booking-black);
    display: block;
}

.v2 #pusha-steps-wrapper {
    background: var(--pusha-booking-bg);
}


.v2 .pusha-booking-step {
    padding: 0;
}

.v2 .pusha-booking-step-number {
    display: none;
}

.v2 .pusha-booking-step:after {
    display: none;
}

.v2 .pusha-booking-step-icon {
    width: 22px;
    height: 22px;
    font-size: 10px;
}

.v2 .pusha-booking-step-info {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.v2 .pusha-booking-step:after { 
    margin: 5px 0px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2) !important;
    height: 30px;
    display: block;
    position: relative;
    left: 11px;
    right: 0;
}

.v2 .pusha-booking-step:last-child:after {
    display: none;
}

.v2 .pusha-booking-step-wrap {
    padding: 0;
}

.v2 .pusha-booking-step-icon {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.v2 .pusha-booking-step-icon:before {
    content: "\f2f8";
}

.v2 #pusha-steps-wrapper {
    padding: 40px;
    width: calc(100% - 220px);
    box-sizing: border-box;
}

.v2 .pusha-service-category-icon {
    color: var(--pusha-booking-highlight); 
}

.v2 .pusha-booking-step.current .pusha-booking-step-icon {
    background: #F0C808;
}

.v2 .pusha-booking-step.past .pusha-booking-step-icon {
    background: var(--pusha-booking-highlight) !important;
}

.v2 .pusha-service-category-container,
.v2 .pusha-card-item-container,
.v2 .pusha-extra-container {
    border: 1px solid var(--pusha-booking-border);
}

.v2 .pusha-card-item input:checked ~ .pusha-card-item-container:after, 
.v2 .pusha-service-category input:checked ~ .pusha-service-category-container:after {
    border-width: 1px !important;
}

.v2 .pusha-booking-information {
    background: #fff;
    border: 1px solid var(--pusha-booking-border);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05); 
    border-radius: 12px;   
}

.v2 .pusha-booking-information-icon {
    color: var(--pusha-booking-highlight); 
}

/******** STEPS V2 **************/

/******** STEPS UI **************/
#pusha-booking-container {
    color: var(--pusha-booking-black);
    box-shadow: 0px 0px 13px 0px rgba(32, 79, 98, 0.18);
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 0px 50px 50px 50px;
    margin-top: 60px;   
    margin-bottom: 60px;     
	line-height: 1.2;
}

.pusha-step-container {
    display: none;
    transition: all 0.3s;
    margin-top: 50px;
}

.pusha-step-container.current {
    display: block;
    margin-top: 0px;
}

.pusha-step-content:after {
    content: "";
    display: table;
    clear: both;
}

.pusha-step-container.current .pusha-step-content {
    animation: 0.5s pusha_slide_from_top;
}

.pusha-step-container:first-of-type .pusha-step-footer .pusha-step-prev {
    display: none;
}

.pusha-step-prev:hover {
    box-shadow: 0 0 0 1px var(--pusha-booking-primary);
}

.pusha-step-subtitle {
    color: var(--pusha-booking-text);   
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pusha-step-title {
	font-size: 22px;
	font-weight: 600;
}

#pusha-booking-steps {
    margin-bottom: 30px;
    display: flex;
}

.pusha-booking-step {
    position: relative;
}

.pusha-booking-step:not(:last-child) {
    flex: 1 1 0 !important;
}

.pusha-booking-step-wrap {
    padding: 30px 0px;       
    display: flex;
    align-items: center;
}

.pusha-booking-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    width: 49px;
    height: 49px;
    background: var(--pusha-booking-bg);
    border-radius: 50%;
    font-size: 20px;
    color: var(--pusha-booking-black);
}

.pusha-booking-step.current .pusha-booking-step-icon {
    background: var(--pusha-booking-highlight);
}

.pusha-booking-step.past .pusha-booking-step-icon {
    background: var(--pusha-booking-highlight);
}

.pusha-booking-step:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50px;
    right: -50px;
    height: 5px;
    background: var(--pusha-booking-bg);
}

.pusha-booking-step.current:after {
    background: var(--pusha-booking-highlight-line);   
}

.pusha-booking-step.past:after {
    background: var(--pusha-booking-highlight-line);   
}

.pusha-booking-step-number {
    color: var(--pusha-booking-text);   
    font-size: 12px;
    padding-bottom: 3px;
}

.pusha-booking-step-info {
    font-weight: 600;
    font-size: 15px;
}

.pusha-step-footer { 
    text-align: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/******** STEPS UI **************/

.pusha-card-items {
    margin-top: 20px;
}

/******** CATEGORIES UI **************/
.pusha-service-categories {
    margin-top: 20px;
}


.pusha-service-category {
    cursor: pointer;
    display: block;
}

.pusha-service-category-container {
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    padding: 50px 20px;
    border-radius: 12px;
    border: 1px solid var(--pusha-booking-border);    
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.pusha-service-category input:checked ~ .pusha-service-category-container:after {
    border: 2px solid var(--pusha-booking-primary) !important;
}

.pusha-service-category input:checked ~ .pusha-service-category-container:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 16px;
    color: var(--pusha-booking-primary);
    position: absolute;
    top: 16px;
    right: 16px;
}


.pusha-service-category input:checked ~ .pusha-service-category-container .pusha-service-category-icon  {
    color: var(--pusha-booking-primary);
}

.pusha-service-category-icon {
    height: 35px;
    font-size: 35px;
    color: var(--pusha-booking-secondary);
    margin-bottom: 15px;
}

.pusha-service-category-icon svg { 
    height: 35px;
    min-height: 35px;
    max-height: 35px;
}

.pusha-service-category-title {
    font-size: 17px;
    font-weight: 600;
}
/******** CATEGORIES UI **************/

/************ CONFIRMATION INFORMATION ***************/
.pusha-booking-information {
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 30px;
    background: var(--pusha-booking-bg);
}

.canceled .pusha-step-subtitle {
    color: var(--pusha-booking-unhighlight);
}

.canceled .pusha-booking-information {
    background: var(--pusha-booking-unhighlight-shade);
}

.canceled .pusha-booking-information-icon {
    color: var(--pusha-booking-unhighlight);
}

.pusha-booking-information-wrap {
    margin-bottom: 20px;
}

.pusha-booking-information-wrap:last-child {
    margin-bottom: 0px;
}

.pusha-booking-information-title {
    display: flex;
    align-items: center;
}

.pusha-booking-information-title:before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--pusha-booking-highlight);
    display: inline-block;
    margin-right: 8px;
}

.pusha-booking-information-icon {
    margin-right: 20px;
    background: var(--pusha-booking-highlight);
    width: 4px;
    height: 15px;
}

.pusha-booking-information-desc {
    font-size: 16px;
    line-height: 26px; 
}

.pusha-booking-information .add-to-calendar {
    color: var(--pusha-booking-primary);
    display: block;
    font-size: 14px;
    line-height: 24px;    
    font-weight: 600;  
    cursor: pointer;
}

.canceled .add-to-calendar {
    display: none;
}

/************ CONFIRMATION INFORMATION ***************/


/************ REVIEW INFORMATION ***************/
.pusha-booking-review {
    background: #fff;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid var(--pusha-booking-border);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.pusha-booking-review-wrap {
    position: relative;
    margin-bottom: 20px;
}

.pusha-booking-review-wrap:last-child {
    margin-bottom: 0px;
}

.pusha-booking-review-icon {
    color: #5DB7FF;
    font-size: 30px;
    margin-right: 20px;    
}

.pusha-booking-review-title {
    font-size: 19px;
    font-weight: 600;   
    margin-bottom: 10px;
}

.pusha-booking-review-desc {
    font-size: 16px;
    line-height: 26px;
    color: var(--pusha-booking-text);  
    padding-right: 55px;  
}

.pusha-booking-review .add-to-calendar {
    color: var(--pusha-booking-primary);
    display: block;
    font-size: 14px;
    line-height: 24px;    
    font-weight: 600;  
    cursor: pointer;
}

.pusha-booking-review-edit {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: var(--pusha-booking-primary);
    font-weight: 600;
}
/************ REVIEW INFORMATION ***************/



/************ CARD ITEM ***************/
.pusha-card-item {
    cursor: pointer;
}

.pusha-card-item-container {   
    display: flex;
    align-items: center;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    border-radius: 12px;
    padding: 17px;  
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.pusha-card-item input:checked ~ .pusha-card-item-container:after,
.pusha-service-category input:checked ~ .pusha-service-category-container:after {
    content: "";
    border: 2px solid var(--pusha-booking-primary);
    border-radius: 12px;    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.pusha-card-item-wrap {
    padding: 0px 20px;
}

.pusha-card-item-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}

.pusha-card-item-desc {
    color: var(--pusha-booking-text);
}
/************ CARD ITEM ***************/

.pusha-card-item-image {
    position: relative;
    background: var(--pusha-booking-bg);
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background-position: center;
    background-size: cover;
}

/*
.pusha-card-item-image:before {
    content: "";
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6F35FC;
    opacity: 0.2;
}
*/

.pusha-step-btn,
.pusha-step-btn-line {
    background-color: var(--pusha-booking-primary);
    border: 1px solid var(--pusha-booking-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 45px;
    line-height: 0px;
    padding: 0px 20px;
    position: relative;
    max-width: 100%;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.pusha-step-btn-line {
    margin-right: 8px;
    background: #fff;
    border: 1px solid  var(--pusha-booking-primary);   
    color: var(--pusha-booking-primary);
}

.pusha-step-btn-line:hover {
    background: #fff;
    border: 1px solid  var(--pusha-booking-primary);   
    color: var(--pusha-booking-primary);
}

.pusha-step-btn.disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

/*************** FORM INPUT STYLE **************/
.pusha-form-element .pusha-form-input,
.pusha-form-element .pusha-form-select,
.pusha-form-element .pusha-form-textarea {
    width: 100%;
    border: 1px solid var(--pusha-booking-border);
    height: 42px;
    border-radius: 6px;
    color: var(--black);
    font-size: 14px;
    padding: 0px 18px;
    transition: all 0.1s;
}

.pusha-form-element .pusha-form-textarea {
    height: 120px;  
    padding: 7px 12px;
    max-width: 100%;
    box-sizing: border-box;
}

.pusha-form-element .pusha-form-input:focus,
.pusha-form-element .pusha-form-input:focus-visible,
.pusha-form-element .pusha-form-textarea:focus,
.pusha-form-element .pusha-form-textarea:focus-visible,
.pusha-form-element .pusha-form-select:focus,
.pusha-form-element .pusha-form-select:focus-visible {
    box-shadow: 0 0 0 1px var(--pusha-booking-primary);
    border: 1px solid var(--pusha-booking-primary) !important;
    outline: none !important;
}

.pusha-form-element {
    margin-top: 20px;
}

.pusha-form-element .pusha-form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
}

.pusha-form-element .pusha-form-input {
    width: 100%;
    box-sizing: border-box;
}

.pusha-form-element .pusha-form-label[required]:before {
    content: "*";
    color: #df5dff;
    margin-right: 1px;
}

.pusha-form-select-wrap {
    position: relative;
}

.pusha-form-select-wrap .pusha-form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.pusha-form-select-wrap:after {
    border-bottom: 1px solid #9badb6;
    border-right: 1px solid #9badb6;
    content: "";
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 7px;
    height: 7px;
    z-index: 99;
}

.pusha-form-select-wrap:focus-within:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#pusha-field-card {
    /* background: #eff3f5; */
    padding: 20px;
    margin-top: 20px;
    border-radius: 12px;
    border: 1px solid var(--pusha-booking-border);
}

.pusha-card-title {
    font-size: 19px;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;   
}

.pusha-custom-field-content {
    border: 1px solid var(--pusha-booking-border);
    border-radius: 6px;
    padding: 13px 18px;
}

.pusha-custom-field-content p:first-of-type {
    display: inline;
}

/*************** FORM INPUT STYLE **************/

#pusha-booking-errors:not(:empty) {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 28px;
    padding: 0px 3px 16px 3px;
    position: relative;
    color: #c02b0a;
    border-bottom: 2px solid #c02b0a;
}

@keyframes pusha_slide_from_top {
    0% {
        margin-top: 40px;
    }
    100% {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 900px) {
    .pusha-booking-step-number,
    .pusha-booking-step-info {
        display: none;
    }

    .v2 #pusha-booking-steps {
        width: 70px;
        padding: 25px;
    }

    .v2 #pusha-steps-wrapper {
        width: calc(100% - 70px);
    }

}