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

/* STATIC PAGES STYLES -------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

:root {
    --header-bg-color: #262a41;
    --chrome-bg-color: #ffffff;
    --canvas-bg-color: #eff1f4;
    --sidebar-bg-color: #dfe0e7;
    --accent-light: #11a94d;
    --header-color: #c1d2e5;
    --darken10: rgba(0, 0, 0, 0.1);
    --lighten10: rgba(255, 255, 255, 0.1);
    --dark-text: #262a41;
    --light-text: #ffffff;


    --small-text: 9px;
    --medium-text: 12px;
    --nearly-normal-text: 12px;
    --normal-text: 13px;
    --subtitle-text: 16px;
    --chart-desc-text: 12px;
    --chart-title-text: 21px;
    --header-text: 28px;
    --header-big-text: 38px;
    --header4-text: 24px;
    --model-icon: 16px;
    --module: 15px;
    --thumbBG: rgba(81, 178, 183, 0.6);
    --thumbBGhover: rgba(81, 178, 183, 0.9);
    --thumbBGactive: rgba(81, 178, 183, 0.6);
    --scrollbarBG: transparent;
    --scrollbarBGhover: rgba(255, 255, 255, 0.3);
    --scrollbarBGactive: rgba(255, 255, 255, 0.3);
    --headerbar-height: 60px;
    --footer-dashboard: 40px;
    /* --main-theme-color: #003A80; */
    --main-theme-color: #0A3368;
    --main-theme-light-color: #3E7AC2;
    --main-theme-dark-color: #032046;
    --main-theme-headerbar-text-color: #a4bdda;
    --main-theme-deep-dark-color: #04212E;
    --main-theme-page-header-text-color: #00C2FF;


    --text-color: #a4bdda;
    --selected-back-color:#032046;
    --bb:#b4d3f9;
    --gg:#315c94;
    --jj:#0e2c51;
     /* #00295b; */
    /* --disease-panel-color: #235da4 */
    /* --disease-panel-color: #3E7AC2 */
    --disease-panel-color: #23508c
}

* {
    box-sizing: border-box;
    /* color: var(--dark-text); */
    font-size: var(--medium-text);
    /* scrollbar-width: thin;
    scrollbar-color: white; */
}






body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Didact Gothic, sans-serif;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* -webkit-user-select: none; */
    /* Safari */
    /* -ms-user-select: none; */
    /* IE 10 and IE 11 */
    /* user-select: none; */
    /* Standard syntax */
    background-color: var(--main-theme-color);
}

select,
input,
button {
    font-family: inherit;
    border-width: 0;
    border-style: solid;
    background-color: transparent;
}

button:focus {
    outline: none;
}

p,
ul {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    text-align: justify;
}

p strong {
    font-weight: 800;
}

h1 {
    color: var(--header-color);
    font-size: 30px;
    font-weight: 800;
    /* text-align: center; */
}

h2 {
    color: var(--header-color);
    font-size: 32px;
    font-weight: 800;
}

h3 {
    color: var(--header-color);
    font-size: 24px;
    font-weight: 800;
}

h4 {
    color: var(--header-color);
    font-size: var(--header4-text);
    font-weight: 800;
    line-height: 36px;
}

hr {
    /* dominant-baseline: hanging; */
    opacity: 0.2;
    margin: 2px;
}

a{
    color: var(--main-theme-headerbar-text-color);
    text-decoration: none;
    /* font-size: 16px; */
}

a:hover{
    text-decoration: underline;
}



/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; 
    border-radius: 10px; */
  }

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main-theme-light-color);
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: white
}

:target{
    background-color: rgb(4 22 38 / 62%);
}


/* HeaderBar */

.headerbar {
    position: relative;
    height: var(--headerbar-height);
    min-height: var(--headerbar-height);
    display: flex;
    flex-direction: row;
    /* gap: 40px; */
    background-color: var(--main-theme-color);
    align-items: center;
}

.headerbar-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    margin-right: 10px;
}

.headerbar-logo img {
    height: 100%;
}

.headerbar-link {
    position: relative;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    text-decoration: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 2px solid var(--main-theme-color);
    color: var(--main-theme-headerbar-text-color);
    transition: color 0.2s, border-color 0.2s;
    text-decoration: none;
}

.headerbar-link.selected {
    /* border-color: var(--text-color); */
    border-color: white;
    color: white;
    text-decoration: none;
}

.headerbar-link:hover {
    color: white;
    border-color: white;
    text-decoration: none;
}

.headerbar-link ul {
    /* padding: 20px; */
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    left: 0;
    top: unset;
    height: auto;
    width: 100%;
    min-width: max-content;
    background-color: #191919;
    transition: opacity 0.2s, top 0.2s, visibility 0.1s;
    /* border: 1px solid rgb(86 86 86); */
    opacity: 1;
    text-align: left;
    visibility: visible;
    margin-top: 15px;
    /* border-bottom: 1px solid white; */
    border-top: 1px solid white;
    z-index: 10;
    position: absolute;
    top: calc(100% - 6px);
    visibility: hidden;
    opacity: 0;
    margin-top: 0px;
    background-color: #1c272d;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.42);
    border-top: 0px solid white;
    padding: 10px;
    border-radius: 8px;
}

.headerbar-link:hover ul {
    visibility: visible;
    opacity: 1;
    /* top: unset; */
  }

.headerbar-link.arrow{
    background-image: url("./media/down-arrow.svg");
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}

.github-button{
    /* margin-left: auto; */
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* opacity: 0.5; */
    text-decoration: none !important;
}

.github-button i{
    margin-left: auto;
    font-size: 30px;
    color: var(--main-theme-headerbar-text-color);
    text-decoration: none !important;
}

.headerbar-separator {
    margin-left: auto;
    margin-right: 10px;
}
.headerbar-separator-first {
    margin-left: auto;
    margin-right: 40px;
}


/* Base Styles */

.content{
    position: relative;
    display: flex;
    flex-direction: column;
    /* height: 3000px; */
    background-color: var(--main-theme-dark-color);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc(100vh - var(--headerbar-height));
}

/* .footer{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 300px;
    background-color: var(--main-theme-deep-dark-color);
} */


