/************************* MISCELLANEOUS *************************/
.pusha-hidden {
	display: none !important;
}

.pusha-text-right {
    text-align: right;
}

.pusha-text-center {
    text-align: center;
}

.pusha-price {
    font-size: 13px;
    font-weight: 500;
    color: var(--pusha-black);
}

.pusha-input,
.pusha-textarea {
    border: 1px solid var(--pusha-border) !important;
    background: #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 4px !important;    
    color: var(--pusha-black) !important;    
    font-size: 14px !important; 
    margin: 0 !important; 
    transition: all 0.3s;
    -webkit-transition: all 0.3s;    
   -webkit-box-shadow: none !important;
   box-shadow: none !important;       
}

.pusha-input:focus,
.pusha-textarea:focus {
    outline: none !important;
    border: solid 1px var(--pusha-primary) !important; 
}

.pusha-selected {
    border: 2px solid var(--pusha-app-approved) !important; 
}

.pusha-styled-arrow {
    order: 2;
    margin-left: auto;
    font-size: 24px;
    color: #101928;
}

/*************** MISCELLANEOUS *****************/


/************************* STEPS *************************/
.pusha-color {
    color: var(--pusha-primary);
}

.pusha-thumbnail {
    margin: auto;
    position: relative;
    background: var(--pusha-bg);
    width: 85px;
    height: 85px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.pusha-thumbnail:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4666F6;
    opacity: 0.4;
}


.pusha-thumbnail[style*="user_placeholder.svg"]:before {
    display: none;
}

.pusha-initials {
    width: 35px;
    height: 35px;
    margin-right: 13px;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--pusha-primary);
    font-size: 12px;
    text-transform: uppercase;    
    border: 2px solid rgba(0, 164, 156, 0.3);
}

.pusha-next-step, .pusha-prev-step {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    padding: 11px 23px;
    border-radius: 4px;
    min-height: 39px;
    background: rgb(255, 255, 255);
    position: relative;
    color: inherit;
    transition: all 0.3s; 
    -webkit-transition: all 0.3s; 
}

/*********** NEXT STEP **************/
.pusha-next-step {
    color: #fff;    
    background: var(--pusha-primary);
    border: 1px solid var(--pusha-primary); 
    order: 2;
    margin-left: auto;   
}

.pusha-next-step:not(.disabled):hover {
    background: #24334A; 
}

.pusha-next-step.disabled {
    cursor: not-allowed;
    opacity: .8;
}

.pusha-next-step span {
    margin-left: 10px;
    vertical-align: bottom;
}
/*********** NEXT STEP **************/

/*********** PREV STEP **************/
.pusha-prev-step {
    color: #000;
    background: #fff;
    border: 1px solid #e7e8e9;    
}

.pusha-prev-step:hover {
    border: 1px solid #101928;  
}

.pusha-prev-step span {
    margin-right: 10px;
    vertical-align: bottom;
}


.pusha-steps .pusha-step:first-of-type .pusha-prev-step {
    display: none;
} 

.pusha-steps .pusha-step:last-of-type .pusha-next-step {
    display: none;
} 
  
/*********** PREV STEP **************/

/************************* STEPS *************************/


.pusha-steps-items {
    width: 100%;
    text-align: center;
}

.pusha-step-item {
    display: block;
    height: 10px;
    width: 10px;
    background: #d3c8ff;
    margin: 15px 0px;
    border-radius: 2px;
    position: relative;
}

.pusha-step-item span {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.7px;
    position: absolute;
    top: 6px;
    display: none;
}

.pusha-current-step-item {
    background: var(--pusha-primary);
}

.pusha-past-step-item {
    background: var(--pusha-primary);
}
/************************* STEPS *************************/


/************** LOCATION FIELD ****************/
.pusha-location {
    _border: 1px solid #ededed;
    border-radius: 16px;
    background: #fff;
    padding: 13px 23px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;

    box-shadow: 0px 3px 6px 0px rgba(16, 25, 40, 0.1);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(16, 25, 40, 0.1);    
}

