@font-face {
  font-family: iransans-light;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSansWeb_Light.eot");
  src: url("../fonts/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"),
       url("../fonts/IRANSansWeb_Light.woff2") format("woff2"),
       url("../fonts/IRANSansWeb_Light.woff") format("woff"),
       url("../fonts/IRANSansWeb_Light.ttf") format("truetype");
}

@font-face {
  font-family: iransans-ulight;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSansWeb_UltraLight.eot");
  src: url("../fonts/IRANSansWeb_UltraLight.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/IRANSansWeb_UltraLight.woff2") format("woff2"),
    url("../fonts/IRANSansWeb_UltraLight.woff") format("woff"),
    url("../fonts/IRANSansWeb_UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: iransans-medium;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSansWeb_Medium.eot");
  src: url("../fonts/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/IRANSansWeb_Medium.woff2") format("woff2"),
    url("../fonts/IRANSansWeb_Medium.woff") format("woff"),
    url("../fonts/IRANSansWeb_Medium.ttf") format("truetype");
}

body {
  font-family: iransans-light;
  background-color: #ffffff;
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.5;
  height: 100%;
  overflow-x: hidden;
}

.login-page .login-right {
  width: 100%;
  position: relative;
  font-family: iransans-light;
  height: 100vh;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.login-bottom-copyright {
  color: #a4a4a4;
  font-family: iransans-light;
  font-weight: 500;
  padding-bottom: 25px;
  width: 100%;
  align-self: flex-end;
  -webkit-align-self: flex-end;
}

.day-week-month-col ul li a {
  background-color: #9d9d9d;
  border: 1px solid transparent;
  color: #64627c;
  display: inline-block;
  font-family: iransans-light;
  font-weight: 500;
  padding: 10px 20px;
}

.toggle-voice-video .slider:after {
  content: "VOICE";
  color: #ffffff;
  display: block;
  font-size: 10px;
  font-family: iransans-light;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: iransans-light;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
  font-family: iransans-light;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: iransans-light;
}

.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: iransans-light;
}

.main-wrapper.home-ten {
  font-size: 16px;
  font-family: iransans-light;
}

.main-wrapper.home-fifteen {
  font-size: 16px;
  font-family: iransans-light;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: iransans-medium;
}