#pssoft-map-wrapper {
    margin-right: auto;
    margin-left: auto;
}
.backoffice #pssoft-map-wrapper {
    font-family: MappIranSans;
}
#pssoft-locate-user {
    font-family: inherit;
}
#pssoft_lat, #pssoft_lng {
    font-family: inherit;
}
#ps_search {
    font-family: inherit;
}
.search-result-item-title {
    font-size: 13px;
}
.search-result-item-address
{
    font-size: 13px !important;
}
.search-results{
    font-size: 13px !important;
}
#pssoft-map {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
}
#pssoft-map-footer {
    background-color: #d8d6d4;
    padding: 5px;
}
.mapp-container .leaflet-popup {
    bottom: 32px !important;
}
@media (max-width: 767px) {
.leaflet-popup {
    display: none;
}}
.mapp-container .item-set.vertical.reverse .mapp-logo{
    display: none;
}
.mapp-container li, .mapp-container ul
{
    display: none;
}
.mapp-container .popup-header {
    text-align: center;
}
.mapp-container .popup-contents {
    text-align: center;
}
.mapp-container {
    direction: rtl !important;
}
.mapp-container .mapp-anchor.position-direct {
    left: 1rem;
    right: initial !important;
}
.mapp-container .item-set.horizontal:not(.reverse)>.margined-large
{
    margin-left: 0 !important;
}
.mapp-container .item-set.horizontal:not(.reverse) {
    margin-left: 0 !important;
}
.cssmask .mapp-container .item-set .icon.is-large
 {
    -webkit-mask-size: 1rem !important;
    mask-size: 1rem !important;
}
.mapp-container .item-set .icon.is-large {
    width: 1.6rem !important;
    height: 1.6rem !important;
}
.mapp-container .mapp-anchor.top{
    z-index: 998;
}
.pssoft-map-tools{
    display: inline-block;
}

#pssoft-locate-user {
    cursor: pointer;
    font-size: 10px;
    padding: 3.5px 10px;
}

#pssoft_lat , #pssoft_lng {
    max-width: 90px;
}
.pssoft-toast{
    position:fixed;
    bottom:20px;
    left:50%;
    transform:translateX(-50%) translateY(20px);
    background:#333;
    color:#fff;
    padding:10px 16px;
    border-radius:6px;
    font-size:13px;
    opacity:0;
    transition:all .4s ease;
    z-index:9999;
}

.pssoft-toast.show{
    opacity:1;
    transform:translateX(-50%) translateY(0);
}

.pssoft-error{
    background:#d9534f;
}

.pssoft-success{
    background:#5cb85c;
}

.pssoft-info{
    background:#444;
}








input {
  text-align: right;
  direction: rtl;
  border: 0;
  margin: 5px;
}
textarea:focus,
input:focus {
  outline: none;
}
.ps_container {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(255, 255, 255, 0);
  direction: rtl;
  text-align: right;
  font-size: 1.4rem;
}
.search-box {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1000;
  min-width: 250px;
  max-width: 300px;
  z-index: 998;
}
.search-box__item {
  background-color: white;
  margin-top: 3px;
  border-top: none;
  border: 1px solid #a8a7a7;
  border-radius: 5px;
}
.search-results {
  overflow: auto;
  max-height: 40vh;
  display: none;
}
.search-result-item {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
}
.search-result-item img {
  width: 20px;
  margin-left: 5px;
}
.search-result-item-title {
  font-weight: bolder;
}
.search-result-item-address {
  font-size: 1rem;
}
.clear-seach {
  cursor: pointer;
  position: absolute;
  left: 5px;
  padding: 6px;
  font-size: 15px;
  display: none;
}
.btn-seach {
  display:none;  
  background-color: #ff0871;
  height: 32px;
  width: 35px;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  cursor: pointer;
  position: absolute;
  left: 1px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-right: 1px solid #a8a7a7;
  font-size: 13px;
}
.flex-row {
  display: flex;
  flex-direction: row;
  height: 33px;
}
#ps_search{
  font-size: 13px;    
}