.regiondo-catalog, .Re-c-MuiOutlinedInput-marginDense, .regiondo-list-product, .regiondo-product-details {
    /* background-color: transparent; */
} 

.Re-c-MuiButton-label svg {
    display:none;
}

.regiondo-widget{ 
    /* background-color: transparent; */
}
.regiondo-collapsible-header{
    color: #0275A4;
}


.react-calendar__month-view {
    /* background-color: transparent; */
}


.react-calendar {
    background: #212529 !important;
}

.react-calendar__month-view__weekdays {
    margin-bottom: 4px;
}

.react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday:not(:last-of-type){
    border-right: 1px dotted #1d3557;

}


.react-calendar .rcw-calendar-day-view .react-calendar__navigation,
.react-calendar .rcw-calendar-day-view {
    margin: 0px;
    background: transparent !important;
}

.react-calendar__month-view__weekdays__weekday {
    background-color: #0b101f;
    border-bottom: 1px dotted #1d3557;
}


.regiondo-addtocart button .MuiButton-containedPrimary {
    background-color: #FF5733;
}

.regiondo-list-product-button:hover {
    background-color: green;
    color: blue
}


#regiondo-calendar-widget .react-calendar__navigation button {
    background-color: #0b101f !important
}

#regiondo-calendar-widget .react-calendar__navigation {
    border-bottom: 1px dotted #1d3557;
}

#regiondo-calendar-widget .react-calendar__navigation__label {
    background-color: #0b101f;
    border-left: 1px dotted #1d3557;
    border-right: 1px dotted #1d3557;
}
