/* The Modal (background) */
.wrld-welcome-popup-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.wrld-warning-popup-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.wrld-warning-popup-modal img {
  margin: auto 40px;
}

/* Modal Content/Box */
.wrld-modal-content-container {
    display: flex;
    align-items: stretch;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 683px; /* Could be more or less, depending on screen size */
    min-height: 297px;
    border-radius: 3px;
    background-size: contain;
    background-repeat: no-repeat;
  }

.wrld-image-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(26, 185, 0, 0.1);
}

.wrld-content-subhead {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #444444;
  margin-top: 10px;
}

.wrld-content-section {
  width: 531px;
  padding: 38px 40px;
}
/* Modal Header */
.wrld-content-head {
    color: #008AD8;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

.wrld-content-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #666666;
}

.wrld-content-footer {
  margin-top: 10px;
}

.wrld-content-body.free{
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrld-content-body > ul {
  margin: 0px 0px 10px 12px;
}

.wrld-content-body li{
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}

.wrld-modal-actions  {
    display: flex;
}

.wrld-modal-action-item {
    flex: 1;
    text-align: left;
  }

  .modal-button, .modal-button2 {
    padding: 12px 20px 12px 20px;
    border-radius: 4px;
    border: 1px solid #008AD8;
    background: #008AD8;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 2px 2px 0px #0000004D;
}

.modal-button.secondary, .modal-button2.secondary {
  color: #008AD8;
  background: #ffffff;
  border: 1px solid #008AD8;
}

.modal-button.modal-button-inverse {
    padding: 12px 20px 12px 20px;
    border-radius: 4px;
    color: #008AD8;
    border: 1px solid #008AD8;
    background: #ffffff;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 2px 2px 0px #0000004D;
    margin-right: 10px;
}

.wrld-warning-popup-modal .wrld-image-section {
  background: #fee2d9;
}

.secondary-cta-onboarding span {
  display: block;
  text-align: center;
  font-weight: 700;
}

.secondary-cta-onboarding div {
  margin-bottom: 10px;
}