@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

html, body {
    height: calc(100% - 5px);
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background-color: #eceff1;
}

body {
    overflow: hidden;
}

#cf-interaction-manager {
    width: 100%;
}

.cf-dem-floating-btn {
    position: absolute;
    top: calc(15% + 240px);
    right: 0;
    padding: 10px;
    background-color: white;
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 499;
    box-shadow: -12px 1px 23px -12px rgba(0,0,0,0.75);
}

.cf-demo-bottom-floating-btn {
    position: absolute;
    top: calc(15% + 295px);
    right: 0;
    padding: 10px;
    background-color: white;
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 499;
    box-shadow: -12px 1px 23px -12px rgba(0,0,0,0.75);
}

.cf-demo-bottom-floating-container {
    position: absolute;
    top: 15%;
    right: -50%;
    padding: 10px;
    background-color: white;
    border-radius: 8px 0 0 8px;
    z-index: 499;
    width: 50%;
    height: 70%;
    box-shadow: -2px 1px 8px 0px rgba(0,0,0,0.75);
}

.bottom-menu-title {
    text-align: center;
    font-size: 20px;
    color: #757575;
    font-weight: bold;
}

.bottom-menu-widget {
    width: 100%;
    flex: 1;
    /*height: 100%;*/
}

.cf-demo-left-floating-container {
    position: absolute;
    top: 15%;
    right: -50%;
    padding: 10px;
    background-color: white;
    border-radius: 8px 0 0 8px;
    z-index: 499;
    width: 50%;
    height: 70%;
    box-shadow: -2px 1px 8px 0px rgba(0,0,0,0.75);
}

.cf-demo-left-floating-container > div {
    width: 100%;
    height: 100%;
}

.main-container {
    height: 100%;
    display: grid;
    grid-template-rows: 75px 89px 1fr 72px;
    grid-template-columns: auto;
    grid-gap: 10px;
}

.cf-header {
    grid-column: 1;
    grid-row: 1;
    background-color: #ffffff;
    padding: 3px 10px;
    box-shadow: 20px 10px 15px rgb(0 0 0 / 10%);
    display: grid;
    grid-template-columns: 220px auto;
    grid-gap: 12px;
}

canvas {
    border-radius: 10px;
}

.cf-middle {
    grid-row: 2;
    grid-column: 1;
    padding: 0 10px 0 10px;
}

.timeslider-container {
    margin: 0 !important;
}

.cf-content {
    grid-row: 3;
    grid-column: 1;
    padding: 0 10px 0 10px;
    display: flex;
}

.cf-card {
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    background: #ffffff;
    backdrop-filter: blur(33px);
}

.cf-card > div {
    width: 100%;
    height: 100%;
}

.widget-card-with-title {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    background: #ffffff;
    backdrop-filter: blur(33px);
}

.widget-card-with-title > .cf-widget {
    width: 100%;
    height: 100%;
    flex: auto;
}

.widget-card-title {
    text-align: center;
    font-size: 18px;
    flex: 1;
}

.cf-app-logo {
    display: flex;
    flex-direction: column;
    grid-column: 4; grid-row: 1;
}

.cf-kpi-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cluster-scrollable-table {
    border-radius: 15px;
}

.cluster-table-wrapper {
    border-radius: 15px;
}

.cluster-scrollable-table div::-webkit-scrollbar-corner, .cluster-scrollable-table::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
}

.cluster-scrollable-table div::-webkit-scrollbar, .cluster-scrollable-table::-webkit-scrollbar-thumb {
    width: 0 !important;
}

.search-input {
    grid-column: 1;
    grid-row: 1;
    height: 75%;
    grid-row: 1;
    margin-right: -15px;
    padding: 0 5px 0 5px;
    /* background-color: rgb(255,255,255, 0.5); */
}

.state-zipcode-items {
    display: none;
    position: absolute;
    z-index: 300;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 20px 24px rgb(0 0 0 / 50%);
    max-height: 150px;
    overflow-y: scroll;
    padding: 10px;
}

#state-zipcode-list {
    padding: 0;
    margin: 0;
}

#state-zipcode-list > .rs-item:hover {
    padding: 0 5px;
    cursor: pointer;
    background-color: #b3e5fc;
}

#state-zipcode-selector {
    height: 75%;
    margin: 0;
}

#im {
    display: flex;
    grid-column: 2 / span 2 ;
    grid-row: 1;
}

.app-mobile-filters {
    display: none;
}

.app-mobile-filters-container {
    display: none;
    visibility: hidden;
    position: absolute;
    width: min-content;
    background-color: white;
    z-index: 100;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
}

@media only screen and (max-width: 1000px)  {
    .search-input {
        margin: 0;
        /* box-shadow: 0 10px 15px rgb(0 0 0 / 10%); */
        backdrop-filter: blur(33px);
    }

    #im {
        grid-column: 2;
        grid-row: 1;
    }

    .cf-app-logo {
        grid-column: 1;
        grid-row: 1;
    }

    .app-mobile-filters-container {
        display: unset;
    }

    #cf-filter-content-app-mobile-filters-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .app-mobile-filters {
        height: 100%;
        grid-column: 1;
        display: none;
        align-items: center;
        color: white;
    }

    .app-mobile-filters > div {
        cursor: pointer;
        margin-left: 10px;
        background-color: #8856a7;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px;
    }

    .app-filters {
        display: none;
    }

    
}

@media only screen and (max-width: 800px)  {
    .search-input {
        margin: 0;
        display: none;
        /* height: 40%; */
        /* box-shadow: 0 10px 15px rgb(0 0 0 / 10%); */
        backdrop-filter: blur(33px);
    }

    /* #im {
        display: none;
        grid-column: 2;
        grid-row: 1;
    }

    .app-mobile-filters {
        grid-column: 4;
    } */
}

@media only screen and (max-width: 700px)  {

    #im {
        display: none;
        grid-column: 2;
        grid-row: 1;
    }

    .app-mobile-filters {
        height: 100%;
        grid-column: 4;
        display: flex;
        align-items: center;
        justify-content: end;
        color: white;
    }
}