@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
}

/*center the plotly graphics on the page, so things look better on very wide screens*/

.accordion .accordion-item .accordion-body {
    display: block !important;
}

.plotly-graph-div {
    margin: 0 auto;
    }
  
  /* Standard styling for unordered lists */
  ul {
          padding-inline-start: 20px;
          margin-block-end: 0em;
  }
      
  /* CSS implementation of the tab navigation used to contain the Plotly interactives */
  * {
    box-sizing: border-box;
  }
  .tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .input {
    position: absolute;
    opacity: 0;
  }
  .label {
    width: 100%;
    padding: 5px 10px;
    background: #f6f6f6;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.9rem;
    color: #0071bc;
      border: solid;
      border-width: 1px;
      border-color: #ccc;
      border-radius: 0.25rem 0.25rem 0 0;
  }
  .label:hover {
    color: black;
      text-decoration: underline;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .label:active {
    color: black;
  }
  .input:focus + .label {
    z-index: 1;
  }
  .input:checked + .label {
    background: #fff;
      border-bottom-style: none;
    color: #000;
  }
  @media (min-width: 600px) {
    .label {
      width: auto;
    }
  }
  .panel {
    display: none;
    padding: 20px 30px 30px;
    background: #fff;
      max-width: 1060px;
      order: 99;
  }
  .input:checked + .label + .panel {
    display: block;
  }
  .panel-line {
      border: solid;
      border-bottom-style: none;
      border-left-style: none;
      border-right-style: none;
      border-width: 1px;
      border-color: #ccc;
      width: 100%;
      margin-top: -1px;
      z-index: -1;
  }
  /* End of CSS implemenation for the tab navigation */
  
  .updatemenu-item-text {
      font-size: 0.9rem !important;
      font-weight: bold !important;
  }
  @media (min-width: 1679px) {
	.block--gao-main-menu {
		max-width: 100% !important;
	}
}
	

/* Bullets in paragraphs */
.chimlist li {
	list-style-type: disc;
	margin-block-end: 0em;
}


/* Market tabs */	
	
[id$="_IND"],
[id$="_EXCH"],
[id$="_SM"],
[id$="_LG"] {
	display: none; 
	}

/* Legend*/
.gradient-custom {
	background: linear-gradient(to right, rgba(255, 255, 255), rgba(4, 79, 145));
	}
.legend {
            margin: 20px;
        }
.legend-item {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }
.square {
            width: 100px;
            height: 15px;
            background-color: white;
            border: 1px solid black;
            margin-right: 10px;
        }
.gradient-bar {
            width: 100px;
            height: 15px;
            background: linear-gradient(to right, rgb(153,204,255), rgb(4,79,145));
            margin-right: 10px;
            border: 1px solid black;
        }

.scrollable-container {
    max-height: 500px; /* Adjust the height as needed */
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    table-layout: auto;
    overflow-x:auto;
}

.notes {
  font-size: 14px;
}

/* End of Custom Styles*/
