<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ramadan_time  {
	position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    gap: 0;
    flex-direction: column;
}
.ramadan_time .time_items{

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    gap:15px;								
}
.ramadan_time .time_item{
        display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 50px 20px 20px;
}		
.ramadan_time .time_item svg{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 100%;
    height: 100%;
}
.ramadan_time .time_item .info{
    margin:auto;
    color:#fff;
    display:flex;
    flex-direction:column;
    text-align: center;
    transform: translateY(16px);
}

.ramadan_time button.btn_open{
    border: 4px solid #5d8a59;
    border-radius: 10px;
    background: transparent !important;
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
    justify-content: space-between;
    width: 230px;
    padding: 20px 10px !important;	
}
.ramadan_time button.btn_open:hover,
.ramadan_time button.btn_open:focus{
	outline:none;
	border-color:#5d8a59
}
.span_color{
	color:#5d8a59
}
.res-postion{
	position:relative;
}
.moia-header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
    z-index: 999;
}
#moia-slideset{
	position:relative;
	z-index:unset;
}
.newsContainer{
	margin-top:unset
}
.change_area .cities{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.change_city{
	
	overflow:unset
}
      
.change_city .modal-body{
	overflow:auto;
    max-height: 75vh;
}        
.change_city .modal-body button{
	
border: 1px solid #5d8a59;
    border-radius: 10px;
    background: transparent !important;
    display: flex;
    align-items: center;
    color: #000 !important;
    flex: 40%;
    justify-content: space-between;
    padding: 10px !important;
}
.change_city .modal-body button span{
    color:#5d8a59
}

.change_city button.close{
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px !important;
    background: #6c0224;
    border-radius: 5px;
}
.change_city button.close:hover{
	background:#5d8a59!important;
}
/* HTML: &lt;div class="loader"&gt;&lt;/div&gt; */
#loaderApi {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    margin: auto;
    border-radius: 50%;
    background: #7a7a7a;
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
  }
  @keyframes l3 {to{transform: rotate(1turn)}}
 



@media (min-width:1400px) {
    .change_city .modal-dialog{
        max-width:1200px!important ;
    }
}
@media (min-width:1200px) {
    .change_city .modal-dialog{
        max-width:1000px!important ;
    }
}
@media (min-width:991px) {
    .change_city .modal-dialog{
        max-width:800px!important ;
    }
}
@media (max-width:991px) {

    .ramadan_time .time_item .info p{
        margin-bottom: 5px;
    }
    .ramadan_time .time_item .info{
        transform: translateY(10px);
    }
}
 @media(max-width:767px){
    .change_city .modal-body button{
        width: 95%;
        flex:95%
    }
}</pre></body></html>