/*
 * Egypt Villas - Filter Share URL Bridge v1
 */
.ev-share-filter-url {
  min-height: 42px;
  white-space: nowrap;
}

.ev-share-url-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147483647;
  background: #102c46;
  color: #fff;
  border: 1px solid rgba(234,217,161,.35);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 900;
  box-shadow: 0 18px 55px rgba(0,0,0,.32);
  direction: rtl;
  text-align: center;
}

@media(max-width:760px){
  .ev-share-filter-url {
    width: 100%;
    justify-content: center;
  }

  .ev-share-url-toast {
    left: 12px;
    right: 12px;
    bottom: 18px;
    border-radius: 16px;
  }
}
