#accessibility-toolbar button {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 8px;
  font-family: "IRANSans";
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  background-color: #2470AB;
  color: white;
  transition: background 0.3s;
}

#accessibility-toolbar button:hover {
  background-color: #0056b3;
}

.high-contrast {
  background-color: black !important;
  color: yellow !important;
}

body {
    font-family: IRANSans;
    transition: all 0.3s ease;
}

.focused-element {
    outline: 4px solid #ffcc00 !important;
    background-color: rgba(255, 255, 0, 0.15);
    font-size: 1.5em !important;
    line-height: 1.8em !important;
    transition: all 0.25s ease-in-out;
    border-radius: 8px;
    padding: 6px;
    position: relative;
    z-index: 999;
}

body.reader-active{
    cursor: zoom-in;
}
#wheelchair-btn {
    background-color :transparent;
    color : #084574;
    width: 70px;
    height: 70px;
    font-size : 50px;
    border:none;
}