/* Backend Custom Styles for Kosher Casas */

/* Loading indicator styles */

/* Thicker, colored loading stripe at top of page */
.stripe-loading-indicator {
    height: 5px !important;
    /* background: linear-gradient(90deg, #63b506, #a8c198) !important; */
}

/* Styled flash message notification */
.flash-message {
    /* background: #63b506 !important;
    color: white !important;
    font-size: 16px !important;
    padding: 15px 20px !important;
    border-radius: 4px !important;
    font-weight: 500 !important; */
}

/* Loading spinner on button */
.btn[data-request].oc-loading:before {
    border-color: rgba(149, 116, 36, 0.3) !important;
    border-top-color: #63b506 !important;
    border-width: 3px !important;
}

/* Button disabled state during loading */
.btn[data-request].oc-loading {
    opacity: 0.7 !important;
    cursor: wait !important;
}
