body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

body::-webkit-scrollbar {
  width: 8px;
  background-color: #fff; }

body::-webkit-scrollbar-thumb {
  background-color: white;
}
body {
  font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.div-logo {
  position: absolute;
  top: 0; 
  left: 0;
  z-index: 999999;
  background: white;
  width: 350px;
  text-align: center;
  padding: 5px 0;
}
.box-news::-webkit-scrollbar-track,
.sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #e6e6e6;
  border-radius: 15px;
}
.box-news::-webkit-scrollbar,
.sidebar::-webkit-scrollbar {
  width: 22px;
  background-color: #e6e6e6;
  background-clip: content-box;
}
.box-news::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-thumb {
  background-color: white;
  border: 7px solid transparent;
  border-radius: 15px;
  background-clip: content-box;
}
.icon-top-menu {
    font-size: 25px;
}
#box-advance {
  color: white;
  position: absolute;
  width: 280px;
  left: -233px;
  background-color: #6face5;
  border: 1px solid #ccc;
  top: 60px;
  padding: 10px;
  display: none;
}
#box-advance input, #box-advance select {
  color: white;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid white;
  background-color: #6face5;
}
#box-advance select {
  border-radius: 0;
}
#box-advance button {
  color: white;
}

#box-advance table tr td {
  padding: 3px 0;
}

.main-content {
  background-color: #e4e8f1 !important;
  height: 100% !important;
}

.card a, .aricle-content a {
  color: #6face5 !important;
}

.input-search {
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.btn-find {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px solid #ced4da;
}
.navbar-nav li  {
  padding: 0 20px;
}
.sidebar-dark-primary a {
  color: white !important;
  font-weight: bold !important;
}
.box-news {
  padding: 10px;
  position: absolute;
  right: 25px;
  top: 85px;
  z-index: 123;
  background-color: white;
  border-radius: 5px;
  width: 250px;
  max-height: 82%;
  overflow-x: hidden;
  overflow-y: auto;
}
.box-news .col-md-12 {
  margin-bottom: 10px;
}
/*.box-news img {
  width: 220px;
  max-height: 240px;
}*/
.box-news a {
  color: #000 !important;
}
.box-news .title {
  text-align: center;
}
@media (min-width: 1200px) {
  .main-header.navbar {
    position: absolute;
    width: calc(100% - 350px);
    right: 0;
  }
  .main-sidebar {
    top: 82px;
    height: calc(100% - 77px);
    position: fixed;
  }
  .content-wrapper {
    margin-top: 77px;
  }
}

 /* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;} 