.w88-modal {
  background-color: #252525;
  border-color: #252525;
}
.w88-modal .modal-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #d6d6d6;
  font-weight: normal;
  text-transform: uppercase;
  padding: 20px 40px;
  border-color: #404040;
  font-family: dinpro;
}
.w88-modal .modal-header .modal-title,
.w88-modal .modal-header .modal-title * {
  font-size: 18px;
}
.w88-modal .modal-header .close .w88-icon:before {
  height: 20px;
  width: 20px;
}