/**
 * jquery-bootstrap-scrolling-tabs
 * @version v1.2.2
 * @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
 * @author Mike Jacobson <michaeljjacobson1@gmail.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
.scrtabs-tab-container * {
  box-sizing: border-box; }

.scrtabs-tab-container {
  height: 42px;
min-width: 100%; /* Önerilen genişlik ayarı */
  }
  
  .scrtabs-tab-container .tab-content {
    clear: left; }

.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%; }

.scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container {
  overflow-x: auto; }
  .scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container::-webkit-scrollbar {
    display: none; }

.scrtabs-tabs-movable-container {
  position: relative; 
  z-index: 1; /* veya istediğiniz bir değer */
  }
  .scrtabs-tabs-movable-container .tab-content {
    display: none; }

.scrtabs-tab-scroll-arrow {
  border: 0px solid #dddddd;
  border-top: none;
  color: #ffffff;
  cursor: pointer;
  display: none !important;
  float: left;
  font-size: 12px;
  height: 42px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 13px;
  width: 20px;
  background: #c0c053;
  }
  .scrtabs-tab-scroll-arrow:hover {
    background-color: #eeeeee; }

.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default; }

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap; }
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs {
    border-bottom: 0px solid #ddd !important;
}
.nav-tabs {
    border-bottom: 0px solid #ddd !important;
}
.tab-content>.active {
    display: block;
    color: #fff;
    margin-top: 16px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
        color: #cbcbcb;
    font-weight: 600;
    font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .scrtabs-tab-container {
    overflow-x: auto !important;
    
	/* Mobil cihazlarda yatay kaydırma sağlar */
  }
}