html {
  font-size: 14px;
}

html,body {
  font-family: 'Lato', sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*tab navigation*/
.login-logout-card .card-header {
    padding: 0px 0px 12px 0px;
}

.login-logout-card ul.nav-tabs {
    margin: 0px 0px -12px 0px;
}

.login-logout-card li.nav-item {
    width: 50%;
}

.login-logout-card a.nav-link {
    font-size: 1rem;
    color: #495057;
    text-align: center;
    padding: 1rem;
}

.login-logout-card .card-body {
    padding: 10px 20px;
}

.lato-font {
  font-family: 'Lato', sans-serif;
}

@font-face {
    font-family: 'Alfa Slab One';
    src: url('../fonts/AlfaSlabOne-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialIconsSharp-Regular.otf');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.font-abril {
  font-family: 'Alfa Slab One', cursive;
  letter-spacing: .2rem;
}

.text-red {
  color: #EE1B2C;
}

.line-left {
  &:before {
    content: "";
    position: absolute;
    padding: 0.5px;
    height: 36px;
    background-color: #adadad;
    z-index: 1;
    margin-left: -78px;
    margin-top: 28px;
  }
  &:after {
    content: "";
    position: absolute;
    padding: 0.5px;
    width: 46px;
    background-color: #adadad;
    z-index: 1;
    margin-left: -87px;
    margin-top: 53px;
  }
}
.line-right {
  &:before {
    content: "";
    position: absolute;
    padding: 0.5px;
    height: 36px;
    background-color: #adadad;
    z-index: 1;
    margin-left: 70px;
    margin-top: 28px;
  }
  &:after {
    content: "";
    position: absolute;
    padding: 0.5px;
    width: 46px;
    background-color: #adadad;
    z-index: 1;
    margin-left: 35px;
    margin-top: 53px;
  }
}

.border-red {
  border-color: #E81524;
}

.section-search {
  position: relative;
  z-index: 1;
  background-color: #C2C2C2;
  .line-top {
    &:before {
      content: "";
      padding: 0.5px;
      height: 55px;
      position: absolute;
      top: 0;
      background-color: #fff;
      z-index: 1;
      margin-top: -8px;
      left: 0;
    }
    &:after {
      content: "";
      padding: 0.5px;
      height: 55px;
      position: absolute;
      top: 0;
      background-color: #fff;
      z-index: 1;
      margin-top: -8px;
      right: 0;
    }
  }
  .line-bottom {
    &:before {
      content: "";
      position: absolute;
      width: 106%;
      padding: 0.5px;
      background-color: #fff;
      z-index: 1;
      top: 0;
      margin-top: 0;
      margin-left: -10px;
    }
    &:after {
      content: "";
      position: absolute;
      width: 106%;
      padding: 0.5px;
      background-color: #fff;
      z-index: 1;
      bottom: 0;
      margin-top: 0;
      margin-left: -10px;
    }
  }
}
tbody.table-group-divider {
  border-top-color: var(--bs-primary-border-subtle);
}

.table {
  --bs-table-hover-bg: var(--bs-primary-bg-subtle);
}

.min-w-160 {
  min-width: 160px;
}

.nav-tabs .nav-item-left .nav-link.active {
  border-top-color: var(--bs-card-bg);
  border-left-color: var(--bs-card-bg);
}

.nav-tabs .nav-item-right .nav-link.active {
  border-top-color: var(--bs-card-bg);
  border-right: var(--bs-card-bg);
}

.col-with-wrapped-text {
  max-width: 400px;
  white-space: pre-line;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  /* word-break: break-all; */
}
.cursor-pointer {
  cursor: pointer;
}

.hide-fade {
  opacity: 0;
  transition: opacity 1s linear;
}
.show-fade {
  opacity: 1;
  transition: opacity 1s linear;
}
.folder-link {
  text-decoration: none;
  color: inherit;
}
.file-link {
  text-decoration: none;
  color: inherit;
}
