﻿
@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/IranSansWebFaNum/IRANSansWebFaNum.woff') format('woff'), url('/fonts/IranSansWebFaNum/IRANSansWebFaNum.woff2') format('woff2');
}

@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/IranSansWebFaNum/Bold/IRANSansWebFaNumBold.woff') format('woff'), url('/fonts/IranSansWebFaNum/Bold/IRANSansWebFaNumBold.woff2') format('woff2');
}

* {
    font-family: IranSans !important;
}


.app-gray-text {
    color: #525252 !important;
}

body, .accounting-kerem-smoke {
    background-color: whitesmoke !important;
    /*background-color: #f0ebdb !important;*/
}

.bg-white-smoke {
    background-color: whitesmoke !important;
}

.mud-table-head .mud-table-cell {
    font-weight: bold !important;
    background-color: #FAFAFA !important;
}


.warning-bg-light {
    background-color: #FFFBE6 !important
}

.mud-typography-subtitle2 {
    color: #00000073 !important
}

.mud-chip-color-info .mud-chip-content {
    color: #2F54EB !important
}


.mud-dialog-width-full {
    /*min-width: 520px !important;*/
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}



#loading-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: Arial, sans-serif;
    color: #333;
}

    #loading-screen .logo {
        width: 100px;
        margin-bottom: 20px;
    }

    #loading-screen .spinner {
        border: 5px solid #f3f3f3;
        border-top: 5px solid #512BD4;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 1s linear infinite;
        margin-bottom: 20px;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*#loading-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: Arial, sans-serif;
    color: #333;
    background: #fafafa;
}

    #loading-screen .logo {
        width: 100px;
        margin-bottom: 20px;
    }*/

/* Progress bar container */
/*.progress-bar {
    position: relative;
    width: 250px;
    height: 6px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}*/

/* Indeterminate fill animation */
/*.progress-bar-fill {
    position: absolute;
    height: 100%;
    width: 40%;*/ /* width of moving bar */
/*background: #512BD4;*/ /* your custom color */
/*animation: indeterminate 1.5s infinite;
    border-radius: 4px;
}*/

/* Keyframes for looping effect */
/*@keyframes indeterminate {
    0% {
        left: -40%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}*/


.loading-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: Roboto, sans-serif;
    color: #555;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #2196f3;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.mud-table-head .header-centered th {
    text-align: center;
    font-size: 1.2em;
}

.mud-table-foot .bold-text .mud-table-cell {
    font-weight: 500;
}
