@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans&display=swap');

.main-panel {
	font-family: 'Playpen Sans',sans-serif !important;;
}
a {
    text-decoration: none !important;
  }
  
.tek-satir {
      white-space: nowrap !important;
     /* overflow: hidden !important;   Türkçe karakterlerde sorun çıkarıyor */ 
      text-overflow: ellipsis !important;
}

.btn-small-height {
            padding-top: 3px !important;
            padding-bottom: 3px !important;
}
		
.sidebar .nav.sub-menu {
  padding: 0.25rem 0 0 2.5rem !important;
  font-size: 0.85rem !important;
  font-weight:bold !important;
}
