html {
  font-size: 14px;
}
body {
    color: #5e676f;

    line-height: 1.4285714286!important;
}

a {
    color: currentColor;
    text-decoration: none;
}

hr {
  opacity: 0.15;
}


.container {
  padding: 0 1.5rem;
}

.container-fluid {
  padding: 0 1.5rem;
}

.fw-bold {
  font-weight: 500!important;
}

.lh-1 {
  line-height: 1;
}


.w-40 {
    width: 40px!important;
    height: 40px!important;
}
.w-24 {
    width: 24px!important;
    height: 24px!important;
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50,50,50,.15);
}

.app {
    min-height: 100vh;
    display: flex;
}

.app > * {
    min-height: 100vh;
    height: 100vh;
}

.app > .aside {
    width: 250px;
    flex-shrink: 0;
    background-color: #e6eaef;
}

.app > .wrapper {
    width: 100%;
    background-color: #fafbfb;
    padding: 0rem 0rem 5rem;
    overflow-y: scroll;
}


.table {
    font-size: inherit;
    border-spacing: 0 10px!important;
    border-collapse: separate!important;
    line-height: inherit;
    white-space: nowrap;
}

.table-rows tr th {
    font-size: .7rem!important;
    font-size: 0.875rem;
    border-bottom: 0;
    padding: 0.25 .75rem;
}

.table-rows tr td {
    padding: 0.75rem;
    background-color: #fff;
    vertical-align: middle;
}

.table-rows tbody td:first-child {
    border-radius: .25rem 0 0 .25rem;
}

.table-rows tbody td:first-last {
    border-radius: 0 .25rem .25rem 0;
}

.form-control, .form-select {
  background: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

 textarea.form-control {
  height: 100%!important;
}

.card {
    background: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.card-footer, .card-header {
    background-color: transparent;
    border-color: rgba(160,175,185,.15);
    background-clip: padding-box;
}

.card-header {

}

.dropdown-menu {
    font-size: 11px;
}


@media (max-width:1020px) {
  html {
    transition: 0.5s;
    font-size: 13px;
  }
  .app > .aside {
      display: none;
  }
}
