/* Add here all your CSS customizations */

@font-face {
    font-family: 'IRANSans';
    src: url('/fonts/IRANSans.woff');
    src: url('/fonts/IRANSans.woff?#iefix') format('embedded-opentype'), url('/fonts/IRANSans.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.mbb-4 {
    margin-bottom: 1.5rem!important;
    color: #fff !important;
}
.mbb-5{
    margin-bottom: 0.3rem!important;
    text-align: center !important;
    font-family: sans-serif !important;
}
.myy-5{
    margin-top: -2%!important;
}
.mx-auto {
    margin-left: auto!important;
    border: 3px solid #ccc;
    padding-top: 15px;
}

.mr-3, .mx-3 {
    margin-left: 1rem!important;
}

.bg-primary {
    background-color: #f15931!important;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    display: none;
}