.pusha-location-contents {

    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.pusha-location-name {
     font-size: 17px;
    color: #101928;
    font-weight: 700;
}

.pusha-location-description {
    font-size: 15px;
    color: var(--pusha-primary);
}

/************** LOCATION FIELD ****************/


/************** CATEGORY FIELD ****************/
.pusha-category {
    border-radius: 16px;
    background: #fff;
    padding: 13px 23px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
    align-items: center;

    box-shadow: 0px 3px 6px 0px rgba(16, 25, 40, 0.1);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(16, 25, 40, 0.1);
}

.pusha-category-name {
    font-size: 17px;
    color: #101928;
    font-weight: 700;
}

.pusha-category-description {
    font-size: 15px;
    color: var(--pusha-primary);
}


/************** CATEGORY FIELD ****************/

/************** SERVICE FIELD ****************/
.pusha-service {
    position: relative !important;
    margin: 0px 0px 5px 0px !important;
    padding: 0px !important;
    display: block !important;
}

.pusha-service:nth-child(2n+1) {
    clear: left;
}

.pusha-service input {
    display: none !important;
}    

.pusha-service input:checked ~ .pusha-service-container {
    border: 2px solid var(--pusha-app-approved);
}

.pusha-service-container {
    border-radius: 12px;
    background: #fff;
    position: relative;
    padding: 15px 20px;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0px 0px 13px 0px rgba(32, 79, 98, 0.18);  
    text-align: center;  
}

.pusha-service-name {
    font-size: 16px;
    color: var(--pusha-black);
    font-weight: 700;
    margin-bottom: 26px;
}

.pusha-service-description {
    color: var(--pusha-text);
    font-size: 13px;
    margin-top: 10px;
}

/************** SERVICE FIELD ****************/

/************** PROVIDER FIELD ****************/
.pusha-field-providers-wrap:empty:before {
    content: attr(data-empty);
}

.pusha-provider {
    position: relative !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.pusha-provider input {
    display: none !important;
} 

.pusha-provider input:checked ~ .pusha-provider-container {
    border-color: var(--pusha-app-approved);
}

.pusha-provider-container {
    border-radius: 12px;
    background: #fff;
    position: relative;
    padding: 15px 20px;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0px 0px 13px 0px rgba(32, 79, 98, 0.18);  
}

.pusha-provider .pusha-price {
    order: 2;
    margin-left: auto; 
}

.pusha-provider-name {
    text-align: center;
    font-size: 16px;
    color: var(--pusha-black);
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
}

.pusha-provider-description {
    color: var(--pusha-text);
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/************** PROVIDER FIELD ****************/

/************** DURATION FIELD ****************/
#pusha-field-durations-wrap {

}

.pusha-duration {
    margin-bottom: 10px !important;
}

.pusha-duration input {
    display: none !important;
}    

.pusha-duration input:checked ~ .pusha-duration-container {
    border-color: var(--pusha-app-approved);
}

.pusha-duration-container {
    border-radius: 12px;
    background: #fff;
    position: relative;
    padding: 22px 20px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    box-shadow: 0px 0px 13px 0px rgba(32, 79, 98, 0.18);  
}

.pusha-duration-selected {
    position: relative;
    text-align: center;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(270deg, var(--pusha-primary) 50%, transparent 50%), linear-gradient(0deg, var(--pusha-primary) 50%, var(--pusha-bg) 50%);
}

.pusha-duration-selected:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
}

.pusha-duration-name {
    font-size: 16px;
    color: var(--pusha-black);
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
}

.pusha-duration-price {
    font-size: 13px;
    margin-top: 5px;
    color: var(--pusha-text);
    font-weight: 400;
}

.pusha-duration-description {
    color: var(--pusha-text);
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/************** DURATION FIELD ****************/


/*************** CAPACITY FIELD *********************/
#pusha-capacity-select {
    text-align: center;
    border-left: 1px solid #D5DCE3;
    border-right: 1px solid #D5DCE3;
    border-bottom: 1px solid #D5DCE3;
    padding: 15px 25px;
}

#pusha-capacity-select label {
    font-size: 17px !important;
}


.pusha-capacity-select {
    color: #b4b7c4;
    text-align: center;
    border: 1px solid #d5dce3;
    border-radius: 3px;
    line-height: 0px;
    display: inline-block;
}

.pusha-capacity-num {
    font-size: 15px;
    font-weight: 500;
    padding: 0px 30px;
    display: inline-block;
}

