a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

body {
  /*background-image: url(../images/back.jpg);*/
  /*background-repeat: repeat;*/
  /*background-size: auto;*/
  /*background-color: #f8f7fa;*/
  direction: rtl;
  font-family: 'Vazir Light FD';
  font-size: 1rem;
  font-weight: 100;
  color: #5802bb;
  /*color: #444050;*/
}

hr {
  border: 1px solid #8D8D8D !important;
}

input {
  font-family: 'Vazir Light FD';
  color: #444050;
}

.m-1 {
  margin: 0.5rem;
}

.m-2 {
  margin: 0.7rem;
}

.m-3 {
  margin: 0.85rem;
}

.m-4 {
  margin: 0.9rem;
}

.m-5 {
  margin: 1rem;
}

.m-6 {
  margin: 1.2rem;
}

.m-7 {
  margin: 1.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 0.7rem;
}

.mr-3 {
  margin-right: 0.85rem;
}

.mr-4 {
  margin-right: 0.9rem;
}

.mr-5 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.2rem;
}

.mr-7 {
  margin-right: 1.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.ml-2 {
  margin-left: 0.7rem;
}

.ml-3 {
  margin-left: 0.85rem;
}

.ml-4 {
  margin-left: 0.9rem;
}

.ml-5 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.2rem;
}

.ml-7 {
  margin-left: 1.5rem;
}

.p-xs-2 {
  padding: 1rem!important;
}

.p-2-half {
  padding: .75rem!important;
}

.input-group-text {
  font-size: 0.85rem !important;
}

.input-group-prepend {
  height: 30px;
  width: 30px;
  margin-top: -1px;
}

.input-group-box-size {
  width: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-group-box-size a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-1x-half {
  font-size: 1.5em;
}

.bg-secondary {
  background-color: #7E489C!important;
}

.bg-secondary-light {
  background-color: #CE93D8!important;
}

.text-secondary {
  color: #B23CFD!important;
}

.text-secondary-light {
  color: #ba56f8!important;
}

@media (min-width: 300px) {
  .row-button-top col {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    width: 100%;
  }
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.md-form label {
  right: 0;
  left: unset;
}

.md-form label.avtive {
  right: 0;
  left: unset;
}

.md-form .prefix {
  left: 0;
  right: initial;
}

.md-form .prefix ~ input, .md-form .prefix ~ textarea {
  width: 100%;
  margin-left: 2.5rem;
}

/* ------------------ Out Line ------------------ */

.md-form.md-outline label {
  right: 0;
  left: unset;
  padding-right: 10px;
  padding-left: unset;
}

.md-form.md-outline label.active {
  right: 8px;
  left: unset;
}

.md-form.input-with-post-icon .input-prefix {
  left: 16px;
  right: initial;
}

.md-form.md-form.input-with-post-icon .form-control {
  padding-left: 27rem !important;
  padding-right: .5rem !important;
}

::-webkit-input-placeholder {
  color: rgb(194, 194, 194) !important;
  font-size: 12px !important;
}

:-ms-input-placeholder {
  color: rgb(194, 194, 194) !important;
  font-size: 12px !important;
}

::placeholder {
  color: rgb(194, 194, 194) !important;
  font-size: 12px !important;
}

.notify {
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #fff388;*/
  background: #e2e8f0;
  padding: 10px 15px;
  border: 1px dashed #2222;
  border-radius: 5px;
  /*box-shadow: 0 2px 3px #999;*/
  box-shadow: 0 0.125rem 0.5rem 0 rgba(47, 43, 61, 0.12);
  position: fixed;
  min-width: 250px;
  min-height: 60px;
  /*max-width: 450px;*/
  white-space: pre-line;
  text-align: center;
  left: 5px;
  top: 5px;
  color: #353535;
  font-weight: 100;
  z-index: 99999;
  font-size: 14px;
}

.alertAdminPanel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #ffeb3b;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 2px 3px #999;
  position: fixed;
  min-width: 250px;
  max-width: 465px;
  min-height: 60px;
  max-height: 98vh;
  white-space: normal;
  text-align: justify;
  right: 88px;
  top: 5px;
  color: #353535;
  font-weight: 100;
  z-index: 99999;
  font-size: 14px;
  overflow: auto;
}

.alertAdminPanel .alertAdmin {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alertAdminPanel .alertAdmin a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  text-decoration: none;
  background-color: red;
  color: white;
  font-weight: 500;
  margin-right: 20px;
  box-shadow: rgb(0 0 0 / 60%) 0px 0px 5px;
}

.alertAdminPanel .alertAdmin a:hover {
  background-color: #df0000;
  color: yellow;
}

.statusApplication {
  display: flex;
  direction: rtl;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0 5px 0 0;
  box-shadow: 0 2px 3px #999;
  position: fixed;
  /*min-width: 320px;*/
  min-height: 32px;
  white-space: pre-line;
  text-align: center;
  left: 0;
  bottom: 0;
  color: #d5d5d5;
  font-family: 'VazirFD';
  font-size: 14px;
  font-weight: 300;
  /*letter-spacing: 2px;*/
  padding: 0 15px;
  z-index: 999;
}

.pleaseWaitMain2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 80px);
  height: 100%;
  background-color: #00000073;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1098;
}

