.daneshnameh-subject-menu .subject-headre {
  background-image: linear-gradient(#fff, #fcf9f5, #c8ccca, #b6b3b0);
  border-top: 1px solid #caba9c;
  border-bottom: 1px solid #caba9c;
  height: 34px;
  position: relative;
  margin-top: 20px;
}

.daneshnameh-subject-menu .subject-menu {
  background-color: #fff;
  border: 2px solid #b99332;
  height: 380px;
}

.daneshnameh-subject-menu .subject-headre img {
  position: absolute;
  top: -12px;
}

.daneshnameh-subject-menu .subject-arrow {
  float: left;
  margin: auto;
  line-height: 34px;
  color: #85671a;
}

.daneshnameh-subject-menu .subject-menu-inside {
  padding: 20px;
}

.daneshnameh-subject-menu .subject-menu-alphabet {
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  background-size: 100%;
  float: right;
  margin: 8px 7px 10px 7px;
  position: relative;
}

.daneshnameh-subject-menu .subject-menu-inside p {
  position: relative;
  line-height: 70px;
  text-align: center;
  font-family: "IranNastaliq";
  font-size: 35px;
}

.daneshnameh-subject-menu .subject-menu-alphabet a {
  text-decoration: none;
  color: inherit;
}

.daneshnameh-subject-menu .subject-menu-alphabet-tooltip {
  visibility: hidden;
  width: 120px;
  background-color: #e3d3ab;
  color: #000;
  text-align: center;
  /*border-radius: 6px;*/
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 60px;
}

.daneshnameh-subject-menu .subject-menu-alphabet:hover .subject-menu-alphabet-tooltip {
  visibility: visible;
}

@media all and (max-width: 1400px) {
  .daneshnameh-subject-menu .subject-menu {
    background-color: #fff;
    border: 2px solid #b99332;
    height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}/*# sourceMappingURL=subjects-menu.css.map */