@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




body {
  
    font-family: 'Vazirmatn', sans-serif;
}

.splash_preview {
    width: 100%;
    height: 500px;
    position: relative;
    border: 4px solid black;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dark .mode.light-img {
    display: none;
}

.dark .mode.dark-img {
    display: block;
}

.dark #loading-center {
    background-image: url(../images/dark-loader.gif);
}

@media (max-width: 991px) {
    .welcome-content {
        display: flex !important;
    }
}



.card {
    position: relative;
    display: flex
;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dfe7ff;
    border-radius: 4px;
    text-align: justify;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    direction: rtl;
}

.card .card-header .header-title .card-title
Specificity: (0,4,0)
 {
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Vazirmatn';
}

.card-title {
    margin-bottom: .75rem;
    font-family: 'Vazirmatn';
}


.btn:not(:disabled):not(.disabled)
Specificity: (0,3,0)
 {
    cursor: pointer;
    font-family: 'Vazirmatn';
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-family: 'Vazirmatn';
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-family: 'Vazirmatn';
}


.text-center {
    text-align: center !important;
    FONT-FAMILY: 'Vazirmatn';
}


.card-header:first-child
Specificity: (0,2,0)
 {
    border-radius: 3px 3px 0 0;
    direction: rtl;
}


.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  direction: rtl;
  text-align: ;

}


.card .card-header {
  background: transparent;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 0;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-bottom: 1px solid #deeaff;
  direction: rtl;
}