.Top-Bar-Website {
  background-color: #011d57;
  color: #ffffff;
}
.Top-Bar-Musjid {
  background-color: #11183e;
  color: #ffffff;
}
.Fajr {
  background-color: #2ea4ff;
  color: #ffffff;
}
.Zuhr {
  background-color: #8c8c8c;
  color: #333333;
}
.Asr {
  background-color: #2ea4ff;
  color: #ffffff;
}
.Maghrib {
  background-color: #858585;
  color: #333333;
}
.Isha {
  background-color: #2ea4ff;
  color: #ffffff;
}
.Jumuah {
  background-color: #0042a9;
  color: #ffffff;
}
.Perpetual-Times {
  background-color: #c2dcff;
  color: #011d57;
}
.Odd-Notices {
  background-color: #52ffeb;
  color: #000000;
}
.Even-Notices {
  background-color: #2ea4fe;
  color: #ffffff;
}
.Time-Change-Heading {
  background-color: #190ee6;
  color: #ffffff;
}
.Time-Change-Blocks {
  background-color: #f6ac2c;
  color: #000000;
}
.New-Time-Change {
  background-color: #30fffc;
  color: #000000;
  animation-name: new-change;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.Programmes-Heading {
  background-color: #08489b;
  color: #ffffff;
}
.Programmes-Blocks {
  background-color: #0b5ecb;
  color: #ffffff;
}
.New-Programmes {
  background-color: #08489b;
  color: #ffffff;
  animation-name: new-prog;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.Footer-Website {
  background-color: #484b55;
  color: #fcfcfc;
}
.Footer-Musjid {
  background-color: #5f5f5f;
  color: #ffffff;
}
.change-date {
  border-bottom: 2px solid #000000;
}
.azaan-change {
  border-right: 1px solid #000000;
}
.jamaat-change {
  border-left: 1px solid #000000;
}
.changed-today {
  outline: 8px solid #30fffc;
  background-color: #f6ac2c;
  outline-offset: -5px;
  animation-name: todays-change;
  animation-duration:3s;
  animation-iteration-count:infinite;
}
.forbidden-in {
  animation-name: forbidden;
  animation-duration:1s;
  animation-iteration-count:infinite;
}
@keyframes forbidden {
  from {
    background-color: #f00
  }
  to {
    background-color: #c2dcff  }
}
@keyframes new-change{
  0%{background-color: #30fffc}
  25%{background-color: #f6ac2c}
  50%{background-color: #30fffc}
  75%{background-color: #f6ac2c}
  100%{background-color: #30fffc}
}
@keyframes todays-change{
  0%{outline-style:dashed}
  25%{outline-style:solid}
  50%{outline-style:dashed}
  75%{outline-style:solid}
  100%{outline-style:dashed}
}
@keyframes new-prog{
  0%{background-color: #08489b}
  25%{background-color: #0b5ecb}
  50%{background-color: #08489b}
  75%{background-color: #0b5ecb}
  100%{background-color: #08489b}
}
