﻿.btn-primarymaster:hover {
    background: #1E40AF;
    color: white;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.btn-primarymaster {
    background: #2563EB;
    color: white;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    margin-top: 8px;
    cursor: pointer;
    transition: 0.2s;
}


.btn-primarymodel {
    background: #2563EB;
    color: white;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    margin-top: 8px;
    cursor: pointer;
    transition: 0.2s;
}

#btnSubmitDemo {
    font-weight: 400 !important;
}
.modal-content {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 14px;
    color: #333;
}

.modal-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.modal-content input {
    font-size: 14px;
}