﻿.list-loading-wrapper {
    background: rgba(230, 230, 230, 0.37);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.list-loading-wrapper .list-loading {
    background: url(../_images/list-loading.gif) no-repeat center center #fff;
    border-radius: 12px;
    box-shadow: 0 0 35px 1px #ddd;
    position: absolute;
    left: calc(50% - 110px);
    top: 75px;
    text-align: center;
    width: 220px;
    height: 128px;
    opacity: 0.8;
    padding-top: 100px;
}

.mbd-list-default {
    display: block;
    position: relative;
    padding: 5px;
    margin: 0;
}

.mbd-list-default .ld-item {
    background-color: #f2f2f2;
    border: solid 1px #ddd;
    margin-bottom: 25px;
    padding: 0;
    height: 300px;
}

.mbd-list-default .ld-image-weapper {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
}

.mbd-list-default .ld-image-weapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    max-height: 150px;
}

.mbd-list-default .ld-title {
    margin: 12px 12px 5px;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
}

.mbd-list-default .ld-title>a {
    color: #333;
    text-decoration: none;
}

.mbd-list-default .ld-categories {
    padding: 10px;
    font-size: 14px;
}

.mbd-list-default .ld-rate {
    margin: 0 10px;
}

.mbd-list-RepresentativeMap .ItemParrent {
    border-top: 0.1em solid var(--text-bg-light-1);
    padding: 0.57em 0.28em;
    direction:rtl;
}

.mbd-list-RepresentativeMap {
    border-bottom: 0.1em solid var(--text-bg-light-1);
    height: 28.5rem;
    overflow-y: scroll;
    direction:ltr;
}
/* width */
.mbd-list-RepresentativeMap::-webkit-scrollbar {
  width: 0.428em;
}

/* Track */
.mbd-list-RepresentativeMap::-webkit-scrollbar-track {
  background: var(--text-bg-light-1);
     border-radius:1rem;
}

/* Handle */
.mbd-list-RepresentativeMap::-webkit-scrollbar-thumb {
  background: var(--Primary-Main-Color);
}


.mbd-list-RepresentativeMap .ItemParrent svg {
    max-width: 1.4rem;
    max-height: 1.4rem;
    stroke: var(--Primary-Main-Color);
}

.mbd-list-RepresentativeMap .ItemParrent .ItemFooter>div {
    flex: 1 0 50%;
}
.ListResult{
    margin: 3.6rem 0;
}
.row,
[mbd-ng-app="MyDnnBusinessDirectoryApp"] .sd-fields:not(.noscope)>.ng-scope,
[mbd-ng-app="MyDnnBusinessDirectoryApp"] .sd-fields:not(.noscope)>.ng-scope>fieldset {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-2 * var(--bs-gutter-y));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
}