.pageLoading{
    display: none;
    text-align: center;
    z-index: 9999999999999999999999999;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,.7);
}
.pageLoading.pageLoadingContainer{
    position: absolute;
}
.pageLoading .pageLoadingInner{
    margin-top: 20px;
    background: #ffe600;
    color: #000;
    text-shadow: none;
}
.widget-box {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    /*border-radius: 5px;*/
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.widget-box-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.5);
    color: #609513;
    /* line-height: 100%; */
    font-size: 70px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.widget-box.loading_data .widget-box-loading{
    display: flex;
}
.widget-box .heading {
    background-color: #609513;
    font-weight: bold;
}
.widget-box .heading.no-bg{
    background: transparent;
    color: #464646;
    /*border-bottom: 1px solid #ccc*/
}
.widget-box-body .heading {
    background-color: #609513;
    color: #fff;
}
.widget-box .widget-box .heading{
    padding: 2px 10px;
}

.widget-box-body {
    padding: 10px 20px 20px;
    font-weight: normal;
}
.widget-box-body ul {
    list-style: none;
    padding-left: 0;
}
.widget-box-body ul li {
    width: 100%;
    margin-bottom: 15px;
}
.widget-box-body ul li:last-child {
    margin-bottom: 0;
}
.widget-box-body.links_widget ul li a {
    padding: 5px 10px;
    width: 100%;
    background-color: #ebebeb;
    border-radius: 5px;
    color: #1cabe2;
    transition: all 0.3s ease;
    font-size: 13px;
}
.widget-box-body.links_widget ul li a:hover {
    background-color: #1cabe2;
    color: white;
}

.widget-box.blue_theme .heading {
    background-color: #1cabe2;
}
.widget-box.blue_theme .heading h3 {
    color: white;
}

.content_roll .single_post{
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.content_roll .post_img{
    border-radius: 0;
    overflow: visible;
    margin-right: 10px;
}
.content_roll .post_img img{
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
}
.content_roll .post_type3 .single_post_text{
    padding: 0;
}


/* new css */
.widget-box-body ul {
    margin-bottom: 0;
}
/* green color */
.widget-box-body.links_widget .green-list li a {
    background-color: #69ab3e !important;
    color: white !important;
}
.widget-box-body.links_widget .green-list li a:hover {
    background-color: #ebebeb !important;
    color: #1cabe2 !important;
}

/* blue color */
.widget-box-body.links_widget .blue-list li a {
    background-color: #4572c3 !important;
    color: white !important;
}
.widget-box-body.links_widget .blue-list li a:hover {
    background-color: #ebebeb !important;
    color: #1cabe2 !important;
}

/* dark-blue color */
.widget-box-body.links_widget .dark-blue-list li a {
    background-color: #1cabe2 !important;
    color: white !important;
}
.widget-box-body.links_widget .dark-blue-list li a:hover {
    background-color: #ebebeb !important;
    color: #1cabe2 !important;
}

/* yellow color */
.widget-box-body.links_widget .yellow-list li a {
    background-color: #f3931f !important;
    color: #1cabe2 !important;
}
.widget-box-body.links_widget .yellow-list li a:hover {
    background-color: #ebebeb !important;
    color: #1cabe2 !important;
}

/* pink color */
.widget-box-body.links_widget .pink-list li a {
    background-color: #ff999a !important;
    color: #1cabe2 !important;
}
.widget-box-body.links_widget .pink-list li a:hover {
    background-color: #ebebeb !important;
    color: #1cabe2 !important;
}

/* sky color */
.widget-box-body.links_widget .sky-list li a {
    background-color: #cbfeff !important;
    color: #1cabe2 !important;
}
.widget-box-body.links_widget .sky-list li a:hover {
    background-color: #ebebeb !important;
    color: #1cabe2 !important;
}

/* gray color */
.widget-box-body.links_widget .gray-list li a {
    background-color: #b6c6e7 !important;
    color: #1cabe2 !important;
}
.widget-box-body.links_widget .gray-list li a:hover {
    background-color: #ebebeb !important;
    color: #1cabe2 !important;
}



/* pagination */
.pagination {
    justify-content: end;
}
.pagination .paginate_button{
    width: auto;
    margin: 3px;
}

.pagination .paginate_button a{
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #e1e7f3;
    color: #1cabe2;
}

.pagination .paginate_button.next a{
    width: auto;
    height: auto;
    border-radius: 5px;
    background-color: #e1e7f3;
    color: #1cabe2;
}
.pagination .paginate_button.previous a{
    width: auto;
    height: auto;
    border-radius: 5px;
    background-color: #e1e7f3;
    color: #1cabe2;
}

.pagination .paginate_button.next a:hover{
    width: auto;
    height: auto;
    border-radius: 0%;
    background-color: #1cabe2;
    color: #fff;
}
.pagination .paginate_button.previous a:hover{
    width: auto;
    height: auto;
    border-radius: 0%;
    background-color: #1cabe2;
    color: #fff;
}

.pagination .paginate_button.active a{
    background-color: #1cabe2;
    color: #fff;
}


/*  select form */
.select-item select {
    padding: 7px 10px;
    border: 1px solid #b6c6e7;
    border-radius: 5px;
    width: 100%;
    background-color: white;
    margin-bottom: 5px;
    font-size: 14px;
}
.filter-form-area label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
}
.select-item .range-select select {
    width: 49%;
}
.input-item input {
    padding: 6px 10px;
    border: 1px solid #b6c6e7;
    border-radius: 5px;
    width: 100%;
    background-color: white;
    font-size: 14px;
}

