.kisi-buttons,
.kefil-buttons-1,
.kefil-buttons-2 {
  background-color: white;
  color: black !important;
}

.kisi-button-active,
.kefil-button-1-active,
.kefil-button-2-active {
  background-color: white;
  color: #F49E4C !important;
}

.btn {
  padding: 0px;
}

@media only screen and (min-width: 200px) {
  .kisi-button-active,
  .kefil-button-1-active,
  .kefil-button-2-active {
    padding: 0.25rem !important;
  }

  .kisi-buttons,
  .kefil-buttons-1,
  .kefil-buttons-2 {
    padding: 0.25rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .kisi-button-active,
  .kefil-button-1-active,
  .kefil-button-2-active {
    padding: 1.25rem !important;
  }

  .kisi-buttons,
  .kefil-buttons-1,
  .kefil-buttons-2 {
    padding: 1.25rem !important;
  }
}

@media only screen and (min-width: 1024px) {

  /* large screens */
  .kisi-button-active,
  .kefil-button-1-active,
  .kefil-button-2-active {
    padding: 1rem*1.25 !important;
  }

  .kisi-buttons,
  .kefil-buttons-1,
  .kefil-buttons-2 {
    padding: 1rem*1.25 !important;
  }
}




.nav-item .nav-link.active {
    background-color: #F49E4C !important;
    color: #fff !important;
    font-weight: bold;
}


#firmaSecSelect{
    width: auto;
}