@font-face {
    font-family: 'iSans';
    src: url('../fonts/IRANSansWeb(FaNum).woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    font-family: 'iSans', Arial, sans-serif;
}
body {
    background: #f8f9fa;
}
.card {
    border-radius: 15px;
}
.card-header {
    text-align: right;
}
.card-body {
    text-align: justify;
}
.slider-container {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.slider-title {
    font-size: large;
}
.progress-bar {
    height: 100%;
}
.form-range {
    position: absolute;
    opacity: 0;
    height: 35px;
}
.progress-stacked {
    height: 35px;
}
.progress-stacked .progress {
    height: 100%;
}
.percent-100 {
    display: none;
}
.slider-title span {
    font-weight: bold;
}
.form-floating {
    margin-bottom: 15px;
}
.center-input {
    direction: ltr;
    text-align: center;
}
.center-input[type="number"]::-webkit-outer-spin-button,
.center-input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.center-input[type="number"] {
    -moz-appearance: textfield;
}
.form-text {
    text-align: right;
    padding-right: 15px;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1050;
    color: white;
    text-align: center;
}
.progress-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
#progressPercentage {
    margin-bottom: 5px;
    font-size: 1.5em;
}
#message_alert , .upload_attach {
    display: none;
}
.remove-file {
    cursor: pointer;

}
#assetChart {
    margin-top: 15px;
    margin-bottom: 15px;
}
.chart-main-parent {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-top: 1px dashed #cacaca;
}
.chart-parent {
    max-width: 400px;
}
.chart-color{
    width: 1rem;
}
.chart-parent table td {
    text-align: right;
}

.l_border {
    border-left: 2px double #b1b3bb!important;
}
.r_border {
    border-right: 2px double #b1b3bb!important;
}
.t_border {
    border-top: 2px double #b1b3bb!important;
}
.b_border {
    border-bottom: 2px double #b1b3bb!important;
}
