@import url('fonts.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    background: #FEFEFE;
}

/* Forms and Maps */
.forms-title {
    font-family: 'ubuntu bold';
    color: #ED1C24;
}

.loc-textfield {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.loc-btn {
    background: #00A54F;
}

.get-current-loc {
    background: #F1F2F4;
}

.text-current-location {
    font-family: 'ubuntu bold';
    text-decoration: underline;
    background: none;
    color: #000;
}

.custom-select {
    appearance: none; /* Remove the default arrow */
    -webkit-appearance: none; /* For Safari */
    background: #F1F2F4;
    border-radius: 2px 0 0 2px;
}

.text-custom-select {
    font-family: 'ubuntu reg';
}

.custom-button {
    background: #F1F2F4;
    border-radius: 0 2px 2px 0;
    color: #000;
}

.custom-select-2 {
    appearance: none; /* Remove the default arrow */
    -webkit-appearance: none; /* For Safari */
    background: #F1F2F4;
    border-radius: 4px; 
}

.text-custom-select-2 {
    font-family: 'ubuntu reg';
}

.information-title-text {
    font-family: 'ubuntu bold';
}

.estimated-bold {
    font-family: 'ubuntu bold';
    color: #959595;
}

.info-day {
    background: #00A54F;
    font-family: 'ubuntu mid';
    color: #fff;
}

.live-border{
    border: 1px solid #ED1C24;
}

.live-text {
    font-family: 'ubuntu reg';
    color: #ED1C24;
}

.info-text {
    font-family: 'ubuntu reg';
}

.get-direction-text {
    font-family: 'ubuntu reg';
    text-decoration: underline;
}

.open-text {
    font-family: 'ubuntu reg';
}

.open-text-color {
    color: #72A477;
}

.book-visit-btn {
    background: #ED1C24;
    border-radius: 50px;
    font-family: 'ubuntu mid';
    color: #fff;
}

/* Mobile View */
/* Filter Text */
.filter-container {
    background: #FAFAFA;
}

.filter-text-title {
    font-family: 'ubuntu mid';
    color: #ED1C24;
}

.filter-text {
    font-family: 'ubuntu mid';
    color: #000;
}   

/* Pagination Style */
.pagination-text {
    font-family: 'ubuntu mid';
    color: #000;
}

.pagination-active {
    color: #ED1C24;
}