.pagination {
  display: block;
}
.pagination ul {
  display: flex;
  list-style-type: none !important;
}
.grid-scroll {
  height: 500px !important;
  overflow-y: scroll;
}

.write-review-rating .modal-header{
  position: relative;
}

.write-review-rating .model-close{
  position: absolute;
  top: 30px;
  padding: 6px;
  right: 10px;
  color: black;
}

.write-review-rating .modal-title{
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: flex-start;
  align-items: stretch;
}

.write-review-rating .modal-content{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
}
