

/* Start:/local/components/waydev/simpleactionform/templates/.default/style.css?17599941742896*/
.checking-product-interaction {
    width: 583px;
    max-width: calc(50% - 25px);
}

.checking-product-form-container__wrapper {
    width: 100%;
    padding: 35px 44px;
    background-color: #19357F;
    border-radius: 18px;
}

.checking-product-form-container__text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 356px;
}

.checking-product-form-container__text span {
    color: #EC6E00;
}

.checking-product-form__wrapper {
    margin-top: 28px;
    width: 100%;
}

.checking-product-form__element {
    margin-bottom: 12px;
    position: relative;
}

.checking-product-form__element:last-child {
    margin-bottom: 0px;
}

.checking-product-form__input {
    border-radius: 5px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 10px;
    height: 58px;
    border: 1px solid #D1D4DA;
    line-height: 58px;
    width: 100%;
    box-sizing: border-box;
}

.checking-product-form__input--submit {
    color: #fff;
    background-color: #EC6E00;
    cursor: pointer;
    border-color: #EC6E00;
    height: 50px;
    line-height: 50px;
    text-align: left;
}

.checking-product-form__element-arrow {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.checking-product-form-container__footnote {
    margin-top: 30px;
    position: relative;
    padding-left: 17px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #AFBCDD;
    max-width: 447px;
}

.checking-product-form-container__footnote-icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.checking-product-interaction-info__wrapper {
    margin-top: 16px;
    background: #FFFFFF;
    border: 1px solid #F6F6F6;
    box-shadow: 0px 1px 9.9px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 33px 15px 33px 88px;
    position: relative;
}

.checking-product-interaction-info__text {
    max-width: 430px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #232E49;
}

.checking-product-interaction-info__text a {
    text-transform: none;
    color: #EC6E00;
    font-weight: 600;
}

.checking-product-interaction-info__icon {
    position: absolute;
    top: 33px;
    left: 30px;
}

.checking-product-form-result__wrapper {
    margin-top: 28px;
    padding: 0 26px;
    border-radius: 12px;
    display: flex;
    height: 120px;
    align-items: center;
}

.checking-product-form-result__inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.checking-product-form-result--success {
    background: #F4FFF5;
    color: #1A7032;
}

.checking-product-form-result--exception {
    background: #FFF5F5;
    color: #C04545;
}

/* Error state for form inputs */
.checking-product-form__input.error {
    border-color: #C04545;
    background-color: #FFF5F5;
}

/* End */
/* /local/components/waydev/simpleactionform/templates/.default/style.css?17599941742896 */
