﻿:root {
    --Main-Red-Colour: #e30613;
}

.change-quantity-button,
.resource-type-selector,
.box-header,
.daterangepicker td.available:hover,
.daterangepicker td.active,
#selectStayButton,
#selectProductButton,
#payFeeToChooseButton,
#autoChooseButton,
.select-resource-button,
.select-resource-button:hover{
    background-color: var(--Main-Red-Colour) !important;
    color: white !important;
}

.btn-secondary-text {
    color: white;
}

.daterangepicker td.in-range:not(.end-date), .product-price-container {
    background-color: #eeeeee !important;
    color:black !important;
}