* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  scroll-behavior: smooth;
}

body {
  min-height: 90vh;
  background-image: url(../images/images.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
/* main section */

/* sebha */
.sebha {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 95vh;
}
img {
  width: 200px;
}
.container {
  min-height: 100vh;
  position: relative;
}
.sebha-container {
  position: relative;
}
.counter {
  background-color: #b9bbc1;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  left: 68px;
  bottom: 31px;
  cursor: pointer;
}
.total-counter {
  background-color: #393939;
  color: rgb(255, 255, 255);
  width: 80px;
  height: 50px;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  font-family: "DS-Digital", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  cursor: pointer;
  display: none;
}

.reset-btn {
  background-color: #b9bbc1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 140px;
  bottom: 100px;
  cursor: pointer;
}

.display {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  width: 142px;
  height: 50px;
  left: 29px;
  bottom: 155px;
  font-size: 2.7rem;
  text-align: end;
  padding-right: 5px;
  font-family: "DS-Digital", sans-serif;
  display: flex;
  align-items: center;
  justify-content: end;
}

/* zikr */

.zikr {
  max-width: 350px;
  min-width: 349px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  background-color: #0000006c;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

.text-light {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.zikr h6 {
  text-align: center;
  color: #dddddd;
}

/* settings */
.settings {
  position: absolute;
  left: 10px;
  top: 20px;
}
.btn {
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #393939;
  color: white;
}

/* dropdown */

.dropdown-menu {
  background-color: #393939;
  padding: 5px;
  width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 5px;
}

.dropdown-menu a {
  color: white;
  width: 90%;
}

.dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid black;
  margin: 0px 10px;
  margin-bottom: 5px;
  border-radius: 10px;
}

.dropdown-title {
  padding: 5px 0px 5px 5px;
  border: none;
  cursor: default;
}
.dropdown-title:hover {
  background-color: #393939;
  color: white;
}

/* images box */

.background,
.images,
.zikr-container {
  max-width: 700px;
  border: 2px solid #b9bbc1;
  border-radius: 10px;
  padding: 10px;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}
.background img,
.images img {
  width: 150px;
  height: 150px;
  margin: 10px;
  cursor: pointer;
}
.background-container,
.images-container,
.zikr-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-danger {
  position: absolute;
  right: -2px;
  top: -2px;
  padding: 5px;
  width: 25px;
  height: 25px;
  border-radius: 0px;
  border-top-right-radius: 5px;
  background-color: #dc3545;
}

.btn-danger:hover {
  background-color: #d65461ed;
}

.background-container {
  margin-bottom: 20px;
}
.zikr-container {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}
.zikr-box {
  max-width: 340px;
  min-width: 339px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  background-color: #0000006c;
  border-radius: 10px;
  margin: 5px 5px;
  cursor: pointer;
}
.zikr-box h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.zikr-box h6 {
  text-align: center;
  color: #dddddd;
}

/* popup */

.swal-icon--success__ring,
.swal-icon,
.swal-icon--success {
  display: none;
}
.swal-modal {
  background-color: #393939;
  padding-top: 50px;
}
.swal-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.delete-zikr-btn {
  color: white;
  background-color: transparent;
  border: none;
  padding: 0px 7px;
}
.delete-zikr-btn:hover {
  background-color: rgba(255, 255, 255, 0.37);
  /* color: #393939; */
  border-radius: 5px;
}

/* scrol to top button */

.scroll-to-top {
  position: fixed;

  scroll-behavior: smooth;
  bottom: 10px;

  right: 5px;

  background-color: #393939;

  color: white;

  border: none;

  border-radius: 5px;

  cursor: pointer;
  display: none;
}
