.qsuppliers-stores-search-container {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  margin: 0;
  padding: 0;
  background-color: rgba(3, 5, 25, 0.95);
  display: none;
  color: #333333;
}
.qsuppliers-stores-search-container .qsuppliers-stores-search-content {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-search-container .qsuppliers-stores-search-content {
    padding: 20px;
  }
}
.qsuppliers-stores-search-container .qsuppliers-stores-search-content .qsuppliers-search-label {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  max-width: 650px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
}
.qsuppliers-stores-search-container .qsuppliers-stores-search-content .qsuppliers-search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1607843137);
  background-color: #FFFFFF;
  height: 80px;
  width: 584px;
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-search-container .qsuppliers-stores-search-content .qsuppliers-search-container {
    width: 100%;
  }
}
.qsuppliers-stores-search-container .qsuppliers-stores-search-content .qsuppliers-search-container #qsuppliers_poscode_search {
  height: 100%;
  margin: 0;
  width: calc(100% - 200px);
  padding: 30px;
  font-size: 18px;
  line-height: 24px;
  border: 0;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #4D5569;
  outline: 0;
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-search-container .qsuppliers-stores-search-content .qsuppliers-search-container #qsuppliers_poscode_search {
    width: calc(100% - 120px);
    padding: 10px;
    font-size: 13px;
    line-height: 17px;
  }
}
.qsuppliers-stores-search-container .qsuppliers-stores-search-content .qsuppliers-search-container #qsuppliers_poscode_search:focus {
  outline: 0;
}
.qsuppliers-stores-search-container .qsuppliers-stores-search-content .qsuppliers-search-container #qsuppliers_poscode_search::placeholder {
  font-size: 18px;
  line-height: 24px;
  color: #4D5569;
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-search-container .qsuppliers-stores-search-content .qsuppliers-search-container #qsuppliers_poscode_search::placeholder {
    font-size: 13px;
    line-height: 17px;
  }
}
.qsuppliers-stores-search-container .qsuppliers-stores-search-content .qsuppliers-search-container .qsuppliers-search-btn {
  margin: 0;
  width: 200px;
  height: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 0;
  background-color: #AD9274;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 125ms ease-in-out;
  outline: 0;
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-search-container .qsuppliers-stores-search-content .qsuppliers-search-container .qsuppliers-search-btn {
    width: 120px;
    font-size: 13px;
    line-height: 17px;
  }
}
.qsuppliers-stores-search-container .qsuppliers-stores-search-content .qsuppliers-search-container .qsuppliers-search-btn:focus {
  outline: 0;
}
.qsuppliers-stores-search-container .qsuppliers-stores-search-content .qsuppliers-search-container .qsuppliers-search-btn:hover {
  background-color: #000000;
}
.qsuppliers-stores-search-container label {
  color: #333333;
}

.qsuppliers-search-label-alert,
.qsuppliers-search-postcode-alert {
  color: #d84e4e;
  font-size: 18px;
  line-height: 24px;
  max-width: 100%;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  display: none;
  text-align: center;
  padding: 10px 50px;
}

