.btnn {
  width: 16rem;
  border-radius: 10px;
  padding: 3px;
}

.btnn {
  background-color: #e32005 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 6px 7px -2px rgb(40 24 165) !important;
  box-shadow: 0 5px 8px 0 rgba(237, 139, 53, 0.36);
  font-weight: 550;
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px 25px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  min-width: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
}

.btnn:hover {
  -webkit-transition: all 0.6s;
  -webkit-box-shadow: 0 14px 27px 0 rgb(255 135 0 / 52%) !important;
}

.rating {
  color: #e32005;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.title {
  font-weight: 600;
  text-align: center;
  color: #0e6efd;
}

