/* -----Weather Style------ */
.loactionButtons{  
    max-width: 1270px;
    margin:0px 0;
    width: 100%; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap:wrap;
}
.loactionButtons ul{
    margin:0;
    padding:0;
    list-style-type:none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.loactionButtons ul li{
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;*/
    margin-left:20px;
}
.loactionButtons ul li.dateTimediv{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    color: #777 !important;
    background: transparent;
    padding-left: 20px;
    line-height: normal;
    display: none;
   
}
.loactionButtons ul li.dateTimediv > div:first-child{
    border-right: 0px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}
.loactionButtons ul li #weather_li,
.loactionButtons ul li #azan_li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.loactionButtons ul li:first-child{ margin-left:0;}
.loactionButtons ul li .__icon{ padding-right:5px; height: 21px;}
.loactionButtons ul li .__icon svg{
    width: 14px;
    height: 14px;
}
.loactionButtons ul li .__icon svg{ fill: #777;} 
.loactionButtons ul li button{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    color: #777 !important;
    background: transparent;
    cursor: pointer;
}
.loactionButtons ul li button:hover{
    background: transparent;
    color: #7f3f98 !important;
}
.loactionButtons ul li a:hover .__icon svg{ fill:#7f3f98;}

.loactionButtons ul li  .weather__units, 
.loactionButtons ul li .school__units{
    position: absolute;
    width: 135px;
    right: 0;
    top: 100%;
    background: #FFF;
    border: 1px solid #ececec;
    padding: 6px 12px;
    display:none;
    z-index: 999;
    box-shadow: 0px 8px 7px #dfdfdf;
    border-top: 1px solid #f7f7f7;
}
.loactionButtons ul li  .weather__units .__header, 
.loactionButtons ul li .school__units .__header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    padding-bottom:6px;
    color: #9b9b9b;
}
.loactionButtons ul li  .weather__units .__header span, .school__units .__header span{ cursor: pointer;}
.loactionButtons ul li  .weather__units #chooseUnit > div, .school__units #chooseSchool > div{
    padding:2px 0;
    font-size: 14px;
    color: #8c8c8c;
}
.loactionButtons ul li  .weather__units #chooseUnit > div:last-child, .school__units #chooseSchool > div:last-child{
    border-top:1px solid #CCC;
    margin-top: 4px;
}
.loactionButtons ul li  .weather__units #chooseUnit > div .rmbttn,
.school__units #chooseSchool > div .rmbttn{
background: #7f3f98;
display: inline-block;
padding: 4px 14px;
line-height: normal;
font-size: 14px;
font-weight: 400;
color: #FFF;
margin-top: 8px;
cursor: pointer;

}
.school__units #chooseSchool > div .rmbttn:hover{
background: #591474;
}
#closeDD{

}

#weather{}
#weather p, #azan,
#weather p a, #azan a{ 
	margin: 0;
    padding: 0;
    color: #777;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
}
#weather p a:hover, #azan a:hover{
    color: #7f3f98;
}
#weather p strong{font-weight: 500;}
/*     #weather p span{color: #656565;} */

.loactionButtons > div{
   width: auto;
    max-width: 100%;
    padding: 8px 0;
    border: 0px solid #000;
    /* overflow: hidden; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}   
.loactionButtons > div > div{
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.loactionButtons > div h3{
    font-size:18px;
}
.loactionButtons > div > div select{
    width: 120px;
    margin-right:15px;
    margin-left: -120px;
    
}
#loader1, #loader2{ 
    display:none;
    font-size: 14px;
    color: #8c8c8c;
}

/* ----------------- weatherTemplate -------- */
.displayWeatherWraper{
width: 100%;
max-width: 800px;
padding: 30px 0;
margin: 0 auto;
font-family: "Roboto", Sans-serif;
position: relative;
min-height:300px;
}
.displayWeatherWraper > h2{
font-family: "Roboto", Sans-serif;
font-size: 40px;
font-weight: 300;
color: #222222;
}
.displayWeatherWraper #displayWeatherReport{
width: 100%;
text-align: left;
padding: 15px;
background: #f4f4f4;
border-radius: 10px;
}
.displayWeatherWraper #displayWeatherReport .fullRow{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.displayWeatherWraper #displayWeatherReport .fullRow .leftDetails{
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
}
.displayWeatherWraper #displayWeatherReport .fullRow .leftDetails > div:first-child{
    width: 28%;
    max-width: 150px;
    text-align: center;
    background: #cccccc;
    padding: 0 0 20px 0;
    border-radius: 10px;
    position: relative;
}
#weatherDescriptiontext{
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.displayWeatherWraper #displayWeatherReport .fullRow .leftDetails > div:last-child{ 
 padding-left: 20px;
}
/* .displayWeatherWraper #displayWeatherReport .fullRow .leftDetails > div img{ width: 100%; height: auto;} */

