.form-control,
.form-textarea {
  background: #EBEBEB;
  border-radius: 4px;
  padding: 10px;
  color: #000000;
  border: 1px solid #EBEBEB;
}
.form-control::placeholder,
.form-textarea::placeholder {
  opacity: 0.5;
  color: #000000;
}
.form-control:focus,
.form-textarea:focus {
  background: #ffffff;
  color: #000000;
  box-shadow: none;
  border-color: #EBEBEB;
}
input[type="radio"].form-radio + label::before {
  background: #ffffff;
  border-color: #ffffff;
}
input[type="radio"].form-radio:checked + label::before {
  background: #B71C1B;
  border-color: #B71C1B;
}
input[type="radio"].form-radio:checked + label::after {
  background: #B71C1B;
}
.form-item input[type="checkbox"].form-checkbox:checked + label::before {
  background-color: #B71C1B;
}
.form-type-managed-file .image-preview img {
  border: 1px solid #383E42;
}
.ui-dialog {
  border-radius: 0rem;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  background: #ffffff;
  mask: url("/themes/custom/norca_games_front/images/icons/source/times-solid.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/norca_games_front/images/icons/source/times-solid.svg") no-repeat center / contain;
}
.ui-dialog .ui-dialog-titlebar-close:hover:before {
  background: #000000;
}
.ui-dialog .ui-dialog-titlebar {
  border-radius: 0;
  background: #B71C1B;
  color: #ffffff;
}
.ui-dialog .ui-dialog-content {
  border-radius: 0;
}
.ui-dialog .ui-dialog-content .actions-wrapper {
  border-top: 1px solid #383E42;
}
.ui-dialog .ui-dialog-content .actions-wrapper > .row .button:hover {
  background: #007D40;
}
@media all and (min-width: 1024px) {
  .ticket-lottery-step.step-won-form .card .card-body .prize-wrapper {
    border-radius: 20px 0 0 20px;
  }
  .ticket-lottery-step.step-won-form .card .card-body .card-form-wrapper {
    border-radius: 0 20px 20px 0;
  }
}
