body {
  background-color: #f1f1f1;

  overflow-x: none;
  overflow-y: none;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.stats-bosluk {
  border-left: 1px solid black;
  padding-left: 5px;
  width: 100%;
}
.stats-basligi {
  font-size: 14px;
  font-weight: bold;
}
.stats-numarasi {
  font-size: 20px;
  margin-top: -13px;
}
td,
th {
  border: 2px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.sil-button {
  padding-left: 2px;
  padding-right: 2px;
  width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: tomato;
}
.sil-button a {
  color: #fff;
}
tr:nth-child(even) {
  border: 2px solid black;
  background-color: #dddddd;
}
.sayfa-logo {
  width: 200px;
}

.img-baslik {
  width: 40%;
}
.formesyalari {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;

  position: relative;

  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
.nav-sol {
  
  margin: 0;
  padding: 0;
  width: 200px;
  position: fixed;
  height: 100%;
  overflow: auto;
  background-color: #3a3633;
}
.nav-sol a {
  display: block;
  color: whitesmoke;
  padding: 16px;
  text-decoration: none;
}
.nav-sol a.active {
  background-color: royalblue;
  color: white;
}
.nav-sol a.active:hover {
  background-color: black;
  color: white;
  transition: all 0.5s ease-in-out;
}
.cikis-hov:hover {
  background-color: crimson;
  color: white;
  transition: all 0.5s ease-in-out;
}
.nav-sol .a-normal:hover:not(.active) {
  transition: all 0.5s;
  background-color: #555;
  color: white;
}
div.icerikler {
  z-index: 0; 
  position: relative;
  margin-left: 200px;
  padding: 1px 16px;
  height: 100%;
}
.logoheader{
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .bilgilendirme-bireysel-div{
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .nav-sol {
    width: 100%;
    height: auto;
    position: relative;
  }
  .nav-sol a {
    float: left;
  }
  div.icerikler {
    margin-left: 0;
  }
  
}

@media screen and (max-width: 400px) {
  .nav-sol a {
    text-align: center;
    float: none;
  }
}
.login-page-layer-hide {
        position: absolute;
        width: 100%;
        height: 1000px;
        z-index: 3;
        background-color: black;
        top: -1200px;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 0px 5px 5px black;
    }

    .login-page-layer-show {
        position: absolute;
        width: 100%;
        height: 750px;
        z-index: 3;
        opacity: 1;
        background-color: black;
        top: 0px;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 0px 5px 5px black;
    }

    .login-box {
        width: 90%;
        height: 70%;
        background-color: white;
        border-radius: 20px;
        border: solid black 1.5px;
        box-shadow: 0px 0px 5px 0px black;

    }

    .slider-width-css {
        width: 70%;
    }

    .x-exit {
        float: right;
        margin: 15px 25px 0px 0px;
        color: rgb(56, 56, 56);
        font-size: 23px;
    }