.modal-content {
    border-radius: 12px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.3);
}

.modal-header {
    border-bottom: none;
}

.btn-close {
    background: none;
}

.form-control {
    border-radius: 8px;
    margin-bottom: 12px;
}

.btn-submit {
    background: linear-gradient(90deg, #0052D4, #4364F7);
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 100%;
    padding: 10px;
    font-weight: 500;
}

.btn-submit:hover {
    opacity: 0.9;
}

.demo-sub-heading {
    font-size: 14px;
}

.text-area-font-demo{
    font-size: 14px;
}

.modal-body form input {
    font-size: 14px;
    margin-top: 3px;
}

