@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Varta:wght@300;400;500;600;700&display=swap');

::-webkit-scrollbar {
    width: unset !important;
    display: unset !important;
    background: unset !important;    
}

/* .jsgrid-grid-body{
    overflow-y: hidden !important;
} */

/* Define the scrollbar style */
.jsgrid-grid-body::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
  }
  
  /* Define the thumb style */
.jsgrid-grid-body::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom right, #759cff 30%, #1a56ff 100%);
    border-radius: 5px;
  }
  
  /* Define the track style */
.jsgrid-grid-body::-webkit-scrollbar-track {
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 10px;
  }

  .iziModal-wrap::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
  }
  
  /* Define the thumb style */
.iziModal-wrap::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom right, #759cff 30%, #1a56ff 100%);
    border-radius: 5px;
  }
  
  /* Define the track style */
.iziModal-wrap::-webkit-scrollbar-track {
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 10px;
  }

/* Scrollbar 'lar düzenlendiğinde menü de kaymalar yaşandı. Fix */
.sidebar .menu-bar {
  overflow: hidden !important;
}

.sidebar header .image img {
  border-radius: unset;
}