.tft-side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #121227;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 101;
}

.tft-side-nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1em;
  color: #dddddd;
  display: block;
  transition: 0.3s;
}

.tft-side-nav a:hover {
  color: #f1f1f1;
}

.tft-siden-av .close-btn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.menu-bar-img {
  margin-left: 50px;
  height: 100%;
  padding: 10px;
}

.menu-btn {
  font-size: 40px;
  padding: 5px;
  color: #fff;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  top: 0px;
}

.pointer {
  cursor: pointer;
}

.close-btn {
  /* width: 250px; */
  /* float: left; */
  display: block;
  color: #fff;
  font-size: 2em;
  text-align: right;
  top: 0;
  padding-right: 25px;
  height: 50px;
  width: 100%;
}

@media screen and (max-height: 450px) {
  .tft-side-nav {
    padding-top: 15px;
  }

  .tft-side-nav a {
    font-size: 18px;
  }
}

.menu-header {
  margin: 10 30px 0 30px;
  text-transform: capitalize;
  border-top: 1px solid #fefefe;
}

.menu-header-text {
  text-transform: uppercase;
  padding: 10px 0 0 0;
  height: 35px;
  display: block;
  font-weight: bold;
  color: #fff;
}

a.menu-item:hover {
  background-color: #3e3e65;
}

.menu-bar {
  height: 75px;
  width: 100%;
  background-color: #121227;
  color: #fff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
}

.menu-bar-menu ul {
  list-style: none;
  padding: 25px 15px;
  height: 75px;
  text-align: right;
}

.menu-bar-menu {
  width: 480px;
  float: right;
}

.menu-bar-menu ul li {
  display: inline;
  padding: 0 10px;
}

.menu-bar a {
  color: #fff;
  display: block;
  height: 100%;
}

.menu-bar-search-container {
  width: 350px;
  float: right;
  padding: 25px 0;
}

.admin-menu-bar {
  background-color: #121227;
}

.admin-menu {
  border-right: #cccccc solid 1px;
  height: 100%;
}

.admin-menu-list-container {
  height: 100%;
  position: fixed;
}

.admin-menu-list {
  list-style: none;
}

.nav-item.dropdown a {
  color: #000;
}

.nav-item.dropdown a.dropdown-toggle {
  color: #fff;
}

