.new3imsakiye-container {
    display: flex;
    justify-content: flex-end; /* sağa dayalı */
    align-items: center;
    margin-bottom: 32px;
    gap: 16px;
    background-image: url(/static/images/eminevim-desktop.jpg);
    background-repeat: no-repeat;
    max-width: 1440px;
    width: 75%;
    height: 66px;
    padding-right: 0; /* 370px kaldırıldı */
    
    margin-right: 2%;
}

.new3imsakiye-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content; /* 100% kaldırıldı */
    max-width: none; /* 382px sınırı kaldırıldı */
    height: 100%;
    max-height: 36px;
    color: #FFFFFF;
    font-size: 20px;
    gap: 16px;
    margin-left: 98%; /* boşluğa yaslar */
    margin-right: 2%;
}
#sonuc1 {
    font-size: 12px !important;
    font-weight: bold !important;
    width: 60px; /* daralt */
    line-height: 1.2;
}
.new3imsakiye-left a {
  text-decoration: none;
  color: #FFF;
}

.new3imsakiye-left-body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.new3imsakiye-left-title {
  font-weight: 700;
  padding-right: 16px;
}

.new3imsakiye-tarih {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.new3imsakiye-tarih-left {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  padding: 4px 10px;
  border-radius: 4px;
  width: 100%;
  max-width:110px;
}

.new3imsakiye-tarih-right {
  font-size: 20px;
  color: #FFF;
  text-align: center;
}

.text-timer {
  font-weight:700;
  font-size: 20px;
  text-align:center;
}

.font-bold{
  font-weight:700;
}

.new3imsakiye-right-body {
  color:#FFF;
  font-size:20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:16px;
}

.custom-dropdown-wrapper {
    position: relative;
    width: 160px;
}

.custom-dropdown-trigger {
     display:flex;
    align-items:center;
    justify-content:space-between;
    background:#FFF;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #979797;
    color: #1F1F1F;
    font-size:14px;
}

.custom-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9999;
    display: none;
}

.custom-dropdown-list {
    display: none;
}

.custom-dropdown-list.open {
    display: block;
}

.custom-dropdown-list li {
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.custom-dropdown-list li:hover {
    background: #f3f3f3;
    color: #333;
}

.custom-dropdown-list li.active {
    background: #eee;
    font-weight: 600;
}


  
  @media only screen and (max-width:990px) {
    .new3imsakiye-sm-container {
      background-image: url(/static/images/eminevim-mobile.png);
      display: flex;
      justify-content: center;
      align-items: flex-start;
      background-repeat: no-repeat;
      background-size: cover;
      font-family: sans-serif;
      margin-bottom:24px;
    }

    
  
    .new3imsakiye-sm-box {
      width: 100%;
      color: #FFFFFF;
      font-size: 20px;
      font-weight: 700;
    }

    .new3imsakiye-title-bg {
        background: rgba(255, 255, 255, 0.4);
        width: 100%;
        justify-content: space-around;
        align-items: center;
        padding: 10px;
        display: flex;
        justify-content: flex-end;
    }
  
    .sm-bg {
      background-color: transparent !important;
    }

    .new3imsakiye-sm-body {
      display: flex;
      height:94px;
      justify-content: flex-end;
      align-items: center;
      font-size: 18px;
      font-weight: 400;
      padding: 0 24px;
    }

    .new3imsakiye-sm-timer {
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.4);
      backdrop-filter: blur(2px);
      padding: 8px 16px;
      font-size:18px;
            text-align:center;
    }

    .custom-dropdown-wrapper {
        width:140px;
    }

}
