/* * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
} */
.popmechanic-reset {
    width: 100% !important;
    max-width: 480px !important;
}

.popmechanic-reset .popmechanic-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    margin: 0 auto;
    width: 100% !important;
    max-width: 480px !important;
}

.popmechanic-input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

#popmechanic-form {
    position: relative !important;
    transform: translateY(-15%);
    display: inline-block;
    vertical-align: middle;
    font-family: 'Evolventa', Arial, Tahoma, Helvetica, sans-serif;
    opacity: 0;
    transition: 0.2s;
    animation: show ease-in-out 0.2s 1;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

@keyframes show {
    0%{
        opacity:0;  
    }
    100%{
        opacity:1;
    }
    
}
#popmechanic-form .anim {
    display: block;
    width: 100%;
}
#popmechanic-form .popmechanic-main, 
#popmechanic-form .popmechanic-thankyou {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 500px;
}
#popmechanic-form .popmechanic-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 36px 44px;
    
    background-color: #2F2F2F;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#popmechanic-form .popmechanic-content {
    max-width: 100%;
}
#popmechanic-form .popmechanic-header {
    word-break: break-word;
    overflow-wrap: break-word;
}

#popmechanic-form .popmechanic-close {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: end;
}
#popmechanic-form .cross {
    display: block;
    width: 32px;
    height: 32px;
    margin: auto 0 auto auto;
    cursor: pointer;
}
#popmechanic-form .popmechanic-title {
    font-family: Evolventa, sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 32px !important;
    line-height: 38px !important;
    margin-bottom: 12px;
}
#popmechanic-form .popmechanic-subtitle {
    font-family: Evolventa, sans-serif;
    color: #ffffff;
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 28px;
}
#popmechanic-form .popmechanic-inputs {
    width: 100%;
    max-width: 100%;
}
#popmechanic-form .popmechanic-inputs.show-error-message .popmechanic-error-message {
    opacity: 1;
    visibility: visible;
}
#popmechanic-form .popmechanic-error-message {
    color: #d4351c;
    margin-top: 15px;
    margin-bottom: -10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms, visibility 300ms;
}
#popmechanic-form .popmechanic-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    padding: 10px 10px 12px 14px;
    background-color: #ffffff;
}
#popmechanic-form .popmechanic-field__input {
    font-family: Evolventa, sans-serif;
    display: block;
    width: 100% !important;
    height: 36px !important; 
    max-width: 210px !important;
    background-color: #ffffff;
    color: #6D6D6D;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px !important;
}
#popmechanic-form .popmechanic-field__input:-ms-input-placeholder {
    color: #999999;
    opacity: 0.8;
}
#popmechanic-form .popmechanic-field__input::placeholder {
    color: #6D6D6D; 
    opacity: 0.8;
}
#popmechanic-form .popmechanic-field__input:focus {
    outline: none;
}
#popmechanic-form .popmechanic-button {
    font-family: Evolventa, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px !important;
    min-width: 140px !important;
    overflow: hidden; 
    background-color: #F1861C ;
    color: #ffffff;
    font-size: 14px !important;
    line-height: 14px !important;
    white-space: nowrap; 
    height: 36px !important; 

    text-transform: uppercase;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    margin: 0 !important;
}

#popmechanic-form .popmechanic-button:hover {
    background-color: #D37111;
}
#popmechanic-form .popmechanic-button:active {
    background-color: #B05C0A;
}
#popmechanic-form .popmechanic-button:focus {
    background-color: #B05C0A;
}
#popmechanic-form .popmechanic-button.disabled {
    background-color: #B05C0A;
    pointer-events: none;
}

#popmechanic-form .popmechanic-policy {
    position: relative;
    display: flex;
    align-items: flex-start; 
    margin-top: 15px;
    color: #FFFFFF;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#popmechanic-form .popmechanic-policy__checkbox:checked + .popmechanic-policy__check {
    background-image: url('../../img/popmechanic-form/check.svg');
    background-size: contain;
    background-position: center center;
}
#popmechanic-form .popmechanic-policy__label {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    cursor: pointer;
    /* height: 28px; */
}
#popmechanic-form .popmechanic-policy__check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    cursor: pointer;
    transition-property: background-image;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    margin-right: 12px;
}
#popmechanic-form .popmechanic-policy__text {
    font-size: 12px !important;
    line-height: 16px !important;
}
#popmechanic-form .popmechanic-policy__link {
    text-decoration: underline;
    color: #ffffff;
}

.popmechanic-desktop #popmechanic-form .popmechanic-field__input {
    width: 100%;
    margin-right: 10px;
    color: #2F2F2F;
}


#popmechanic-form .popmechanic-thankyou,
#popmechanic-form .popmechanic-send-error {
    display: none;
}
.popmechanic-success #popmechanic-form .popmechanic-main,
.popmechanic-success #popmechanic-form .popmechanic-send-error {
    display: none !important;
}
.popmechanic-failure #popmechanic-form .popmechanic-main,
.popmechanic-failure #popmechanic-form .popmechanic-thankyou {
    display: none !important;
}
.popmechanic-success #popmechanic-form .popmechanic-thankyou {
    display: block;
}
.popmechanic-failure #popmechanic-form .popmechanic-send-error {
    display: block;
}
.popmechanic-success #popmechanic-form .popmechanic-button,
.popmechanic-failure #popmechanic-form .popmechanic-button {
    min-height: 38px;
    margin-right: auto;
    margin-left: auto;
}


#popmechanic-form .popmechanic-invalid:not(:focus) {
    z-index: 30;
    border-bottom: 1px solid #d4351c !important;
    color: #d4351c !important;
}
#popmechanic-form .popmechanic-invalid:not(:focus):-ms-input-placeholder {
    color: #d4351c;
}
#popmechanic-form .popmechanic-invalid:not(:focus)::placeholder {
    color: #d4351c;
}
#popmechanic-form .popmechanic-invalid:not(:focus) + .popmechanic-policy__check {
    border: 2px solid #d4351c !important;
}


#popmechanic-form .popmechanic-thankyou .popmechanic-title {
    text-align: center !important;
}

#popmechanic-form .popmechanic-thankyou .popmechanic-subtitle {
    text-align: center !important;
}

#popmechanic-form .popmechanic-thankyou .popmechanic-button {
    text-align: center !important;
}

#popmechanic-form .popmechanic-thankyou .popmechanic-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}