@font-face {
  font-family: 'bYekan';
  src: url('/static/resource/fonts/BYekan+.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bYekan';
  src: url('/static/resource/fonts/BYekan+\ Bold.ttf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'IRANSans';
  src: url('/static/resource/fonts/IRANSansDN_Light.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IRANSans';
  src: url('/static/resource/fonts/IRANSansDN-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}


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

.table td {
  font-size: 12px;
  text-align: center;
}

.table th {
  text-align: center;
}

.test-result{
  display: -webkit-box;
  min-height: 62px;
  -webkit-box-align: center;
}

.form-test-input-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.label-test-input-header {
    font-size: 14px;
    margin-bottom: 5px;
    padding-top: 10px;
}

.input-test {
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  min-height: 62px;
}

.custom-card-margin{
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.top-left {
  position: absolute;
  direction: ltr;
  padding-left: inherit;
  top: 0;
  left: 0;
}

.top-right {
  position: absolute;
  padding-right: inherit;
  top: 0;
  right: 0;
}

.slider-container {
  direction: ltr;
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  min-height: 62px;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  padding-left: 20px;
  padding-right: 20px;
}

.control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: #55555500;
  color: white;
  border: none;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.control:hover {
  background-color: #3333333a;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.text {
  direction: rtl;
  text-align: right;
  width: 100%;
}

.writer {
  font-size: 12px;
  margin-bottom: 4px;
}

.comment {
  font-size: 14px;
  margin-bottom: 4px;
}

.date {
  font-size: 10px;
  margin-bottom: 4px;
  text-align: left;
  direction: ltr;
}

.ekko-lightbox-nav-overlay a {
  color: goldenrod;
}

.ekko-lightbox-nav-overlay {
  display: flex;
  justify-content: space-between;
}

.ekko-lightbox-nav-overlay:first-child {
  text-align: left;
  margin-right: auto; 
}

.ekko-lightbox-nav-overlay:last-child {
  text-align: right;
  margin-left: auto; 
}

.modal-body {
  margin-bottom: 15px;
}

.select2 {
  border: none;
}

.badge-dashboard-counter {
  background: #e00000;
  font-size: 13px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 0px;
  margin: 4px;
  border-radius: 40px;
}