.footer {
    margin-top: 0 !important;

}

.container-oghat {
   margin:0 auto;
  border-radius:10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding:20px;
    padding-top: 20px;
  width: 1318px;
  padding-top: 15%;
}


.location-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

select {
    flex: 1;
    min-width: 150px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
    font-size: 16px;
}

button {
    padding: 10px 15px;
    background-color: #3498db;
    color: white !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #2980b9;
}

.current-location {
    margin: 10px 0;
    font-size: 14px;
    color: #7f8c8d;
}

.today-prayer-times {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin: 20px 0;
}

.prayer-time {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.prayer-time.active {
    background-color: #e3f2fd;
    border: 2px solid #3498db;
}

.prayer-name {
    font-weight: bold;
    margin-bottom: 5px;
    color: #2c3e50;
	font-size:20px;
}

.prayer-time-value {
    font-size: 18px;
    color: #3498db;
}

.countdown {
    margin: 20px 0;
    padding: 15px;
    background-color: #2c3e50;
    color: white;
    border-radius: 8px;
    text-align: center;
	display: flex;
  justify-content: space-around;
  align-items: center;
}

.countdown-title {
   font-size: 15px;
  font-weight: bold;
}

.countdown-time {
    font-size: 18px;
    font-weight: bold;
}

.monthly-prayer-times {
   margin-top: 30px;
    height: 400px;
    overflow: scroll;
}
.activ{
	color: red;
}
.d-flex-oghat{
display: flex;
  justify-content: space-between;
  border:
1px solid #ccc;
  padding:
9px;
  margin:
16px 0px 16px 0px;
  border-radius:
5px;
  background-color: #e3f2fd;
  font-size:20px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

th, td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

.error-message {
    color: #e74c3c;
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    background-color: #fde8e8;
    border-radius: 5px;
    display: none;
}

.loading-message {
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    background-color: #e3f2fd;
    border-radius: 5px;
    display: none;
}

@media only screen and (max-width: 767px) {
	.container-oghat {
  width: auto;
  padding-top: 0%;
}
}
@media (max-width: 600px) {
    .today-prayer-times {
        grid-template-columns: 1fr 1fr;
    }
    
    select {
        min-width: 44%;
    }
}








        .hadis {
            display: flex;
            flex-direction: column;
            width: 600px;
            padding: 20px;
            margin: 0 auto;
            /* background: #00000090;
            border: 2px solid #d9995c; */
            border-radius: 5px;
            color: #fff;
        }
        .hadis b {
            margin: 20px 0;
        }
        .hadis p {
            text-align: left;
            margin-bottom: 0;
        }
        .hadis header {
            margin-bottom: 10px;
        }
.hadis div > div {
    width: 400px !important;
    border-radius: 7px;
        /* margin: 0 auto; */
}
.hadis a {
    pointer-events: none; 
    color: inherit;        
    text-decoration: none; 
 }
 
 
 
 
     .zekr {
    display: flex;
    flex-direction: column;
    width: 600px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    border: 2px solid #e9a253;
    background: #00000090;
    padding: 5px;
    text-align: center;
}
.zekr-text {
    color: #f0b089;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0 1px #ffc39f;
    padding: 5px 0 5px 0;
    line-height: 180%;
    text-align: center;
}