.filter-form-area .btn {
    line-height: 1;
}
.filter-form-area label,
.filter-form-area input {
    font-size: 14px;
}
.filter-form-area input{
    padding: 7px 10px;
    border-radius: 4px;
    background: white;
    border: 1px solid #b6c6e7;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 4px; */
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    font-size: 0.8em;
    line-height: 20px;
}

.iqair_box{
    background-image: url('../../images/bangladesh.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -20px;
    min-height: 300px;
}
.iqair_box .location_bar{
    background-color: rgba(0,43,108,.5);
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    color: #fff;
    margin-bottom: 20px;
}

.iqair_box .temperature_bar{
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: -4px;
}

.iqair_box .humidity_bar, .iqair_box .air_quality_bar{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
.iqair_box .data_timestamp{
    text-align: center;
    background-color: rgba(255,255,255,.2);
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
}


.pageLoading{
    display: none;
    text-align: center;
    z-index: 9999999999999999999999999;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,.7);
}
.container_working.pageLoading{
    background-color:rgba(0,0,0,.1);
}
.pageLoading.pageLoadingContainer{
    position: absolute;
}
.pageLoading .pageLoadingInner{
    margin-top: 20px;
    background: #ffe600;
    color: #000;
    text-shadow: none;
}
#page_loader_progress_bar {
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    margin-top: 30px;
}
.text-editor img{
    height: auto;
}
.text-editor a, .text-editor a:active, .text-editor a:focus{
    color: #1453fd;
    text-decoration: underline;
}
.text-editor a:visited{
    color: #9d0df7
}
.text-editor a:hover{
    color: #0da1f7;
}
.round_links_widget .hover_label{
    display: none;
}
.round_links_widget ul{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* flex-direction: column; */
    flex-wrap: wrap;
    padding-top: 20px;
}
.round_links_widget li a:hover .init_label{
    display: none;
}
.round_links_widget li a:hover .hover_label{
    display: inline;
}
.round_links_widget li a{
    display: flex;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.round_links_widget li a:hover{
    background-color: rgba(255,255,255,.2);
}
.round_links_widget ul li, .round_links_widget ul li:last-child{
    width: 150px;
    height: 150px;
    position: relative;
    margin-bottom: 20px;
}
[data-id="3_round_links_widget"] .widget-box{
    background-image: url("../../images/white_cloud_blue_sky.jpg");
    background-position: center;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-lg{
    font-size: 1.5rem;
}
.text-xlg{
    font-size: 2rem;
}
.mapael .map {
    /*background-color: #cddee0;*/
    margin-bottom: 10px;
    position: relative;
}

/* For all zoom buttons */
.mapael .zoomButton {
    /*background-color: #fff;
    border: 1px solid #ccc;*/
    color: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    right: 0;

    -webkit-user-select: none;
    -khtml-user-select : none;
    -moz-user-select: none;
    -o-user-select : none;
    user-select: none;
}
.mapael .zoomButton:after{
    font-family: "Font Awesome 6 Free";
    color: #7a7a7a;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 25px;
}
.mapael .zoomButton:hover:after{
    color: #000;
    opacity: 1;
}

.mapael .zoomIn:after{
    content: "\f055";
}
.mapael .zoomOut:after{
    content: "\f056";
}
.mapael .zoomReset:after{
    content: "\f28d";
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 29px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 0;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 59px;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #474c4b;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
}
.mapcontainer{
    width: 100%
}