/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./source/components/SearchSection/styles/SearchSection.style.scss ***!
  \**********************************************************************************************************************************************************/
.search-section-wrapper .search-form {
  display: flex;
  column-gap: 1rem;
  align-items: flex-end;
}
.search-section-wrapper .coupon-search {
  width: 20rem;
}
.search-section-wrapper .city-search {
  width: 10rem;
}
.search-section-wrapper .property-search {
  width: 14rem;
}
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./source/components/Configurations/ConfigModal.styles.scss ***!
  \***************************************************************************************************************************************************/
.config-wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.date-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./source/components/Configuration/styles/Configuration.style.scss ***!
  \**********************************************************************************************************************************************************/
.button-wrapper {
  display: flex;
  gap: 2rem;
}

.blue-cell .ant-picker-cell-inner {
  background-color: #b9b9e2 !important;
}

.pink-cell .ant-picker-cell-inner {
  background-color: green !important;
}

.green-cell .ant-picker-cell-inner {
  background-color: green !important;
}

.white-cell .ant-picker-cell-inner {
  background-color: white !important;
}
