body {
  /*  font-family: "Afacad", sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;*/
}

.PrayerContainer {
    font-family: "Afacad", sans-serif;
    background-color: #f4f4f4;
    text-align: center;
    background: white;
    border-radius: 8px;
    width: 632px;
    margin: 52px;
    position: relative;
}

.PrayerContainer h1 {
    color: #333;
    margin: 0;
    padding: 0;
}
.PrayerContainer h3{
    margin: 0;
    padding: 0;
}
.clockIcon{
    width: 134px;
}
.linehr{
    border: 1px solid #e2e2e2;
    margin: 11px 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;
    position: absolute;
    top: 1px;
    border: 0;
    right: 1px;
    width: 20px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: flex!important;
    height: 41px!important;
    user-select: none;
    -webkit-user-select: none;
    justify-content: center!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex!important;
    align-items: center!important;
}
button#detect-location {
    font-family: "Afacad", sans-serif;
    padding: 10px 20px;
    background-color: #121212;
    color: white;
    border: none;
    border-radius: 44px;
    cursor: pointer;
    font-size: 16px;
}

button#detect-location:hover {
    background-color: #121212;
}

#city-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:18px;
    margin: 29px 0;
}

.PrayerContainer input {
    padding: 10px;
    margin: 10px 0;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}
.title-left{
    text-align: left;
}

.PrayerContainer button {
    font-family: "Afacad", sans-serif;
    padding: 10px 20px;
    background-color: #121212;
    color: white;
    border: none;
    border-radius: 44px;
    cursor: pointer;
    font-size: 16px;
}

.PrayerContainer button:hover {
    background-color: #121212;
}

#prayer-times {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 12px 4px;
    justify-content: center;
    margin: 28px 0px;
}

.prayer {
    padding: 7px;
    width: 29%;
    /* margin: 8px 0; */
    font-size: 18px;
    color: #ffffff;
    background: #343434;
    border-radius: 32px;
}

.error {
    color: red;
    margin-top: 20px;
    font-weight: bold;
}
.CitySelect{
    width: 80%;
    padding: 10px;
}
.MonthlyTable { 
    width: 100%;
    margin-top: 20px;
    border-spacing: 6px;
        border-collapse: separate;
}
.MonthlyTable th,.MonthlyTable td{
    background-color: #e4e4e4;
    color: black;
    border: 1px solid #cecece;
    border-radius: 6px;
    padding: 3px 8px;
}
.MonthlyTable td{
    background-color: #ffffff!important;
}
.date_Location_Section{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14px;
}

.date_Location_Section img{
    width: 20px;
    height: 20px;
}
.dtloc{
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 0 15px 0 0px;
}
.buttons{
    display: flex;
    gap: 8px;
    align-items: center;
}
.selects{
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}
.monthlyPrayertimes{
    overflow-x: scroll;
}
.monthlyPrayertimes::-webkit-scrollbar { /* For Webkit-based browsers (Chrome, Safari) */
    display: none;
}
.appTitle{
    font-size: 21px;
    text-transform: uppercase;
}
.patterns{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.patterns img{
   position: absolute;
}
.pattLeft1{
    width: 110px;
    left: 18px;
    top: 21px;
}
.pattLeft2{
    width: 74px;
    left: 140px;
    top: 112px;
}
.pattRight1{
    width: 110px;
    right: 18px;
    top: 7px;
}
.pattRight2{
    width: 74px;
    right: 140px;
    top: 112px;
}
.date_Location_Section h3{
    font-size: 16px;
}
.prayer-times-breadcrumb{
    padding: 10px 52px;
    font-size: 13px;
}
.prayer-times-breadcrumb a{
     color: #656565;
}

/* Responsive Design */
@media (max-width: 600px) {
    
    input {
        width: 100%;
    }
    .PrayerContainer{
        
    }
    .prayer {
        padding: 7px;
        width: 100%;
        font-size: 18px;
        color: #ffffff;
        background: #343434;
        border-radius: 32px;
    }
    .PrayerContainer{
              width: 100%;
        padding: 11px;
        margin: 0;
    }
    .PrayerContainer h3 {
        font-size: 15px;
    }
    .pattRight1 {
        width: 70px;
        right: 10px;
        top: 7px;
    }
    .pattRight2 {
        width: 46px;
        right: 70px;
        top: 82px;
    }
    .pattLeft1 {
        width: 73px;
        left: 8px;
        top: 15px;
    }
    .pattLeft2 {
        width: 48px;
        left: 70px;
        top: 92px;
    }
    .prayer-times-breadcrumb{
            padding: 6px 13px;
    }
}