#sidebar {
  background: #fff;
  width: 260px;
  position: fixed;
  top: 0;
  left: -260px;
  height: 100vh;
  z-index: 999;
  color: #fff;
  overflow-y: scroll;
}

.open-sidebar {
  cursor: pointer;
}

#sidebar, #sidebar * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#sidebar #close-sidebar {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(0,0,0,.2);
  float: right;
  cursor: pointer;
  margin: 0 0 0 7px;
}

#sidebar #close-sidebar:hover {
  background: rgba(255,255,255,.4);
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
}

#sidebar .sidebar-header {
  padding: 15px;
  background-image: url("https://content-static.upwork.com/uploads/2014/10/02123010/profilephoto_goodcrop.jpg");
  background-size: cover;
  text-align: left;
  height: 216px;
}

.sidebar-header h1, .sidebar-header h2, .sidebar-header h3, .sidebar-header h4, .sidebar-header h5 {
  margin: 0;
}

#sidebar > *:not(.sidebar-header):not(ul):not(.full-width) {
  max-width: 230px;
  margin-left: 15px;
}

#content {
  /*width: 100%;*/
  /*min-height: 100vh;*/
}

.h3-sidebar {
  margin-top: 120px!important;
}

#content {
  transition: width 1s, left 1s;
}

a {
  color: #fa6661;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

a:hover {
  color: #fa6661;
}

h2 {
  font-size: 20px;
  font-family: Montserrat;
  margin: 0;
}

h3 {
  font-size: 16px;
  font-family: Montserrat;
}

p {
  margin: 0;
}

.btn {
  background-color: #47b6ff;
  border: 2px solid #47b6ff;
  border-radius: 12px;
  color: #fff;
  padding: 10px 24px;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: none;
  background-color: #fff;
  border-color: #47b6ff;
  color: #47b6ff;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:not(:disabled):not(.disabled):active {
  box-shadow: none;
}

*:focus {
  outline: #47b6ff auto 5px;
}

.overlay {
  left: 0;
  top: 0;
}

.open-sidebar {
  background: none !important;
  color: #fff;
  border: none;
}

.open-sidebar:hover {
  background: none;
  color: #fff;
}

.open-sidebar:active {
  background: none;
  color: #fff;
}

.top-bar {
  background: #47b6ff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4px 0px;
}

.container-topbar {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.container-topbar h2 {
  height: 24px;
  flex: 0 1 auto;
}

.container-topbar .invisi-div {
  width: 68px;
}

.hamburger-btn {
  font-size: 24px;
}

.sidebar-header {
  background: #fff;
}

.sidebar-header h3 {
  margin-bottom: 4px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.sidebar-setting {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  float: left;
  cursor: pointer;
}

.h3-sidebar {
  margin-top: 120px;
}

.sidebar-btn {
  margin: 6px 0px;
}

.sidebar-content-div {
  margin: 10px 0px 0px;
}

.bottom-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f6f6f6;
  padding: 6px;
}

.bottom-buttons a:last-child {
  margin-top: 6px;
}

.bottom-buttons i {
  margin-right: 4px;
}

