.tile {
  transition: all 0.2s cubic-bezier(0, 0.55, 0.45, 1); /* Apply transition to the 'transform' property */
}

.tile:hover {
  transform: scale(1.2); /* Scale the element by 20% on hover */
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.24);
  z-index: 1000;
}

.tile:active{
  transform: scale(1.1)
}

.tile-sel {
  opacity: 0.5;
  transition: all 0.2s cubic-bezier(0, 0.55, 0.45, 1); /* Apply transition to the 'transform' property */
}

.tile-sel:hover {
  opacity: 1;
}

.tile-sel:active{
  transform: scale(1.1)
}

.popup{
  z-index: 10000 !important;
}

.close-button {
  transition: all 0.2s cubic-bezier(0, 0.55, 0.45, 1); /* Apply transition to the 'transform' property */
}

.close-button:hover {
  transform: scale(1.06); /* Scale the element by 20% on hover */
  z-index: 1000;
}

.close-button:active{
  transform: scale(1.03)
}

.KutubAlSittah{
  background: radial-gradient(141.42% 141.42% at 0% 100%, #002163 0%, #738DBF 100%);
  color: white !important;
}

.BooksOfFourImams{
  background: radial-gradient(141.42% 141.42% at 0% 100%, #003197 0%, #0B0F22 100%);
  color: #FFCE42 !important;
}
.Sahih{
  background: radial-gradient(141.42% 141.42% at 0% 100%, #F00 0%, #950000 100%);
  color: #FFE0B1 !important;
}
.Mujam{
  background: radial-gradient(111.9% 111.9% at 0% 100%, #FFC700 0%, #FF4D00 100%);
  color: #490400 !important;
}
.Musnad{
  background: radial-gradient(141.42% 141.42% at 0% 100%, #FDFF83 0%, #FFC700 100%);
  color: #011C69 !important;
}
.Sunan{
  background: radial-gradient(141.42% 141.42% at 0% 100%, #FAFF00 0%, #79D900 100%);
  color: #143F00 !important;
}
.Shamayil{
  background: radial-gradient(141.42% 141.42% at 0% 100%, #008205 0%, #002B21 100%);
  /* background: radial-gradient(141.42% 141.42% at 0% 100%, #8BBC00 0%, #375100 100%); */
  color: #E9FFAC !important;
}
.Tarikh{
  background: radial-gradient(141.42% 141.42% at 0% 100%, #078C6C 0%, #001D26 100%);
  color: #CCFFDA !important;
}
.Tafsir{
  background: radial-gradient(141.42% 141.42% at 0% 100%, #12F1FF 0%, #0094FF 100%);
  color: #002C6E !important;
}
.Adhkar{
  background: radial-gradient(141.42% 141.42% at 0% 100%, #5398FF 0%, #022274 100%);
  color: #D6EEFF !important;
}
.Ahkam{
  background: radial-gradient(141.42% 141.42% at 0% 100%, #6737F0 0%, #0F006A 100%);
  color: #FFF1D4 !important;
}
.Ilal{
  background: radial-gradient(141.42% 141.42% at 0% 100%, #FF00B8 0%, #7B006D 99.99%, #5A0154 100%);
  color: #FFEEB1 !important;
}
.Mawduaat{
  background: radial-gradient(141.42% 141.42% at 100% 0%, #AD003E 0%, #FF007B 100%);
  color: #FFE8F1 !important;
}
.Zawayid{
  background: radial-gradient(141.42% 141.42% at 0% 100%, #FFDBD0 0%, #FF7798 100%);
  color: #002163 !important;
}
.Jawamiy{
  background:radial-gradient(141.42% 141.42% at 100% 0%, #4C1F54 0%, #A73C7C 100%);
  color: #FFF1BD !important;
}
.Mutafarriqat{
  background: radial-gradient(141.42% 141.42% at 100% 0%, #491967 0%, #002755 100%);
  color: #E3D6FF !important;
}

/* = KutubAlSittah
| BooksOfFourImams
| Sahih
| Mujam
| Musnad
| Sunan
| Shamayil
| Tarikh
| Tafsir
| Adhkar
| Ahkam
| Ilal
| Mawduaat
| Zawayid
| Jawamiy
| Mutafarriqat */