.sr-detay-icon{
    font-size: 32px;
    color: #1f3c88;
}

.sr-ozellik-icon{
    font-size: 14px;
    color: #1f3c88;
}

.sr-ozellik-text{
    font-size: 14px;
    color: #222;
    font-weight: bold;
}

.sr-ozellik-baslik{
    font-size: 18px;
    font-weight: bold;
}

.sr-dil-degistir{
    width: 90px;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    height: 36px;
    color: #fff;
    border: none;
    font-weight: bold;
    background-color: transparent;
}

.sr-dil-degistir option{
    color: #1f3c88;
    background-color: #ddd;
    border-radius: 0;
}

.sr-top{
    background-color: #1f3c88;
    color: #fff;
}

.sr-rezervasyon-tittle{
    padding: 10px 20px;
    font-size: 22px;
    border: 1px solid #ddd;
}
  
  .sr-flag-h {
    height: 33px;  
}

.month-card {
    margin-bottom: 10px;
    padding: 10px;
  }
  .red-bg {
    background-color: red;
  }
  .half-red-white-bg {
      background: linear-gradient(135deg, red 50%, white 50%);
  }
  .white-text {
    color: white;
  }
  .center-text {
    text-align: center;
  }

  .card-title {
    font-size: 16px;
  }
  
  .table {
    font-size: 12px;
    width: 100%;
  }
