body {
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
}

a {
  text-decoration: none;
}

.btn-primary {
  color: #fff !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-track:hover {
  background-color: #e1e1e1;
}

.left-sidebar {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  z-index: 99;
  overflow-y: auto;
}
.left-sidebar .title {
  color: #333;
}

.side-navbar .side-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.side-navbar .side-menu .menu-item {
  margin: 0;
  padding: 0;
  font-size: 13px;
  position: relative;
  cursor: pointer;
}
.side-navbar .side-menu .menu-item a {
  color: #333;
  padding: 15px 12px;
  display: block;
}
.side-navbar .side-menu .menu-item a .dropdown {
  position: absolute;
  right: 0;
  margin-right: 20px;
}
.side-navbar .side-menu .menu-item i {
  margin-right: 15px;
  width: 20px;
}
.side-navbar .side-menu .menu-item .fa-angle-right {
  width: auto;
}
.side-navbar .side-menu .menu-item a:hover {
  color: #2196f3;
  transition: 0.3 ease;
}

.side-navbar .side-menu .menu-item .sub-menu {
  display: none;
  padding: 0;
}
.side-navbar .side-menu .menu-item .sub-menu a {
  padding-left: 40px;
}
.side-navbar .side-menu .active a {
  font-weight: 600;
  color: #2196f3;
}

.rotate {
  transform: rotate(90deg);
}

.top-nav {
  background-color: #fff;
  padding: 15px;
  display: flex;
  left: 250px;
  top: 0;
  right: 0;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  justify-content: space-between;
  position: fixed;
  z-index: 99;
}

.main-cont {
  margin-left: 250px;
  background-color: #f8f8fb;
  position: relative;
  min-height: 100vh;
}
.main-cont .page-cont {
  margin-top: 50px;
  padding: 20px;
}
.main-cont .abar {
  padding: 20px 0px;
}
.main-cont .abar .ptitle h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.card {
  padding: 20px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  border: 1px solid #f6f6f6;
}
.card .card-header {
  background-color: #fff;
  border: none;
  font-weight: bold;
  font-size: 15px;
}

.table > :not(:first-child) {
  border: none !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 0;
}

.dropdown-menu {
  transition: 0.1s all;
}

/*# sourceMappingURL=style.css.map */
