﻿/* Hide the placeholder icon in the default state */
.easy-button-button.default-state .easy-button-icon {
    display: none;
}

/* Style the confirm state */
.easy-button-button.confirm-state {
    background-color: #28a745 !important; /* Green background */
    color: white !important; /* White text */
    border: none !important; /* Remove border */
    font-size: 14px !important; /* Adjust font size */
    padding: 5px 10px !important; /* Adjust padding */
}

.easy-button-button.confirm-state .easy-button-icon {
    margin-right: 5px; /* Add spacing between icon and text */
}

.distance-label {
    background: white;
    border: 2px solid #3388ff;
    border-radius: 5px;
    padding: 2px 5px;
    font-weight: bold;
    color: #3388ff;
}