#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: #bdc6d2;
  float: right;
  cursor: pointer;
  margin-top: 230px;
}

#sidebar #close-sidebar:hover {
  background: #bdc6d2;
}

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

#sidebar .sidebar-header {
  margin-top: 70px;
  background-image: url("../../assets/img/Portégé_X30L_Angle_02_shadow_2020.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*text-align: center;*/
  /*height: 230px;*/
  /*align-items: center;*/
  /*position: relative;*/
  /*vertical-align: middle;*/
  /*opacity: 0.75;*/
  /*filter: contrast(130%);*/
}

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

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

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

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

a:hover {
  color: #202944;
}

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;
  z-index: 99;
}

.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;
}

.sidebar-header {
  background: #fff;
}

.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;
}

