body::-webkit-scrollbar{
    display: none !important;
  }
  .footer.footer-dark li a {
    font-family: IR !important;
}
  .footer .head-action .buttons{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row-reverse;
    font-family: var(--secondFont);
  }
  .footer .head-action .buttons i{
    margin-left:10px;
    font-size: 16pt;
  }
  .footer .head-action .buttons .primary-btn i{
    margin-left:10px;
    font-size: 26pt;
  }
  .footer .head-action .buttons .btn-outlined{
    color: #FFF;
  }
  .footer .footer-head{
    display:flex;
    flex-direction: row !important;
    align-content: center;
    flex-wrap: wrap;
    z-index: 31;
    justify-content: space-around;
    position: relative;
    align-items: center;
  }

.button.primary-btn{
  border-color: #337cbb;
    background-color: #337cbb;
}
.ggpopover{
  font-family: var(--secondFont);
  text-align: right;
  border-radius: 0 !important;
  border: 1px solid transparent !important;
  box-shadow: 0 0 8px 0px #ffffff9c;
  font-size: 13pt !important;
  margin-right: 1px !important;
  max-width:350px !important;
}
.ggpopover .popover-title{
    border-radius: 0 !important;
  border: 0px solid transparent !important;
}
.ggpopover .popover-content{
  font-size: 12pt !important;
}