@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap');

body {
  direction: rtl;
  font-family: 'Rubik', sans-serif !important;
}
footer {
  /* margin-top: 40px; */
  padding: 25px;
  background: #ededed;
  text-align: center;
}
.navbar {
  border-radius: 0 !important;
}
.navbar-brand {
  padding: 5px !important;
}

.navbar-right {
  display: flex;
}
#logo {
  max-width: 65px;
}

h1.page-header {
  margin-top: -5px;
}

.sidebar {
  padding-left: 0;
}

.container {
  margin-bottom: 40px;
}

.main-container {
  background: #fff;
  padding-top: 15px;
  margin-top: -20px;
}

.city_title {
  background: #6e8ba5;
  color: white;
  font-size: 20px;
  padding: 0px 5px;
  text-align: center;
}

a {
  text-decoration: none !important;
}

#addads a {
  background: darkorange !important;
  color: white;
}

.table > tbody > tr > td {
  vertical-align: middle !important;
  border-top: 0 !important;
}

/* .selectCity {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
} */

.creactuser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.lead {
  display: grid;
}
.all_ads .img_ads {
  /* width: 45px; */
}
.actions {
  display: flex;
}

.adcity_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border: 1px solid #cfcfcf;
  justify-content: space-between;
  margin-bottom: 15px;
}
.adcity_item button {
  background: #e30606;
  color: white;
  font-size: 25px;
  margin: 5px;
  box-shadow: 3px 3px 4px 0px #b3b3b3;
  border: 1px solid #292929;
  border-radius: 5px;
}
.gallery_user {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  gap: 10px;
}
.gallery_user img {
  width: 100%;
}
@media (max-width: 768px) {
  .rtl {
    display: grid;
  }
  .navbar-right {
    display: block;
    padding: 0 !important;
  }
  .lead {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .tabs-container {
    overflow: scroll;
  }
  .label-success,
  .label-warning {
    font-size: 20px !important;
  }
  .offer-content h3 {
    font-size: 19px;
    font-weight: 600;
  }
  .gallery_user {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.cke_notifications_area {
  display: none !important;
}


.building-selector {
  position: relative;
  margin-top: 10px;
}

.buildings-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.building-item {
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.building-item:hover {
  background-color: #f5f5f5;
}

.selected-buildings {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.selected-building-tag {
  background-color: #e3f2fd;
  border: 1px solid #90caf9;
  border-radius: 16px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.remove-building {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 0 4px;
}

.remove-building:hover {
  color: #f44336;
}