
body {
    background-color: #f2f2f2;
    margin: 60px 0px 0px 64px;
    overflow-x:hidden;
}

p {
    font-size: 1.1em;
    color: #0d0d0d;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
    /* Menu Acip Kapatma Butonu */
     .navbar-header {
      position: fixed;
      top: 14px;
      left: 8px;
      width: 50px;
      height: 40px;
      padding: 4px 10px;
      background: #ffffff;
      box-sizing: border-box;
      border-radius: 10%;
      cursor: pointer;
      z-index: 9997;
      border: 1px solid transparent;
    }

    .navbar-header span {
      width: 100%;
      height: 2px;
      display: block;
      background: #563b77;
      margin: 6px 0px;
      transition: .5s;
    }

    .navbar-header:hover {
      border: 1px solid;
      border-color: #c0b6c4;
    }

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.menuline {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #563b77;
    margin: 0px 0;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 9999;
    background: #2b3643;  /* Baslik Haric Tum Menu Fon Rengi */
    color: #dde1e8;     /* Menu Yazi Rengi */
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#sidebar .sidebar-header {
    padding: 10px;
    background: #2b3643;  /* Baslik Fon Rengi */
    color: #dde1e8; 
}

#sidebar .sidebar-header img {  /* Avatar Resmi */
  border-radius: 50%;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}


#sidebar ul li a {
    
    font-size: 1.1em;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#sidebar ul li a:hover {
    color: #f0b801;   /* Hover Rengi */
    background: #61758f;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #1d242e; /* Aktif (Secili) Buton Zemin Rengi */
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    color: #dde1e8; 
    background: #364150;  /* ALT MENU ZEMIN RENGI */
}

ul ul ul a {
    font-size: 0.8em !important;
    padding-left: 50px !important;
    background: #52637a;   /* 2. DERECE ALT MENU ZEMIN RENGI */
}

#dismiss { /* Menu Icindeki Kapatma Butonu */
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #563b77;
}
#dismiss:hover {
    background: #52637a;   /* Kapatma Butonu Fon Rengi */
    color: #563b77;
}

.overlay { /* Ekran Karartma */
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    display: none;
    top: 0;
}

a[data-toggle="collapse"] {
    position: relative;
}

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 50px;
    right: 0;
}

@media (max-width: 768px) {
    #content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 100px;
    right: 0;
}

.navbar-header {
      position: fixed;
      top: 50px;
      left: 0px;
      width: 50px;
      height: 40px;
      padding: 4px 10px;
      background: #ffffff;
      box-sizing: border-box;
      border-radius: 10%;
      cursor: pointer;
      z-index: 9997;
      border: 1px solid transparent;
    }


}
