.dropdown-toggle::after {
  display: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width {
  width: 2rem;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  font: 30px;
  font-weight: 500;
  margin-left: 3px;
}

.nav_user-button {
  outline: none;
  border: 1px solid #1d234e;
  padding: 6px 15px;
  border-radius: 50px;
  background-color: #ffffff;
}

.nav_user-button .bi-list {
  font-size: 20px;
  color: #1d234e;
}

.nav_user-button .bi-person-circle {
  font-size: 18px;
  margin-right: 10px;
  color: #1d234e;
}

.navbar-nav .nav-item {
  margin-right: 14px;
}
.navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 400;
  color: rgba(29, 35, 78, 1);
}

.navbar {
  padding: 10px 0;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.nav-button {
  display: flex;
  align-items: center;
  border: 1px solid #1d234e;
  padding: 4px 10px;
  border-radius: 10px;
}

.dropdown-menu {
  border-radius: 14px;
  border: 1px solid #dddddd;
}

.dropdown-menu li {
  padding: 5px 0;
}
.dropdown-item {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #1d234e;
}

.home-buy-header {
  margin-top: 24px;
  margin-bottom: 24px;
}

.home-buy-header h2 {
  font-size: 30px;
  color: #1d234e;
  font-weight: 500;
}
.home-buy-header p {
  font-size: 18px;
  color: #1d234e;
  font-weight: 400;
}

.input-search {
  display: flex;
  align-items: center;
  position: relative;
}

.bi-search {
  position: absolute;
  margin-left: 10px;
  font-size: 16px;
  color: #1d234e;
}

.top-input {
  height: 40px;
  padding: 6px;
  padding-left: 38px;
  border-width: 1px;
  border-color: #1d234e;
  border-radius: 10px;
}

.buy {
  height: 40px;
  border-radius: 10px 0 0 10px;
  border-width: 1px;
  border-color: #1d234e;
  background-color: #1d234e;
  font-size: 14px;
  color: white;
}
.buy:hover {
  background-color: #1d234e;
  color: white;
}
.rent {
  height: 40px;
  border-radius: 0 10px 10px 0;
  border-width: 1px;
  border-left: 0;
  border-color: #1d234e;
  background-color: white;
  color: black;
  font-size: 14px;
}
.rent:hover {
  background-color: white;
  color: black;
  border-color: #1d234e;
}

.custom-select-button {
  height: 40px;
  border: 1px solid #1d234e;
  border-radius: 10px;
  color: black;
  cursor: pointer;
}

.bi-chevron-down {
  margin-left: 8px;
  color: black;
  font-weight: bold;
}

.custom-button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
  color: black;
  border: 1px solid #1d234e;
  text-wrap: nowrap;
}

.custom-button:hover {
  background-color: white;
  color: black;
  border-color: #1d234e;
}

.custom-alert-button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d234e;
  color: white;
  border-radius: 10px;
  padding-left: 14px;
  padding-right: 14px;
  text-wrap: nowrap;
}
.custom-alert-button:hover {
  background-color: #1d234e;
}

.bi-filter {
  margin-right: 6px;
  font-size: 20px;
}

.bi-bell {
  color: white;
  margin-right: 6px;
}

.list-btn {
  height: 40px;
  background-color: white;
  color: black;
  border: 0;
}
.list-btn:hover {
  background-color: white;
  border: 0;
}
.map-btn {
  height: 40px;
  background-color: white;
  color: gray;
  border: 0;
}
.map-btn:hover {
  background-color: white;
  border: 0;
}

.default-product-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.default-product-order div p {
  color: #1d234e;
  font-size: 14px;
}

.default-order-button {
  background-color: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 10px;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  font-family: "Amazon Ember", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  vertical-align: middle;
}

/* card  */
.home-card {
  padding: 10px;
}

.home-card h5 {
  font-size: 16px;
  color: #1d234e;
}

.card-intro {
  font-size: 13px;
  color: #1d234e;
}

.card-room {
  font-weight: 500;
  color: #1d234e;
  font-size: 13px;
}

.card-money p {
  font-size: 17px;
  font-weight: 600;
  color: #1d234e;
  margin-bottom: 0;
}

.card-money img {
  margin-left: 8px;
}

.card-number {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: #1d234e;
}

.card-number i {
  font-size: 15px;
  color: #1d234e;
}

/* card footer  */
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.card-footer p {
  font-size: 13px;
  font-weight: 400;
  color: #1d234e;
}

.card-footer-left {
  display: flex;
  align-items: center;
}

.card-footer-right {
  display: flex;
  align-items: center;
}
