.loading-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.loading {
    width: 100%;
    text-align: center;
}

.loading .loading-title {
    line-height: 20px;
    font-size: 18px;
}

.slider-img-div {
    width: 150px;
    max-width: 150px;
    height: 250px;
    max-height: 250px;
    border-right: 1px solid #c7cacc;
    border-bottom: 1px solid #c7cacc;
    display: table-cell;
    padding: 0;
}

.slider-img-div img {
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
}

.slider-img-div a {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.filter-div {
    margin: 2pt;
}

.filter-checkbox {
    margin-right: 4pt !important;
    width: 16px !important;
    height: 16px !important;
}

.filter-count {
    margin-left: 2px;
    color: #aaa
}

.map-icon-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
}

.first-popover-div {
    padding: 1px !important;
}

.ant-popover {
    width: fit-content !important;
    padding-top: 2px !important;
    padding-right: 5px !important;
    max-width: 800px !important;
    z-index: 10000 !important;
    padding-bottom: 25px !important;
}

.ant-popover-inner-content {
    padding: 1px !important;
}

.ant-popover-arrow {
    background: white;
    width: 40px !important;
    height: 40px !important;
}

.map-popover-content {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 20px;
}

.map-popover-content a {
    cursor: pointer;
    margin-top: 2px;
    text-decoration: none;
}

.map-popover-content a:hover {
    color: red;
    text-decoration: underline;
}

.el-popper .popper__arrow {
    border-width: 15px !important;
    bottom: -30px !important;
    border-top-color: white !important;
}

.img-popover-close {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.popover-item-li {
    width: fit-content;
    padding: 0;
    margin: 0;
    list-style: square;
    color: #1f82c0;
}

.map-selector-float-div {
    position: absolute;
    padding: 10px;
    width: fit-content;
    height: fit-content;
    right: 0px;
    top: 0px;
    z-index: 1000;
    background: whitesmoke;
    border: 2px solid #c7c5c5;
    border-radius: 3px;
}

.map-selector-float-div label {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 15px;
}

.map-selector-float-div input {
    vertical-align: middle;
    width: 16px !important;
    height: 16px !important;
    margin: 2px 0 0;
}

.map-selector-float-div label img {
    width: 25px;
    margin-top: -6px
}

.map-selector-float-div label span {
    margin-left: -6px;
}

