.new3imsakiye-container {
  display:flex;
  justify-content:flex-end;
  align-items:center;
  margin-bottom:32px;
  gap:16px;
  background-image: url(/mstatic/assets/img/eminevim-desktop.jpg);
  background-repeat: no-repeat;
/*  background-size: contain;*/
  max-width: 1056px;
  height:66px;
  padding-right:28px;
}

.new3imsakiye-box {
  display:flex;
  justify-content: flex-start;
  align-items: center;
  width:100%;
  height:100%;
  max-height:36px;
  color:#FFFFFF;
  font-size:20px; 
  max-width: 382px;
  gap: 16px;
/*  padding: 10px 0;*/
}

.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;
}

/*.custom-dropdown {
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  border: none;
  color: #FFF;
  padding: 4px 16px;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
  background-image: url('/mstatic/assets/img/arrow-down.svg'); 
  background-repeat: no-repeat;
  background-position: right 16px center; 
  background-size: 14px;
  padding-right: 40px; 
}

.custom-dropdown::-ms-expand {
  display: none;
  }
  
  .custom-dropdown option {
    background-color: white;
    color: black;
  }
  
  .custom-dropdown:focus {
    border: none;
    outline: none;
  }*/
  
  @media only screen and (max-width:990px) {
    .new3imsakiye-sm-container {
      background-image: url(/mstatic/assets/img/eminevim-mobile.png);
      display: flex;
      justify-content: center;
      align-items: flex-start;
      background-repeat: no-repeat;
      background-size: cover;
      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%;
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 10px;
    }
  
    .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: 4px 10px;
      text-align:center;
    }

    .custom-dropdown-wrapper {
        width:140px;
    }

}
