@font-face {
    font-family: 'Vazir';
    src:
        url('./fonts/Vazir/Vazir.woff2') format('woff2'),
        url('./fonts/Vazir/Vazir.woff') format('woff'),
        url('./fonts/Vazir/Vazir.ttf') format('truetype');
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BMitra';
    src:
        url('./fonts/BMitra/BMitra.woff2') format('woff2'),
        url('./fonts/BMitra/BMitra.woff') format('woff'),
        url('./fonts/BMitra/BMitra.ttf') format('truetype');
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BNazanin'!important;
    src:
        url('./fonts/BNazanin/BNazanin.woff2') format('woff2'),
        url('./fonts/BNazanin/BNazanin.woff') format('woff'),
        url('./fonts/BNazanin/BNazanin.ttf') format('truetype');
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BNaznnBd';
    src:
        url('./fonts/BNazanin/BNaznnBd.woff2') format('woff2'),
        url('./fonts/BNazanin/BNaznnBd.woff') format('woff'),
        url('./fonts/BNazanin/BNaznnBd.ttf') format('truetype');
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
}

.mahamsoft-form {
    width: 40%;
    margin: auto;
    background-color: #3F3F3F !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 12px #0093ff26 !important;
    /* margin: 8px 0 8px !important; */
}

.mahamsoft-qusetion-mark {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #000000;
    padding: 0 6px;
    margin-left: 5px;
}

.mahamsoft-left {
    text-align: left;
    direction: ltr;
}

.mahamsoft-icon {
    transition: transform .2s;
    /* Animation */
}

.mahamsoft-icon:hover {
    transform: scale(1.3) perspective(1px);
    cursor: pointer;
}

.mahamsoft_name_field {
    text-align: center;
    display: inline-block;
    /* width: 40% !important; */
}

.mahamsoft_last_name_field {
    text-align: center;
    display: inline-block;
    /* width: 58% !important; */
}

.mahamsoft_fullname_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.mahamsoft-btn-primary {
    border-radius: 10px;
    border-width: 0;
    padding: 5px 20px;
    background-color: #d71920;
    color: white;
    cursor: pointer;
}

.mahamsoft-btn-dangerous {
    border-radius: 5px;
    border-width: 0;
    padding: 5px 20px;
    background-color: #d21919;
    color: white;
    cursor: pointer;
}

.mahamsoft-alert-success {
    text-align: center;
    font-family: inherit;
    background-color: #a2d8a2;
    padding: 20px 10px;
    border-radius: 10px;
    margin: 50px 10px;
}

.mahamsoft-alert-danger {
    text-align: center;
    font-family: inherit;
    background-color: #d8a2a2;
    padding: 20px 10px;
    border-radius: 10px;
    margin: 50px 10px;
}