.side-bar-menu {
    position: relative;
  }

.btn-toggle {
    position: absolute;
    top: 6px;
    left: 210px;
    height: 37px;
    width: 37px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease!important;
    z-index: 999999;
    border: 1px solid white;
    padding: 0px;
    color: white;
}

.btn-toggle.click {
    left: 260px
}

.btn-toggle span {
    color: white;
    font-size: 15px;
    line-height: 36px
}

.btn-toggle.click span:before {
    content: '\f00d'
}

.sidebar {
    position: fixed;
    width: 250px;
    height: 100%;
    left: -250px;
    background: #4732A7;
    transition: left 0.4s ease!important;
    top: 0!important;
    overflow: scroll;
}

.sidebar.show {
    left: 0px
}

.sidebar ul {
    padding-left: 0px
}
.sidebar .text {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    background: #4732A7;
    padding: 15px;
    padding-left: 26px;
}

.sidebar nav ul {
    background: #4732A7;
    height: 100%;
    width: 100%;
    list-style: none;
    padding-left: 10px
}

nav ul li {
    line-height: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

nav ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

nav ul li a {
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 13px;
    padding-left: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent
}

nav ul li.active a {
    color: #000;
    background: #1e1e1e;
    border-left-color: #000
}

nav ul li a:hover {
    background: #ffffff
}

.feat-show {
    transition: all 0.5s
}

nav ul li.active ul {
    transition: all 0.5s
}

nav ul ul {
    position: static;
    display: none
}

nav ul.show {
    display: block;
    transition: all 0.5s
}

nav ul ul li {
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

nav ul ul li a {
    font-size: 12px;
    color: #e6e6e6
}

nav ul li.active ul li a {
    color: #e6e6e6;
    background: #1b1b1b;
    border-left-color: transparent
}

.sidebar a:hover {
    color: #2470dc !important
}
a:hover {
    color: white !important
}

nav ul ul li a:hover {
    color: #2470dc !important;
    background: white !important
}

nav ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 15px;
    transition: transform 0.4s
}

nav ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg)
}

.content {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #202020;
    z-index: -1;
    text-align: center */

    text-align: center;
   padding-left: 250px; 
    padding-top: 20px;
}
.contentfull {
    text-align: center;
   padding-left: 1px !important; 
    padding-top: 20px !important;
}
.contentless {
    text-align: center;
   padding-left: 250px !important; 
    padding-top: 20px !important;
}
.sidebar .nav-link {
    font-weight: 500;
    color: #fff!important;
    padding-left: 14px;
    padding-left: 2rem;
  }
  
  .btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
  }
  .page-link:hover{
      color: black!important;
  }
  .form-floating {
    position: relative;
    margin-bottom: 14px;
  }

  .bg-dark{
      background-color: #4732A7!important;
  }

  .navbar-brand {
    background-color: transparent!important;
    box-shadow: none!important;
  }
  .navbar-brand img {
    width: auto;
  }