@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,800;1,800&display=swap');

body {
  background-color:#fff;
  /*font-family: "Nunito", serif !important;*/
  margin: 0px;
  overflow: visible !important;
}
.popup-header {
  background-color: #1e4076;
  text-align: center;
  padding: 5px 0px;
}

.popup-header h1 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 0px 0px !important;
  color: #fff;
  margin: 7px 0 7px 0px;
}

.showcontent {
  text-align:center;
  color:#343c44;
  margin-top:10%;
}

.showicon {
  margin-bottom:1px;
}

.showcontent p {
/*    font-family: "Nunito", serif !important;*/
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
}

.showicon img {
 width: 80px;
}
.showcontent button {
/*  font-family: "Nunito", serif !important;*/
  border:none;
  text-align:center;
  border-color: #ee7c23;
  background: #ee7c23;
  color:white;
  border-radius: 8px;
  font-weight: bold;
  cursor:pointer;
  margin-top:50px;
  padding: 15px 30px;
}

@media (max-width: 767px){

  .showcontent {
    margin-top:10%;
  }

}

.buttontryagain {
/*  font-family: "Nunito", serif !important;*/
  border: none;
  text-align: center;
  border-color: #ee7c23;
  background: #ee7c23;
  color: white !important;
  border-radius: 8px;
  font-weight: normal;
  cursor: pointer;
  margin-top: 20px !important;
  padding: 9px 30px;
  display: inline-flex;
}

.text-center {
  text-align: center;
}