#detailedModalContent h3,
#modalDataContent h3{
    font-weight: bold;
    font-size: 1.4rem;
    padding: 0rem 0rem 0rem 0rem;
    color: #505050;
    margin-bottom: 0.1rem;
}

#detailedModalContent ul,
#modalDataContent ul{
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.modalSourceItem{
    padding-bottom: 0.6rem!important;
    font-size: 1em;
    padding-left: 1em;
    text-indent:-1em;
    margin-top:0;
    margin-bottom: 0;
}

.modalParagraph{
	margin-top:0.1rem;
}

#detailedModal{
    width:100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0,0,0,0.65);
    position: absolute;
    top:0rem;
    left:0;
    display: none;
    align-items: center; 
    justify-content: center;
    border-radius: 10px;
}

#detailedModalContent{
    /* min-width: 60vw; Adjust the width as needed */
    color:var(--accent-color);
    width:92%;
    max-width: 1200px;
    height: auto;
    max-height: 95%;
    background-color: var(--light-beige-color);
    position: absolute;
    z-index: 2500;
    text-align: center;  
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.tabContent{
    margin:0rem 1rem;
    font-size: 1rem;
    text-align: left !important;
    border-radius: 10px;
    padding: 1rem;
    max-height: 80vh;
    overflow-y: auto;
}

.tabContentHeader{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left !important;
    max-height: 80vh;
    overflow-y: auto;
    padding-top: 1rem;
}

#closeModalButton, #closeModalButtonMigration {
position: absolute;
top: 1.2rem; 
right: 1.2rem; 
cursor: pointer;
font-weight: 900;
}

#tabsHolder {
    width: 100%;
    text-align: center;
    display: flex; 
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
    z-index:2501;
}

.modalTab{
    flex: 1;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 1rem;
    padding-bottom:1rem;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    background-color: var(--accent-color);
    color: var(--light-beige-color);
    text-align:center;
    
/*        border-radius: 10px;*/
    /* background: url(../img/folder_tabs/modal_blank.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    /* image-rendering: -o-crisp-edges;            Opera */
    /* image-rendering: -webkit-optimize-contrast; Webkit (non-standard naming) */
    /* -ms-interpolation-mode: nearest-neighbor;   IE (non-standard property) */ 
}     

#factSheetButtonModal,
#methodButtonModal, 
#downloadReportModal,
#downloadReportButton,#aboutButtonModal, #devButtonModal{
    background-color: var(--accent-color);
    color: var(--light-beige-color);
    opacity: 0.7; /* lighten up color */
    border-radius: 5px;
    width: 30rem;
    max-width: 80%;
    margin-bottom: 1rem;
    align-self: center;
    padding: 0.2em 0em;
    cursor: pointer;
}

.selectedTabLeft {
    /* background: url(../img/folder_tabs/modal_left.png); */
    background-color: var(--light-beige-color);
    color: var(--accent-color);
	background-repeat: no-repeat;
	background-size:100% 100%;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}

/*if the LEFT tab is selected, put a light line right of the left tab. It's location is 1 tab's width right (100%)*/
 /* .selectedTabLeft::before {
	content: '';
	margin-right: -100%;
	position: absolute;   
    width: 0.7px;
    height: 3.5rem;
    background-color: var(--light-beige-color);
    color: var(--light-beige-color);
    top: 0;
}  */
.selectedTabRight {
    background-color: var(--light-beige-color);
    color: var(--accent-color);
    /* background: url(../img/folder_tabs/modal_right.png); */
	background-repeat: no-repeat;
	background-size:100% 100%;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}

/*if the RIGHT tab is selected, put a gark grey line on the left of the right tab. It's location is 1 tab's width left (-100%)*/
 .selectedTabRight::before {
	content: '';
	margin-left: -100%; 
	position: absolute;
	width: 0.7px;
	height: 3.5rem;
	/* background-color: var(--light-beige-color); */
    color: var(--light-beige-color);
	top: 0;
}

.selectedTabCenter {
    /* background-color: var(--light-beige-color); */
    /* background: url(../img/folder_tabs/modal_center.png); */
    background-color: var(--light-beige-color);
    color: var(--accent-color);
	background-repeat: no-repeat;
	background-size:100% 100%;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}

.hiddenTabContent, .hiddenModalTab{
    display: none;
}

.modalHyperlink{
    color: var(--bannerColor);
    font-size: 11pt;
}

.left{
    text-align:left;
    float:left !important;
    border-radius: 10px 0px 0px 0px;
}
.right{
    text-align:left;
    float:right !important;
    border-radius: 0px 10px 0px 0px;
    padding-right: 1em;
}

.center{
    border-style: solid;
    border-color: white;
    border-width: 0 2px 0 2px;
}

@media (max-width: 470px) {
    .modalTab {
        font-size: 1rem;
    }
    #tabsHolder {
        flex-direction: column;
    }

    .hideOnMobile{
        display: none;
    }

    .hideOnDesktop{
        display: none;
    }
    .left {
        border-radius: 10px 10px 0 0;
    }
    .right {
        border-radius:0;
    }
    .center {
        border-width: 0;
    }


}