* {
    text-transform: none!important;
    letter-spacing: 0!important;
}
.special-hover:hover span{
    color: #212529 !important;
    font-size: 1.11rem;
    transition: .7s;
}
.special-hover-2:hover span {
    font-size: 1.11rem;
    transition: .7s;
    color: #4dbb6d !important;
}
.special-underline {
    display:inline-block;
}
.special-underline:after {
  display:block;
  content: '';
  border-bottom: dashed 3px #4dbb6d ;  
}

@font-face {
    font-family: Roboto;
    src: url(frontend/fonts/Roboto-Light.ttf);
}


/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 220px;
  padding-top: 20px;
  background-color: black !important;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  border: none;

  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  color: #4dbb6d;

}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #4dbb6d;
}

/* Main content */
.main {
  
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #101019;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

#menu-baslik{
    background-color: red;
    height: 40px;
    line-height:40px;
    color:white;
    text-align:center;
    margin:0px;
}
.menu-renk{
    background-color: #EEEEEE;
    height: 40px;
    line-height:40px;
    color:Black;
}
.menu-renkk{
    background-color: #DDDDDD;
    height: 40px;
    line-height:40px;
    color:Black;
}
.aciklama{
    display:flex!important;
    margin-top:10px;
    width:471px!important;
    height:40px;
    line-height:40px;
    text-align:center!important;
    background-color:#DDDDDD;
    
}