/*!
 * Simple admin dashboard template bootstrap 4 by seegatesite.com
 * Copyright 2020 https://seegatesite.com
 */
body {
  font-family: "Open Sans", sans-serif;
}
/* custom navbar   */
.custom-navbar {
  padding: 0px;
}
.custom-navbar-header {
  padding: 0rem 1rem;
  height: 50px;
}
.custom-navbar-header-nav {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

/* Toggle Styles */
#menu-toggle {
  float: right;
  padding-top: 5px;
}
#wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  padding-top: 50px;
  position: fixed;
  height: 100%;
  margin-top: 45px;
}

#sidebar-wrapper {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  z-index: 1000;
  position: fixed;
  width: 0px;
  height: 100%;
  overflow-y: auto;
  background: #2e323a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled-2 #sidebar-wrapper {
  width: 100%;
}

#page-content-wrapper {
  font-family: "Open Sans", sans-serif;
  position: fixed;
  padding: 15px;
  width: 100%;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 100px;
}

.fixed-brand {
  width: 100%;
  background-color: #2d3138;
  padding: 0.5rem 1rem;
  height: 50px;
}
.fixed-brand .navbar-toggler {
  float: right;
}
/* custom-nav-right */
.custom-nav-right li a {
  color: #212529;
  height: 50px;
  line-height: 2;
}
.custom-nav-right li:hover {
  background-color: thistle;
}
/* Sidebar Styles */
.sidebar-nav {
  margin-top: 10px;
  position: absolute;
  top: 0;
  width: 250px;
  padding: 0;
  list-style: none;
}
.page-content-footer-wrapper-footer {
  padding-top: 10px;
  border-top: 1px solid #e8e8e8;
  font-size: smaller;
}
#wrapper.toggled-2 #sidebar-wrapper .sidebar-nav {
  min-width: 320px;
  width: 95%;
}

.sidebar-nav li {
  text-indent: 15px;
  line-height: 40px;
}

.ul-show {
  list-style-type: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.show-nav > .ul-show {
  opacity: 1;
  height: auto;
}
.sidebar-nav li span.fa-arrow::after {
  content: "\2039";
  float: right;
  margin-right: 15px;
  font-size: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.show-nav > a > span.fa-arrow::after {
  transform: rotate(-90deg);
  padding-top: 15px;
  margin-right: 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #bfbfbf;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

/* button toggle */
#btn-toggle-menu {
  display: none;
}
#btn-toggle-menu {
  border: 0px solid white;
  background-color: transparent;
}
#btn-toggle-menu:hover {
  border: 0px solid white;
  background-color: transparent;
}
#btn-toggle-menu:active {
  border: 0px solid white;
  background-color: transparent;
}
#btn-toggle-menu:visited {
  border: 0px solid white;
  background-color: transparent;
}
#btn-toggle-menu:focus {
  border: 0px solid white;
  background-color: transparent;
}

@media (min-width: 576px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

@media (min-width: 768px) {
  #wrapper.toggled-2 #sidebar-wrapper .sidebar-nav {
    width: 320px;
  }
  .custom-navbar-header-nav {
    width: calc(100vw - 250px);
  }
  #btn-toggle-menu {
    display: inline;
  }
  #wrapper {
    margin-top: 0px;
  }

  .fixed-brand {
    width: 250px;
  }

  #sidebar-wrapper {
    width: 250px;
  }

  #page-content-wrapper {
    padding: 20px;
    margin-left: 250px;
    width: calc(100vw - 250px);
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #wrapper.toggled-2 #sidebar-wrapper {
    width: 50px;
  }
  #wrapper.toggled-2 #sidebar-wrapper:hover {
    width: 250px;
  }
  #wrapper.toggled-2 #page-content-wrapper {
    position: relative;
    margin-left: 50px;
    width: calc(100vw - 50px) !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
