

.btn {
    padding: .375rem !important;
    color: #f1f1f1;
    font-size: 20px;
    background-color: transparent;
    text-transform: lowercase;
}

.btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}

.header .container {
  position: relative;
}

.stronger {
    color: #8bc34a !important;
    font-weight: 700
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    white-space: nowrap;
    z-index: 99999999;
    top: 0;
    left: 0;
    /* background-color: rgba(27,80,119,0.3); */
    background-color: #000;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    padding-top: 30px;
    font-size: 18px;
  }

  
  /* width */
  ::-webkit-scrollbar {
      width: 7px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0);
      opacity: 0; 
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: rgba(136, 136, 136, 0.20);
      opacity: 0.20; 
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background:rgba(241, 241, 241, 0.20);
      opacity: 0.20; 
    }
  
  .sidebar a {
      padding:10px 20px;
      text-decoration: none;
      font-size:17px;
      color:#fff;
      display: block;
      opacity:1;
	  border-bottom: 1px solid #353535;
      /* transition: 0.5s; */
  }
  
  .sidebar a:hover {
    color: rgba(255,255,255, 1);
  }
  
  
  
  
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    margin-left: 50px;
    cursor: pointer;
    user-select: none;
	z-index: 9999999999;
	border: 0 !important;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 10px 15px;
    outline: none;
    box-shadow: none;
    border: none;
    position: absolute;
    z-index: 999999;
    opacity: 1;
	left: 0 !important;
    user-select: none;
  }
  
 .openbtn:hover {
    background-color: transparent;
 }

.sidebar.visible {
  width: 0 !important;
}

.sidebar ul {margin:0;padding:0}
.sidebar li {list-style:none}
  
 @media only screen and (max-width:1536px) {
      .sidebar {
          font-size: .85rem;
    }
 }
  
 @media only screen and (max-width: 1366px) {
      .sidebar {
          font-size: .85rem;
    }
 }

 @media only screen and (max-width:px) {
      .sidebar {
          font-size: .85rem;
    }
 }

