#owqatTodayRow{
    background: white;
    border-radius:10px;
}

#jdateBox{
    text-align:center;
    border: 1px solid #cacaca;
    border-radius:5px 5px 0px 0px;
    /* margin: 0px 10px; */
}
#jdateBox .dayNumber{
    font-weight:bold;
    font-size:50px;
    line-height:1.3;
    background:#bf9c5c;
    color:white;
    margin-top: 0px;
    padding:10px 0px;
    /* border-radius:5px; */
}
#jdateBox .monthName {
    /* border-bottom: 5px solid #129197; */
    margin-bottom:5px;
    background:#e7e7e7;
}
#jdateBox .yearNumber {
    font-size:20px;
}
#jdateBox .dayName {}

#tblOwqat td,#tblOwqat th{
    text-align:center;
}


#tblOwqat th{
    background:#129197;
    color:white;
}

#llmap {
    width:100%;
    height:300px;
}

#todayOwqat table{
}

#todayOwqat td{
    width:100px;
}
#todayOwqat td .box{
    display:flex;
}
#todayOwqat td .label{
    font-weight:bold;
    margin-left:10px;
}

.owqatTitle{
    font-size:15px;
    font-weight:bold;
}


#nextAzan{
    clear:both;
    display:table;
    width:100%;
}

#enableAzanAlarm span{
    font-size:10px;
}


.azanOptions{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.azanOptions #selMoazen{
    font-size:10px;
}

#moazenPhoto{
    width: 62px;
    height:62px;
}




#qiblahCompassBox {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
#qiblahCompassBox canvas {
    max-width: 100%;
    height: auto;
}
#qiblahCompassBox .info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: right;
}
#qiblahCompassBox .info h3 {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 16px;
}
#qiblahCompassBox .info p {
    margin: 5px 0;
    color: #666;
}
#qiblahCompassBox .degree {
    font-size: 24px;
    font-weight: bold;
    color: #369ea3;
}
