@import url("../fonts/FrutigerLTArabic/fonts.css");

:root {
    --bs-body-font-family: 'FrutigerLTArabic', "Droid Arabic Kufi", "HelveticaNeue", sans-serif;
}

body {
    direction: ltr;
    margin: 0;
    font-family: var(--bs-body-font-family);
}

.detail-box {
  left: 50%;
  transform: translateX(-50%);
}

.map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: 100%;
}

.card {
  height: calc(100vh - 1.25rem);
}

.tabs-container {
  position: relative;
  height: 80%;
}

.tabs {
  position: relative;
  height: 90%;
}

.container.profile-area .btn.btn-primary {
  padding-bottom: 24px !important;
}

table.bg_white tr td img {
  padding: 0 !important;
  margin-top: -7px !important;
}

.detail-box .ms-3 {
  margin-left: 1rem !important;
  margin-right: initial !important;
}
.detail-box .mb-0.text-white .me-2 {
  margin-left: initial !important;
  margin-right: 0.5rem !important;
}
