@font-face {
    font-family: Poppins;
    src: url('./font/AsapCondensed-Regular.ttf') format('truetype');
  }


html,
body { 
    height: 100%;
    font-family:  Poppins  !important;
    overflow:auto !important; 
    line-height: 1.8 !important;    
    background: #f6f9fb;
}

 
.text-primary {
    color: #007bff !important;
    text-transform: uppercase !important;
}

.fa-spin{
  -webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 0.8s infinite linear;
}
.swal2-popup{
  width:345px !important;
} 
.swal2-icon  { 
  margin-top: 25px;
}
.swal2-title {
  font-size: 1.475em !important;
}
.swal2-styled {
  padding: 0.225em 1.1em;
}