/* Global: */
body {
  padding-top: 68px;
  padding-bottom: 45px;
  font-size: 14.5px;
  background-color: #fff;  
  position: relative;
}

body, input {
  font-family: 'Ubuntu', sans-serif !important;
}

a {
  color: #212529 !important;
}

h3 {
  margin-bottom: 0;
  padding-bottom: 13px;
  font-weight: 700;
  font-size: 24px;
}

p {
  line-height: 28px;
}

hr {
  border: 2px solid #dcdcdc;
}

.a {
  border-bottom: 1px solid;
  padding-bottom: 3.25px;
}

.a:hover {
  color: #007bff !important;
  text-decoration: none;
}

.form-control {
  border-radius: 0;
  border-width: 2px;
  font-size: 14.5px;
  font-family: arial;
}

.btn {
  box-shadow: none !important;
  font-weight: 700 !important;
  font-size: 14.5px !important;
}

.container.main {
  padding-top: 45px;
}

.alert {
  border-radius: 0;
}

.table thead th {
  border-top: 0;
  padding-top: 0;
}

.th-1 {
  width: 50px;
}

.th-2 {
  width: 150px;
}

.z-fa {
  font-size: 20px;
}


/* Animated Loading Icon: */
body .ldio-icon-inner div {
  width: 30px;
  height: 30px;
  border-width: 7.5px;
  top: 25px;
  left: 25px;
}

body .loadingio-spinner-rolling-icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
}


/* Navbar: */
.navbar {
  background-color: #fff;
  box-shadow: 0 1px 6px rgb(57 65 76 / 38%);
  padding: 1rem;
}


/* Sidebar: */
.sidebar {
  margin-bottom: 45px;
  padding: 0;
}

.sidebar .nav-item {
  font-weight: 700;
  width: 100%;
}

.sidebar .nav-item:not(:last-of-type) {
  margin-bottom: 25px;
}

.sidebar .nav-item.active span {
  border-bottom: 2px solid;
  padding-bottom: 3.25px;
  font-weight: 700;
}

.sidebar i {
  width: 25px;
  margin-right: 12.5px;
  font-size: 20px;
  position: relative;
  text-align: center;
  top: 3px;
}

.sidebar .nav-item.active i {
  color: #007bff;
}

@media screen and (min-width: 992px) {
  .sidebar-wrapper .sidebar {
    border-right: 2px solid #dcdcdc;
  }
}