.qsuppliers-stores-choice-container {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  margin: 0;
  padding: 0;
  background-color: rgba(3, 5, 25, 0.95);
  display: none;
  color: #333333;
}
.qsuppliers-stores-choice-container .qsuppliers-stores-choice-content {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qsuppliers-stores-choice-container .qsuppliers-stores-choice-content.active {
  justify-content: center;
}
.qsuppliers-stores-choice-container .qsuppliers-stores-choice-content .qsuppliers-label,
.qsuppliers-stores-choice-container .qsuppliers-stores-choice-content .qsuppliers-no-shop {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  color: #AD9274;
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-choice-container .qsuppliers-stores-choice-content .qsuppliers-label,
.qsuppliers-stores-choice-container .qsuppliers-stores-choice-content .qsuppliers-no-shop {
    font-size: 18px;
    line-height: 24px;
  }
}
.qsuppliers-stores-choice-container .qsuppliers-stores-choice-content .qsuppliers-no-shop {
  text-align: center;
}
.qsuppliers-stores-choice-container label {
  color: #333333;
}

.qsuppliers-close-container {
  position: fixed;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 32px;
  z-index: 1000;
}

.qsuppliers-stores-form-container {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-form-container {
    width: 100%;
  }
}
.qsuppliers-stores-form-container .qsuppliers-search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1607843137);
  background-color: #FFFFFF;
  height: 60px;
  width: calc(100% - 200px);
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-form-container .qsuppliers-search-container {
    width: 100%;
  }
}
.qsuppliers-stores-form-container .qsuppliers-search-container #_qsuppliers_poscode_search {
  height: 100%;
  margin: 0;
  width: calc(100% - 200px);
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
  border: 0;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #4D5569;
  outline: 0;
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-form-container .qsuppliers-search-container #_qsuppliers_poscode_search {
    width: calc(100% - 110px);
    padding: 10px;
    font-size: 13px;
    line-height: 17px;
  }
}
.qsuppliers-stores-form-container .qsuppliers-search-container #_qsuppliers_poscode_search:focus {
  outline: 0;
}
.qsuppliers-stores-form-container .qsuppliers-search-container #_qsuppliers_poscode_search::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #4D5569;
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-form-container .qsuppliers-search-container #_qsuppliers_poscode_search::placeholder {
    font-size: 13px;
    line-height: 17px;
  }
}
.qsuppliers-stores-form-container .qsuppliers-search-container .qsuppliers-search-btn {
  margin: 0;
  width: 200px;
  height: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-radius: 0;
  background-color: #AD9274;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 125ms ease-in-out;
  outline: 0;
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-form-container .qsuppliers-search-container .qsuppliers-search-btn {
    width: 110px;
    font-size: 13px;
    line-height: 17px;
  }
}
.qsuppliers-stores-form-container .qsuppliers-search-container .qsuppliers-search-btn:focus {
  outline: 0;
}
.qsuppliers-stores-form-container .qsuppliers-search-container .qsuppliers-search-btn:hover {
  background-color: #000000;
}

