﻿@import url(fontiranSans.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
* {
    font-family: IRANSans;
}

body {
    font-family: IRANSans !important;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, input, textarea {
    font-family: IRANSans !important;
}

h1 {
    font-weight: bold;
}

/* persiandatetimepicker */
.popover {
    max-width: 320px;
}

.Multiple-Select {
    border-bottom: solid 1px #ddd;
}

.bg-indigo {
    background-color: #37474F;
    border: #37474F;
}

.border-radius-50 {
    border-radius: 50%;
}

/* image preview before upload */
#slider-top img {
    width: 100%;
}

#blah-image-preview, .blah-image-preview {
    display: none;
    max-height: 400px;
    max-width: 95%;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    left: 50px;
    background-color: #546e7a;
    color: #dddddd;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius: 50%;
}

/*  برای نمایش تاریخ   */
.dir-ltr {
    direction: ltr;
    display: inline-block;
}

.dir-ltr-b {
    direction: ltr;
}

.btn-create {
    display: inline;
    float: left;
}

.ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ajax-loader img {
    width: 45px;
}
.swal-footer{
    text-align: left;
}