#box6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  gap: 14px;
}
#screen-athkar{
  z-index: 1000;
}

#athkar-content {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: calc(env(safe-area-inset-top) + 190px);
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}

.athkar-it {
  width: 98%;
  height: 80px;
  border-radius: 50px;
  display: flex;
  justify-content: flex-start;   
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  padding-left: 30px;            
}
.athkar-it > div {
  display: flex;
  align-items: center;
  gap: 15px;                     
}

.athkar-it .material-symbols-outlined {
  font-size: 36px;
  transition: all 0.3s ease;
  order: -1;
}

#athkarsearch {
  position: fixed;
  top: 80px;
  width: 90%;
  height: 45px;
  font-size: 15px;
  border-radius: 50px;
  pointer-events: auto;
  z-index: 10000;
}



.athkar-list {
  padding-top: calc(20px + 50px);
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.at-item-text {
  direction: rtl;
  unicode-bidi: plaintext;
  margin-top: 30px;
  text-align: right;
  line-height: 2.2;
  font-family: "Noto Naskh Arabic","Noto Sans Arabic",serif;
  font-size: 22px;
  font-weight: 600;
  white-space: normal;
}
.at-count-left {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.9;
}
.at-count-center {
  display: none !important;
}

.items {
  border-radius: 40px;
  padding: 18px 14px;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}


.at-dec {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  padding: 18px 0;
  font-size: 20px;
  font-weight: 700;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.2s ease;
  margin-top: 30px;
}
.at-dec:active {
  transform: scale(0.97);
}