.modal-footer .btn {
  border-radius: 5px !important;
}
.modal-footer .blue-btn, .modal-footer .blue-btn:hover, .modal-footer .blue-btn:active, .modal-footer .blue-btn:focus {
  padding: 3px 10px !important;
}
.modal-header {
  min-height: 16.43px;
  padding: 0;
  border-bottom: 0;
  background-color: #f3f4f6;
}
.modal-header .close {
  float: none;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 !important;
  margin: 0 !important;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 9999;
}
.modal-content {
  border-radius: 0;
  border: 0;
}
.modal-title {
  color: #333;
  padding: 0 10px;
}
.modal-title {
  font-size: 13px !important;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-title i {
  margin-right: 7px;
}
.modal-footer {
  background: none;
  border-color: none;
  border: 0;
  padding: 0;
  border-radius: 0px 0px 2px 2px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.modal-footer .btn {
  background-color: #1e5673;
  border: none !important;
  color: #fff !important;
  border-radius: 2px;
}
.modal-body {
  padding: 20px;
  font-size: 13px;
}
.modal-footer .btn-send {
  margin: 0px 15px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
}