body {

}
body >div {margin:auto;}
#QuranMajeed-PrayerTimeWidget {
    justify-content: center;
    padding: 0px;
    min-width: 700;
    max-width: 99%;
    margin-left:0.5%;

   
}
#QuranMajeed-PrayerTimeWidget .cityNameInput {
    display: flex;
    border-radius: 10px;
    background-color: white;
}

#QuranMajeed-PrayerTimeWidget .cityNameInput input {
    width: 195%;
    outline: none;
}

#QuranMajeed-PrayerTimeWidget .my-input {
    height: 35px;
    border: none;
    color: #342f2f;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#QuranMajeed-PrayerTimeWidget .divHeader {
    margin-bottom: 5px;
    transition: ease all .5s;

}



#QuranMajeed-PrayerTimeWidget #dropDownChild {
    max-height: 300px;
    height: auto;
    overflow-y: scroll;

}

#QuranMajeed-PrayerTimeWidget .dropdown-option {
    padding: 5px;
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    cursor: pointer;
   
}

#QuranMajeed-PrayerTimeWidget .dropdown-option:hover {
    background: #18a247;
    color: white;
    transition: ease all .2s;
}

#QuranMajeed-PrayerTimeWidget #search-button {
    width: 120px;
    background-color: #099539;
    color: white;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    margin: 0px;
    transition: ease all .5s;
}

#QuranMajeed-PrayerTimeWidget .fa-map-marker:before {
    content: "⌂";
    font-size: 25px;
}

#QuranMajeed-PrayerTimeWidget .fa-map-marker {
    padding: 0px 10px;
    color: #000000;
}

#QuranMajeed-PrayerTimeWidget #error-para {
    margin: 5px 0px 0px 0px;
    letter-spacing: 1px;
    font-family: sans-serif;
    color: red;
    height: 15px;
    display: none;
}

#QuranMajeed-PrayerTimeWidget .inputDiv {
    display: flex;
    width: 100%;
    border: 1px solid #b5b1b1;
    border-top-left-radius: 10px;
    align-items: center;
    height:35px !important;
    border-bottom-left-radius: 10px;
}

/*----------------------------------------------------------------*/
#QuranMajeed-PrayerTimeWidget #info {
    display: flex;
    justify-content: space-between;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    align-items: baseline;
    min-height: 18px;
    transition: ease all .5s;
    margin: 5px;
    
}
#QuranMajeed-PrayerTimeWidget .active {
    color: gold !important;
}

#fajr, #sunrise, #dhur, #asr, #maghrib, #isha {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    display:block;
    width: 16.66%;
    aspect-ratio: 1/0.7;
    font-size: 2.3vw;
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-width: 1px;
    text-align: center;
    float:left;
    color: white;
    
}

#fajr {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
    background: #18a247
}
#sunrise {
    background: #099539
}
#dhur {
    background: #18a247
}
#asr {
    background: #099539
}
#maghrib {
    background: #18a247
}
#isha {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    background: #099539
}

@media (min-width: 701px) {
    #fajr, #sunrise, #dhur, #asr, #maghrib, #isha  {
       
      }
     
  }
  @media (max-width: 700px) {
    #fajr, #sunrise, #dhur, #asr, #maghrib, #isha  {
      font-size: 16px;
      width: 100%;
      height:60px;
      display:inline-block;
      transition: ease all 0.25s;
      z-index: -10;;

    }
    #QuranMajeed-PrayerTimeWidget {
        padding: 0px;
        margin: 0px;
        min-width: 100%;
    }
    #fajr {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    #isha {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0px;
    }
    
    #fajr div:nth-child(1), #sunrise div:nth-child(1), #dhur div:nth-child(1),
    #asr div:nth-child(1), #maghrib div:nth-child(1), #isha div:nth-child(1)
    {
        margin-top:20px;
        position: fixed !important;
        margin-right: 0px;
        margin-left: 5px;
    }
    #fajr div:nth-child(2), #sunrise div:nth-child(2), #dhur div:nth-child(2),
    #asr div:nth-child(2), #maghrib div:nth-child(2), #isha div:nth-child(2)
    {
        margin-top:20px;
        position: fixed !important;
        margin-right: 5px;
        text-align: right !important;
        direction: right !important;
        width:96vw;

    }

    #QuranMajeed-PrayerTimeWidget #info {
        display: inline;
        text-align: center;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        align-items: baseline;
        min-height: 18px;
        margin: 5px;
        
    }

  }
