/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.newchemical-retailer-search-results-wrapper .newchemical-retailer-public-table    {
    width: 100%;
    border-collapse: collapse;
}
.newchemical-retailer-public-table th, .newchemical-retailer-public-table td {
    padding: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
}
.newchemical-retailer-public-table th {
    text-align: left;
    font-weight: 600;
}

.newchemical-retailer-public-table label {
    font-weight: 400;
}
.newchemical-retailer-public-table select ,
.newchemical-retailer-public-table input {
    width: 100%;
}

.newchemical-retailer-public-table td:first-child,
.newchemical-retailer-public-table th:first-child{
    padding-left: 8px;
}

.newchemical-retailer-public-table .newchemical-retailer-get-directions{
    text-align: center;
}

/* Loading spinner styles */
.loading-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 8px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.newchemical-retailer-search-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.newchemical-retailer-search-button.loading {
    position: relative;
}

.newchemical-retailer-search-button.loading .loading-spinner {
    display: inline-block;
}

.search-retailer-form .newchemical-retailer-error-message{
    color: red;
    font-size: 12px;
    margin-bottom: 5px;
    height: 20px;
}

.search-results-table caption,
.online-retailers-table caption{
    caption-side: top;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}

.newchemical-retailer-flex-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newchemical-retailer-flex-row-item{
    width: 50%;
}

.newchemical-retailer-flex {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
.newchemical-retailer-search-results-wrapper{
    overflow-x: auto;
    width: 100%;
}

.newchemical-retailer-search-results-wrapper .newchemical-retailer-public-table {
    min-width: 600px;
}

.newchemical-retailer-search-input
.newchemical-retailer-search-input-text{
    font-size: 14px;
}

.newchemical-retailer-search-tab .newchemical-retailer-search-input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.newchemical-retailer-search-tab .newchemical-retailer-search-select {
    width:30%;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 4px;
}

.newchemical-retailer-search-button {
    border: 1px solid #ddd;
    margin: 0;
    background-color: #444444;
    color: #fff;
    border-radius: 4px;
}

 .newchemical-retailer-search-button:hover{
    background-color: #83bf1b;
}

.newchemical-retailer-flex-row-item.newchemical-retailer-flex label{
    margin: 0;
}

.newchemical-retailer-info-map{
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
    line-height:30px;
}

.newchemical-retailer-info-map strong{
    font-weight: 700;
    color: #777;
}

.newchemical-retailer-custom-div-wrapper{
    padding: 24px;
    padding-bottom: 0;
}
