@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body, div, svg, .dash-dropdown, .dash-table-container {
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* HEADER BAR ------------------------------------------------------- */
#app-header {
    background-color: #3e3e3e;
    color: #ffffff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-title {
    flex: 1;
    text-align: center;
    margin: 0;
    font-size: 28px;
}

.app-logo {
    height: 70px;            
}

.home-img-left {
    position: fixed;          
    bottom: 0;
    left: 0;
    width: 320px;             
    pointer-events: none;     
    z-index: 10;
}

.home-img-right {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 320px;
    pointer-events: none;
    z-index: 10;
}

[data-tab="tab-home"] .home-img-left,
[data-tab="tab-home"] .home-img-right { display: block; }

/* TABS ------------------------------------------------------------- */
.custom-tabs > .tab {
    background: #5c79ae !important;
    color: #ffffff !important;
    padding: 8px 15px;
    font-weight: 600;
    border: 1px solid #5c79ae;
}

.custom-tabs > .tab--selected {
    background: #4f4f4f !important;
    color: #ffffff !important;
    border-bottom: 3px solid #4f4f4f !important;
}

.custom-tabs .dash-spreadsheet-container {
    border-top: none !important;
}
