body {
  font-family: "Roboto", sans-serif;
}

/* #sidebarCollapse {
  padding: 5px 20px;
  background-color: rgb(236, 236, 236);
} */

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.menu-item ul li a:hover {
  background-color: #23374d;
  color: white;
  transition: all 0.3s;
}

.menu-item [data-toggle="collapse"] {
  color: black;
}

.menu-item [href="contact-us"] {
  color: black;
}

/* a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
} */

/* ------ SIDEBAR ------- */

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: #fff;
  color: black;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #47748b;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

/* #sidebar ul li a:hover {
  color: black;
  background: #fff;
} */

/* #sidebar ul li.active {
  color: #fff;
  background: #47748b;
} */

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: none;
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  color: black;
  font-weight: bolder;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

/* --------CONTENT STYLE---------- */

#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