.pusha-capacity-decrease,
.pusha-capacity-increase {
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.pusha-capacity-decrease:hover,
.pusha-capacity-increase:hover {
    color: #1ABC9C;
}

.pusha-capacity-decrease {
    border-right: 1px solid #d5dce3;
    padding: 10px 15px;
}

.pusha-capacity-increase {
    border-left: 1px solid #d5dce3;
    padding: 10px 15px;
}

/*************** CAPACITY FIELD *********************/


/******************* SERVICE EXTRAS ***************************/
.pusha-extra:not(.pusha-hidden) {
    position: relative !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.pusha-extra-container {
    border-radius: 12px;
    background: #fff;
    position: relative;
    padding: 20px 20px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);   
}

.pusha-extra-title {
    font-size: 16px;
    color: var(--pusha-black);
    font-weight: 700;
}

.pusha-extra-title .pusha-extra-price {
    color: var(--pusha-text);
    font-size: 13px;
    font-weight: 400;   
    display: block;
    margin-top: 5px;
}

.pusha-extra-duration {
    font-size: 13px;
    color: var(--pusha-text);
    font-weight: 500;
    display: inline-block;
}

.pusha-extra-quantity .decrease,
.pusha-extra-quantity .increase {
    position: relative;
    background: #fff;
    height: 25px;
    width: 25px;
    margin: 7px;
    line-height: 23px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;    
}

.pusha-extra-quantity .decrease:hover:before,
.pusha-extra-quantity .increase:hover:before,
.pusha-extra-quantity .increase:hover:after {
    background: #fff;
}

.pusha-extra-quantity .decrease:before,
.pusha-extra-quantity .increase:after {
    content: "";
    width: 8px;
    height: 2px;
    background: var(--pusha-black);
}   

.pusha-extra-quantity .increase:before {
    content: "";
    width: 2px;
    height: 8px;
    background: var(--pusha-black);
    position: absolute;
} 

.pusha-extra-quantity .increase:after {
    position: absolute;
}  

.pusha-extra-quantity .increase:hover,
.pusha-extra-quantity .decrease:hover {
    background: var(--pusha-primary);
    color: #fff;
}

.pusha-extra-quantity {
    text-align: center;
    display: flex;
    align-items: center;    
    background: var(--pusha-booking-bg);
    border-radius: 50px;
}

.pusha-extra-qty-input {
    color: var(--pusha-black) !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    background: transparent !important;
    border-radius: 0px !important;
    height: 35px !important;
    padding: 0px !important;
    width: 40px !important;
    text-align: center !important;
    margin: 0px 0px !important;
    font-size: 13px !important;
}

.pusha-extra-quantity-wrapper {
    order: 2;
    margin-left: auto;
    align-items: center;
    display: flex;
}

.pusha-extra .pusha-price {
    margin-right: 23px;
    color: var(--pusha-text);
}

.pusha-extra-checked {
    width: 27px;
    height: 27px;
    text-align: center;
    background: var(--pusha-alt);
    margin-right: 15px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;     
}

.pusha-extra-select:checked ~ .pusha-extra-container {
    border-color: var(--pusha-booking-primary);
}

/******************* SERVICE EXTRAS ***************************/
.pusha-disable-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

/******************* SEPARATOR ***************************/
.pusha-sep {
    width: 100%;
    height: 1px;
    display: block;
    margin: 15px 0px 10px 0px;
}

.pusha-sep:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    background: var(--pusha-border);
}

.pusha-provider .pusha-sep:after {
    margin-left: -25px;
    margin-right: -25px;
}

/******************* SEPARATOR ***************************/

/******************* BOOK BTN ***************************/
.pusha-service input:checked ~ .pusha-service-container .pusha-btn-book:before,
.pusha-provider input:checked ~ .pusha-provider-container .pusha-btn-book:before {
    display: block !important;
}
/******************* BOOK BTN ***************************/


/******************* EMPTY FIELD TEXT ***************************/
.pusha-empty-field-text {
    text-align: center;
}

.pusha-empty-field-text .icon {
    width: 100px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

/******************* EMPTY FIELD TEXT ***************************/

/******************* ADD TO CALENDAR ***************************/
.pusha-add-to-calendar a {
    font-size: 14px;
    color: inherit;
}

.pusha-add-to-calendar a:hover {
    color: var(--pusha-booking-primary);
}
/******************* ADD TO CALENDAR ***************************/

.pusha-upload-attachment-handler {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pusha-primary);
    border: 1px solid var(--pusha-booking-border);
    border-radius: 6px;
    cursor: pointer;
    background: #fff;   
    transition: all 0.3s;
}

.pusha-upload-attachment-handler:hover {
    border: 1px solid var(--pusha-booking-primary); 
}

.pusha-file-drag-over {
    background: #fff;
}

.pusha-upload-attachment-handler span {
    font-size: 16px;
    margin-right: 5px;
}

.pusha-upload-attachment-file {
    margin: 5px 0px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 4px;  
}

.pusha-upload-attachment-file:hover {
    background: #fff;
}

.pusha-upload-attachment-file-name {
    color: var(--pusha-booking-primary);
    font-weight: 600;
}

.pusha-upload-attachment-file .remove {
    margin-left: auto;
    cursor: pointer;       
}

.pusha-upload-attachment-file span:not(.remove) {
    margin-right: 10px; 
}

.pusha-upload-attachment-file.pusha-btn-disabled .remove {
    display: none;
}

/************ CHECK ****************/
.pusha-check:before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";

    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: #fff;
    height: 10px;
    width: 5px;
    margin-bottom: 3px;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    -webkit-transition: -webkit-transform .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
    -webkit-transform-origin: center;
    transform-origin: center;


    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1);
}