:root {
  --black: #000000 !important;
  --black_hover: #2E2E2E !important;
  --white: #FFFFFF !important;
  --grey: #515151 !important;

  --calcite-color-foreground-1: #000000 !important;
  --calcite-action-text-color-pressed: #FFF !important;
  --calcite-action-background-color-hover: #2E2E2E !important;
  --calcite-color-foreground-2: #2E2E2E !important;
  --calcite-color-text-2: #FFFFFF imprtant !important;
  /* --calcite-panel-heading-text-color: #FFFFFF !important;  */
  

}

/* --calcite-action-background-color-hover, var(--calcite-color-foreground-2)
#f2f2f2
); */



#trick_container{
  width:100%;
  height:100%; 
  display:flex;
  flex-direction:column;
} 

#trick_place {
  position: relative;
  display: grid;
  grid-template: "content"100% / auto;
  height: 42.25rem;
  border: 1px solid #cdcdcd;
  transition: height 0.3s ease-in-out;
} 

arcgis-features{
  height:100%;
}


calcite-action {
  --calcite-action-background-color-hover: var(--black_hover);
  --calcite-action-background-color-press: var(--black_hover);
  --calcite-action-background-color: var(--black);
  --calcite-action-indicator-color: var(--white);
  --calcite-action-text-color-press: var(--white);
  --calcite-action-text-color: var(--white);
}

calcite-action-bar {
  --calcite-action-bar-background-color: var(--black);
  --calcite-action-text-color: var(--white);
  --calcite-icon-color: #FFF;
}

calcite-action-group {
  --calcite-action-background-color: var(--black);
  --calcite-action-group-border-color: var(--white);
}


calcite-button {
  --calcite-button-background-color: var(--grey);
  --calcite-button-border-color: var(--grey);
  --calcite-button-corner-radius:	0px;
  --calcite-button-icon-color	: var(--white);
  --calcite-button-loader-color	: var(--white);
  --calcite-button-shadow-color	: var(--black);
  --calcite-button-text-color : var(--white);
}

calcite-dialog {
  --calcite-dialog-max-size-y: 32rem;
  --calcite-dialog-border-color: #cdcdcd !important;
  --calcite-dialog-background-color: #FFFFFF !important;
  --calcite-dialog-icon-color: #000000!important;
  --calcite-dialog-accent-color: #515151 !important;
  --calcite-dialog-heading-text-color: #000000 !important;
  --calcite-dialog-description-text-color: #FFFFFF !important;
  --calcite-dialog-border-color: #cdcdcd !important;
  --calcite-dialog-header-background-color: #FFFFFF !important;
  --calcite-dialog-header-action-background-color-hover: #FFFFFF !important;
  --calcite-dialog-header-action-text-color: #000000 !important;

  --calcite-color-foreground-1: #FFFFFF !important;
  z-index: 2000  !important;
}

calcite-icon {
  --calcite-icon-color: var(--white);
}

calcite-label {
  --calcite-label-text-color: var(--black);
  /* text-align: center !important; */
}

#tos_slider_container > calcite-label {
  --calcite-label-text-color: var(--white);
  text-align: center !important;
}

/* --calcite-panel-background-color, var(--calcite-color-background)); */

calcite-panel {
  --calcite-panel-heading-text-color: var(--white);
  --calcite-panel-description-text-color: var(--white);
  --calcite-panel-background-color: #515151 !important;
  --calcite-panel-header-background-color: #000000 !important;
  --calcite-panel-header-action-background-color: var(--black);
  --calcite-panel-header-action-background-color-hover: var(--black_hover);
  --calcite-panel-header-action-background-color-press: var(--black_hover);
  --calcite-panel-header-action-text-color: var(--white);
  --calcite-panel-header-action-text-color-press: var(--white);
  --calcite-panel-footer-background-color: var(--black);
  --calcite-popover-border-color: var(--black);
  height: 100%;
}

