.content
{
    text-align: center;
    padding-bottom: 2.5rem;
}

/* ----- Main Form w/ responsive layout ----- */
#main_form
{
    /* display: grid; */
    /* gap: 1rem; */
/*     display: inline-block;
    margin-top: 5%;
    justify-content: center; */
    text-align: center;
}

div .menus
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 5%;
    padding: 1%;
    justify-content: left;
}

/* ----- Graph Menus ----- */
.menu_export_btn
{
    padding: 6px 6px;
    background: var(--bright-teal);
    font-size: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: fit-content;
    width: fit-content;
    text-align: center;
    position: absolute;
    justify-self: right;
    margin-bottom: 20px;
}
.menu_export_btn i
{
    color: var(--mid-blue);
}

/* ----- Graph ----- */
.graph_div
{
    border-radius: 25px;
    /* overflow: hidden; */
    background-color: var(--mid-dark-blue);
    padding: 20px;
}

.graph_range
{
    list-style-type: none;
    padding: 5px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background-color: var(--mid-blue);
    bottom: 0;
    position: relative;
}
.range_button
{
    font-family: "JetBrains Mono",monospace;
    color: white;
    text-align: center; 
    font-weight: bold;
    
    
    padding: 10px;
    margin: 10px;
    background-color: var(--steel-blue);
    display: block;
    
    border:none;
    border-radius: 5px;
}
.range_button:hover
{
    background-color: var(--light-blue);
    color: var(--mid-blue);
    cursor: pointer;
}
.plotly_div
{
    display: flex;
    justify-content: center;
    width: 1200px;
    height: 800px;
}
/* .graph_range li:last-child
{
    margin-top: 13px;
    margin-right: 20px;
    position: absolute;
    right: 0;
}
.table_view_btn
{
    padding: 5px;
    display: block;
    
    border:none;
    border-radius: 3px;
    text-align: center;
    background-color: var(--bright-teal);
}
.table_view_btn i
{
    font-size: 20px;
}
.table_view_btn:hover
{
    background-color: #3eaba0;
    cursor: pointer;
} */
/* ----- Graph ----- */

.menu
{
    background-color: var(--mid-blue);
    border-radius: 20px;
    /* margin: 0 auto; */
    /*! display: inline-grid; */
    justify-content:center;  
    width: fit-content;
    height: fit-content;
    padding: 20px;
    /* padding-top: 0px; */
    margin-bottom: 1%;
/*     margin-left: 2%;
    margin-right: 2%; */
}
.menu h4
{
    color: var(--lightest-blue);
    margin: 0px;
}
.menu h5
{
    color: var(--light-blue);
    margin-bottom: 20px;
}
/* ----- Graph Menus ----- */

/* ----- Table Menus ----- */
.table_view
{
    background-color: var(--mid-blue);
    border-radius: 20px;
    display: inline-block;
    justify-content:center;
    width: 90%;
    height: 1045px;
    padding: 20px 20px 20px 20px; /* Top: 10px, Right: 20px, Bottom: 30px, Left: 40px */
    margin-right: auto;
    margin-left: auto;
/*     overflow-y:scroll; */
}
.table_view h4
{
    color: var(--lightest-blue);
    margin: 0px;
}
.table_view h5
{
    color: var(--light-blue);
    margin-bottom: 20px;
}
/* ----- Indicator Table ----- */
.indic_tables
{
    display: flex;
    text-align: center;
    padding: 2%;
    padding-top: 1.5%;
}
.adv_btn
{
    background-color: transparent;
    border-style: none;
    color: var(--bright-orange);
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
}
.adv_btn i
{
    padding: 8px;
    font-size: 18px;
}
.table_div
{
/*     max-width: 980px; */
    height: fit-content;
    width: 100%;
    background-color: var(--mid-dark-blue);
    display: block;
    margin-right: 2%;
    border-radius: 10px;
    overflow: hidden;
}
.page_table
{
    background-color: var(--mid-blue);
    text-align: center;
    
    table-layout: fixed;
    width: 100%;
    border: none;
    border-radius: 0px, 0px, 10px, 10px;
    border-collapse: collapse;
    border-spacing: 0px;
    overflow: hidden;
    
}
.page_table caption
{
    caption-side: top;
    color: white;
    padding: 10px;
}
.page_table th
{
    color:rgb(199, 199, 199);
    padding: 5px;
    border-bottom: solid var(--mid-blue);
}
.page_table tr:nth-child(even)
{
    background-color:var(--mid-dark-blue);
}
.page_table tr:nth-child(odd)
{
    background-color: var(--main-bg-color);
}
.page_table td
{
    padding: 5px;
    text-align: center;
    width: fit-content;
}
/* ----- Indicator Table ----- */
.indicator_table th:nth-child(2)
{
    border-right: solid var(--steel-blue);
}
.indicator_table th:nth-child(4)
{
    color: var(--bright-green);
    border-bottom: solid var(--bright-green);
}
.indicator_table th:nth-child(5)
{
    color: var(--bright-red);
    border-bottom: solid var(--bright-red);
}

