.thm-cross-reference {
    max-width: 100%;
}

.thm-cross-reference__title {
    padding-top: 15px;
    text-align: center;
    font-family: "Poppins";
    font-weight: 500;
}

.thm-step-sku {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
    gap: 15px;
}


@media (max-width: 767px) {
    .thm-step-sku {
        padding: 0 30px;
    }
}

.thm-cross-reference .thm-sku-input {
    width: 100%;
    padding: 6px 16px;
    border: 1px solid #C5C5C5;
    border-radius: 100px;
    font-family: "Poppins";
}

.thm-cross-reference .thm-sku-input::placeholder {
    font-family: "Poppins";
    color: #C5C5C5;
}

.thm-cross-reference .thm-sku-submit {
    padding: 6px 12px;
    background: #2170e8;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Poppins";
}

.thm-cross-reference .thm-search-btn {
    aspect-ratio: 1 / 1;
    height: 38px;
    border-radius: 50%;
    padding: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #2170e8;
}

.thm-cross-reference .thm-search-btn svg {
    fill: #fff;
}

.thm-cross-reference .thm-search-btn:hover,
.thm-cross-reference .thm-search-btn:focus,
.thm-cross-reference .thm-search-btn:active {
    background: #1e5ec1 !important;;
}

.thm-cross-reference .thm-loader {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.thm-cross-reference .thm-step-not-found h4 {
    font-family: "Poppins";
    color: #fff;
    font-size: 24px;
    margin: 15px 0 15px;
}

.thm-step-sku {
    padding-bottom: 30px !important;
}

.thm-step-not-found {
    display: flex;
    gap: 25px;
}

@media (max-width: 767px) {
    .thm-step-not-found {
        flex-direction: column;
    }
}

.thm-step__text {
    text-align: center;
    padding: 0 20px;
}

.thm-step__text p {
    font-family: "Poppins";
    font-weight: 300;
    line-height: 147%;
    color: #fff;
}

.thm-step__text a {
    font-family: "Poppins";
    line-height: 147%;
    color: #fff;
    font-weight: 500;
}

.thm-step__text a:hover {
    color: #808080;
}

.the-step__left {
    flex: 0 0 40%;
    background: linear-gradient(140deg, #1d97ff 0%, #315de8 100%);
    border: 5px solid #fff;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.thm-step__form {
    padding: 40px 40px 10px 0;
}

@media (max-width: 767px) {
    .thm-step__form {
        padding: 10px 10px 10px 0;
    }

    .the-step__left {
        padding: 20px 0;
        border-radius: 30px;
    }
}

.thm-step__form .frm_button_submit {
    margin: 0 !important;
    background-color: #BF4BB1 !important;
    padding: 5px 30px !important;
}

.thm-step__form .frm_html_container {
    display: flex !important;
    align-items: center !important;
    font-size: 12px !important;
    color: #C5C5C5 !important;
}

@media (max-width: 767px) {
    .thm-step__form .frm_html_container {
        justify-content: center;
        margin-bottom: 0 !important;
    }
}

.thm-step__form input,
.thm-step__form textarea {
    border-color: #C5C5C5 !important;
    resize: none !important;
}

.thm-step__form label {
    color: #353535 !important;
}

.thm-step__icon {
    width: 60px;
    height: 60px;
}

.thm-sku-form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.thm-cross-reference .thm-loader {
    display: none;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    position: relative;
}

.thm-cross-reference .thm-loader::before {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2170E8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.thm-success {
    display: none;
    width: 38px;
    height: 38px;
}