calcite-shell-panel {
  --calcite-shell-panel-background-color: #515151!important;
  --calcite-shell-panel-border-color: var(-white);
  --calcite-shell-panel-resize-icon-color: var(-white);
  --calcite-shell-panel-text-color: var(-white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

calcite-slider {
    --calcite-slider-track-color: #FFF;
    --calcite-slider-track-fill-color: #000;
    --calcite-slider-handle-fill-color: #F36B26;
    --calcite-slider-handle-extension-color: #F36B26;
    --calcite-slider-accent-color: #F36B26;
    --calcite-slider-tick-color: #FFF;
    --calcite-slider-tick-border-color: #FFF;
    --calcite-slider-tick-selected-color: #FFF;
}

.esri-popup__header {
  background-color: #000; /* Example: Change background color */
}

.esri-popup__header {
  background-color: #444 !important;
  font-weight: bold;
}

.arcgis-search__form {
  margin: 0 0 0;
}



#tos_header{
  display:flex;
  justify-content:center;
  align-items:center;
  /* width:100%; */
  background:#515151;  
  padding:0.75rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-bottom: 1px solid #FFFFFF;
  
}

#tos_dates{
  display: flex;
  justify-content: center;
}

#tos_dates > span {
  font-weight: 600;
    font-size: 1.2rem;
    margin: 0.5rem;
    text-shadow: 0px 0px 10px rgba(29, 29, 29, 0.25), 1px 1px 1px rgb(29, 29, 29 / 35%), -1px -1px 1px rgb(29, 29, 29 / 35%);
}

#tos_slider_container{
  color:#FFFFFF;
  width: 20rem;
}

/* #tos_footer{
  background:#515151;
  color:#ffffff;
  border-top:1px solid #FFFFFF;
}*/

#tos_footer > div:first-child > h3{
  padding: 0.5rem 0 0 1rem !important;
  margin: 0px 0px 0.5rem 0px !important;
  color:#FFFFFF !important;
} 

  #tos_footer{
      background: #515151;
      color: #ffffff;
      border-top: 1px solid #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-right: 1rem;
      padding-left: 1rem;  
  }

  .brand_footer{
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #tos_footer > div:first-child {
    padding-bottom: 1rem;
  }

  #tos_footer > div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tosLogo {
    width: 9.559rem;
    height: auto;
    /* margin-right: 0.75rem; */
        }

#trick_legend {
  background:#525252;
  height:4.688rem;
  width: auto;
  z-index:0;
  border-top: 1px solid #FFF;
  display:flex;
  flex-direction:row;
  align-items: center;
  justify-content: space-between;
}

#icon_legend{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.legend_icons{
  height: 2.15rem;
  padding-right: 0.5rem;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.header-content,
.header-slotted-content{
  background: #000000 !important;
  /* color:#FFFFFF !important; */
}

.esri-widget__heading{
  color:#FFFFFF !important;
}

.icon_container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-family: inherit;
  margin-right: 1.2rem;
  line-height: 1.2;
  /* width: 9.5rem; */
  /* display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  color:#FFF;
  font-family:inherit;
  margin-left:1rem;
  line-height:1.2 */ 
}

.icon_container > span {
  text-align: left;
  margin-left: 0.05rem;
}

/* .icons_container > div > img {
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
  margin-right:.5rem;
  z-index:0;
} */

/* #trick_legend > div > div > img{
  width:36px;
  height:36px;

} */

/* #trick_legend > div > div > img.large{
  width:36px;
  height:36px;
  margin-right: 0.75rem;

}

#trick_legend > div > div > img.small{
  width:32px;
  height:32px; */
/* } */

#trick_legend > div > div > img.small.temp,
#trick_legend > div > div > img.large.temp{
  z-index:-1
}

.logo_container{
  margin-right: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 280px;
}

.dotLogo{
  width: 7.559rem;
  height: auto;
}

.tos_footer_logo{
  align-self: flex-end;
  flex: 2;
  display: flex;
  flex-direction: row-reverse;
}

/* .tosLogo{
  width: 7.559rem;
  height: auto;

} */

.container {
  display: flex;
  flex: 1;
  width: 100%;
}


@media (max-width: 780px) {
  .tos_footer_logo{
    display:none;
    visibility:hidden
  }

  /* #icon_legend{
    justify-content: space-evenly;
  } */

}


@media (max-width: 750px) {
  .web{
    display:none;
    visibility: hidden;
  }
}

.esri-features__container{
  background:#515151 !important;
  color:#FFFFFF !important;
  height: auto;
}

  /* common web styles */
  .web {
    position: absolute;
    width: 160px;       /* change size here */
    height: 160px;
    pointer-events: none; /* decorative only */
    opacity: 0.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /* left corner */
  .web.left {
    left: -10px;   /* nudge into corner */
    top: -10px;
    transform-origin: 0 0;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  }

  /* right corner (mirrored) */
  .web.right {
    right: 150px;
    top: -10px;
    transform-origin: 100% 0;
    transform: scaleX(-1);
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  }

  