﻿:root {
    --Button-Colour: #6a8578;
    --Main-Colour: #fefaef;
    --Secondary-Colour: #f2e7df;
}

.change-quantity-button,
.resource-type-selector,
.box-header,
.daterangepicker td.available:hover,
.daterangepicker td.active,
#selectStayButton,
#selectProductButton,
#payFeeToChooseButton,
#autoChooseButton,
.change-quantity-button-sq,
.select-resource-button,
.select-resource-button:hover,
.display-product-header {
    background-color: var(--Button-Colour) !important;
    color: white !important;
}

.btn-secondary-text {
    color: white;
}

 .product-price-container {
    background-color: var(--Main-Colour) !important;
    color: black !important;
}

#footer, .daterangepicker td.in-range:not(.end-date) {
    background-color: var(--Secondary-Colour) !important;
    color:black;
}
.change-quantity-button-sq.disabled {
    opacity: 0.3;
}
