@use 'variables' as vars;

.scheduled-modal-container {
  border-radius: 0px;
  overflow: hidden;
}

.scheduled-payment-body {
  font-size: 14px;
  color: vars.$thickGrey;
  padding: 0 12px;

  p {
    margin-bottom: 10px;
    line-height: 1.4;
  }

  ul {
    margin: 0 0 12px 18px;
    padding: 0;
  }

  li {
    margin-bottom: 8px;
    line-height: 1.4;
  }
}

.close-btn {
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}

.scheduled-close-btn {
  background-color: vars.$primeRxOrange;
  color: vars.$white;
  border: none;
  width: 100%;
  text-transform: uppercase;
  font-weight: 900 !important;
}

