﻿@font-face {
    /*font-family: 'Iranian Sans';*/
    font-family: 'Vazir';
    src: url(../fonts/Vazir-Bold-FD-WOL.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    font-family: 'Vazir', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    /*font-weight: 400;*/
    /*font-family: 'Iranian Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;*/
    font-weight: 400;
    font-size: 12px !important;
}






.dialog-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.custom-button {
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    color: white !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .custom-button:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    }

.submit-button-upsert {
    background-color: #6A9C89 !important;
}

    .submit-button-upsert:hover {
        background-color: #16423C !important;
    }

.cancel-button-upsert {
    background-color: #E57373 !important;
    color: white !important;
}

    .cancel-button-upsert:hover {
        background-color: #C62828 !important;
        color: #E9EFEC;
    }

.custom-button .mud-button-label {
    color: white !important;
}

