﻿.custom-modal-style .ant-modal-content {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 0; /* Remove padding to avoid header/body padding conflict */
    font-family: 'Segoe UI', sans-serif;
    overflow: hidden;
}


.custom-modal-style .ant-modal-header {
    background-color: #35a956;
    border-bottom: none;
    padding: 16px 24px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.custom-modal-style .ant-modal-title {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}


.custom-modal-style .ant-modal-close {
    top: 16px;
    right: 16px;
    color: #ffffff;
}

.custom-modal-style .ant-form-item-label > label {
    font-weight: 500;
    color: #333;
}

.custom-modal-style .ant-input {
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    color: #555;
}

.custom-modal-style .ant-btn-primary {
    background-color: #35a956;
    border: none;
    font-size: 14px;
    border-radius: 3px;
    padding: 4px 16px;
    height: 30px;
}

    .custom-modal-style .ant-btn-primary:hover {
        background-color: #0e5c37;
    }

.custom-modal-style .ant-btn-default {
    font-size: 14px;
    height: 32px;
    border-radius: 3px;
    height: 30px;
}

.custom-modal-style .ant-btn-primary {
    background-color: #35a956;
    border: none;
    font-size: 14px;
    padding: 4px 16px;
    height: 32px;
}
