@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body,
tooltip,
popover {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body,
  tooltip,
  popover {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
body {
    background: #f9f9f9;
}
h2, h3, h4 {
  font-weight: bold;
}
.navbar-toggler{
  border-color: #fff!important;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.bg-app {
    background: #015db2;
}
.card {
    border: none;
    border-radius: 15px;
}
.card-body {
    border-radius: 15px;
    background: #f1f1f1;
}
.btn {
    border-radius: 30px;
    padding: 0.375rem 1.2rem;
}
.btn-primary {
    background: #015db2;
}
.btn-outline-primary {
    color: #015db2;
    border-color: #015db2;
}
.btn-primary:hover, .dropdown-menu a:hover {
    background: #024282;
}
.btn-outline-primary:hover {
    background: #015db2;
}
.page-item.active .page-link {
    background-color: #015db2;
    border-color: #015db2;
}
.page-link {
    color: #015db2;
}
html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
}
.nav-pills .nav-link.active {
    background-color: #015db2;
}
.bg-app-menu {
    background-color: #015db2;
    border: none;
}
.fa-solid{
    padding-right: 5px;
}
.table th {
    background: #e9ecef;
}
.menu-btn {
    background-color: #015db2;
    color: #fff;
    height: 50px;
    border-radius: 10px;
}