
/*TOPMENU*/

a{outline: none;}

.topmenu{padding: 23px 0px;}

.nav-link{text-transform: uppercase; letter-spacing: 0.5px;}
.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*/

/*MOBİLE BOTTOM MENU*/

.phone{position:fixed;  z-index: 999999; bottom:0px; width:100%; text-align: center}

.phone .main-content {
  flex-grow: 1;
  bottom:0px;
  color: white;
  overflow-x: scroll;
  display: flex;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-width: none;
}


.phone .nav-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: white;
 z-index: 9999;
  padding: 5px;
  border-top: 1px solid #ddd;
}

.phone .nav-btn {
  border-radius: 3px;
  box-sizing: border-box;
  display: display;
  justify-content: center;
  align-items: center;
  width: 20%;
padding:15px;
  border: none;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  text-decoration: none;
  color: black;
}

.phone .nav-btn > i {
  font-size: 1.75rem;
}

.phone .nav-btn:hover {
  background: #007bff;
  transition: 0.2s all ease-in-out;
    color:#fff;
}

.phone .nav-btn:focus, .nav-btn.active {
  background: rgba(68,17,199,1);
  color: white;
  transition: 0.2s all ease-in-out;
}

.phone .content-section {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 20px;
}