.displayWeatherWraper #displayWeatherReport .fullRow .leftDetails h2{
font-family: "Roboto", Sans-serif;
font-size: 32px;
font-weight: 600;
color: #000;
margin: 0;
}
.displayWeatherWraper #displayWeatherReport .fullRow .leftDetails h2 span,
.displayWeatherWraper #displayWeatherReport .fullRow .leftDetails h3 span,
.displayWeatherWraper #displayWeatherReport  .otherDetails h4 span{
font-family: "Roboto", Sans-serif;
font-size: 14px;
font-weight: 400;
color: #7f3f98;
display: inline-block;
}
.displayWeatherWraper #displayWeatherReport .fullRow .leftDetails h3{
font-family: "Roboto", Sans-serif;
font-size: 25px;
font-weight: 300;
color: #000;
margin: 0 0 8px;
}
.displayWeatherWraper #displayWeatherReport .fullRow .leftDetails p{
font-family: "Roboto", Sans-serif;
font-size: 15px;
font-weight: 400;
color: #474747;
}

.displayWeatherWraper #displayWeatherReport .fullRow .rightDate{
font-family: "Roboto", Sans-serif;
font-size: 15px;
font-weight: 400;
color: #474747;
width: 30%;
text-align: right;
}
.displayWeatherWraper #displayWeatherReport .fullRow .rightDate span{ display: block;}

.displayWeatherWraper #displayWeatherReport  .otherDetails{
padding-top: 30px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.displayWeatherWraper #displayWeatherReport  .otherDetails h4{
font-family: "Roboto", Sans-serif;
font-size: 18px;
font-weight: 500;
color: #000;
margin: 0;
padding-bottom: 5px;
}
.displayWeatherWraper #displayWeatherReport  .otherDetails ul{ margin: 0; padding: 0;}
.displayWeatherWraper #displayWeatherReport  .otherDetails ul li{ 
list-style-type: none;
width: 100%;
display: block;
font-family: "Roboto", Sans-serif;
font-size: 14px;
font-weight: 400;
color: #474747;
padding: 3px 0;
}
.displayWeatherWraper #displayWeatherReport  .otherDetails .cloud{ padding-top: 30px;}

/* .displayWeatherWraper .weather__units{
display:block !important;
width:100%;
padding:15px;
}
#displayWeatherReport{
width:100%;
text-align:left;
padding:0 15px;
}
.displayWeatherWraper .weather__units #closeDD{ display:none;}
.displayWeatherWraper .weather__units #chooseUnit{
display: flex;
align-items: center;
}
.displayWeatherWraper .weather__units #chooseUnit > div{ padding-left:15px; border: 0 !important;}
.displayWeatherWraper .weather__units #chooseUnit > div:first-child{ padding-left:0;} */




/* ------------ prayer Template -------  */
.displayAdhanWraper{
width: 100%;
max-width: 800px;
padding: 30px 0;
margin: 0 auto;
font-family: "Roboto", Sans-serif;
position: relative;
	min-height:300px;
}
.displayAdhanWraper > h2,
.displayWeatherWraper > h2,
.displayAdhanWraper > h1,
.displayWeatherWraper > h1{
font-family: "Roboto", Sans-serif;
font-size: 40px;
font-weight: 300;
color: #222222;
}
.displayAdhanWraper #displayAdhanReport{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.displayAdhanWraper .leftDetails{
width: 70%;
background: #f4f4f4;
padding: 15px;
border-radius: 10px;
}
.displayAdhanWraper .leftDetails h2{
font-family: "Roboto", Sans-serif;
font-size: 32px;
font-weight: 600;
color: #000;
margin: 0;
}
.displayAdhanWraper .leftDetails h2 + h2{padding-top: 0px;}
.displayAdhanWraper .leftDetails h3{
font-family: "Roboto", Sans-serif;
font-size: 25px;
font-weight: 300;
color: #000;
}
.displayAdhanWraper .leftDetails h3 span{
font-family: "Roboto", Sans-serif;
font-size: 14px;
font-weight: 400;
color: #7f3f98;
display: inline-block;
}

