* {
  font-family: 'Open Sans', sans-serif !important;
}

html, body {  
  letter-spacing: 1px;
  box-sizing: border-box;
}

.background {
  background-image: url('../img/bgKonya.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.logo {
  width: 100%;
  padding: 10px;
}

.logo img {
  width: 100%;
}

.logo2 {
  position: relative;
}

.logo2 img {
  z-index: 99;
}

.logo2:before {
  content: " ";
  z-index: 9;
  display: block;
  position: absolute;
  height: 110%;
  top: -11px;
  left: 0;
  right: 0;
  background: url('../img/bg2.png');
  opacity: 0.3;
}

.scroll-view{
  position: relative;
  top: 0;
  bottom: 150px;
  left: 0;
  right: 0;
  height: calc(100vh - 100px);
  width: 100%;
}

.number {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 80px;
  margin-top: 25px;
}

.poliklinik-doktor-adi {
  height: 70px;
  background-color: #282c31;
  color: #cdbfad;
  text-align: center;
  padding: 12px;
  font-size: 17px
}

.poliklinik-doktor-adi b {
  font-size: 20px;
}

.cagirilma-tarihi {
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
}

.bar-footer {
  background-color: #282c31;
  color: #cdbfad;
  height: 75px;
}

.bar-footer i {
  font-size: 25px;
  margin-left: 10px;
  margin-top: 3px;
}

.button-container{
  margin-top: 15%;
}

.button .icon:before {
  font-size: 40px;
}

.button {
  background-color: transparent;
  font-size: 17px;
  border-radius: 0;
  padding: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

.button.birimler, .button.birimler:hover {
  background-color: #282c31;
  color: #cdbfad;
  border: 0;
  border-radius: 0;
  width: 75%;
  margin: 0px auto;
}

.button.barkod, .button.barkod:hover {
  background-color: #282c31;
  color: #cdbfad;
  border: 0;
  border-radius: 0;
  width: 75%;
  margin: 20px auto;
}

.ayricalikli {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  color: #d20809;
}

.button.button-assertive {
  background-color: #d20809;
  border-radius: 0;
}

.bekleme-suresi {
  margin-top: 10px;
}

.tarih-saat {
  text-align: right;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 10px;
}

.item-complex .item-content, .item-radio .item-content {
  background: transparent;
}

.item {
  border-color: #cdbfad;
}

.item:nth-child(odd) {
  background-color: #cdbfad !important;
}

.item:nth-child(even) {
  background-color: #bbad9c !important;
}

*::placeholder, .placeholder-icon {
  color: #cdbfad !important;
}

.ion-chevron-right:before {
  content: url(../img/flagKonya.png) !important;
}

.item.active, .item.activated, .item-complex.active .item-content, .item-complex.activated .item-content, .item .item-content.active, .item .item-content.activated {
  color: #cdbfad;
  background-color: #282c31;
  border-color: #cdbfad;
}