:root {
    --nba-primary: #cb7c3c;
}
/* General */
.guest-input {
  max-width: 70px;
}
.availability-widget {
    position:relative;
  font-family:'Quicksand',Helvetica,Arial,Lucida,sans-serif;
  background:white;
}
#available_rates legend {
  display: none;
}

#available_rates fieldset {
  border: 0;
  padding: 0;
}

#available_rates__list {
  list-style: none;
  padding:0;
  margin:0;
  font-size:16px;
  line-height:1.3;
  margin-bottom:10px
}

.rate-item {
  margin-left: 0;
  display: grid;
  grid-template-columns: min-content auto;
  align-items: center;
  border: 1px solid #cbcbcb;
  padding: 10px;
  gap: 5px;
}

.rate-error {
  display: flex;
  flex-direction: column;
}

.rate-item:first-of-type {
  border-bottom: 0;
  border-radius:3px 3px 0 0
}
.rate-item:last-of-type {
  border-radius:0 0 3px 3px
}

.rate-item.rate-item--error {
  border: 1px solid #cb7c3c;
  background: #f0f0ec;
}

.rate-item label {
  display: flex;
  justify-content: space-between;
}

.rate-error-message {
  font-size: 14px;
}

.rate-item label span:last-child {
  display: flex;
  align-items: center;
}

#rate_total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-weight:bold;
  padding: 0 10px 5px 0;
  border-bottom: 3px solid #cacaca;
  text-transform: uppercase;
}

#guest-picker div {
/*   display: grid;
  grid-template-columns: auto 70px 70px 70px;
  padding: 5px 0; */
}

#guest-picker .wp-element-button {
  color: #FFFFFF !important;
  border-color: var(--nba-primary);
  font-size: 22px;
  font-weight: 700 !important;
  background-color: var(--nba-primary);
}

div#nbc-loading {
    position: absolute;
    left: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    z-index: 11;
    background: rgb(255 255 255 / 78%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    backdrop-filter: blur(3px);
    opacity: 1;
    transition: 0.2s ease;
    pointer-events: all;
}
div#nbc-loading[style="display: none;"] {
  display:flex!important;
  opacity:0;
  pointer-events:none;
}

/*loading animation*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #ebb4c0;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--nba-primary) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.input-wrap:nth-of-type(1){
  width:100%;
}
.input-wrap:nth-of-type(4){
    display:none !important;
}

#guest-picker {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
#guest-picker select {
  flex-grow:1;
  appearance: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 20px 10px 45px;
    font-size: 16px;
    color: #545454;
    font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
}
.input-wrap {
  position:relative;
  display:flex;
  flex-grow: 1;
}
.input-wrap:before {
        content: '\f007';
    font-family: FontAwesome!important;
    color: #01add8;
    position: absolute;
    font-size: 25px;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
    font-weight: 900;
}
.input-wrap:nth-of-type(2):before {
    content: '\f1ae';
}
.input-wrap:nth-of-type(3):before {
    content: '\f77c';
}
.input-wrap:after {
    content: '\f078';
    font-family: FontAwesome!important;
    color: #01add8;
    position: absolute;
    font-size: 15px;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
    right: 0;
}

.aw-options .dates {
  display:flex;
  border:1px solid;
   border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 20px 10px 45px;
    font-size: 16px;
    color: #545454;
    font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
  margin-top:10px;
  position:relative;
  gap:10px;
  margin-bottom:10px;
}
.aw-options .dates:before {
    content: '\f073';
    font-family: FontAwesome!important;
    color: #01add8;
    position: absolute;
    font-size: 25px;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
    font-weight: 400;
  left:0;
  top:0;
}
.aw-options .dates * {

}
#availability_form_add_to_cart {
  background:#01add8;
  border-radius:100px;
  font-family:'Quicksand',Helvetica,Arial,Lucida,sans-serif;
  font-weight:700;
  text-transform:uppercase;
  padding:14px 17px;
  font-size:15px;
  line-height:1;
  transition:.2s ease;
}
#availability_form_add_to_cart:hover {
  background:#a8a8a8
}

.rate-item--error-message.message-show {
  display: block !important;
}
