.navbar-inverse, footer {
  background-color: #001CC7;
  border-color: #001CC7;
  color: white;
}

.navbar-brand span,
.navbar a:hover, .navbar a:active, .navbar a:focus, .navbar .material-icons {
  color: white;
}

.navbar .btn-invisible, .navbar .btn-invisible:hover {
  border-color: white;
  color: white;
}

.vendor-home-page {
  background-color: #f5f5f5;
  background-image: url(../img/banner.jpg);
  background-image: url(../img/banner_full.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
}

.white-box {
  width: 600px;
  max-width: 100%;
  margin: 35px auto;
  background: white;
  padding: 50px;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
  position: relative;
}

/* user reservations*/
.user-reservations-radio-group {
  display: flex;
  flex-direction: column;
  margin: 0px 0;
}

.user-reservations-radio-button {
  margin: 5px;
}

/* offer edit */
.selected-date {
  background-color: rgba(0, 28, 199, 0.8);
  border-radius: 50%;
}

mat-month-view .start-date {
  background-color: rgba(0, 179, 248, 1);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top: 1px solid #fff;
}

mat-month-view .range-date {
  background-color: rgba(0, 179, 248, 1);
  border-top: 1px solid #fff;
}

mat-month-view .end-date {
  background-color: rgba(0, 179, 248, 1);
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top: 1px solid #fff;
}

mat-month-view .single-day {
  background-color: rgba(0, 179, 248, 1);
  border-radius: 50%;
  border-top: 1px solid #fff;
}

mat-month-view .selected-date {
  background-color: rgba(0, 28, 199, 0.59);
  border-radius: 50%;
}

.mat-calendar-body-label {
  visibility: hidden;
}

.alert {
  margin-bottom: 10px;
}

p.error {
  margin: -5px 0 10px !important;
}

a.learn-more {
  position: relative;
  top: -18px;
  font-size: 12px;
}

.front-pic-preview {
  width: 100%;
}

.mat-expansion-panel-header {
  background-color: #f5f5f5;
  height: auto !important;
  padding: 16px 24px !important;
}

.mat-expansion-panel-header.mat-expanded:focus, .mat-expansion-panel-header.mat-expanded:hover {
  background-color: #efefef !important;
}

.mat-expansion-panel-body {
  padding: 30px 24px 0px !important;
}

mat-expansion-panel .loader-drop .mat-progress-spinner {
  margin: 25% auto;
}

.mat-radio-label-content,
.mat-form-field.edit-offer-features-selection,
.edit-offer-features-selection .mat-standard-chip,
.mat-form-field.edit-offer-attractions-selection,
.edit-offer-attractions-selection .mat-standard-chip {
  font-size: 12px;
  line-height: 1em;
  margin-left: 1em;
}

.mat-form-field.edit-offer-features-selection {
  margin-top: 10px;
}

.features-form {
  margin-top: 20px;
}

.dropdown-additional-selection {
  opacity: 0.75;
  font-size: 0.75em;
}

.drag-drop-image-list {
  margin-top: 10px;
}

.drag-drop-image {
  height: 60px;
  margin-bottom: 3px;
  background: #f5f5f5;
  cursor: pointer;
  position: relative;
}

.drag-drop-image.delete {
  background: #eee;
  opacity: 0.5;
  filter: grayscale(100%);
}

.remove {
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
}

.remove-image {
  top: 0;
  right: 0;
}

.remove-offer {
  top: 14px;
  right: 14px;
}

.remove:hover {
  opacity: 0.8
}

.new_image {
  position: absolute;
  top: 1px;
  left: 3px;
  opacity: 0.5;
}

.drag-drop-image img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.btn-calendar {
  padding: 13px;
  margin: 0;
  display: inline-flex;
}

/* calendar */
.static-page-container .cal-month-view .cal-event {
  width: 100%;
  height: 15px;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  background-color: #000E71;
  border-bottom: 1px solid #F5F5F5;
  color: #fff;
}

.static-page-container .cal-month-view .cal-events {
  margin: 3px 0 0;
}

.calendar-group {
  width: 100%;
}

.calendar-group .btn {
  margin: 0;
  width: 33%;
}

h3.calendar-month {
  margin: 5px;
}

.static-page-container .cal-month-view .cal-header .cal-cell {
  text-transform: capitalize;
}

/* .static-page-container .cal-month-view .cal-cell-top {
    min-height: 60px;
} */

.static-page-container .cal-month-view .cal-day-cell.cal-today {
  background-color: #fff9db;
}

/* .static-page-container .cal-month-view .cal-day-cell {
    min-height: 75px;
} */
.modal {
  z-index: 1 !important;
}

.calendar-offer-label {
  border-left: 10px solid;
  display: block !important;
  float: none;
  padding-left: 10px;
  margin-bottom: 2px;
}

calendar-offer-popup .modal-title {
  margin: 10px 10px 10px 0;
}

calendar-offer-popup .modal-header {
  padding: 5px 15px;
}

.modal-header .alert {
  margin-top: 10px;
  display: block;
}

.modal-big .modal-content {
  min-height: calc(100vh - 100px);
}

calendar-offer-popup .modal-header .btn, calendar-offer-popup .modal-header button.close {
  margin-bottom: 5px;
  margin-top: 5px;
}

.modal-header button.btn.float-right {
  margin-right: 30px;
}
