.dwModalBlurr
{
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 4000px;
  background: black;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.dwModalMedium
{
  position: absolute;
  z-index: 9999;
  width: 75%;
  top: 5%;
  left: 12.5%;
  background: white;
  box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
  padding: 4em;
}

.dwInputGroup
{
  font-family: "Montserrat";
  color: #7e7e7e;
  margin-bottom: 1em;
}

input[type='radio']:checked:after {
  width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #C78665;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
}

.hidden
{
  display: none;
}

@media(max-width: 991px) {
  .dwModalMedium
  {
    left: 5%;
    width: 90%;
  }

  .dw-form-element
  {
      width: 250px;
  }
}
