.scraping-search-button ,.amazon-search-button {
                    background: #10b981;
                    color: white;
                    border: none;
                    border-radius: 8px;
                    padding:12px 16px !important;
                    text-transform: uppercase;
                    font-family: Montserrat;
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 100%;
                    letter-spacing: 0.5px;
                    cursor: pointer;
                    width:100%;
                    margin-bottom:37px;
                }

                .scraping-search-button:hover ,.amazon-search-button:hover {
                    background: #059669;
                }

                .scraping-search-button:disabled ,.amazon-search-button:disabled{
                    opacity: 0.6;
                    cursor: not-allowed;
                }