.qsuppliers-stores-choice-form {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 50px 50px 100px;
  overflow-y: auto;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .qsuppliers-stores-choice-form {
    width: 100%;
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-choice-form {
    padding: 20px;
  }
}
.qsuppliers-stores-choice-form .qsuppliers-search-container {
  margin: 10px 0;
}
.qsuppliers-stores-choice-form .qsuppliers-search-container input {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border-bottom: 1px solid #BABABA;
}
.qsuppliers-stores-choice-form .qsuppliers-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.qsuppliers-stores-choice-form .qsuppliers-list .qsuppliers-items {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 600px;
}
@media only screen and (max-width: 600px) {
  .qsuppliers-stores-choice-form .qsuppliers-list .qsuppliers-items {
    max-height: initial;
    overflow-x: auto;
  }
}
.qsuppliers-stores-choice-form .qsuppliers-list .qsuppliers-item {
  background-color: #ffffff;
  display: flex;
  border: 4px solid transparent;
  border-radius: 4px;
  padding: 0;
  margin: 5px 0;
  transition: all 125ms ease-in-out;
  cursor: pointer;
}
.qsuppliers-stores-choice-form .qsuppliers-list .qsuppliers-item:hover {
  border-color: #AD9274;
  background-color: #e6e6e6;
}
.qsuppliers-stores-choice-form .qsuppliers-list .qsuppliers-item .item-field {
  width: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #BABABA;
}
.qsuppliers-stores-choice-form .qsuppliers-list .qsuppliers-item .item-info {
  width: 100%;
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.qsuppliers-stores-choice-form .qsuppliers-list .qsuppliers-item .item-info .store-name {
  font-weight: 700;
  text-transform: uppercase;
}
.qsuppliers-stores-choice-form .qsuppliers-list .qsuppliers-item .store-days {
  font-size: 10px;
  width: 100%;
  display: none;
  border: 1px dotted grey;
}
.qsuppliers-stores-choice-form .qsuppliers-list .qsuppliers-item .store-days .day-item {
  padding: 3px;
}
.qsuppliers-stores-choice-form .qsuppliers-list .qsuppliers-item .item-delivery {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #AD9274;
  font-weight: 600;
}
.qsuppliers-stores-choice-form .qsuppliers-list .qsuppliers-item .item-delivery > div {
  text-align: center;
}
.qsuppliers-stores-choice-form .qsuppliers-list .qsuppliers-item .item-delivery input[type=checkbox] {
  margin-top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border-color: #BABABA;
}
.qsuppliers-stores-choice-form .__store-days {
  font-size: 10px;
  width: 100%;
  border: 1px dotted grey;
  background-color: #ffffff;
  display: none;
}
.qsuppliers-stores-choice-form .__store-days .day-item {
  padding: 0;
  display: flex;
  align-items: center;
}
.qsuppliers-stores-choice-form .__store-days .day-item .day {
  width: 100px;
  padding: 3px;
  text-transform: uppercase;
}
.qsuppliers-stores-choice-form .__store-days .day-item .hours {
  width: calc(100% - 100px);
  padding: 3px;
}
.qsuppliers-stores-choice-form button.qsuppliers-btn {
  display: block;
  width: 100%;
  border: 1px solid #24b9d7;
  padding: 10px;
  background-color: #24b9d7;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
}

.qsuppliers-map {
  width: 50%;
  height: 100%;
  background-color: #e6e6e6;
}
@media only screen and (max-width: 1024px) {
  .qsuppliers-map {
    display: none !important;
  }
}
.qsuppliers-map .leaflet-popup .leaflet-popup-content-wrapper {
  background-color: #AD9274;
  border-radius: 5px;
}
.qsuppliers-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  font-size: 16px;
  color: #000D2E;
}
.qsuppliers-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .store-name {
  font-weight: 700;
  text-transform: uppercase;
  color: #000D2E;
  margin-bottom: 15px;
  display: flex;
  border-bottom: 1px solid;
}
.qsuppliers-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .day-item {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.qsuppliers-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .day-item .day {
  width: 100px;
  padding: 3px;
  text-transform: uppercase;
}
.qsuppliers-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .day-item .hours {
  width: calc(100% - 100px);
  padding: 3px;
}
.qsuppliers-map .leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip {
  background-color: #AD9274;
}

.qsuppliers-add-to-cart-hidden {
  display: none;
}

.qsuppliers-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.95);
  z-index: 8880;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qsuppliers-loader .lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.5);
}
.qsuppliers-loader .lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite;
}
.qsuppliers-loader .lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.qsuppliers-loader .lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.qsuppliers-loader .lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.qsuppliers-loader .lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.qsuppliers-loader .lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.qsuppliers-loader .lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.qsuppliers-loader .lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.qsuppliers-loader .lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.qsuppliers-loader .lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

#qsupplier_user_store {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
  white-space: nowrap;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid white;
  border-left: 1px solid white;
  background-color: #05081B;
  z-index: 8000;
}
#qsupplier_user_store i {
  margin: 0 5px;
  font-size: 18px;
}
#qsupplier_user_store span {
  text-transform: uppercase;
  font-size: 14px;
}

