@font-face {
    font-family: "ProximaNova";
    src: url("fonts/ProximaNova-Regular.otf") format('otf');
}

:root {
  --primaryColor: #daa771;
  --textColor: #333333;
}

body {
  font-family: "ProximaNova", Helvetica, Arial;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  background: #E9E3D5;
}

.float-right {
  float: right;
}
.d-flex {
  display: flex!important;
}
.flex-fill {
  flex: 1 1 auto!important;
}
.text-right {
  text-align: right;
}

.lh-1 {
  line-height: 1;
}

.mb-1 {
  margin-bottom:5px;
}
.mb-2 {
  margin-bottom:10px;
}
.mb-3 {
  margin-bottom:15px;
}

.mr-1 {
  margin-right:5px;
}
.mr-2 {
  margin-right:10px;
}
.mr-3 {
  margin-right:15px;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-top:-15px;
}

.table th {
  vertical-align: bottom;
  background-color: white;
  color: #555;
}

.table td, .table th {
  text-align:left;
  padding: .75rem;
  border-top:none !important;
  vertical-align: middle;
}

.table td {
  background-color: rgb(244 242 236);
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: .7rem;
  padding: .6rem 1.5rem;
  line-height: 1;
}
.text-link {
  color: var(--primaryColor);
  cursor:pointer;
}

.btn-book {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: white;
}
.btn-book:hover {
  opacity: .8;
}

.pointer {
  cursor:pointer;
}

.rounded-left {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}
.rounded-right {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.badge-pill {
  border-radius: 10rem;
  color: white;
  border: 2px solid var(--primaryColor);
  background-color:var(--primaryColor);
}
.badge-pill.active,.badge-pill:hover {
  color: black;
  border-color: black;
  background-color: white;
}

.badge {
  font-size:100%;
  padding: .5em 1em;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: black;
  background-color: black;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color:transparent !important; 
}
.fc-header-toolbar {
  justify-content: start !important; 
}
.fc-toolbar-chunk {
  margin-right:20px !important;
}
.fc-toolbar-title {
  font-size:16px !important;
}
.fc-button {
  padding: 2px 3px !important;
  background-color: #80511C !important;
  border-color: #80511C !important;
}
.fc-event:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.fc-daygrid-event {
  border-radius: 50px !important;
}
.fc-event-title {
  padding-left: 7px !important;
}
/*
.fc-col-header-cell.fc-day {
  background-color: #c3945e !important;
}
.fc-col-header-cell.fc-day-sun, .fc-col-header-cell.fc-day-sat {
  background-color: #80511C !important;
}
*/