.popUpWarningHelper { /* stylelint-disable */
  width: 37.5rem!important;
  -webkit-font-smoothing: antialiased !important;
}

.popUpWarningHeader {
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 11px !important;
  border-bottom: 1px solid #F6F6F6;

  > h5 {
    width: 100%;
    text-align: center;
    font-family: Lato;
    font-weight: bold!important;
    font-size: 1.8rem!important;
  }

  > button {
    color: #C3C5C8;
    opacity: 1;
    font-size: 1.8rem;
    font-weight: 100;
    z-index: 999;
    cursor: pointer;

    > span {
      display: none;
    }

    &:hover, &:focus {
      color: #C3C5C8;
      opacity: 1;
      outline: 0!important;
    }

    &:before {
      content: '\F00d';
      position: absolute;
      top: 14px;
      right: 14px;
      font-family: 'FontAwesome';
      font-weight: 400;
      font-size: 1.2rem;
    }
  }
}

.modalPosition {
  > div {
    width: 37.5rem;
    padding: 0 !important;
    border:none;
    border-radius: 2px;
  }
}

.modalBodyContainerHelper {
  padding: .1rem;
  color: #F64D0A;
  text-align: center;
  font-family: Lato;
  font-size: 1.3rem;

  > img {
    width: 2.5rem;
    margin-bottom: 1.5rem;
  }

  > p {
    line-height: 1.8rem;
  }
}

.modalBodyHelper {
  padding: 16px 30px 15px 30px !important;
}


.popUpWarningButtonContainer {
  display: flex;
  width: 100%;
  margin-top: 37px;
  justify-content: space-between;

  > button {
    position: relative;
    height: 3rem;
    width: 15rem;
    border-radius: 0.3rem;
    background-color: transparent;
    text-transform: capitalize;
    font-family: Lato;
    cursor: pointer;

    > i {
      margin-right: 1.3rem;
    }

    &:focus {
      outline: 0;
    }
    &:hover {
      &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0.3rem;
        background: #FFFFFF;
        opacity: 0.1;
      }
    }
  }
}

.primary {
  border: none !important;
  background: linear-gradient(315deg, #bc2a8d 0%, #8a3ab9 100%);
  color: white !important;
  font-weight: 500;

  &:active, &:focus, &:hover {
    border: none;
    background-color: transparent;
    background: linear-gradient(315deg, #bc2a8d 0%, #8a3ab9 100%);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
  }
  -webkit-font-smoothing: antialiased;
}

.secondary {
  position: relative;
  border: 0.1rem solid #F64D0A !important;
  border-radius: 3px;
  color: #F64D0A !important;
  overflow: hidden;

  &:active {
    border: 0.15rem solid #F64D0A;
  }

  &:focus, &:hover {
    border: 0.1rem solid #F64D0A;
    background-color: transparent !important;
    color: #F64D0A;
  }
}