.qsuppliers-stores-calendar-container {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6000;
  margin: 0;
  padding: 30px 0 0;
  background-color: #f5f5f5;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .qsuppliers-stores-calendar-container {
    padding: 10px 0 0;
  }
}
.qsuppliers-stores-calendar-container .stores-calendar-text {
  position: relative;
  text-align: center;
  padding: 10px 10px 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .qsuppliers-stores-calendar-container .stores-calendar-text {
    font-size: 18px;
  }
}
.qsuppliers-stores-calendar-container .stores-calendar-notice {
  position: relative;
  text-align: center;
  padding: 10px;
}
.qsuppliers-stores-calendar-container .stores-calendar-container {
  position: fixed;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 15%;
}
@media only screen and (max-width: 768px) {
  .qsuppliers-stores-calendar-container .stores-calendar-container {
    top: auto;
    bottom: 15%;
  }
}
.qsuppliers-stores-calendar-container .stores-calendar-modal-event {
  position: fixed;
  top: 50%;
  width: 50vw;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(3, 5, 25, 0.95);
  display: none;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .qsuppliers-stores-calendar-container .stores-calendar-modal-event {
    width: 95vw;
    height: 80vh;
  }
}
.qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-title {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  background-color: #ad9274;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-title {
    font-size: 16px;
  }
}
.qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-hours {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-hours {
    max-width: 100%;
    padding: 0 20px;
    justify-content: center;
  }
}
.qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-hours .event-hours {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  width: 18%;
  transition: all 125ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-hours .event-hours {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    justify-content: center;
  }
}
.qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-hours .event-hours .bullet {
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(173, 146, 116, 0.7);
}
@media only screen and (max-width: 768px) {
  .qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-hours .event-hours .bullet {
    display: none;
  }
}
.qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-hours .event-hours:hover {
  color: #ad9274;
}
.qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-hours .event-hours:hover .bullet {
  background-color: #ad9274;
}
.qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-btn button {
  width: auto;
  margin: 30px auto;
  background-color: #ad9274;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  padding: 0 15px;
  height: 50px;
  border: none;
  cursor: pointer;
  transition: all 125ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-btn button {
    font-size: 14px;
  }
}
.qsuppliers-stores-calendar-container .stores-calendar-modal-event .calendar-modal-event-btn button:hover {
  background-color: white;
  color: rgba(3, 5, 25, 0.95);
}
.qsuppliers-stores-calendar-container .stores-calendar-btn {
  position: fixed;
  left: calc(10% - 10px);
  right: calc(10% - 10px);
  bottom: 5%;
  display: flex;
}
.qsuppliers-stores-calendar-container .stores-calendar-btn button {
  cursor: pointer;
  width: 100%;
  margin: 10px;
  padding: 10px;
  background-color: rgba(3, 5, 25, 0.95);
  color: white;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  height: 50px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .qsuppliers-stores-calendar-container .stores-calendar-btn button {
    font-size: 14px;
  }
}
.qsuppliers-stores-calendar-container .stores-calendar-btn button:hover {
  background-color: #ad9274;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  div#qsuppliers_calendar {
    height: 440px !important;
  }
}

.fc .fc-button:disabled {
  display: none !important;
}

.fc .fc-toolbar-title {
  text-transform: uppercase;
  background-color: #ad9274;
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .fc .fc-toolbar-title {
    font-size: 14px;
  }
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child),
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child),
.fc .fc-button-primary {
  background-color: #ad9274;
  padding: 10px;
  border-radius: 5px;
  border: none;
  outline: 0;
  color: white;
  margin-left: 5px;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child):focus,
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child):focus,
.fc .fc-button-primary:focus {
  outline: 0;
  box-shadow: none;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child):hover,
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child):hover,
.fc .fc-button-primary:hover {
  background-color: rgba(3, 5, 25, 0.95);
  color: white !important;
}

.fc .fc-view-harness table.fc-scrollgrid {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(3, 5, 25, 0.95);
}

.fc-theme-standard td, .fc-theme-standard th {
  border: 1px solid rgba(3, 5, 25, 0.25);
}

.fc-theme-standard td.fc-daygrid-day {
  cursor: pointer;
  transition: all 125ms ease-in-out;
}
.fc-theme-standard td.fc-daygrid-day:hover {
  background-color: rgba(173, 146, 116, 0.5);
}

/*# sourceMappingURL=qcustomer_front.css.map*/