.modal-header {
  background-color: #01bafd !important;
  padding: 8px !important;
  display: flex;
  color: #ffffff;
  position: relative ;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

/*The Close Button */
.close {
  position: absolute;
  right: 15px;
  color: #ffffff !important;
  top: 8px;
}

.close span{
  color: #ffffff;
  font-size: 25px;
}

.modal{
  padding-right: 0px!important;
}


.modal-title{
  margin-left: 12px !important;
font-size: 16px;
  font-weight: bold;
}
