/*Write your custom css in this file.*/
@font-face {
  font-family: "yekan";
  src: url(fonts/yekan/Yekan.eot);
  src: url(fonts/yekan/Yekan.eot?#iefix) format("embedded-opentype"),
    url(fonts/yekan/Yekan.woff) format("woff"),
    url(fonts/yekan/Yekan.ttf) format("truetype"),
    url(fonts/yekan/Yekan.svg#BYekan) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "vazir";
  src: url(fonts/vazir/Vazir-FD.eot);
  src: url(fonts/vazir/Vazir-FD.eot) format("embedded-opentype"),
    url(fonts/vazir/Vazir-FD.woff) format("woff"),
    url(fonts/vazir/Vazir-FD.woff2) format("woff2"),
    url(fonts/vazir/Vazir-FD.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  background-color: #e5e9ec;
  color: #4e5e6a;
  font-family: "vazir", "yekan" !important;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
}

.modal-header {
  justify-content: space-between !important;
}

/* .filter-section-right {
  display: flex !important;
} */

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0.375rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
  border-radius: 0.375rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="rtl"] .ml320 {
  margin-left: 0 !important;
  margin-right: 320px;
}

[dir="ltr"] .ml320 {
  margin-left: 298px !important;
  margin-right: 0;
}

[dir="rtl"] .fc-left .fc-button-group {
  display: flex;
}

[dir="rtl"] .fc-left .fc-button-group {
  display: flex;
}

[dir="rtl"] .note-color-tag {
  margin-left: 5px;
}

[dir="rtl"] .laniakea-date {
  direction: ltr;
}

[dir="rtl"] .mr10 {
  margin-left: 10px;
  margin-right: 0 !important;
}