#country-list {
  position: relative;
}

.owl-nav,
.owl-dots {
  display: none !important;
}

.announce-slider-body {
  padding-top: 10px;
}

.modal {
  background: rgb(255 255 255 / 0%);
}

.modal-xl {
  height: 80%;
}

.modal-content {
  height: 100%;
}

.ipgs {
  height: 100%;
}

.modal-body {
  padding: 0px;
}

.books-slider img {
  max-height: 273px;
  object-fit: cover;
  cursor: pointer;
}

.books-slider .item {
  padding: 0;
  margin: 2px;
  width: 100%;
  border-radius: 10px;
  background: rgba(18, 146, 238, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  gap: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  min-height: 350px;
}

.books-title {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.books-title span {
  width: 100%;
  height: 100%;
  padding: 5px;
}
