@charset "UTF-8";
@font-face {
  font-family: thefont;
  src: url(/fonts/Sahel.ttf), url("https://cdn.fontcdn.ir/Font/Persian/Sahel/Sahel.ttf") format("truetype");
}
body {
  background-color: #f4f8fb;
}

.centering {
  display: flex;
  justify-content: center;
  align-items: center;
}

div#class div.subject {
  position: relative;
  margin-top: 25px;
  background-color: #c8c7c7;
  padding: 5px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  border: 5px solid #003566;
  overflow: hidden;
}
div#class div.subject div.exercise {
  margin-top: 10px;
  margin-bottom: -10px;
  padding: 5px 20px;
  width: 100%;
}
div#class div.subject div.exercise:last-of-type {
  margin-bottom: -5px;
}
div#class div.subject div.exercise h5 {
  min-width: 100%;
  margin-right: -20px;
  margin-left: -20px;
  margin-top: -5px;
}
div#class div.subject div.exercise.more {
  background-color: #a8b2b9;
}
div#class div.subject div.exercise.more h5 {
  background-color: #384c5f;
  border-top: 1px solid #003566;
  color: white;
}
div#class div.subject div.exercise.must {
  background-color: rgb(255, 163, 163);
}
div#class div.subject div.exercise.must h5 {
  background-color: rgb(90, 0, 0);
  border-top: rgb(199, 0, 0);
  color: white;
}
div#class div.subject.session > h5::after {
  margin: 0px 10px;
  padding: 5px;
}
div#class div.subject.session.held > h5::after {
  content: "برگزار شد";
  text-align: center;
  background-color: yellowgreen;
}
div#class div.subject.session.next {
  background-color: lightskyblue;
  box-shadow: 0px 0px 20px 0px lightskyblue;
  border: 1px solid lightskyblue;
}
div#class div.subject.session.next > h5::after {
  content: "جلسه‌ی پیش رو";
  background-color: lightcoral;
}
div#class div.subject p,
div#class div.subject a {
  font-size: 12px;
}
div#class div.subject p.link,
div#class div.subject a.link {
  margin: 0px !important;
  align-self: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
div#class div.subject p.link::after,
div#class div.subject a.link::after {
  content: "لینک به صفحه";
  background-color: yellow;
  color: red;
  -webkit-text-decoration: solid;
          text-decoration: solid;
  padding: 2px 5px;
  font-size: 9px;
  margin: 0px 10px;
  max-width: 0px;
  max-height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s opacity;
}
div#class div.subject p.link:hover::after,
div#class div.subject a.link:hover::after {
  max-width: unset;
  max-height: unset;
  visibility: visible;
  opacity: 1;
}
div#class div.subject p.link.file,
div#class div.subject a.link.file {
  background-color: olivedrab !important;
}
div#class div.subject p.link.file::after,
div#class div.subject a.link.file::after {
  content: "لینک مستقیم به فایل";
}
div#class div.subject p.link.vspace,
div#class div.subject a.link.vspace {
  margin-top: 5px !important;
}
div#class div.subject p.vspace,
div#class div.subject a.vspace {
  margin-top: 10px;
}
div#class div.subject h5 {
  font-size: 14.4px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=teaching.css.map */