/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Form Validation
# Buttons
# DateTimePicker
# Shopping Cart
# Wash Steps
# Misc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Form Validation
--------------------------------------------------------------*/
.form-group
{
    position: relative;
}
.invalid-feedback
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
}
.is-invalid
{
    border: 1px solid #dc3545!important;
}
#carColor::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--thm-color) !important;
    opacity: 1; /* Firefox */
}

#carColor:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--thm-color) !important
}

#carColor::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--thm-color) !important;
}
#carColor {
    color: transparent !important;
}
#guestForm .col-form-label
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 45px;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.swal2-styled
{
    vertical-align: middle !important;
    -webkit-appearance: none !important;
    border: none !important;
    outline: none !important;
    font-family: var(--thm-font) !important;
    transition: 500ms !important;
    background-color: var(--thm-base) !important;
    color: #fff !important;
    line-height: normal !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 20px 48px !important;
    border-radius: 0!important;
}
.swal2-styled:hover
{
    background-color: var(--thm-black) !important;
    color: #fff!important;
}
.swal2-styled i
{
    margin-left: 7px;
}
.swal2-styled:focus
{
    outline: none!important;
    box-shadow: none!important;
}

.contact-one__form .thm-btn {

}
.social-btn {
    width: 75%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    font-family: var(--thm-font);
    transition: 500ms;
    background-color: white;
    color: var(--thm-base);
    border: 1px solid var(--thm-base);
    line-height: normal;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 48px;
}
.social-btn_reservation
{
    width: 100% !important;
    padding: 20px 10px!important;
}

.social-btn:hover {
    background-color: var(--thm-base);
    color: white;
}
.social-btn i {
    margin-right: 10px;
}
.thm-btn_color {
    background-color: var(--thm-black) !important;
}

/*--------------------------------------------------------------
# DateTimePicker
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Shopping Cart
--------------------------------------------------------------*/
.main-menu__right {
    position: relative;
}
.shopping-cart_item:after
{
    position: absolute;
    left: -5px;
    top:0;
    content: '';
    z-index: -1;
    height: 17px;
    width: 17px;
    background-color: var(--thm-base);
    border-radius: 50%;
    display: inline-block;
}
.shopping-cart_item
{
    position: absolute;
    top: 0;
    font-size: 10px;
    font-weight: bold;
    z-index: 1;
    color: white;
    line-height: 17px;
}
/*--------------------------------------------------------------
# Wash steps
--------------------------------------------------------------*/
.wash-steps
{
    display: flex;
}
.timeline
{
    height: 100px;
}
.active-step h1
{
    color: var(--thm-base);
    font-weight: bolder;
}
.disabled-step h1
{
    color: #d8d8d8;
    font-weight: bolder;
}
.wash-steps .col-2, .timeline .col-2
{
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    position: relative;
}
.active-step .circle
{
    background-color: var(--thm-base);
}
.disabled-step .circle
{
    background-color: #d8d8d8;
}
.wash-steps .circle
{
    padding: 15px 20px;
    border-radius: 50%;
    color: white;
    max-height: 100px;
    font-weight: 900;
    font-size: 30px;
    z-index: 2;
}
.wash-steps .col-2.bottom::after
{
    height: 50%;
    left: 50%;
    top: 50%;
}
.wash-steps .col-2.full::after
{
    height: 100%;
    left: 50%;
}
.timeline .col-2.full::after
{
    height: 100px;
    left: 50%;
}
.wash-steps .col-2::after, .timeline .col-2::after
{
    content: '';
    position: absolute;
    z-index: 1;
}
.active-step .col-2::after
{
    border-left: 3px solid var(--thm-base);
}
.disabled-step .col-2::after
{
    border-left: 3px solid #d8d8d8;
}
.wash-steps .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
}
/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
.container-step {
    display:none;
}
.col-resume-names {
    color: var(--thm-black);
    font-weight: bold;
    font-size: 15px;
}
.col-resume-values
{
    font-size: 18px;
    color: var(--thm-color);
}
.col-resume-values i
{
    font-size: 35px;
    text-shadow: 2px 1px 3px #727a84;
}
#paypal-button-container
{
    width: 77%;
}
.display-order-pictures {
    display: none;
}
.modal-images-container {
    display:flex;
}
#showOrderBeforeImage,
#showOrderAfterImage
{
    width: 100%;
}
.display-image_container
{
    position:relative;
}
.display-image_hover
{
    background-color: rgba(255,255,255, .55);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    color: var(--thm-base);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.display-image_hover i
{
    cursor: pointer;
}
.slide-order-picture {
    position: absolute;
    top: 50%;
}
.previous-order-picture {
    display: none;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.next-order-picture {
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.credit-card_paiement-open
{
    /*font-size: 16px!important;
    font-weight: 900!important;
    padding: 8px 48px!important;
    border-radius: 3px!important;
    background-color: #8095ff!important;
    border: none!important;
    color: white!important;*/
}

.vehicle-brand-select .select2
{
    width: 100% !important;
}
.vehicle-brand-select .select2-selection
{
    height: 70px;
    border: none;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    display: block;
    background-color: var(--thm-gray);
    margin-bottom: 20px;

    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: .65em auto;
}
.vehicle-brand-select .select2-selection__rendered
{
    color: var(--thm-color)!important;
    line-height: 70px!important;
}
.vehicle-brand-select .select2-selection__arrow
{
    display:none!important;
}

.service-details__list-how-it-works
{
    margin-top: 0!important;
}
.service-details__list-how-it-works li
{
    padding-left: 0!important;
}
.service-details__list-how-it-works li span
{
    color: var(--thm-base) !important;
}

.page-wrapper_maintenance
{
    height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: var(--thm-black);
}

#mapSelector {
    height: 100%;
}

.custom-map-control-button {
    overflow: hidden;
    margin-top: 5px;
    margin-left: 20px;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--thm-font);
    padding: 14px 30px;
    transition: 500ms;
    background-color: var(--thm-base);
    color: #fff;
    line-height: normal;
}
.custom-map-control-button:hover {
    background-color: var(--thm-black);
    color: #fff;
}