/**
* Template Name: NiceAdmin - v2.1.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*  Additions for right sidebae */

/*--------------------------------------------------------------
# Right Sidebar
--------------------------------------------------------------*/
.rightbar {
  position: fixed;
  top: 60px;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

.rightbar{
  position: fixed;
  top: 60x;
  right: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .rightbar {
    right: -300px;
  }
}

.rightbar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.rightbar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {
  #main, #footer {
	margin-right: 300px;
  }
}
@media (max-width: 1199px) {
   .toggle-rightbar .rightbar {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .toggle-rightbar #main, .toggle-rightbar #footer {
    margin-right: 0;
  }

  .toggle-rightbar .rightbar {
    right: -300px;
  }
}