.page-section{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #032046;
    /* height: 300px; */
    /* overflow: hidden; */
    background-image: url(./media/respicast_img_logo2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -20vw;
    background-attachment: fixed;
}

.top-container{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 900px;
    width: 100%;
    /* background-color: red; */
    height: 100%;
}

.enveloper{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.page-header{
    background-color: var(--main-theme-deep-dark-color);
    width: 100%;
}




/* Derived Styles */

.page-section.home{
    /* background-color: red; */
    height: calc(100vh - var(--headerbar-height));
    min-height: 600px;
    background-image: url(./media/respicast_img_logo2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -20vw;
    background-attachment: fixed;
}

.page-section.projects{
    /* background-color: blue; */
    /* height: calc(100vh); */
}

.page-section.footer{
    /* background-color: var(--main-theme-deep-dark-color); */
    background-color: #0b2852;
    /* height: 300px; */
    background-image: url(./media/respicast_img_logo2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -20vw;
    background-attachment: fixed;
}

.page-section.header{
    /* background-color: var(--main-theme-deep-dark-color); */
    /* background-color: #0b2852; */
    background-color: #032046;
    /* padding: 80px 0px; */
    padding-top: 80px;
    background-image: url(./media/respicast_img_logo2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -20vw;
    background-attachment: fixed;
}

.top-container.home{
    justify-content: center;
    align-items: center;
}

.top-container.header{
    gap: 6px;
}

.top-container.footer{
    gap: 20px;
    margin-bottom: 20px;
}

.top-container.text-content{
    padding: 40px 0px;
    padding-bottom: 80px;
}
.top-container.text-content p{
    margin: 0px
}
.top-container.text-content a{
   font-size: 16px;
   color: #6aa6ea;
   word-break: break-all;
}
.top-container.text-content strong{
    font-size: 16px;
    -webkit-text-stroke: 0.5px;
    color: #c1d2e5;
}
.top-container.text-content ul li{
    font-size: 16px;
    color: var(--text-color);
}
.top-container.text-content em{
    font-size: 16px;
    color: var(--text-color);
}

/* Indipendent Styles */

.home-splash-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-splash-logo img{
    width: 100%;
    max-width: 706px;
}

.home-splash-logo-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-splash-logo-mobile img{
    width: 100%;
    max-width: 306px;
}


.home-splash-desc{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #3a4e68;
    width: 100%;
    max-width: 736px;
    margin-top: 16px;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.75;
    text-align: center;
}  
.home-splash-desc a{
    font-size: 16px;
}
.home-splash-bottom{
    /* display: flex; */
    /* flex-direction: column;
    justify-content: center;
    align-items: center; */
    color: #c2c8d2;
    /* margin-top: 20px; */
    position: relative;
    /* bottom: 0; */
    /* margin-bottom: 20px; */
}


.page-header-title{
    font-size: var(--header-big-text);;
    color: white;
}

.page-header-title-separator{
    background-color: white;
    height: 3px;
    width: 100px;
}

.page-header-desc{
    font-size: 16px;
    color: var(--text-color);
    margin-top: 10px;
}










.footer-top{
    display: flex;
    flex-direction: row;
    padding: 40px 0px;
    padding-bottom: 20px;
}
.footer-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-logo img{
    height:150px
}
.footer-logo-mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-logo-mobile img{
    height:200px
}
.footer-indices{
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    justify-content: center;
}
.footer-indices ul{
    list-style-type: none;
    padding: 0px;
    columns: 1;
    -webkit-columns: 1;
}
.footer-indices ul li a{
    font-size: 16px;
}
.footer-indices-title{
    color: white;
    font-size: 22px;
    margin-bottom: 16px;
}


.footer-partners{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
}
.footer-partners-logos{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.footer-partners-logos img{
    height: 80px;
}
.footer-separator{
    background-color: var(--main-theme-headerbar-text-color);
    height: 1px;
    width: 100%;
}

.footer-copyright{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    color: var(--main-theme-headerbar-text-color);
    font-size: 14px;
}






.homePageContainer{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(./Media/respicast_img_logo2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -20vw;
    background-attachment: fixed;
}

.homePageContent{
    position: relative;
    /* background-color: red; */
    /* height: 467px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homePageContentLogo{
    display: flex;
    flex-direction: column;
    align-items: center;
}



.pageContainer{
    position: relative;
   height: 3000px;
   background-color: #0a2633;
}







.visibilitynone{
    display: none;
}

.menu-buttons{
    position: relative;
    display: flex;
    gap:40px;
    z-index: 1;
}
.menu-buttons-mobile{
    position: relative;
    display: flex;
    width: 50px;
    cursor: pointer;
}
.open-menu{
    display: flex;
    width: 35px;
}
.close-menu{
    display: none;
    width: 35px;
}

input[type=checkbox]:checked+.menu-buttons-mobile +.menu-buttons {
    display: flex;
}
input[type=checkbox]:checked+.menu-buttons-mobile .close-menu {
    display: flex;
}
input[type=checkbox]:checked+.menu-buttons-mobile .open-menu {
    display: none;
}

.team-container{
    display: flex;
    flex-direction: column;
    /* gap: 1%; */
    width: 100%;
    justify-content: center;
}


.team-card{
    display: flex;
    padding: 10px 40px;
    border-radius: 8px;
    /* margin-bottom: 60px; */
    /* border: 1px solid #d4504642; */
    /* margin-bottom: 60px; */
    padding-bottom: 20px;
    /* border-right: 0px solid; */
    /* border-bottom: 0px solid; */
    /* color: #d45046; */
    /* background-color: #112e58; */
    /* box-shadow: 0px 0px 90px #00000008; */
    transition: box-shadow 0.4s;
    flex-direction: column;
    align-items: center;

}

.team-card ul{
    /* column-gap: 50px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; */
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 14px;
}



.message{
    /* margin-top: auto; */
    position: fixed;
    display: flex;
    flex-direction: row;
    /* margin-bottom: auto; */
    top: 40px;
    left: 0px;
    right: 0px;
    /* right:0px;
    left: 0px; */
    background-color: #164a86;
    /* #567fb1f2; */
    border-radius: 8px;
    padding: 14px;
    opacity: 0;
    transition: top 0.4s, right 0.4s, opacity 0.4s;
    /* border-bottom-right-radius: 0px;
    border-top-right-radius: 0px; */
    /* box-shadow: 0px 0px 60px #00000045;; */
    /* border-left: 8px solid #78a2ca; */
    /* box-shadow: 0px 0px 14px #00000069; */
    margin: 20px;
    /* max-width: 800px; */
    justify-content: center;
}
.message.show{
    top: 65px;
    left: 0px;
    right: 0px;
    opacity: 1;
}
.message p{
    margin: 0px;
    padding: 0px;
    line-height: unset;
    color: #cee7ff;
    font-size: var(--normal-text);
    text-align: left;
}
.message strong{
    color: white;
    /* -webkit-text-stroke: 0.3px; */
    font-size: 16px;
}
.message a{
    color: white;
    /* -webkit-text-stroke: 0.3px; */
    font-size: var(--normal-text);
    text-decoration: none;
}
.message a:hover{
    text-decoration: underline;
}
.messageTitle{
    font-size: var(--model-icon);
    color: white;
    margin-bottom: 5px;
}
.messageIcon{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.messageIcon i{
    font-size: var(--header-text);
    color: #cee7ff;
}

.messageTextSection{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.messageContent{
}
.messageButton{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;

}
.messageButton i{
    font-size: var(--model-icon);
    color: #cee7ff;
    cursor: pointer;
}







.communityTeamList{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 60px;
    /* padding: 20px;*/
}

.communityTeamItem{
    display: flex;
    flex-direction: column;
    background-color: #122e58;
    /* margin-bottom: 20px; */
    /* padding: 20px; */
    padding-top: 0px;
    border-radius: 8px;
    transition: background-color 0.4s;
    /* border: 1px solid #ffffff3d; */
    /* box-shadow: 0px 0px 34px #00000069;*/
}

.communityTeamItem:hover{
    /* background-color: #061a34d4; */
}



.communityTeamItemTitle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* margin-top: 30px; */
    /* gap: 20px; */
    /* padding: 20px; */
    background-color: #2e4f81;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


.communityModelList{
    display: flex;
    flex-direction: column;
    /* margin-left: 40px; */
    padding-bottom: 10px;

}

.communityModelItem{
    display: flex;
    flex-direction: column;
    /* border-left: 10px solid #6787af00; */
    margin: 0px 20px;
    margin-bottom: 10px;
    padding-left: 30px;
    transition: border 0.4s,background-color 0.4s;
    /* gap: 40px; */
    /* border-bottom: 2px solid #6788af1c; */
    /* padding-bottom: 20px; */
    /* align-items: center; */
    border: 1px solid #6787af78;
    border: 1px solid transparent;
    margin: px;
    padding: 20px;
    border-radius: 8px;
    background-color: #2c599233;
    /* border-top: 1px solid transparent; */
    /* border-right: 1px solid transparent; */
    /* border-left: 1px solid transparent;*/
}






.communityModelItemTitle{
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #cee7ff;
    font-size: 16px;
}

.communityModelItemInfo{
    display: flex;
    flex-direction: column;
    /* flex: 1; */
    /* width: 70%; */
    color: #cee7ff96;
    font-size: 13px;
    /* border-left: 1px solid #213b5c; */
    /* padding-left: 20px; */
    transition: border-left 0.4s;
    /* background-color: #6788af;*/
}

.communityModelItemInfoContributors{
    display: flex;
    /* flex-direction: row; */
    color: #cee7ff;
    font-size: 16px;
    gap: 10px;
    align-items: baseline;
    margin-top: 4px;
    flex-wrap: wrap;

}

.communityModelItemInfoContributor{
    display: flex;
    flex-direction: row;
    color: #cee7ff;
    font-size: 13px;
    gap: 10px;
    align-items: center;
    border:1px solid #274971;
    border-radius: 4px;
    padding: 4px 10px;
    transition: border 0.4s;
    cursor: pointer;
    text-decoration: none;
}


.communityModelItemInfoContributor:hover{
    border:1px solid #8dc0ffb8;
}



.communityModelItemInfoExtended{
    display: none;
    flex-direction: column;
    /* flex: 1; */
    /* width: 70%; */
    color: #cee7ff;
    font-size: 13px;
    /* margin-top: 20px; */
    /* padding-left: 20px; */
    border-top: 1px solid #87b1e261;
    margin-top: 20px;
    padding-top: 20px;
    
}

.communityModelItemInfoExtendedButton{
    display: flex;
    flex-direction: row;
    /* flex: 1; */
    color: #cee7ff;
    font-size: 12px;
    /* margin-top: 40px; */
    align-items: center;
    gap: 10px;
    /* background-color: #244167; */
    padding: 5px 10px;
    width: fit-content;
    border-radius: 4px;
    cursor: pointer;
    background-color: #6788af66;
    transition: background-color 0.4s;
    margin-left: auto;
    margin-top: 10px;

}

.communityModelItemInfoExtendedButton:hover{
    background-color: #6488b8;
}
.communityModelItemInfoExtendedButton:before{
content:"Show more";
width:fit-content
}
.communityModelItemContent{
    display: flex;
    flex-direction: column;
    /* flex: 1; */
    color: #cee7ff;
    font-size: 16px; 
}

.communityModelItemInfo h5{
    font-size: 16px;
    margin: 0px;
}





.communityTeamItemTitleGroup{
    color: #cee7ff;
    font-size: 18px;
    /* margin-top: 50px; */
    min-width: fit-content;
    padding: 20px;
    /* margin-right: 40px; */
    padding-left: 40px;
}
.communityTeamItemMainTitle{
    font-size: 22px;
}
.communityTeamItemSubTitle{
    color: #87b1e2;
    font-size: 16px;
}






.communityTeamItemSeparator{
    width: 100%;
    /* height: 2px; */
    background-color: #6788af47;
}

.communityModelItemTitleRow{
    display: flex;
    flex-direction: row;
    /* flex: 1; */
    color: #cee7ff;
    font-size: 18px;
    align-items: center;
    gap: 16px;
}

.communityDisease{
    display: flex;
    flex-direction: row;
    color: #87b1e2;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    /* gap: 16px; */
    margin: 20px;
    /* border-bottom: 1px solid #203d64; */
    /* padding-bottom: 20px; */
    margin-bottom: 10px;
}

.reference{
    position: relative;
    bottom: 1ex; 
    font-size: 80% !important;
    /* font-size: 12px; */
}



input[type=checkbox]:checked+.communityModelItem .communityModelItemInfo .communityModelItemInfoExtended{
    display: flex;
}
input[type=checkbox]:checked+.communityModelItem .communityModelItemInfo .communityModelItemInfoExtendedButton:before{
    content:"Show less";
    width:fit-content
}


.homePageContentButtonsContainer{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.homePageButton{
    color: white;
    font-size: 16px;
    background-color: var(--main-theme-light-color);
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background-color 0.2s;
}    
.homePageButton a{
    text-decoration: none;
}   
.homePageButton:hover{
    background-color: #62a2ef;
}   

.team-card a img{
    width: 200px;  max-width: 200px; padding: 10px; margin: 25px 0px;
    transition: filter 0.4s;
}
.team-card a img:hover{
         filter: brightness(1.5);
}

.team-card ul li a{
    text-decoration: none;
    color: #cee7ff !important;
    transition: color 0.2s;
}

.team-card ul li a:hover{
    text-decoration: none;
    color: white;
    transition: color 0.2s;
}











@media only screen and (min-width: 1550px)  {
    /* For mobile phones: */
:root {
    --small-text: 11px;
    --medium-text: 13px;
    --normal-text: 15px;
    --nearly-normal-text: 14px;
    --subtitle-text: 18px;
    --chart-desc-text: 15px;
    --chart-title-text: 24px;
    --header-text: 30px;
    --model-icon: 20px;
}

.homePageContentDescription{
    gap: 49px;
}

.homePageContentDescriptionDesc{
    font-size: 18px;
}

.homePageContentDescriptionRow{
    margin-top: 38px;
}

.homePageButton{
    font-size: 18px;
}

}


/* MOBILE VERSION STYLE RULES -----------*/
/* smartphone -----------*/
    .top-container{
        /* align-items: center; */
    }
    .top-container.header{
        align-items: center;
    }
    .top-container.footer{
        align-items: center;
    }
    .home-splash-logo{
        display: none;
    }
    .home-splash-logo-mobile{
        display: flex;
    }
    .page-section.home{
        height: unset;
        min-height: 800px;
    }
    .headerbar{
        position: relative;
    }
    .page-header-desc{
        text-align: center;
    }
    /* .headerbar-link:hover{
        background-color: #deeef6;
    } */
    .headerbar-separator-first{
        display: flex;
        margin-right: 0px;
    }
    .headerbar-separator{
        display: none;
    }
    .menu-buttons{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        background-color: var(--main-theme-color);
        width: 100%;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 40px;
        /* border-radius: 20px; */
        backdrop-filter: blur(10px);
    }
    .menu-buttons-mobile{
        display: flex;
    }
    .github-button{
        margin-right: unset;
    }
    .footer-top{
        flex-direction: column;
        width: unset;
        max-width: 400px;
        align-items: center;
        padding: 20px;
        gap: 20px;
    }
    .footer-indices{
        padding-left: unset;
        width: 100%;
    }
    .page-section.footer{
        width: 100%;
    }
    .top-container.footer{
        width: 100%;
    }
    .page-section.footer{
        width: 100%;
    }
    .footer-copyright{
        text-align: center;
    }
    .footer-partners{
        margin-left: unset;
    }
    .footer-indices-title{
        display: none;
    }
    .footer-logo{
        display: none;
    }
    .footer-logo-mobile{
        display: flex;
    }
    .top-container.text-content{
        padding: 20px 10px;
    }
    .communityModelItem{
        margin: 0px 10px;
        margin-bottom: 10px;
    }
    .team-card a img{
        width: 100%;
        /* height: 200px; */
    }
    /* tablet -----------*/
    
    @media only screen and (min-width: 768px)  {
        .top-container{
            align-items: unset;
        }
        .top-container.header{
            align-items: unset;
        }
        .top-container.footer{
            align-items: unset;
        }

.team-card{

    flex-direction: column;
    gap: 60px;
}
        .team-card ul{
            column-gap: 50px;
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
            
        }
        .home-splash-logo{
            display: flex;
        }
        .home-splash-logo-mobile{
            display: none;
        }
        .page-section.home{
            height: calc(100vh - var(--headerbar-height));
            min-height: 600px;
        }
        .page-header-desc{
            text-align: unset;
        }
    .headerbar-separator-first{
        display: flex;
        margin-right: 40px;
    }
    .headerbar-separator{
        display: flex;
    }
    

    .menu-buttons{
        display: flex;
        flex-direction: row;
        position: relative;
        top: unset;
        background-color: unset;
        width: 100%;
        align-items: unset;
        padding-top: unset;
        padding-bottom: unset;
        border-radius: unset;
        backdrop-filter: unset;
    }
    .menu-buttons-mobile{
        display: none;
    }
    .github-button{
        margin-right: 10px;
    }
    .footer-top{
        flex-direction: row;
        width: unset;
        max-width: unset;
        align-items: unset;
        padding: 40px 0px;
        gap: unset;
    }
    .footer-indices{
        padding-left: 30px;
        width: unset;
    }
    .top-container.footer{
        width: 100%;
    }
    .page-section.footer{
        width: unset;
    }
    .footer-copyright{
        text-align: unset;
    }
    .footer-partners{
        margin-left: auto;
    }
    .footer-indices-title{
        display: flex;
    }
    .footer-logo{
        display: flex;
    }
    .footer-logo-mobile{
        display: none;
    }
    .top-container.text-content{
        padding: 40px 20px;
    }
    .communityModelItem{
        margin: 0px 20px;
        margin-bottom: 20px;
    }
    .team-card a img{
        width: 100%;
        height: 150px;
    }
    .team-container{
        flex-direction: row;
        width: 100%;
    }
    }
    
    /*desktop -----------*/
    @media only screen and (min-width: 1100px)  {
        .top-container{
            align-items: unset;
        }
        .top-container.header{
            align-items: unset;
        }
        .top-container.footer{
            align-items: unset;
        }
        .team-card{

            flex-direction: column;
            gap: 60px;
        }
        .team-card ul{
            column-gap: 50px;
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }
        .team-card a img{
            width: 100%;
            height: 150px;
            max-width: unset;
        }
        .team-container{
            flex-direction: row;
            width: 100%;
        }
        .home-splash-logo{
            display: flex;
        }
        .home-splash-logo-mobile{
            display: none;
        }
        .page-section.home{
            height: calc(100vh - var(--headerbar-height));
            min-height: 600px;
        }
        .page-header-desc{
            text-align: unset;
        }
    .headerbar-separator-first{
        display: flex;
        margin-right: 40px;
    }
    .headerbar-separator{
        display: flex;
    }
    .menu-buttons{
        display: flex;
        width: 100%;
    }
    .menu-buttons-mobile{
        display: none;
    }
    .github-button{
        margin-right: 10px;
    }
    .footer-top{
        flex-direction: row;
        width: unset;
        max-width: unset;
        align-items: unset;
        padding: 40px 0px;
        gap: unset;
    }
    .footer-indices{
        padding-left: 30px;
        width: unset;
    }
    .top-container.footer{
        width: 100%;
    }
    .page-section.footer{
        width: unset;
    }
    .footer-copyright{
        text-align: unset;
    }
    .footer-partners{
        margin-left: auto;
    }
    .footer-indices-title{
        display: flex;
    }
    .footer-logo{
        display: flex;
    }
    .footer-logo-mobile{
        display: none;
    }
    .top-container.text-content{
        padding: 40px 0px;
    }
    .communityModelItem{
        margin: 0px 20px;
        margin-bottom: 20px;
    }
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */






/* APPS STYLES -------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


:root {
    --sidebar-width: 300px;

    --text-color: #a4bdda;
    --selected-back-color:#032046;
    --bb:#b4d3f9;
    --gg:#315c94;
    --jj:#0e2c51;
    --disease-panel-color: #23508c
}

.mainLayout{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background-color: var(--disease-panel-color); */
    border-radius: 4px;
-webkit-user-select: none; 
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
     user-select: none; 
}

.diseasePanel{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* padding-top: 10px; */
    padding: 6px;
    gap: 6px;
    background-color: var(--disease-panel-color);
}


#container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.app{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}


.yAxisChart {
    stroke: var(--main-theme-light-color);
    opacity: 0.3;
}

.xWeekAxisChart {
    stroke: rgba(0, 0, 0, 0);
}

.yAxisLabel {
    stroke: unset;
    /* font-size: var(--medium-text); */
    font-weight: 400;
    fill: var(--main-theme-light-color);
    /* text-anchor: start; */
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    text-overflow: ellipsis;
    /* Standard syntax */
}

.xAxisLabel {
    stroke: unset;
    /* font-size: var(--medium-text); */
    font-weight: 400;
    fill: var(--main-theme-light-color);
    text-anchor: start;
    dominant-baseline: hanging;
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    text-overflow: ellipsis;
    /* Standard syntax */
}
.xAxisLabelRect {
    stroke: unset;
    fill: white;
    width: 50px;
    height: 48px;

}
.xAxisTableLabel {
    stroke: unset;
    /* font-size: var(--medium-text); */
    font-weight: 400;
    fill: var(--main-theme-light-color);
    text-anchor: center;
    dominant-baseline: hanging;
    /* pointer-events: none; */
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    text-overflow: ellipsis;
    /* Standard syntax */
}
.yAxisTableLabel {
    stroke: unset;
    /* font-size: var(--medium-text); */
    font-weight: 400;
    fill: var(--main-theme-light-color);
    /* text-anchor: start; */
    /* pointer-events: none; */
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    text-overflow: ellipsis;
    /* Standard syntax */
}
.xWeekAxisLabel {
    stroke: unset;
    /* font-size: var(--normal-text); */
    font-weight: 400;
    fill: var(--main-theme-light-color);
    /* text-anchor: start; */
    dominant-baseline: hanging;
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    text-overflow: ellipsis;
    /* Standard syntax */
    margin-left: 3px;
}

.horizonRect {
    transition: fill-opacity 0.4s;
    /* filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, 0.3)); */
}
.confidenceAreaMaster {
    stroke: unset;
    /* fill: rgba(249, 148, 139, 0.33); */
    transition: opacity 0.4s;
    /* filter: drop-shadow( 0px 4px 2px rgba(0, 0, 0, 1.0)); */
    /* filter: drop-shadow( -2px 0px 4px rgba(0, 0, 0, 0.4)); */
}
.confidenceArea {
    stroke: unset;
    /* fill: rgba(249, 148, 139, 0.33); */
    transition: opacity 0.4s;
    /* filter: drop-shadow( 0px 4px 2px rgba(0, 0, 0, 1.0)); */
    /* filter: drop-shadow( -2px 0px 4px rgba(0, 0, 0, 1.0)); */
}
.confidenceAreaLine {
    stroke-width: 2px;
    filter: drop-shadow(0px 0px 1px rgba(128, 128, 128, 0.691));

}
.pastSurveillancePoints {
    stroke: unset;
    fill: var(--main-theme-color);
}

.futureSurveillancePoints {
    stroke: var(--main-theme-color);
    fill: white;
}

.hiddenSurveillancePoints {
    fill: rgba(0, 0, 0, 0);
    stroke: unset;
}

.timeSelector {
    /* transform: translate(17px, 0px); */
}

.timeSelectorLine {
    stroke: unset;
    fill: var(--main-theme-color);
    width: 3px;
}

.weekSelectorLine {
    stroke-dasharray: 10;
    stroke: var(--main-theme-color);
    stroke-width: 1px;
}

.timeSelectorLabelRect {
    stroke: unset;
    fill: var(--main-theme-color);
    width: 92px;
    height: 36px;
}
.timeSelectorWarningLabelRect {
    stroke: unset;
    fill: #6587af;
    width: 204px;
    height: 54px;
}

.timeSelectorLabel {
    stroke: unset;
    fill: white;
    background-color: var(--main-theme-color);
    font-size: 13px;
    font-weight: 400;
    dominant-baseline: hanging;
    /* pointer-events: none; */

}

.timeSelectorLabelDesc {
    stroke: unset;
    fill: #d0e5ff;
    background-color: var(--main-theme-color);
    font-size: 10px;
    font-weight: 400;
    dominant-baseline: hanging;
    /* pointer-events: none; */

}



.timeSelectorAdditionalDataLabel {
    stroke: unset;
    fill: var(--main-theme-color);
    font-size: var(--normal-text);
    padding-bottom: 4px;
    /* pointer-events: none; */

    /* dominant-baseline: hanging; */
}

.futureAreaRect {
    fill: var(--main-theme-light-color);
    opacity: 0.1;
}

.appLayout {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.dashboardLayout {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    /* background-color: white; */
    border-radius: 4px;
}

.dashboardViewMode {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    border-radius: 4px;
}


.fluChart {
    min-width: 400px;
    height: 100%;
    background-color: rgb(249, 124, 114);
}

.sidebarContainer {
    min-width: 400px;
    height: 100%;
}



.svg-container {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    /* align-items: flex-end; */
    /* justify-content: center; */
    /* padding-bottom: 100%;
    vertical-align: top;
    overflow: hidden; */
    height: 100%;
    /* margin-bottom: 20px; */
    overflow: hidden;
    cursor: ew-resize;
}

.svg-content {
    display: inline-block;
    /* max-height: 600px; */
    /* position: absolute;
    top: 0;
    left: 0; */
}





.innerSidebar {
    display: flex;
    flex-direction: column;
    /* overflow: auto; */
    overflow: hidden;
}



.sidebar {
    min-width: var(--sidebar-width);
    max-width: var(--sidebar-width);
    /* height: 100%; */
    background-color: var(--main-theme-color);
    /* margin: 15px; */
    /* border-radius: 8px; */
    /* padding: 15px; */
    /* padding-top: 15px; */
    overflow: hidden;
    display: flex;
    flex-direction: column; 
    z-index: 100;
    transition: box-shadow 0.5s;
    border-radius: 4px;
    /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4); */
    /* box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.4); */
    /* box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.4); */
}

.sidebar.popup{
    /* box-shadow: 10px 0px 12px -10px rgba(0, 0, 0, 0.4); */
}


.sidebarDescription {
    color: white;
    font-size: var(--normal-text);
    margin-bottom: 22px;
    line-height: 1.5;
    font-weight: 100;
    user-select: text;
}

.sidebarSelectorContainer {
    display: flex;
    flex-direction: column;
}

.customComboBox {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    background-color: var(--main-theme-light-color);
    height: 34px;
    min-height: 34px;
    max-height: 34px;
    /* padding: 10px; */
    padding-left: 15px;
    /* font-size: var(--normal-text); */
    font-weight: 100;
    /* margin: 10px; */
    /* margin: 0px 8px; */
    /* margin-bottom: 8px; */
    /* color: var(--text-color); */
    color: white;
    border-radius: 4px;
    /* border: 2px solid rgb(252, 188, 183); */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("./media/down-arrow.svg");
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
    cursor: pointer;
}

.listContainer {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    /* margin-right: 4px; */
    margin-top: 4px;
    margin-bottom: 4px;
    gap: 18px;
    /* padding-top: 12px; */
    padding: 8px 6px;
}

.modelList {
    /* height: 4000px; */
    /* background-color: red; */
    position: relative;
}


/* advanced check box */
.acbCheckBox {
    position: relative;
    /* height: 42px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    border-radius: 4px;
    height: 100%;
}

/* .acbCheckBox:hover{
    background-color: #f07166
}

.acbCheckBox:hover .acbOptions{
    visibility: visible;
} */


.acbBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    width: 24px;
    height: 24px;
}
.acbBox svg {
    width: 24px;
    height: 24px;
}

.acbBox img {
    width: 24px;
}

.divBox {
    position: relative;
    height: 100%;
    text-transform: capitalize;
}

.acbText {
    color: white;
    /* font-size: var(--normal-text); */
    font-weight: 400;
    /* filter: brightness(1.5) */
    padding-top: 4px;
    
}

.acbTextBold {
    color: white;
    font-weight: bold;
    /* font-size: var(--normal-text); */
    padding-top: 4px;
}


.modelCheckBox {
    position: relative;
    /* height: 42px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    /* min-height: 42px; */
    border-radius: 4px;
    padding: 8px 0px;
    transition: background-color 0.4s;

}

.modelCheckBox:hover {
    /* background-color: #f07166 */
    background-color: var(--selected-back-color);
}

.modelCheckBox:hover .modelCheckBoxDetails {
    visibility: visible;
}

.modelCheckBoxDetails {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    margin-left: auto;
    visibility: hidden;
    height: 100%;
}

.modelCheckBoxDetails img {
    width: 12px;
    height: 100%;
}

.modelCheckBoxLoading i {
    font-size: 16px;
    color: #7da4e7;
}

.modelCheckBoxLoading {
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    transition: opacity 0.05s;
}

.modelCheckBoxLoading.enabled {
    visibility: visible;
    opacity: 1;
}

.tabSection {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    /* padding: 15px; */
    /* padding-left: 56px; */
    /* padding-right: 56px; */
    overflow-y: auto;
    overflow-x: hidden;
}


.chartSection {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    /* padding: 0px; */
    /* padding-left: 36px;
    padding-right: 36px; */
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.evalChartSection {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    /* padding: 20px; */
    overflow-y: auto;
    overflow-x: hidden;
    gap: 20px;
    margin-top: 12px;

}

.chartTop {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    position: relative;
    width: 100%;
    /* height: 0%; */
    /* height: 10%; */
    /* min-height: var(--header-dashboard); */
    /* max-height: var(--header-dashboard); */
    /* margin: 16px 0px; */
    /* min-width: max-content;*/
    /* margin-bottom: 20px; */
}
.chartMode {
    color: var(--main-theme-color);
    font-size: var(--header-text);
    /* font-weight: bold; */
    letter-spacing: 1px;
    font-weight: bold;
    /* margin-bottom: 10px; */
}
.chartTitle {
    color: var(--main-theme-color);
    font-size: var(--subtitle-text);
    /* font-weight: bold; */
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 6px;
    /* margin-bottom: 10px; */
    display: flex;
    flex-direction: row;
}

.chartModeDesc {
    color: var(--thumbBGhover);
    font-size: var(--nearly-normal-text);
    /* font-weight: bold; */
    /* letter-spacing: 1px; */
    font-weight: 500;
    margin-bottom: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}


.chartTitleDesc {
user-select: text;
}
.chartDesc {
    /* color: #B3D0F3; */
    color: var(--main-theme-light-color);
    /* letter-spacing: 1px; */
    font-size: 14px;
    /* display: none; */
    text-transform: capitalize;
}

.chartBottom {
    display: none;
    flex-direction: row;
    /* margin: 20px 0px; */
    margin-top: auto;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    min-height: var(--footer-dashboard);
    max-height: var(--footer-dashboard);
    height: 10%;
}

.forecastInfo {}

.forecastInfoTitle {
    margin-bottom: 10px;
    color: #d45046;
    font-weight: 600;
}

.ciSelectors {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.ciSelectors .acbCheckBox {
    height: unset;
    margin: 0px 4px;
}

.ciSelectorsTitle {
    margin-right: 10px;
    color: #d45046;
    font-weight: 600;
    font-size: var(--normal-text);
}

.ciSelectorsInner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: text;
}

/* width */
.chartSection::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.chartSection::-webkit-scrollbar-track {
    background: #f1f1f100;
}

/* Handle */
.chartSection::-webkit-scrollbar-thumb {
    background: #f97c72;
    border-radius: 4px;
}

/* Handle on hover */
.chartSection::-webkit-scrollbar-thumb:hover {
    background: #bd5e57;
}


.baselineRect{
    /* stroke-dasharray: 10; */
    stroke: var(--main-theme-light-color);
    /* stroke: rgb(144, 144, 148); */
    /* height: 2px; */
    stroke-width: 1px;
}




.tabSelector{
    display: flex;
    flex-direction: row;
    padding-left: 4px;
    gap: 4px;
    /* background-color: var(--main-theme-light-color); */
    /* height: 30px; */
    /* min-height: 30px; */
    /* background-color: #0a4994; */
    /* background-color: #0a448a; */
    /* background-color: #235da4; */
    /* padding-top: 4px; */
}

.tabSelector.dark{
    background-color: unset;    
    /* height: 40px;
    min-height: 40px; */
}



.tabButton{
    position: relative;
    /* width: 40px; */
    /* height: 40px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    text-decoration: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0px 22px;
    /* background-color: var(--main-theme-light-color); */
 
    /* margin-top: 6px;*/
    min-height: 30px;
    height: 30px;
 
    background-color: var(--main-theme-light-color);
    /* color: var(--text-color); */
    color: white;
}
.tabButton:hover{
    cursor: pointer;
}
.tabButton.selected {
    /* background-color: var(--text-color); */
    color: var(--main-theme-light-color);
    font-weight: bold;
    background-color: white;
    /* background-color: var(--disease-panel-color); */
    /* color: var(--main-theme-light-color); */
    /* font-weight: bold; */
}



.tabButton.dark{


    background-color: #0C3B78;   
    /* color: var(--text-color); */
    color: white;
}
.tabButton.dark:hover{
}
.tabButton.dark.selected {
    /* background-color: var(--text-color);
    color: var(--main-theme-light-color); */
     background-color: var(--disease-panel-color);
    /* color: var(--main-theme-light-color); */
    font-weight: bold;
}

.modeContainer{
    display: flex;
    flex-direction: column;
    /* overflow: auto; */
    overflow: hidden;
}


.targetSwitch{
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
    /* margin-left: 4px; */
    /* gap: 4px; */
    height: 50px;
    min-height: 50px;
    background-color: white;
    padding: 5px 5px;
    border-radius: 4px;
}

.targetSwitch.dark{
    background-color: var(--main-theme-light-color);
    height: 40px;
    min-height: 40px;
}



.switchButton{
    position: relative;
    /* width: 90px; */
    /* flex: 0 0 33.333333%; */
    width: 100%;
    height: 100%;
    /* height: 40px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    /* border-top-left-radius: 4px; */
    /* border-top-right-radius: 4px; */
    border-radius: 4px;
    padding: 0px 22px;
    background-color: var(--text-color);
    color: var(--main-theme-light-color);
    transition: background-color 0.2s;
    /* margin-top: 6px;*/
}
.switchButton:hover{
    cursor: pointer;
}
.switchButton.selected {
    background-color: var(--main-theme-light-color);
    color: var(--text-color);
    font-weight: bold;
}

.switchButton.dark{
    background-color: var(--main-theme-light-color);
    /* color: var(--text-color); */
    color: white;
}
.switchButton.dark:hover{
}
.switchButton.dark.selected {
    /* background-color: var(--text-color); */
    color: var(--main-theme-light-color);
    background-color: white;
}






.parameter{
    display: flex;
    flex-direction: column;
    /* align-items: center;
    gap: 8px;
    font-weight: 100;
    margin-bottom: 8px; */
}


.parameterSideButton{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #305c94;
    color: var(--light-text);
    padding: 2px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: filter 0.4s;
}
.parameterSideButton:hover{
    background-color: var(--main-theme-light-color);
    filter: brightness(1.2);
}


.sidebarSubTitle{
    display: flex;
    flex-direction: row;
    color: white;
    align-items: center;
    gap: 8px;
    /* margin: 0px 8px; */
    font-weight: 100;
    /* margin-top: 14px; */
    margin-bottom: 8px;
}
.sidebarTitleIcon{
    /* color: #ffffff5e; */
    color: var(--main-theme-light-color);
    /* font-size: 18px; */
}
.sidebarTitleText{
    
}
.sidebarTitleInfo{
    /* color: #ffffff5e; */
    color: var(--main-theme-light-color);
    margin-left: auto;
    display: flex;
    gap: 5px;
}

.locationMap{
    height:230px;
    min-height:230px
}

.locationContainer{
    /* min-height: 300px; */
    position: relative;
}



.locationMapSvgContainer {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* padding-bottom: 100%;
    vertical-align: top;
    overflow: hidden; */
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}


.masterChartSvgContainer {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* padding-bottom: 100%;
    vertical-align: top;
    overflow: hidden; */
    /* height: 250px;
    min-height: 250px; */
    height: 40px;
    min-height: 40px;
    /* margin-bottom: 20px; */
    overflow: hidden;
    /* cursor: pointer; */
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}


.zoomRect{
    fill: var(--main-theme-light-color);
    opacity: 0.2;
    cursor: grab;
    transition: opacity 0.2s;
}

.zoomButtonRect{
    fill: var(--main-theme-light-color);
    opacity: 1;
    pointer-events: none;
    width: 3px;
}

.zoomRect:hover{
    opacity: 0.4;
}

.zoomText{
    stroke: unset;
    fill: var(--main-theme-color);
    font-size: var(--normal-text);
    font-weight: 400;
    dominant-baseline: hanging;
    pointer-events: none;
}

.surveillanceMedianLine{
    fill: none;
    stroke: var(--main-theme-color);
    stroke-width: 1px;
    opacity: 1;

    transition: stroke-width 0.2s;
    /* filter: drop-shadow( 0px 2px 2px rgba(0, 0, 0, 0.8)); */
    /* filter: drop-shadow( -2px 0px 4px rgba(0, 0, 0, 1.0)); */

}

.surveillanceMedianLine:hover{
    stroke-width: 3px;
}



#page{
    /* position: relative;
    width: 100%;
    display: flex; */
    
}

#dashboard{
    height: 100%;
    display: flex;
    flex-direction: row;
}



.detailDataPopup{
    position: absolute;
    min-width: 300px;
    /* height: 400px; */
    background-color: #ffffffd9;
    /* margin-left: 40px; */
    pointer-events: none;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    opacity: 1;
    transition: opacity 0.4s;
    text-transform: capitalize;
    margin-left: 10px;
    margin-top: 10px;
    z-index: 100;
}
.detailDataPopupDate{
    margin-left: 10px;
    color: var(--main-theme-color);
    font-size: var(--nearly-normal-text);
    margin-top: 6px;
}


.detailDataPopup.closed{
    /* visibility: hidden; */
    opacity: 0;
}


.detailDataPopupItem{
    position: relative;
    /* background-color: red; */
    margin-bottom: 10px;
    pointer-events: none;
    /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4); */
    display: flex;
    flex-direction: row;
    margin: 4px;
}

.detailDataPopupItemIconContainer{
    position: relative;
    width: 30px; 
    min-width: 30px;
    /* background-color: green; */
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    /* justify-content: center;*/
}

.detailDataPopupItemIcon{
    position: relative;
    width: var(--model-icon);
    height: var(--model-icon);
    border-radius: 4px;
}

.detailDataPopupItemTextContainer{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.detailDataPopupItemTopTextContainer{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.detailDataPopupItemName{
    position: relative;
    color: var(--main-theme-color);
    font-size: var(--nearly-normal-text);
    margin-right: 4px;

}

.detailDataPopupItemMedian{
    position: relative;
    color: var(--main-theme-light-color);
    font-size: var(--nearly-normal-text);
}

.detailDataPopupItemCI{
    position: relative;
    color: var(--main-theme-light-color);
    font-size: var(--small-text);
    display: flex;
    gap: 5px;
    margin-top: 2px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.detailDataPopupItemCIBox{
    position: relative;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 2px;
    
}
.detailDataPopupItemCIRing{
    position: relative;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    /* border-color: red; */
    border: solid 2.5px;
}
.settings{
    position: relative;
    width: var(--sidebar-width);
    min-width: var(--sidebar-width);
    background-color: var(--main-theme-color);
    height: 100%;
    display: none;
    flex-direction: column;
    border-radius: 4px;
}

.settingsHeader{
    position: relative;
    width: 100%;
    height: 50px;
    min-height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--selected-back-color);
    padding: 0px 10px;
    border-radius: 4px;
    color: var(--text-color);
}

.settingsHeaderIcon{
    position: relative;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}

.settingsHeaderIcon i{
    /* color: var(--text-color); */
    font-size: var(--header-text);
}


.settingsHeaderTitle{
    position: relative;
    /* color: var(--text-color); */
    font-size: var(--chart-title-text);
}

.settingsHeaderTitle:hover{
    text-decoration: underline;
}

.settingsHeaderClose{
    position: relative;
    /* color: var(--text-color); */
    margin-left: auto;
    cursor: pointer;
}

.mainParamsContainer {
    position: relative;
    padding: 8px;
    background-color: var(--selected-back-color);
    border-radius: 4px;
}

.modelGroup {
    position: relative;
    display: flex;
    flex-direction: row;
    font-size: var(--medium-text);
    color: var(--text-color);
    padding: 10px 0px;
    gap: 20px;
    align-items: center;
    justify-content: left;
}

.modelGroupLine {
    position: relative;
    background-color: var(--main-theme-light-color);
    width: 100%;
    margin-left: auto;
    height: 2px;
    
}

.modelGroupName {
    position: relative;
    min-width: fit-content;
}

.innerModelGroupName {
    position: relative;
    min-width: fit-content;
    color: var(--main-theme-light-color);
    min-width: 30%;
    width: 30%;
    overflow: hidden;
    padding-top: 10px;
    /* padding-top: 11px; */
    padding-right: 8px;
    border-right: 1px solid #3e7ac269;
    /* border-bottom: 1px solid #3e7ac269; */
    padding-bottom: 10px;
    text-transform: capitalize;
}

.innerModelGroupContainer {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    /* min-width: 70%; */
    /* flex: 1; */
    width: 70%;
}

.innerModelGroup {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    /* padding-top: 10px; */
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #3e7ac261; */
    /* background-color: #041e3e4f; */
    margin-bottom: 10px;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #3e7ac263;
    
}

.detailPopupTeam {
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: #ededed57;
    border-radius: 8px;
    margin: 4px;
    padding: 2px;
    border: 1px solid #c0c0c047;
}

.detailPopupTitle {
    position: relative;
    margin-left: 10px;
    color: #002755;
    font-size: var(--nearly-normal-text);;
    margin-top: 6px;
    font-weight: bolder;
    min-width: 90px;
    
}

.detailPopupDataContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    padding: 2px 0px;
    padding-left: 10px;
    /* padding-top: 6px; */
    /* width: 70%; */
    border-left: 1px solid #c0c0c047;
}



.locationPopup{
    position: absolute;
    /* min-width: 230px; */
    /* height: 100px; */
    background-color: #00224F;
    opacity: 0.9;
    pointer-events: none;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    top: 10px;
    left: 0px;
    /* transform: translate(-100%, -100%); */
    display: flex;
    flex-direction: column;
    /* padding: 4px;*/
}
.locationPopupDate{
    margin-left: 10px;
    color: var(--main-theme-color);
    font-size: 16px;
}


.locationPopupTitle{
   /* margin-left: 10px; */
    color: white;
    font-size: 18px;
    background-color: var(--main-theme-light-color);
    padding: 4px;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.locationPopupContainer{
    font-size: 16px;
    display: flex;
    flex-direction: column;
    padding: 4px;
}

.locationPopupBox{
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.locationPopupValue{
    color: var(--text-color);
    font-size: 16px;
}
.locationPopupString{
    margin-left: 6px;
    color: var(--text-color);
    opacity: 0.7;
    font-size: 12px;
}


.locationPopup.closed{
    visibility: hidden;
}

.chartSettingsButton{
    position: relative;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    color: var(--main-theme-light-color) !important;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.chartSettingsButton .settingsHeaderIcon i{
    font-size: 18px;
}
.chartSettingsButton .settingsHeaderTitle {
    font-size: var(--normal-text);
}

/* .chartSettingsButton:hover{
    text-decoration: underline;
} */

.warningDiv{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--main-theme-light-color);
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 8px;
    margin: 10px 0px;
    margin-bottom: 0px;
}

.warningDiv i{
    font-size: 60px !important;
}

.warningInfo{
    font-size: 20px;
    margin-top: 20px;
}


.forecastChartDiv{
position: relative;
width: 100%;
height: 100%;
}


.scoringLine{
    fill: none;
    /* stroke: var(--main-theme-color); */
    stroke-width: 3px;
    opacity: 1;
    /* stroke-dasharray: 3px; */

    transition: stroke-width 0.2s;
    /* -webkit-filter: drop-shadow( 0px 3px 3px rgba(0, 0, 0, .7)); */
    /* filter: drop-shadow( 0px 3px 3px rgba(0, 0, 0, .5)); */
}

.scoringGoodValue{
    stroke-width: 3px;
    stroke: #4BCCC1;
    /* stroke-opacity: 0.5; */
    fill: white;
    /* -webkit-filter: drop-shadow( 0px 3px 3px rgba(0, 0, 0, .7)); */
    /* filter: drop-shadow( 0px 3px 3px rgba(0, 0, 0, .5)); */
}
.scoringBetterPerf{
    stroke-width: 0.5px;
    stroke: #4BCCC1;
    fill: #4BCCC1;
}

.scoringBadValue{
    stroke-width: 3px;
    stroke: #E1BE6A;
    /* stroke-opacity: 0.5; */
    fill: white;
    /* -webkit-filter: drop-shadow( 0px 3px 3px rgba(0, 0, 0, .5)); */
    /* filter: drop-shadow( 0px 3px 3px rgba(0, 0, 0, .5)); */
}
.scoringWorsePerf{
    stroke-width: 0.5px;
    stroke: #E1BE6A;
    fill: #E1BE6A;
}

.scoringDisclaimer{
    position: absolute;
    bottom: 60px;
    font-size: var(--nearly-normal-text);
    width: 300px;
    color: #3e7ac2;
    fill: #3e7ac2;
}



.containerChart{
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    cursor: ew-resize;
    /* background-color: red; */
}
.containerChartMode {
    color: var(--main-theme-light-color);
    font-size: var(--chart-title-text);
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
    /* align-items: center; */
    /* font-weight: bold; */
    /* letter-spacing: 1px; */
    /* font-weight: bold; */
    /* margin-bottom: 10px;*/
}
.containerChartTitle {
    color: var(--main-theme-color);
    font-size: 18px;
    /* font-weight: bold; */
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 6px;
    /* margin-bottom: 10px; */
}

.containerChartModeDesc {
    color: var(--thumbBGhover);
    font-size: var(--chart-desc-text);;
    /* font-weight: bold; */
    /* letter-spacing: 1px; */
    font-weight: 500;
    margin-bottom: 14px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 6px;
    min-height: 40px;
}



.infoPopupSec{
    display: flex;
    flex-direction: column;
}


.infoPopup{
    display: flex;
    flex-direction: column;
    position: absolute;
    /* top: 0px; */
    /* left: 0px; */
    background: white;
    padding: 10px;
    /* padding-top: 4px; */
    /* padding-left: 4px; */
    /* box-shadow: 0 0 18px rgb(0 0 0 / 16%); */
    border-radius: 8px;
    /* border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
    /* left: 0px; */
    gap: 10px;
    z-index: 2;
    max-width: 500px;
    user-select: text;
    cursor: text;
    letter-spacing: 0px;
    /* margin-top: -5px;
    margin-left: 5px; */
}

.infoPopupHeader{
    display: flex;
}

.infoPopupContent{
    display: flex;
    flex-direction: column;
    gap: 10px;
    display: none;
}

.infoPopupContentTitle{
    display: flex;
    font-size: var(--subtitle-text);
}

.infoPopupContentDescription{
    display: flex;
}




.homeDisclaimer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #c2c8d2;
    /* margin-top: 20px; */
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
}

.homeDisclaimer a{
    /* font-size: 18px; */
    color: #87b1e2;
    /* word-break: break-all; */
    text-decoration: none;
}

.homeDisclaimer a:hover{
text-decoration: underline;
}









.valueTable {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* height: 250px;
    min-height: 250px; */
    /* margin-bottom: 20px; */
    overflow: hidden;
    cursor: pointer;
}


.modelPopup{
    position: absolute;
    background-color: white;
    max-width: 350px;

    z-index: 101;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    /* transition: opacity 0.4s; */
    border-radius: 8px;
    box-shadow: 0 0 19px 2px #0000003d;

}

.modelPopup.shown
{
  opacity: 1;
  visibility: visible;
}


.modelPopupHeader {
    display: flex;
    background-color: var(--main-theme-light-color);
    flex-direction: column;
    border-left: 8px solid #0b4e9d;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px;
}

.modelPopupContent{
    padding: 10px;
}

.modelPopupContentDescription{
    color: var(--main-theme-light-color);
}
.modelPopupModelName{
    color: white;
    font-size: 25px;
    line-height: 27px;
}
.modelPopupModelTeam{
    color: #ffffff6b;
    font-size: 14px;
    margin-top: 4px;
}







/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */






