/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

.menu-link:hover {
  color: #d25534 !important;
}

.menu-link:active {
  color: #ffffff;
  background-color: #ff5733;
}
.menu-link:focus {
  color: #ffffff;
  background-color: #ff5733;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
  color: #ffffff;
  background-color: #ff5733;
}

@media (min-width: 992px) {
  .sub-menu-container,
  .mega-menu-content {
    border-top: 2px solid #d25534;
  }
}
.top-links-sub-menu,
.top-links-section {
  border-top-color: #d25534;
}

#logo {
  margin-right: 10px;
}

#header .menu-container > .current > a {
  color: #d25534 !important;
}

#header .menu-container > .menu-item > a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8rem;
}

#header .menu-container > .menu-item > a:hover {
  color: #d25534 !important;
}

.header-misc {
  margin-left: 5px;
}

.btn-custom-rounded {
  background: #d25534;
  border-radius: 50px;
  border: 2px solid #d25534;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.btn-custom-rounded:hover {
  background: #fff;
  border: 2px solid #d25534;
  color: #d25534;
}

.btn-custom-rounded-n {
  background: #ffddd5;
  border-radius: 50px;
  border: 2px solid #ffddd5;
  color: #d25534;
  font-weight: 400;
  font-size: 12px;
}

.btn-custom-rounded-n:hover {
  background: #d25534;
  border: 2px solid #d25534;
  color: #fff;
}

.btn-custom-rounded-login {
  background: #ffddd5;
  border-radius: 50px;
  border: 2px solid #d25534;
  color: #d25534;
  font-weight: 400;
  font-size: 12px;
}

.btn-custom-rounded-login:hover {
  background: #d25534;
  border: 2px solid #d25534;
  color: #fff;
}

.btn-custom-default {
  background: #d25534;
  border: 2px solid #d25534;
  color: #fff;
  font-weight: 400;
  /* font-size: 12px; */
}

.btn-custom-default:hover {
  background: #fff;
  border: 2px solid #d25534;
  color: #d25534;
}

.btn-custom-default-search {
  background: #d25534;
  border: 2px solid #d25534;
  color: #fff;
  font-weight: 200;
  /* font-size: 12px; */
}

.btn-custom-default-search:hover {
  background: #fff;
  border: 2px solid #d25534;
  color: #d25534;
}

.button-search {
  background-color: #d25534; /* Green */
  border: none;
  color: white;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}

#slider > .content {
  margin-top: 110px;
  margin-right: auto;
  margin-left: auto;
  /* height:100%; */
  background-color: #fdfdff;
}

#home-number {
  background: linear-gradient(180deg, #e8e8e8 0%, rgba(210, 85, 52, 0.9) 100%);
  min-height: fit-content;
  /* min-height: 150px; */
  padding-left: 0;
  padding-right: 0;
}

#home-to-maps {
  height: 100px;
  background-color: #fff;
}

#home-to-calendar {
  min-height: fit-content;
  background-color: #ffe6e6;
}

.footer-social-media {
  height: 40px;
  width: 40px;
  background-color: #d25534;
  border-radius: 50px;
}

@media (max-width: 600px) {
  .custom-content {
    width: 100vw !important;
  }
}

#map-menu-top-scroll::-webkit-scrollbar {
  display: none;
}

.market-select {
  background-image: linear-gradient(45deg, transparent 50%, #ced4da 60%), linear-gradient(135deg, #ced4da 40%, transparent 50%) !important;
  background-position: calc(100% - 30px) 14px, calc(100% - 20px) 14px, 100% 0;
  background-size: 10px 10px, 10px 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.market-active {
  border-bottom: 5px solid #d25534;
  color: #d25534;
  border-radius: 0;
}

.market-active:hover {
  border-bottom: 5px solid #d25534;
  color: #d25534;
  border-radius: 0;
}

.market-marker:hover {
  border-bottom: 5px solid #d25534;
  color: #d25534;
  border-radius: 0;
}

.market-marker {
  border-radius: 0;
}

.market-image-product-list {
  height: 240px;
  object-fit: cover;
}

.market-social-media {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  box-shadow: -1px 11px 7px -7px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: -1px 11px 7px -7px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: -1px 11px 7px -7px rgba(0, 0, 0, 0.28);
  border: 0;
  padding: 0.3rem;
}

.market-image-to-show {
  display: inline-block;
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 0.25rem;
  filter: opacity(0.5);
  cursor: pointer;
}

.image-choose {
  display: inline-block;
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 0.25rem;
  filter: opacity(1) !important;
}

#event-search {
  position: relative;
  display: inline-block;
}

#event-input-search {
  background: #fff;
  color: #8196aa;
  border-radius: 50px;
  border: 1px solid rgb(81, 81, 81);
  padding: 0.5rem 0.2rem 0.5rem 1rem;
  width: 100%;
}

#event-button-search {
  color: white;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #d25534;
  border-radius: 50px;
  border: 0;
}

.event-button-closest {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  border-radius: 5px;
  padding: 0.4rem 1rem;
  background-color: hsla(200, 100%, 40%, 0.5);
  color: #ffffff;
  border: 1px solid #007fbe;
  margin-right: 1rem;
}

.event-button-closest:hover {
  border-radius: 5px;
  padding: 0.4rem 1rem;
  background-color: #007fbf;
  color: #fff;
  border: 1px solid #007fbf;
}

.event-closest-active {
  border-radius: 5px;
  padding: 0.4rem 1rem;
  background-color: #007fbe;
  color: #fff;
  border: 1px solid #007fbe;
}

.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
  color: #fff !important;
  background-color: #d25534 !important;
  border-color: #d25534 !important;
}

#gotoTop:hover {
  background-color: #d25534;
}

a {
  color: #d25534;
}

.div-form-datepicker .datepicker {
  width: 80%;
  height: 100%;
}

#floating-wa {
  width: 250px;
  height: 50px;
  background-color: #25d366;
  right: -180px;
  position: fixed;
  bottom: 100px;
  border-radius: 8px;
  transition-duration: 1s;
}

#floating-wa:hover {
  right: 10px;
}

.market-padding-right {
  border-right: 2px solid #f0f0f0;
}

@media (max-width: 600px) {
  .market-padding-right {
    border-right: 0;
  }
}

.market-bnt-socmed {
  border-radius: 50px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

#sidebar-cb {
  width: auto;
  height: 820px;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
  position: fixed;
  padding: 20px 25px 30px 25px;
  box-shadow: 10px -1px 11px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px -1px 11px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px -1px 11px -5px rgba(0, 0, 0, 0.75);
  transition: 1s;
  gap: 25px;
}

#sidebar-cb-small {
  width: 81px;
  height: 1400px;
  background-color: #fff;
  border: 0px 1px 0px 0px;
  top: 0;
  left: 0;
  z-index: 999;
  position: fixed;
  padding: 20px;
  /*
  gap: 25px;
  */
  box-shadow: 10px -1px 11px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px -1px 11px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px -1px 11px -5px rgba(0, 0, 0, 0.75);
  transition: 1s;
}

#cd-sidebar-tenant-detail {
  width: 400px;
  height: 100vh;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
  position: fixed;
  padding: 20px;
  box-shadow: 10px -1px 11px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px -1px 11px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px -1px 11px -5px rgba(0, 0, 0, 0.75);
  transition: 1s;
}

/* datepicker */
.datepicker__header {
  background: #d25534;
}
table th {
  color: #888;
}

.datepicker__wrapper {
  background: rgb(255, 255, 255);
  width: 80%;
  padding: 0;
  border: 1px solid #d25534;
}

.datepicker__pane {
  float: left;
  width: 33.333%;
  padding: 0.5rem;
}

.datepicker__pane:not(:first-child) .datepicker__prev,
.datepicker__pane:not(:last-child) .datepicker__next {
  display: none;
}

.datepicker__prev:hover {
  color: #d25534 !important;
  background-color: #444;
}

.datepicker__next:hover {
  color: #d25534 !important;
  background-color: #444;
}

.datepicker__day div:hover,
.datepicker__day.is-highlighted:not(.is-selected) div {
  background: #d25534;
  color: #fff;
}

.datepicker__daynum {
  color: #d25534;
}
.datepicker__daynum:hover {
  color: #fff;
}

.datepicker__day.is-selected div:hover {
  background: #d25534;
}

.datepicker__day.is-disabled.is-selected div,
.datepicker__day.is-otherMonth.is-selected div,
.datepicker__day.is-disabled.is-selected + .is-selected div::before,
.datepicker__day.is-otherMonth.is-selected + .is-selected div::before {
  background: #444;
}

.datepicker__day.is-disabled .datepicker__daynum,
.datepicker__day.is-otherMonth .datepicker__daynum {
  color: #444;
}

.datepicker__day.is-disabled.is-selected .datepicker__daynum,
.datepicker__day.is-otherMonth.is-selected .datepicker__daynum {
  color: rgba(255, 255, 255, 0.1);
}
.datepicker__cal thead tr th {
  color: #d25534;
}
.datepicker__cal tbody tr .is-today {
  color: #d25534;
}
/* datepicker */
