.map-md {
    height: 400px;
    width: 100%;
}

.form-check-lg {
    font-size: 125%;
}

.truncate-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('/css/Raleway-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.header-rw {
    font-family: 'Raleway-ExtraBold', sans-serif;
}

.btn-heatsuite {
    background-color: #ff5d23;
    color: white;
    border-radius: 8px; 
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
}

.btn-heatsuite:hover {
    background-color: #ff3923; 
    color: white;
}

.btn-heatsuite:active {
    background-color: #ff5d23;
}
.btn-outline-heatsuite {
    border-color: #ff5d23; 
    color: #ff5d23; 
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
}
.btn-outline-heatsuite:hover {
    background-color: #ff5d23;
    color: white;
}

.btn-outline-heatsuite:active {
    background-color: #ff5d23; 
}

.loading-spinner {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10000; /* Set a higher z-index value */
    display: flex;
    align-items: center;
    justify-content: center;
  }


.filter-green{
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}