.main-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255);
    z-index: 999999999;
    display: block !important;
  }

  .main-loader-inner {
    text-align: center;
    width: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .button-loadable-issue {
    background: #0095d9;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
  }

  .location-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.6);
  }

  .location-section {
    width: 870px;
    margin: 145px auto 0px;
  }

  .location-section p {
    color: #fff;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    width: 300px;
    margin-bottom: 5px;
  }

  .location-popup svg {
    height: 50px;
    width: 50px;
    fill: #fff;
    margin-bottom: 10px;
  }

  .location-content {
    display: block;
    color: #fff;
  }

  .location-content {
    font-size: 17px;
  }

  .location-content svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
  }

  @media (max-width:768px) {
    .location-section {
      width: 100%;
      margin-left: 20px;
    }

    .location-section p {
      width: 100%;
    }
  }