@import "./assets/font/font-peyda.css";

html,
body {
  font-family: Peyda;
  height: 100%;
  width: 100%;
  /* padding: 0.5rem; */
  margin: 0;
  background-color: #000;
  text-align: right;
  direction: rtl;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  max-height: 150px;
  max-width: 64px;
  width: 100%;
}

.header {
  font-size: 1rem;
  padding: 0.75rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  border: 1px solid #181f3047;

  div {
    background: #ffc1073b;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    color: #181f30;
    font-weight: bold;
  }
}

.call-box {
  background-color: #000;
  color: #fff;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
}

.call-box-title {
  font-size: 2rem;
  margin: 1.5rem;
  font-weight: bolder;
  text-align: center;
}

.call-box-badge {
  font-size: 1rem;
  font-weight: 400;
  background: #2f3952;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  width: 7rem;
  margin-left: 1rem;
  margin-right: auto;
  margin-top: 1rem;
  color: #e7c358;
}

.call-box-phone {
  direction: ltr;
  font-size: 1.25rem;
  color: #ffedb1 !important;
  text-decoration: none !important;
}

.call-box-button {
  font-size: 1rem;
}

.box-white {
  background: var(--bs-light);
  padding: 1rem 0 1rem 1rem;
  line-height: 2.5;
}

.box-white-title {
  background-color: #2b2b2b;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  max-width: 210px;
}

.box-green {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  background: #87c88b;
}

.bg-body-tertiary {
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  border: 1px solid #181f3047;
  background: transparent !important;
}

.nav-item {
  margin: 0 1rem;
}

.nav-link {
  width: fit-content;
}

.active {
  font-weight: bold;
  border-bottom: 2px solid #ffc107;
}

.bg-map {
  background: url('./assets/svg/map.svg');
  width: 100%;
  height: 100vh;
}

.nearest-helper {
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  color: #777;
  ;

}

.footer {
  padding: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 3;
  background: #333;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  color: #fff;

  li {
    list-style: none;
  }

  a {
    text-decoration: none;
    color: #b5b5b5;
  }
}