.displayAdhanWraper .leftDetails .towColumn{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.displayAdhanWraper .leftDetails .towColumn .presentAdhan{width: 70%;}
.displayAdhanWraper .leftDetails .towColumn .dateTimediv{
width: 30%;
text-align: right;
}
.displayAdhanWraper .leftDetails .towColumn .dateTimediv p{
font-family: "Roboto", Sans-serif;
font-size: 12px;
font-weight: 400;
color: #474747;
margin: 0;
}
.displayAdhanWraper  .listAdhan{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-top: 30px;
}
.displayAdhanWraper  .listAdhan > div{ width: 50%;}
.displayAdhanWraper  .listAdhan h4{
font-family: "Roboto", Sans-serif;
font-size: 18px;
font-weight: 500;
color: #000;
margin: 0;
padding-bottom: 5px;
}
.displayAdhanWraper .listAdhan ul{ margin: 0; padding: 0;}
.displayAdhanWraper .listAdhan ul li{ 
list-style-type: none;
width: 100%;
display: block;
font-family: "Roboto", Sans-serif;
font-size: 14px;
font-weight: 400;
color: #474747;
padding: 3px 0;
}
.displayAdhanWraper .filterPanel{
width:calc(30% - 20px);
background: #f4f4f4;
padding: 15px;
border-radius: 10px;
}
.displayAdhanWraper .filterPanel h4{
font-family: "Roboto", Sans-serif;
font-size: 14px;
font-weight: 500;
color: #000;
margin-bottom: 10px;
}
.displayAdhanWraper .filterPanel > div{
padding:8px 0;
position: relative;
}
.displayAdhanWraper .filterPanel > div label{
font-family: "Roboto", Sans-serif;
font-size: 14px;
font-weight: 400;
color: #474747;
display: flex;
justify-content: flex-start;
align-items: center;
padding-bottom: 6px;
}
.displayAdhanWraper .filterPanel > div label > span{ 
    padding-left: 3px;
    padding-top: 2px;
    display: inline-block;
}
.displayAdhanWraper .filterPanel > div svg{width: 14px; height: auto; cursor: pointer;}
.displayAdhanWraper .filterPanel > div svg path{fill: #ccc;}
.displayAdhanWraper .filterPanel > div svg:hover{}

.displayAdhanWraper .filterPanel > div label > span:hover + div.tooltipMsh{ display: block;}
.displayAdhanWraper .filterPanel > div .tooltipMsh{ 
display: none; 
position: absolute;
background: #e3d6e5;
padding: 6px;
font-size: 11px;
border-radius: 2px;
bottom: 90%;
color: #000000;
line-height: 15px;
}
/* .displayAdhanWraper .filterPanel > div .tooltipMsh:after{
content:"";
position: absolute;
right: 3px;
top: 100%;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 10px solid #ba9bbf;
} */

.displayAdhanWraper .filterPanel > div select{
    border: 0;
    /* background: #e9dfe8; */
    color: #646464;
    border: 1px solid #b3b0b5;
    border-radius: 3px;
    padding: 7px 4px;
    font-size: 13px;
	    width: 100%;
}




#changeWeatherCity, #changeAdhanCity, #changeWeatherUnit, #changeWeatherDD{
    border: 0;
    background: url(https://dev.thefinance360.com/wp-content/uploads/2024/10/edit_gfont.png) transparent no-repeat left center;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #7f3f98;
    width: auto;
    padding: 0;
    background-size: 17px auto;
    padding-left: 18px;
    width: 30px;
}

#refresh_city, #unitChnage, #unitSel, #chng_dd{ cursor: pointer;}
#unitSel, #ddSel{ position:relative;}
#unitSel:after, #ddSel:after {
	content: "";
    width: 15px;
    height: 30px;
    background: #f4f4f4;
    position: absolute;
    right: 0;
    top: 0;
}

#loaderWeather, #loaderprayer{
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
z-index:9;
}
#loaderWeather > div,
#loaderprayer > div{ position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}

