.elementor-36828 .elementor-element.elementor-element-2234b73{--display:flex;}.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-36828 .elementor-element.elementor-element-d274fe8 .elementor-toc__header-title{text-align:start;}.elementor-36828 .elementor-element.elementor-element-d274fe8 .elementor-toc__header{flex-direction:row;}.elementor-36828 .elementor-element.elementor-element-d274fe8{--item-text-hover-decoration:underline;}.elementor-36828 .elementor-element.elementor-element-58e6e47{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-36828 .elementor-element.elementor-element-dad525a{--display:flex;}.elementor-36828 .elementor-element.elementor-element-dad525a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-36828 .elementor-element.elementor-element-2ea0365{--display:flex;}.elementor-36828 .elementor-element.elementor-element-fbad28d{--display:flex;}.elementor-36828 .elementor-element.elementor-element-b7a2bbc{--display:flex;}.elementor-36828 .elementor-element.elementor-element-a4bf11f{--display:flex;--min-height:75vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-36828 .elementor-element.elementor-element-dad525a{--width:117.208%;}}@media(max-width:1024px){.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-36828 .elementor-element.elementor-element-58e6e47{--grid-auto-flow:row;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-36828 .elementor-element.elementor-element-58e6e47{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-1d4e87d */table.blueTable {
  border: 1px solid #00536A;
  background-color: #EEEEEE;
  text-align: center;
  /*width:200vw;*/
  min-width:200vw;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border-left: 1px solid #AAAAAA;
  border-bottom: 0px solid #AAAAAA;
  padding: 3px 2px;
  vertical-align: middle;
  white-space: pre-wrap;
  word-break: break-word;
  hyphens:auto;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable tr:nth-child(even) {
  background: #FFF;
}
table.blueTable thead {
  background: #00536A;
  border-bottom: 2px solid #F7A916;
  
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
 
  vertical-align: middle;
  white-space: pre-wrap;
  word-break: break-word;
  hyphens:auto;
}
table.blueTable thead th:first-child {
  border-left: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a4bf11f */.scrollcon {
  max-height: 40vh; /* Set the maximum height of the container to 60% of the viewport height */
  overflow-x: scroll;/* Prevent horizontal scrolling */
  overflow-y: scroll;/* Enable vertical scrolling within the container when content exceeds its height */
  border: 1px solid #ccc; /* Border style for the container */
  border-radius: 10px; /* Applies a border-radius to the scrollbar track */
}

.scrollcon::-webkit-scrollbar {
  width: 14px;/* Sets the width of the scrollbar */
}

.scrollcon::-webkit-scrollbar-track {
  background: BLACK; /* Sets the background color of the scrollbar track */
  border-radius: 10px; /* Applies a border-radius to the scrollbar track */
}

.scrollcon::-webkit-scrollbar-thumb {
  background: blue; /* Sets the background color of the scrollbar thumb */
  border-radius: 10px; /* Applies a border-radius to the scrollbar thumb */
}/* End custom CSS */