/* ----- Detail Table ----- */
.data_table tr:first-child th:not(th:last-child)
{
    border-right: solid var(--steel-blue);
}
.scroll_table
{
    overflow: hidden;
    height: 90%;
    overflow-y: scroll;
}
.data_table
{
    width: 100%;
    border: none;
    border-radius: 10px;
    border-collapse: collapse;
    border-spacing: 0px;
    
    background-color: var(--mid-dark-blue);
    text-align: center;
    table-layout:fixed;
}
.page_table caption
{
    caption-side: top;
    color: white;
    padding: 10px;
}
.data_table th:not(.indic_sub_table th)
{
    color:rgb(199, 199, 199);
    padding: 5px;
    border-bottom: solid var(--mid-blue);
}
.data_table tr:first-child:not(.indic_sub_table tr)
{
    background-color: var(--main-bg-color);
    position: sticky;
    top: 0;
}
.data_table td
{
    padding: 5px;
    text-align: center;
}
.indic_sub_cell
{
    vertical-align: top;
}
.indic_sub_table
{
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0px;
    overflow: hidden;
    
    background-color: var(--mid-dark-blue);
    text-align: center;
    table-layout: fixed;
    
    
}
.indic_sub_table th
{
    color:rgb(199, 199, 199);
    padding: 5px;
    border-bottom: solid var(--mid-blue);
    background-color: var(--main-bg-color);
   
}
.indic_sub_table tr:nth-child(odd):not(tr:first-child)
{
    background-color: var(--main-bg-color);
}
.indic_sub_table td
{
    color: white;
    padding: 10px;
}
/* ----- Detail Table ----- */

/* ----- Action Cell ----- */
.indicator_table td:first-child
{
    display: block;
    justify-content: center;
    width: 100%;
}
.table_select
{
    width: 50%;
    height: fit-content;
    border: none;
    background-color: var(--steel-blue);
    color: white;
    font-family: "JetBrains Mono",monospace;
    font-weight: bold;
    text-align: center;
    padding: 8px 0px;
    overflow: hidden;
    
}
.table_btn
{
    font-size: 17px;
    margin-left: 8px;
    padding: 5px;
    display: inline-block;
    align-self: center;
    border:none;
    border-radius: 3px;
    text-align: center;
}
/* Table view */
.table_view_btn
{
    padding: 5px;
    display: flex;
    margin: 0 auto;
    border:none;
    border-radius: 3px;
    text-align: center;
    background-color: var(--bright-teal);
}
.table_view_btn i
{
    font-size: 20px;
}
.table_view_btn:hover
{
    background-color: #3eaba0;
    cursor: pointer;
}
/* Table view */

/* ----- Custom Checkbox ----- */
.add_check
{
    width: 20px;
    height: 20px;
    color: var(--bright-orange);
    background: none;
    border: 0;
    outline: 0;
    background-color: #FFFFFF;
    cursor: pointer;
    display: flex;
    float: left;
    justify-self: center;
    margin-left: 8px;
}

.add_check::before
{
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
}

.add_check:checked
{
    background-color: currentcolor;
}
  
.add_check:checked::before
{
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}
  
/* ----- Custom Checkbox ----- */
.add_btn
{
    background-color: var(--bright-green);
}
/* ----- Action Cell ----- */
/* ----- Indicator Cell ----- */
.indic_label
{
    color:white;
    margin: 0;
    padding: 0;
}
/* ----- Indicator Cell ----- */
/* ----- Data Cells ----- */
.data_label
{
    color:white;
    margin: 0;
    padding: 0;
}
.indicator_table td:nth-child(4) .data_label
{
    color: var(--bright-green);
}
.indicator_table td:nth-child(5) .data_label
{
    color: var(--bright-red);
}
/* ----- Indicator Cell ----- */

/* ----- Responsive Table -----*/
@media only screen and (max-width: 1860px)
{
    div .menus
    {
        display: inline-block;
    }
    .menu
    {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .table_view
    {
        width: 1240px;
        height: 700px;
    }
}
@media only screen and (min-width: 1860px)
{
    .table_view
    {
/*         width: 1240px;
        height: 700px; */
        height: 1045px;
        padding: 10px 20px 0px 20px; 
    }
}
@media only screen and (max-width: 2100px)
{
    .indicator_table td:first-child
    {
        display: block;
        justify-content: center;
    }
    .table_select
    {
        margin: 0px;
    }
    .table_btn:not(.table_view_btn)
    {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 1300px)
{
    .indicator_table td:first-child
    {
        display: inline-block;
        margin: 0 auto;
    }
    .table_select
    {
        width: 75%;
    }
    .table_btn
    {
        font-size: 17px;
        display: inline-block;
        margin: 0px;
    }
    
    /* div .table_view
    {
        
    } */
}
@media only screen and (max-width: 1500px)
{
    .indicator_table td
    {
/*         max-width: 100px; */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/* ----- Responsive Table -----*/

/* ----- Indicator Table ----- */