.pleaseWaitMain {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #00000073;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1098;
}

.pleaseWait {
  display: flex;
  flex-direction: column;
  direction: rtl;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 0px 9px #000;
  min-width: 270px;
  min-height: 120px;
  white-space: pre-line;
  text-align: center;
  color: #0e0e0e;
  font-family: 'VazirFD';
  font-size: 14px;
  font-weight: 400;
  /*letter-spacing: 2px;*/
}

.pleaseWait i {
  margin: 10px auto;
}

.pleaseWait span:nth-child(3) {
  color: #dc3545;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 5px !important;
}

.shadow-light {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 5px !important;
}

.nav-tabs {
  padding-right: 10px !important;
}

.nav-tabs .nav-item {
  /*box-shadow: rgb(0 0 0 / 40%) 0px -4px 5px !important;*/
  margin-left: 6px;
  background-color: rgb(199 199 199);
}

.nav-tabs .nav-item .activeNav {
  background-color: white;
  /*box-shadow: rgb(0 0 0 / 40%) 0px -4px 5px !important;*/
}

/* تغییر سایز فونت کادر متن */

.form-control-sm {
  font-size: 12px !important;
}

pre {
  max-width: 100%;
  font-family: 'VazirFD';
  font-size: 8px;
  margin: 0;
  padding: 0;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
}

.table-font-size th, .table-font-size td {
  font-size: 12px !important;
  font-weight: 100 !important;
  padding: 2px !important;
  text-align: center !important;
  vertical-align: middle !important;
  min-width: 35px !important;
  /*color: #414141 !important;*/
}

/* رنگ های کم رنگ */

.bg-primary-light {
  background-color: #E1F6FC;
}

.bg-danger-light {
  background-color: #FED6DD;
}

/* پایان رنگ های کم رنگ */

.vpd-wrapper {
  font-family: 'VazirFD', Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 100;
}

.h7, h7 {
  font-size: 0.9rem;
  font-weight: 500;
}

.h8, h8 {
  font-size: 0.85rem;
  font-weight: 500;
}

.h9, h9 {
  font-size: 0.8rem;
  font-weight: 500;
}

.h10, h10 {
  font-size: 0.75rem;
  font-weight: 500;
}

.h11, h11 {
  font-size: 0.70rem;
  font-weight: 500;
}

.h12, h12 {
  font-size: 0.65rem;
  font-weight: 500;
}

.fs-7 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 0.9rem !important;
}

.fs-9 {
  font-size: 0.85rem !important;
}

.fs-10 {
  font-size: 0.8rem !important;
}

.fs-11 {
  font-size: 0.75rem !important;
}

.fs-12 {
  font-size: 0.7rem !important;
}

.fs-13 {
  font-size: 0.65rem !important;
}

.fs-14 {
  font-size: 0.6rem !important;
}

.fs-15 {
  font-size: 0.55rem !important;
}

.hover {
  transition: .4s;
  color: #9c82ab !important;
}

.hover:hover {
  transition: .4s;
  color: yellow !important;
}

select option {
  font-size: 0.8rem;
}

.modal-footer {
  padding: 8px 0;
  background-color: #e6f2fd;
}

.modal-dialog.modal-notify .modal-header {
  padding: 8px 0;
}

/* سایز تبلت */

/* موبایل سایز بزرگ */

@media screen and (max-width: 425px) {
  .hied-sm {
    display: none !important;
  }
}

@media screen and (max-width: 425px) {
  .show-sm {
    display: flex !important;
  }
}

/* موبایل سایز متوسط */

/* موبایل سایز کوچک */

/* عدم انتخاب متن توسط کاربر */

.prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cursor-pointer {
  cursor: pointer;
}

/* متن چشمک زن */

.flasher {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  75% {
    opacity: 15%;
  }
}

/* استایل عددها */

.numberStyle {
  direction: ltr;
  letter-spacing: 1px;
}

/* اصلاح ترتیب نمایش دکمه های کادر هشدار */

.swal-modal .swal-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}

.swal-modal .swal-footer .swal-button {
  font-family: 'VazirFD';
  font-weight: 300;
}

/* انتقال دکمه بستن آلرت ها به سمت چپ */

.alert-dismissible .btn-close {
  left: 0;
  right: unset;
}

.hv-100 {
  height: 100vh;
}

