/*========================================================
    TOP MENU CSS
=========================================================*/
#mainNav .row {
  margin: 0 1% 0 0;
}
.active {
  background: var(--primary-color);
  color: #fff !important;
}
.scroll_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.top_header_title h1 {
  margin: 0;
}
.top_header_title h1 span {
  font-family: fontawesome;
  color: #4c4faf;
  font-weight: bold;
}
.top_header_title h1 a {
  color: #000;
}
.top_header_title h1 a:hover {
  color: #4c4faf;
}

/*========================================================
   NAVBAR CSS
=========================================================*/
#header .container-fluid {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#mainNav {
  background: #000;
  color: #fff;
}
#mynav {
  padding: 0 0;
  width: 100%;
}
#mynav ul li a {
  font-family: "Segoe UI", Arial, sans-serif;
  padding: 0.8rem 1rem;
  color: #fff;
  display: block;
  font-size: 17px;
}

#mynav ul li a:hover {
  background: #5f5f5f;
  color: #fff;
}
.menu_bar {
  display: none;
}
i.fas.fa-bars {
  font-size: 20px;
}

#mynav ul li a i.fas.fa-home {
  font-size: 20px;
}

.S_btn {
  border: 2px solid #fff;
  margin-left: 1rem;
}
.S_btn:hover {
  background: #363993;
}
.fa-search {
  color: #fff;
}
/*========================================================
SLIDEBAR CSS
=========================================================*/
.main_body {
  overflow: hidden;
}
.sidebar {
  overflow: auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 18%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  max-height: calc(100vh - 114px);
  position: fixed;
}
.card-title {
  padding-left: 15px;
}
.card-body {
  padding: 0;
}
.card-text li a {
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
  padding: 2px 0 3px 25px;
  display: block;
}
.sidebar .card .card-body ul li:hover {
  background: #ccc;
  cursor: pointer;
}
.card-text .active {
  background: var(--primary-color) !important;
}

.tut_overview {
  background: #ddd;
  margin-left: 10px;
}

.tut_overview a {
  display: flex;
  padding-left: 20px;
  line-height: 1.8rem;
  color: #000;
}
.tut_overview a:hover {
  background: #ccc;
}
