@font-face {
    font-family: Gilroy-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.cdnfonts.com/s/16219/Gilroy-Regular.woff) format('woff')
}

body {
    font-family: Gilroy-Regular!important;
}

footer .footer-bottom {
    background-color: #ffdc00 !important;
}

.navbar-toggler{
    display: none !important;
}

@media (max-width: 991px) {
  #EntityFormView > div.tab.clearfix > div > div > fieldset:nth-child(3) > table > tbody > tr:nth-child(2) > td.clearfix.cell.checkbox-cell > div.control {
    margin-top: -50px !important;
  }

  #EntityFormView > div.tab.clearfix > div > div > fieldset:nth-child(3) > table > tbody > tr:nth-child(2) > td.clearfix.cell.checkbox-cell > div.table-info {
    padding-left: 23px !important;
    margin-left: 10px !important;
  }
}

