.blockUI {
    z-index: 999999999 !important;
    border: none !important;
    background-color: transparent !important;
    width: 5% !important;
    top: 47% !important;
    left: 47% !important;
}

.blockUI img {
    width: 100%;
    border-radius: 50% !important;
}

.parsley-errors-list {
    color: red;
}
.view-page .wrapper .accordion-tabs .card .card-body .media-holder #map {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.rtl-style {
    left: auto !important;
}
.rtl-style .st-toggle {
    display: none;
}
.rtl-style .st-btn.st-hide-label:hover {
    width: 48px !important;
}
.placeholder-img {
    transform: none !important;
}
.loc-box .map #map {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.view-page .wrapper__block--types .map-loc #map {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}
.alert .header p {
    /* background-color: #fff5e9; */
    border: none;
}

.alert .header p::after {
    /* background-color:#FFF5E9 ; */
}
.counter-item .count-img {
    max-width: 100px !important;
}
button.btn.btn_apply.w-100 {
    background: #7358a5;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
}

img{
    object-fit: cover;
}