
/*TOPMENU*/

a{outline: none;}

.topmenu{padding: 5px 0px;}

.nav-link{text-transform: uppercase; font-weight: 600;}
.dropdown-item{ border:none; padding: 8px 20px; font-size: 13px;}


.sidebar .search{margin: 15px; border:1px solid #ebebeb; width:90%;}
.sidebar .search input{border:none;}
.sidebar .dropdown-menu.show {
display: contents;
    margin: 0px 10px
}

.sidebar .dropdown-item{ border:none; padding: 8px 20px; font-size: 13px;}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999 !important;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
    box-shadow: 0 1px 100px #9e9e9e;
}

.sidebar li { display: block; width: 100%; outline: none; margin: 0px 10px; border-bottom:1px solid #ebebeb}

.sidebar a {
  padding: 15px 8px 15px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  display: block;
  transition: 0.3s;
    text-transform: uppercase;
    outline: none;
}

.sidebar a:hover {
  color: #999;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 14px;}
}



/*diğer*/

