/*Для сайдбару*/

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 2px;
    border-right: #0095ff;
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.5s;
  }
  
  .sidebar a:hover {
    color: #0095ff;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: #0095ff;
    padding: 10px 15px;
    border-radius: 5px 5px 5px 5px;
    position: fixed;
    overflow: hidden;
    border-color: black;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 2px 6px 2px rgba(60,64,67,0.149);
  }
  
  .openbtn:hover {
    color: #111;
    background: rgb(255,0,0);
    background: linear-gradient(218deg, rgba(255,0,0,1) 0%, rgba(0,149,255,1) 96%);
    border-color: rgba(0, 183, 255, 0.692);
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  
  /* 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: 18px;}
  }
  
  /*Для скроллбару*/
  
  /* width */
  ::-webkit-scrollbar {
    width: 15px;
  }

  aside {
    background-color: black !important;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear,left top,left bottom,from(#999),to(#27292f));
    background: linear-gradient(to bottom,#999,#27292f);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom,#27292f,#999);
  }
  
  /*Для кнопок*/
  
  button {
    color: #0095ff;
    background-color: #000000;
        
    font-family: Consolas, monospace;
    font-size: small;
    
    border-color: #0095ff;
}
  
button:hover {
  cursor: pointer;
  /*background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%);
  color: #000;*/
  border-radius: 4px;
}
  
/*Для синіх посилань, заголовків, списків*/
  
 ul {color: #0095ff;}
 
 h1 {color: #0095ff;}

 h2 {color: #0095ff;}

 h3 {color: #0095ff;}

 h4 {color: #0095ff;}

 h5 {color: #0095ff;}

 h6 {color: #0095ff;}
  
 a {
  color: #0095ff;
  text-decoration: none;
}
   
 /* Категорії на сайдбарі */
  
 .home-btn:hover {color: red !important;}
  
 .kot-btn:hover {color: orange !important;}

  
      /* Для body */
  
      body {
        color: gray;
        font-family: "Lato", sans-serif; /* Не Видаляти */
        background-color: black;
      }
  
      /* Текст "Розділи" на сайдбарі */
  
      .cater {
        font-weight: 500;
        color: #0095ff;
      }
  
      /* Вирівненя по центру для зображення хати */
  
      .fig {
        text-align: center;
      }
  
      /* Посилання без підкреслення */
  
      .df {
        text-decoration: #0095ff;
      }
      
      /* Для Ura button */
      
      .ura_btn {
        color: #0095ff !important;
        border-color: #0095ff !important;
      }
      
      /* Версія Сайту */
    
      .site-version {
        bottom: 0;
      } 
    
      details, summary {
        color: #0095ff;
      } 
      
      /* Тест. інпут в стилі android*/
      
      input {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom-color:blue;
        background-color: black;
        color: #0095ff;
      } 
      