.lds-spinner {
/* change color here */
color: #1c4c5b
}
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
box-sizing: border-box;
}
.lds-spinner {
color: currentColor;
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-spinner div {
transform-origin: 40px 40px;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3.2px;
left: 36.8px;
width: 6.4px;
height: 17.6px;
border-radius: 20%;
background: currentColor;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}

/* ------Fixing --- */
#citynm, #tmpr, #cityP, #nextP, #nowP{ font-style: normal;}
.hideDiv{ display: none !important;}

.displayWeatherWraper #displayWeatherReport .otherDetails > div{width:50%;}
.headingWithtooltip{
	position:relative;
}
.headingWithtooltip > span{position:relative; cursor:pointer;}
.headingWithtooltip > span svg path {
    fill: #ccc;
}
.headingWithtooltip .tooltipMsh{
position: absolute;
    width: 200px;
    font-size: 12px;
    background: #ebdbf1;
    padding: 7px;
    border-radius: 5px;
    left: 100%;
    bottom: 0;
    display: none;
    color: #000;
    font-weight: 400;
	    line-height: normal;
}
.headingWithtooltip > span:hover .tooltipMsh{ display:inline-block;}


@media screen and (max-width: 768px) {
	.dateTimediv{ padding-top:15px;}
	.headingWithtooltip .tooltipMsh{ 
	        right: 100%;
        left: inherit;
	}
	.displayWeatherWraper, .displayAdhanWraper{
		    padding: 30px 12px;
	}
	.displayAdhanWraper .filterPanel{ margin:10px 0;}
    .loactionButtons{
        justify-content: center;
    }
    .displayWeatherWraper > h2{ font-size: 32px;}
    .displayWeatherWraper #displayWeatherReport .fullRow .leftDetails,
    .displayWeatherWraper #displayWeatherReport .fullRow .rightDate,
    .displayAdhanWraper .leftDetails,
    .displayAdhanWraper .filterPanel{
        width: 100%;
    }
    .displayWeatherWraper #displayWeatherReport .fullRow .leftDetails h2,
    .displayAdhanWraper .leftDetails h2{
        font-size: 20px;
    }
    .displayWeatherWraper #displayWeatherReport .fullRow .leftDetails h3,
    .displayAdhanWraper .leftDetails h3{
        font-size: 18px;
    }
    .displayWeatherWraper #displayWeatherReport .fullRow .leftDetails p{
        font-size: 12px;
    }
    .displayWeatherWraper #displayWeatherReport .otherDetails > div:last-child{
        padding-top: 30px;
		
    }
	.displayWeatherWraper #displayWeatherReport .otherDetails > div{width:100%;}

    .displayAdhanWraper .leftDetails .towColumn .dateTimediv{ width: 41%;}
    .displayAdhanWraper .leftDetails .towColumn .presentAdhan{ width: 55%;}
	.displayWeatherWraper #displayWeatherReport .fullRow .leftDetails{ order:2;}
	.displayWeatherWraper #displayWeatherReport .fullRow .rightDate{text-align: center; order:1; padding-bottom:20px; font-size: 13px;}
	.displayWeatherWraper #displayWeatherReport .fullRow .rightDate span{ display:inline-block;}
	/*.displayAdhanWraper #displayAdhanReport{ padding-bottom:20px;} */
	.weatherPrayerButtons .e-con-inner{ padding:0 !important;}
    .loactionButtons ul li.dateTimediv{ display: none !important;}
}

.loactionButtons ul li { display: flex; align-items: center;}

@media screen and (max-width: 508px) {
	.displayAdhanWraper .leftDetails .towColumn .presentAdhan,
	.displayAdhanWraper .leftDetails .towColumn .dateTimediv{ width:100%; text-align:left;}
    /* .displayWeatherWraper #displayWeatherReport .fullRow .leftDetails{ flex-wrap: wrap;}
    .displayWeatherWraper #displayWeatherReport .fullRow .leftDetails > div{ width: 100% !important; max-width: 100%; padding-left: 0 !important;}
    .displayWeatherWraper #displayWeatherReport .fullRow .leftDetails > div:last-child{ padding-top: 15px;} */
}
