 /* body{
    background-image: linear-gradient(to bottom, #FFFFFF 30%, #88D9FF, #24206C, #222 80%);
     color: #333;
    background-size: 100% 400%;
    background-position: 100% 0%;
    transition: all 1s;
}
 body.night{
    background-position: 100% 100%;
    color: #fff;
} */
.side-bar {
    right: 20;
    background-color: transparent; /* #262730 */
    border-radius: 160px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 270px;                           /*    height     */
    /* overflow: auto; */
    /* margin-left: 10rem; */
    margin-top: 180px;
    z-index: 105;
    padding: 24px 0;
}
.nav-links {
    padding: 0;
    margin: 8px 0;
}
.nav-links li {
    cursor: pointer;
    list-style: none;
    margin-bottom: 16px;
    padding: 0 6px;
    text-align: center;
}
  
  .nav-link {
    position: relative;
  }
  
  .indicator {
    background-color: #00f2fe;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 8px #00f2fe;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 32.5px;
    width: 3.75px;
  }
  
  .toggle-box{
    margin-left: 5px;      /*  Sonradan eklendi*/
  }
  .toggle-box-label-left:empty{
    margin-left: 0px;
  }
  .toggle-box-label-left:before, .toggle-box-label-left:after{
      transform: rotate(90deg);

      box-sizing:border-box;
      margin:0;
      padding:0;
      /*transition*/
      -webkit-transition:.25s ease-in-out;
      -moz-transition:.25s ease-in-out;
      -o-transition:.25s ease-in-out;
      transition:.25s ease-in-out;
      outline:none;
  }
  
  .toggle-box input[type=checkbox], .toggle-box input[type=checkbox]:active{
      transform: rotate(90deg);

      position:absolute;
      top:-5000px;
      height:0;
      width:0;
      opacity:0;
      border:none;
      outline:none;
  }
  .toggle-box label{
      transform: rotate(90deg);

      display:inline-block;
      position:relative;
      padding:0px;
      margin-bottom:0px;
      font-size:14px;
      line-height:16px;
      cursor:pointer;
      color: rgba(149, 149, 149, 0.51);
      font-weight: normal;
  }
   .toggle-box-label-left:before{

       content:'';
       display:block;
       position:absolute;
       z-index:101;
       line-height:34px;
       text-indent:40px;
       height:16px;
       width:16px;
       margin: 12px;
       /*border-radius*/
       -webkit-border-radius:100%;
       -moz-border-radius:100%;
       border-radius:100%;
       right: 10px;
       bottom: 0px;
       background:#FFB200;
       transform: rotate(-45deg);
       box-shadow: 0 0 10px white;
  }
  .toggle-box-label-left:after{

      content: "";
      display: inline-block;
      width: 24px;
      height: 40px;
      /*border-radius*/
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.15);
      vertical-align: middle;
      margin: 0 10px;
      border: 2px solid #FFB200;
  }
  .toggle-box input[type=checkbox]:checked + .toggle-box-label-left:before{

      right: 2px;
      box-shadow: 5px 5px 0 0 #eee;
      background: transparent;
  }
  .toggle-box input[type=checkbox]:checked + .toggle-box-label-left:after{

      background: rgba(0, 0, 0, 0.15);
      border: 2px solid white;
  }

.toggle-box input[type=checkbox]:checked + .sidebar-span:after{
    color: #fff;
}
  .toggle-box input[type=checkbox] + .toggle-box-label-left{

      color: rgba(250, 250, 250, 0.51);
      font-weight: bold;
  }
  .toggle-box input[type=checkbox]:checked + .toggle-box-label-left{

      color: rgba(149, 149, 149, 0.51);
      font-weight: normal;
  }
  .toggle-box input[type=checkbox]:checked + .toggle-box-label-left + .toggle-box-label{

      color: rgba(250, 250, 250, 0.51);
      font-weight: bold;
  }

.sidebarlanguage {
    margin: auto;
    display: inline;
    padding: auto;
    border-radius: 3px;
    display: flex;
}

.sidebarlanguage ul {
    margin:0;
    padding:0;
    list-style: none;
    position: relative;

    display:flex;
    justify-content: center;
    width: 100%;
}
.sidebarlanguage-first-li {
    margin: auto;
    width: 100%;
}
.sidebarlanguage div {
    margin: auto;
}
.sidebarlanguage li {
    margin-top: 0;
    list-style: none;
    cursor: pointer;
}
.sidebarlanguage li ul {
    display: none;
}
.sidebarlanguage li:hover ul {
    position: absolute;
    bottom: -90px;
    right: 35px;
    display: block;
    background: #fff;
    width: 150px;
    padding-top: 0px;
    z-index: 101;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.sidebarlanguage li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 10px 10px;
    padding-bottom: 0;
    z-index: 102;
    font-size: 15px;
    color: #3c3c3c;
}
.sidebarlanguage li ul li:last-of-type {
    padding-bottom: 0px;
}
.sidebarlanguage li ul li span {
    padding-left: 5px;
}
.sidebarlanguage li ul li span:hover, .sidebarlanguage li ul li span.active {
    color: #146c78;
}
.sidebar-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}
.sidebar-span{
    font-weight: 600;
}
.sidebar-span:before{
    color: #000;
}
.sidebarlanguage ul li ul span{
    color: #000;
    font-weight: 600;
}

@media screen and (max-width: 700px) {
    .side-bar {
        right: 15;

        height: 280px;
        margin-top: 150px;
        padding: 21px 0;
    }
    .nav-links {
        margin: 7px 0;
    }
    .nav-links li {
        margin-bottom: 14px;
        padding: 0 0px;
    }
}