@font-face {
  font-family: "CoconPro-Regular";
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/CoconPro-Regular.otf");
}
@font-face {
  font-family: "WorkSans-Regular";
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/WorkSans-Regular.ttf");
}

html, body {
  height: 100%;
}
body {
  font-family: WorkSans-Regular, sans-serif;
  font-size: 1.0rem;
}

#app {
height: 100%;
}

.login__left-panel {
  display: flex;
  align-items: center;
  background-color: #e1e1e1;
}
.login__left-panel--logo {
  width: 75%;
}

.navbar {
  z-index: 1050;
  height: 80px;
  background-color: #F7F8F5;
}
.navbar__logo {
  width: 35%;
}

.border-off {
  border: none;
}

.card-title {
  font-weight: 400;
  font-size: 18px;
}

.header {
  margin-top: 80px;
  background-color: #ededed;
}
.header.fixed-top {
  z-index: 0;
}

.table {
  margin-top: 200px;
}


.btn-primary {
  background-color: #7FC240;
  border: none;
}
.btn-primary:hover {
  background-color: #5d912d;
}
.btn-primary:active {
  background-color: #5d912d !important;
}
.btn-outline-primary {
  border-color: #7FC240;
  color: #7FC240;
}
.btn-outline-primary:hover {
  background-color: #5d912d;
  border-color: #7FC240;
}
.btn-outline-primary:active {
  background-color: #5d912d !important;
  border-color: #7FC240 !important;
}