
.status-btn {
   width: 69px;
    height: 25px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    color: white;
    overflow: hidden;
    padding: 0 10px;
    transition: all 0.3s ease;
    box-shadow: inset 8px 0px 8px -8px rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.status-btn.active {
    background-color: #28a745; /* Green */
    text-align: center;
    box-shadow: inset 15px 0px 0px -6px rgba(255, 255, 255, 0.9)
}

.status-btn.inactive {
    background-color: #dc3545; /* Red */
    text-align: center;
    box-shadow: inset -12px 0px 0px -5px rgba(255, 255, 255, 0.9)
}
.text-danger-error{
    color:#fc544b !important;
    font-size: 0.9rem;
}