@import '../fonts/OpenSans-Bold.ttf';
@import '../fonts/OpenSans-Italic.ttf';
@import '../fonts/OpenSans-Regular.ttf';
@import '../fonts/OpenSans-SemiBold.ttf';

/* The Modal (background) */
.wrld-custom-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 */
}

/* Modal Content/Box */
.wrld-modal-content-container {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 50px;
    border: 1px solid #888;
    width: 506px; /* Could be more or less, depending on screen size */
    border-radius: 3px;
    background-image: url('../images/modal_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }

/* Modal Header */
.wrld-modal-head-text {
    color: #008AD8;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

.wrld-modal-text {
  color:#666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.wrld-modal-text li {
    list-style-type: disc;
}

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

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

  .modal-button {
    padding: 12px 20px 12px 20px;
    border-radius: 4px;
    border: none;
    background: #008AD8;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 2px 2px 0px #0000004D;
}