@import 'about.css';
@import 'annotationUI.css';
@import 'attributeTableWidget.css';

@import 'bookmarks.css';

@import 'carousel.css';
@import 'checkboxTree.css';

@import 'displayResultsComponent.css';

@import 'displayResultsComponent.css';

@import 'displayComponents.css';

@import 'columnDef.css';

@import 'editorComponent.css';

@import 'errorBoundary.css';

@import 'feedback.css';

@import 'header.css';

@import 'identifyComponent.css';

@import 'layerList.css';

@import 'measureTool.css';

@import 'navbar.css';

@import 'orphanwells.css';

@import 'profile-menu.css';

@import 'resizer.css';

@import 'serviceAreas.css';
@import 'sidebar.css';
@import 'spinner.css';
@import 'swipeTool.css';

@import 'tableComponent.css';
@import 'themeWidget.css';
@import 'toasts.css';

@import 'userProfile.css';

@import 'warning.css';

/* hide the webpack-dev-server overlay, it was showing for benign issues with button resizes */
iframe#webpack-dev-server-client-overlay {
  display: none !important;
}

/* Font Smoothing */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
a,
td,
button,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.navbar {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Montserrat, Arial, sans-serif;
  color: #464646;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#mainContainer {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.mainPageContent {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  z-index: 0;
}

#desktopLayoutContainer,
#desktopLayoutMapTableContainer {
  min-height: 0;
  height: 100%;
}

#root {
  /* padding-bottom: env(safe-area-inset-bottom) */
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.map-wrapper {
  position: relative;
  /* establishes positioning context */
  width: 100%;
  height: 100%;
}

.map-wrapper > arcgis-map {
  display: block;
  height: 100%;
}

.map-loading-overlay {
  position: absolute;
  top: 50%;
  /* center vertically */
  left: 50%;
  /* center horizontally */
  transform: translate(-50%, -50%);
  z-index: 9999;
  /* ensure it's above the map */
  pointer-events: none;
  /* do not block map interactions if desired */
}

.map-loading-overlay .spinner-border {
  width: 3rem;
  height: 3rem;
}

.minHeight220 {
  min-height: 220px;
}

#desktopLayoutResultsContainer {
  width: 100%;
  /* Full width within its parent */
  max-width: 100%;
  /* Prevent overflow */
  overflow-x: overlay !important;
  /* Hide horizontal overflow */
  display: flex;
  flex-wrap: wrap;
  /* Wrap content if needed */
}


.mapLoadingProgressIndicator {
  position: relative;
  top: 150px;
}

.mapLoadingProgressIndicatorAlert {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 65%;
  display: flex;
  /* Use flexbox for centering */
  justify-content: center;
  /* Center the text horizontally */
  align-items: center;
  /* Center the text vertically */
}

.identifyResultsCardTitle {
  width: 50%;
}

.loading-indicator-widget {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  z-index: 1000;
  /* Ensure it appears above other content */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  /* Optional: semi-transparent background */
  padding: 20px;
  border-radius: 8px;
}

.identifyLoaderDisabled {
  display: none;
}

.forceFont {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
}

/* text color when basicDisplay text is 'prohibited */
.text-prohibited {
  color: red;
}

.colorRed {
  color: red;
}
.colorBlack {
  color: black;
}
.colorOrange {
  color: orange;
}

.italic-text {
  font-style: italic;
}

.fontWeightBolder {
  font-weight: bolder;
}
.fontWeight500 {
  font-weight: 500;
}
.cursorPointer {
  cursor: pointer;
}

.textAlignLeft {
  text-align: left;
}
.textAlignCenter {
  text-align: center;
}
.overflow-hidden {
  overflow: hidden;
}

.rowPaddingNone {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.labelPaddingNone {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.button-outline {
  border: 1px solid black;
  outline-style: solid;
  outline-color: black;
  outline-width: thin;
}

.paginate-disable {
  pointer-events: none;
  opacity: 0.2;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* Prevent text wrap */
  border: 0;
}

.nav-tabs {
  font-size: smaller;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.dropdown-item {
  padding: 5px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
}

.dropdown-toggle::after {
  display: none;
}

.table-responsive {
  overflow-y: auto;

}

.accordion-body {
  font-size: 13px;
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

.accordion-buttonPadded {
    padding: 8px !important;
}

.card-subheader {
  font-size: smaller;
  font-style: italic;
  color: red;
}

.resultsCardOverride {
  margin-bottom: 0px !important;
  padding: 0px !important;
  font-weight: bolder !important;
  background-color: rgb(235, 235, 235) !important;

}

.p-3-Override {
  padding: 0px !important;
}

.mb-5-Override {
  padding: 0px !important;
}

.pagination-icons {
  width: 1.5rem;
  height: 1.5rem;
}

.btn.btn-secondary:disabled {
  background-color: #ebebeb;
  color: #464646;
}

.nav-item {
  font-family: 'Open Sans', sans-serif;
}

.nav-item .nav-link {
  display: flex;
  align-items: center;
}

.nav-item .nav-link.active {
  color: #000;
  opacity: 1;
  font-weight: bolder;
}

/* Keep modal above Esri widgets / other UI */
.modal.show {
  z-index: 2000;
}

/* Prevent BS4’s default center animation when .fade sneaks in */
.modal .modal-dialog {
  transform: none !important;
}

/* Make sure content gets clicks even if parent uses pointer-events:none */
.modal .modal-dialog .modal-content {
  pointer-events: auto;
}

.modal-content {
  height: auto;
}

.modal-header {
  background-color: #ebebeb;
  color: #464646;
}

.modal-title {
  margin-left: 10px !important;
  color: #464646;
  max-height: 250px;
  overflow-y: auto;
}

button.close {
  color: #464646;
}

.badge:empty {
  display: inline-block;
}

#legend {
  width: 100%;
}

.custom-esri-legend__service-label {
  flex: 1 100%;
  margin-bottom: 0.5em;
}

.esri-search {
  width: 100% !important;
  max-width: none !important;
}

.esri-search__form {
  width: 100% !important;
}

.esri-search__input-container {
  flex-grow: 1 !important;
}

.esri-search__input {
  width: 100% !important;
}

.esri-search__submit-button {
  display: none !important;
}

.esri-swipe--horizontal .esri-swipe__container {
  outline: none;
}

.esri-layer-list .esri-widget .esri-widget--panel {
  margin-left: 12px;
}

.esri-layer-list-panel__content--string {
  text-align: justify;
}

.esri-view-width-xsmall .esri-expand--auto .esri-expand__mask--expanded {
  background-color: transparent !important;
}

.esri-legend__layer-table .esri-legend__layer-table--size-ramp {
  visibility: hidden !important;
  height: 0px;
}

.esri-legend__layer-caption {
  visibility: hidden !important;
  height: 0px;
}

div.esri-legend__message:after {
  content: 'No layers are currently visible on the map. Turn on a layer and/or change the zoom to view the legend for scale-dependent layers.';
  margin-left: -70px;
  background-color: #fff;
}

/* for smaller screens */
@media (max-width: 100px) {
  .esri-view-height-xsmall .esri-expand .esri-widget--panel,
  .esri-view-height-xsmall .esri-expand .esri-widget--panel-height-only,
  .esri-view-height-xsmall .esri-ui-corner .esri-component.esri-widget--panel,
  .esri-view-height-xsmall .esri-ui-corner .esri-component.esri-widget--panel-height-only {
    max-height: 240px;
  }

  .esri-view-height-xsmall .esri-ui-corner .esri-component .esri-expand__content {
    box-shadow: none;
  }
}

/* set the z-index of the scale bar negative or else it shows over top of other widgets */
.esri-component .esri-scale-bar .esri-widget .esri-scale-bar__line {
  z-index: -1 !important;
}

.esri-widget--panel {
  padding-left: 10px;
}

.esri-legend__service {
  /* //display: flex; */
  flex-direction: row-reverse;
  /* //float: left; */
  align-items: flex-end;
}

.esri-legend__service>h3 {
  font-weight: normal;
  margin-left: 10px;
  margin-bottom: 0px;
}

span.esri-icon-locate {
  margin-top: 1px;
}

/* fix for esri map expand buttons on phones */
@media (max-width: 1400px) {
  .esri-expand__container.esri-expand__container--expanded {
    position: relative !important;
    width: auto !important;
  }

}

/* //fix for esri map expand buttons on small screen phones */
@media (max-width: 500px) {
  .esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded {
    position: relative;
    /* width: 255px !important; */
    /* height: 175px !important; */
  }

  .esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded .esri-expand__panel {
    width: unset;
  }

  .react-toast-notifications__container {
    overflow: visible;
  }

  /* //make toast fit small screens */
  .react-toast-notifications__toast {
    width: unset !important;
  }

  .esri-distance-measurement-2d .esri-widget .esri-widget--panel {
    width: min-content;
  }
}

.esri-widget--button.active,
.esri-widget--button.active:hover,
.esri-widget--button.active:focus {
  cursor: default;
  background-color: #999696;
}

.esri-widget--button.active path,
.esri-widget--button.active:hover path,
.esri-widget--button.active:focus path {
  fill: #e4e4e4;
}

/* on mobile, there is an odd shadow showing up on the expand contents, this removes it */
.esri-expand__content {
  box-shadow: none;
}

/* Fix for some calcite styles */
.esri-widget h3 {
  font-size: 1rem;
}

.esri-widget li {
  margin: 0;
}

.esri-elevation-profile {
  display: grid !important;
  width: 100%;
}

.esri-elevation-profile__footer {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center;
  margin-top: 5px !important;
}

button.esri-elevation-profile-legend__checkbox {
  display: none !important;
}

.esri-elevation-profile-statistics__statistic--hidden {
  display: block;
}

.esri-elevation-profile__prompt-container p {
  display: none;
}

.esri-elevation-profile__prompt-container:after {
  content: 'Select "New Profile" below, then draw a line to generate an elevation profile.';
}

.esri-elevation-profile-statistics {
  /* width: 220px !important; */
  overflow: hidden;
}

button.esri-elevation-profile-settings {
  width: 40px !important;
}

.esri-elevation-profile__actions-container {
  justify-content: unset !important;
}

.esri-elevation-profile__action-button {
  width: unset;
  max-width: max-content;
}

.esri-expand__content .esri-expand__content--expanded {
  overflow: auto !important;
}

.esri-view-height-medium .esri-ui-corner .esri-component .esri-expand__content {
  overflow: auto !important;
}

.esri-view-height-small .esri-ui-corner .esri-component .esri-expand__content {
  overflow: auto !important;
}

.spinnerMarginTop {
  margin-top: 1rem;
  font-size: larger;
  font-weight: bolder;
}

.ParentChildCombo_Form {
  width: 100%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pagwisSearchForm_downloadToast {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchCustomDiv {
  flex: 1 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

.simTextWidgetH6 {
  margin-left: 15px;
  line-height: 1.6;
}

.centeredSliderLegend {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.radarIntensityImage {
  padding-left: 10px;
  padding-right: 10px;
}

.hidetimeSliderContainer {
  display: none;
}

.showtimeSliderContainer {
  display: block;
}

.searchWidget_td {
  margin-top: 20%;
  text-align: center;
}

.searchWidget_table {
  width: 90%;
  margin-left: 8%;
  margin-top: 2%;
}

.searchWidget_select {
  max-width: 250;
}

.singleTextSearchWidget_div {
  height: 250;
}

.intentToDrill_CardImg {
  width: fit-content;
  align-self: center;
}

.nuclearFacilities_BottomUnset {
  margin-bottom: unset;
}

.nuclearFacilities_pieLabelStyle {
  width: 15%;
}

.nuclearFacilities_div1 {
  text-align: center;
}

.plumeModel_ul {
  font-size: smaller;
}

.plumeModel_InputGroupText {
  width: 30%;
}

.plumeModel_InputGroupButton {
  width: 90%;
}

.plumeModel_div1 {
  text-align: center;
}

.plumeModel_Input {
  width: 25%;
}

.prt_list_ul {
  list-style: none;
  margin-left: -20px;
}

.prt_list_li {
  text-align: initial;
}

.prt_InputGroup {
  display: flex;
  flex-wrap: nowrap;
}

.prt_customFormikFieldAddon {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.traceDownstream_list_ul {
  list-style: none;
  margin-left: -20px;
}

.traceDownstream_list_li {
  text-align: initial;
}

.traceDownstream_customConnectingLine {
  width: 77%;
}

.traceDownstream_customNavTabs {
  flex-wrap: unset;
}

.traceDownstream_InputGroup {
  display: flex;
  flex-wrap: nowrap;
}

.traceDownstream_customFormikFieldAddon {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.traceDownstream_AlignCenter {
  text-align: center;
}

.orphanedWells_customNavTabs {
  flex-wrap: unset;
}

.orphanedWell_redText {
  color: red !important;
}

.orphanedWell_specialRowHeight {
  max-height: 10px;
}

.orphanedWells_connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 75%;
  margin: 0 auto;
  left: 5px;
  right: 0;
  top: 22px;
  z-index: 1;
}

.orphanedWells_alignLeft {
  text-align: left;
}

.nhd_locatorWizard {
  word-wrap: unset;
}

.card {
  word-wrap: unset;
}

.trackGPS_InlineFlex {
  display: inline-flex;
}

.detailsComponents_Capitalize {
  text-transform: capitalize;
}

.detailsComponents_td1 {
  text-transform: none;
  vertical-align: text-top;
}

.detailsComponents_a {
  text-transform: none;
  cursor: pointer;
  color: #531fff;
}

.displayComponents_yes-class {
  height: 32px;
  width: 32px;
  cursor: pointer;
}

.displayComponents_no-class {
  height: 32px;
  width: 32px;
  cursor: default;
}

.displayComponents_Flex {
  display: flex;
}

.brcChartMainDiv {
  margin-left: 25px;
}

.identifyResults_PagingContainer {
  align-items: center;
}

.identifyResultsCustomCardBody {
  width: 90%;
  padding: 0px;
}

.identifyCardBodyPadding {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.identifyResultsComponent_div3 {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  width: 100%;
  text-align: center;
  color: black;
  /* Changed to black from gray for better visibility */
  align-items: center;
  /* vertically aligns content in the center */
  justify-content: center;
  /* horizontally aligns content in the center */
}

.identifyResultsComponent_button2 {
  border: none;
  outline: none;
  padding: 4px;
  /* background-color: #ebebeb; */
  color: black;
  vertical-align: middle;
}

.identifyResultsComponent_CardButtonHeader {
  /* max-width: 200px; */
  word-wrap: break-word;
  text-align: left;
}

.identifyResultsComponent_PaginationBaseline {
  align-items: center;
}

.identifyResultsComponent_PagingArrowPointingLeft {
  transform: rotate(90deg);
}

.identifyResultsComponent_PagingArrowPointingRight {
  transform: rotate(-90deg);
}

.identifyResultsComponent_DetailsComponent {
  padding: 0px !important;
  width: 100% !important;
}

.tertiaryDetailInfo_div4_pointer {
  cursor: pointer;
}

.pagwisSearch_div1 {
  flex: 1 100%;
}

.pagwisSearch_div2 {
  flex-flow: row-reverse;
}

.pagwisSearch_colorRed {
  color: red;
}

.clearMapTool_div {
  background-color: #fff;
  border-width: 0px;
  height: 32px;
  width: 32px;
  cursor: pointer;
  padding: 5px;
}

.govsec a {
  text-decoration: none;
  color: inherit;
  font-size: small;
}

.govsec a:hover {
  text-decoration: none;
  /* still no underline on hover */
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    overflow-y: auto;
    height: unset;
    height: 200px;
  }
}

.react-date-picker__wrapper {
  border: none !important;
}


@media (max-width: 768px) {
  .react-datepicker-wrapper {
    width: 100%;
  }

  .react-datepicker__input-container {
    width: 100%;
  }
}

#QueryResultsDiv {
  padding-right: 5px;
}

@media (max-width: 1400px) {
  #QueryResultsDiv {
    padding-left: 10px;
  }
}
.tertiaryCardHeader {
  margin-left: 30px;
  text-transform: none;
}

.QuickIdContainer {
  /* display: flex;
  flex-direction: column;
  padding-left: 10px; */
  position: relative;
  /* padding: 20px; */
  /* Adjust as needed */
}

.QuickIdEmpty {
  margin-top: 5px;
  text-align: center;
}

.QuickIdComponent_button {
  height: 30px;
}

.QuickIdComponent_VscGlobe {
  font-size: 16px;
  vertical-align: unset;
}

.quickIdTable {
  font-size: 14px !important;
}

.flexLayout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  display: inline-block;
  margin-left: -5px;
  margin-right: 5px;
  min-width: -webkit-fill-available;
}

.flexLayoutSpatialSearches {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}

#tabContent::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  /* width of the entire scrollbar */
}

#tabContent::-webkit-scrollbar-button:vertical {
  background-color: transparent;
  background-size: 10px 9px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 12px;
  width: 1em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAACXSURBVDhPnY9BEoAgCEXRTuBRPKF5QoeTuHVXwURjik72NqTA+2aOCxjgveeaUuKqMRTEGEFaxhgIIfB3i71rR+2dPFIXUHqLdkeoAi1x9IpOMEoitF4nmP2v1nsJZulCO/MSzNKFduYRfEkX6tlH8CVdqGdZsJIuyA4LVtIF2dmcc3sphQ+rICLYnPN9XId2LVn+gohwAkeUVKDDXfM/AAAAAElFTkSuQmCC');
}

#tabContent::-webkit-scrollbar-button:end:increment:vertical {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAACTSURBVDhPnZDREQARDETRgUqMTnSiBCUaFd3dZjDu5Ix4PxGymx06hHA559QJpRRlTsUAWmOtra0caE2MsbZyoDU4aK3pQkLTkEFKiRoJTUMGQJJinO0GkhTjbDcAOym+My+DnRTfmZcBWKXg3iaDVQrubTIA3Ka/ZKwBt+kvGWsAxo3Lf7ke6nnCe08150x1Rqkbg2QfKlY89aEAAAAASUVORK5CYII=');
  cursor: pointer;
}

#tabContent::-webkit-scrollbar-button:horizontal {
  background-color: transparent;
  background-size: 10px 9px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 12px;
  width: 1em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAB0SURBVDhPrdPbDYAgDIXhlo0YkRGYjHQSRvAWDkZCmrbxe1ETz/+AkY8LOdVaqfdOIkKuQCmF1tdNgd0Q1IA2hG3AMoRPwDOEJxAZQso5h8e3NK5hqbVGzDwe/f45xHE/hT/jyhJSA6CFTAHYhVwBeH9noRPjP3lGfgup0wAAAABJRU5ErkJggg==');
}

#tabContent::-webkit-scrollbar-button:end:increment:horizontal {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAB2SURBVDhPvdPbCcAgDIXhk27gJOImbuIIjuhI6QXPSyVELfR/agr5oEol56wxRoQQUErBalJr1f78JCK43vXJbwDYLGQCzINcgFnQNMDe0DLACB19Xk5VkVLaB9g2cH9Ca+3HQ9y+RmuRmYC3yAZgdpF9/J2BE3VdOeDQe3TsAAAAAElFTkSuQmCC');
  cursor: pointer;
}

#tabContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

#tabContent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.44, rgba(0, 0, 0, 0.4)),
      color-stop(0.72, grey),
      color-stop(0.86, rgba(0, 0, 0, 0.3)));
}

.show {
  display: flex;
}

.LODWidget {
  padding: 5px;
  font-weight: 700;
  background-color: white;
  opacity: .75;
}

.splitterSidebar_ArrowClassRotate0 {
  transform: rotate(0deg);
}

.splitterSidebar_ArrowClassRotate90 {
  transform: rotate(-90deg);
}

.authenticationApp_div1 {
  background-color: #f8d7da;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 10px;
}

.authenticationApp_p {
  font-weight: bold;
  color: #721c24;
  margin-bottom: 10px;
}

.authenticationApp_div2 {
  font-size: 24px;
  color: #1e90ff;
  text-align: center;
}

.formikSignin_container {
  height: 100vh;
}



.createLayerList_PennEviroScreen_a {
  color: slateblue;
  text-decoration: underline;
}

div.BrcchartWin {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Wizard Style ------------------------------------------------------------------------------*/

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  padding: 8px;
}

/* Used in Create Service Areas */
.wizard>div.wizard-inner-3 {
  position: relative;
  margin-bottom: 50px;
  margin-left: 50px;
  text-align: center;
  padding: 8px;
}

/* Used in Edit Service Areas */
.wizard>div.wizard-inner-4 {
  position: relative;
  margin-bottom: 50px;
  margin-left: 0px;
  text-align: center;
  padding: 8px;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 78%;
  margin: 0 auto;
  left: 5px;
  right: 0;
  top: 22px;
  z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

.wizard .nav-tabs>li a i {
  display: none;
}

span.round-tab {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #0e214b;
  font-weight: 500;
  border: 1px solid #ddd;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #fff;
  color: #000;
  border-color: #0004ff;
  border-width: 2px;
  /* these colors are set for accessibility (contrast) */
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
  color: #fff;
}

.wizard .nav-tabs>li {
  width: 25%;
}

.nuclearWizard {
  width: 20% !important;
}

.wizard li:after {
  content: ' ';
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}

.wizard .nav-tabs>li a i {
  position: absolute;
  top: -15px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.wizard .nav-tabs>li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  /* padding-top: 20px; */
}

.wizard h3 {
  margin-top: 0;
}

.service-area-shapefile-help-wrapper {
  position: relative;
  display: inline-flex;
}

.service-area-shapefile-help {
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  font-weight: 700;
  line-height: 1;
}

.service-area-shapefile-help-popover {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 50;
  width: 320px;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #F8F8FF;
  color: #464646;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-0.25rem);
  transition:
    opacity 0.15s ease-in-out,
    transform 0.15s ease-in-out,
    visibility 0.15s ease-in-out;
}

.service-area-shapefile-help-wrapper:hover .service-area-shapefile-help-popover,
.service-area-shapefile-help-wrapper:focus-within .service-area-shapefile-help-popover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.service-area-import-disabled {
  background-color: #f8f9fa;
  border-style: dashed;
}

.service-area-import-disabled .service-area-shapefile-help {
  color: #6c757d;
}

.form-control[disabled],
.form-control[readonly] {
  background-color: #fdfdfd;
}

.huntingHoursWidget_Hyperlink {
  color: #0056b3;
}

.SeasonBagLimits_filterCheckbox {
  padding-left: 25px;
}

.TrackGPS_latitudeSection {
  display: inline-flex;
  margin-top: 5px;
}

.TrackGPS_SampleCSVLink {
  color: #531fff;
  text-decoration: underline;
}

.TrackGPS_csvUploader {
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 20px;
  border-color: #686868;
}

.TrackGPS_csvUploader_file {
  background: linear-gradient(to bottom, #eee, #ddd);
  border-radius: 20px;
  display: flex;
  height: 120px;
  width: 120px;
  position: relative;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
}

.TrackGPS_csvUploader_info {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
}

.TrackGPS_csvUploader_size {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin-bottom: 0.5em;
  justify-content: center;
  display: flex;
}

.TrackGPS_csvUploader_name {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin-bottom: 0.5em;
  font-size: 12px;
}

.TrackGPS_csvUploader_progressBar {
  position: absolute;
  bottom: 14px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.TrackGPS_csvUploader_remove {
  height: 23px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 23px;
}

.AntlerRestriction_btnDiv {
  text-align: center;
}

/* Make the dialog nearly full width on desktop */
.authDocsModal.modal-dialog {
  max-width: 95vw;
  width: 95vw;
}

/* Optional: tighten content padding a bit */
.authDocsModalContent .modal-body {
  padding: 0.75rem 1rem;
}

/* Table tweaks so everything fits without horizontal panning */
.authDocsTableWrap {
  width: 100%;
}

.authDocsTable th,
.authDocsTable td {
  white-space: nowrap;
  /* keep dates on one line */
  padding: .4rem .5rem;
  /* compact cells to fit more columns */
  vertical-align: middle;
}

.authDocsTable thead th {
  position: sticky;
  top: 0;
  /* header sticks if body scrolls vertically */
  background: #fff;
  z-index: 1;
}

/* left gutter cell that holds the elbow/arrow */
.auth-sub-connector {
  width: 44px;              /* matches the expander column width */
  text-align: center;
  vertical-align: top;
}

/* the elbow "└─" shape built with borders; subtle, Bootstrap-friendly */
.auth-sub-branch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-left: 2px solid #ced4da;   /* Bootstrap gray-400-ish */
  border-bottom: 2px solid #ced4da;
  transform: translateX(6px) translateY(2px); /* nudge into position */
}

/* the indented container around the subtable */
.auth-sub-indent {
  border-left: 2px dashed #e9ecef;  /* Bootstrap gray-200-ish */
  background: #fafafa;              /* very light background */
  padding-left: 12px;               /* visual indent */
  border-radius: 0 6px 6px 0;       /* soften the right edge */
}
/* draws a vertical accent tying child to highlighted parent */
.auth-sub-indent {
  border-left: 3px solid var(--bs-primary);
  background: var(--bs-light);
}

/* a small elbow/branch line in the connector cell */
.auth-sub-connector {
  width: 44px;
  position: relative;
}
.auth-sub-branch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-left: 3px solid var(--bs-primary);
  border-bottom: 3px solid var(--bs-primary);
  margin-left: 14px;     /* centers under chevron cell */
  margin-top: 6px;
  transform: translateY(2px);
}

/* Full-width subtable with fixed layout to mirror parent column rhythm */
.auth-child-row > td { padding: 0; }
.auth-subwrap {
  position: relative;
  padding: 8px 8px 8px 12px;
  /* shove content so the blue guideline sits under the expander column */
  margin-left: 44px; /* match width of your expander cell */
}
.auth-subwrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  bottom: 0.6rem;
  width: 3px;
  background: var(--bs-primary);
  border-radius: 2px;
}
.auth-elbow {
  position: absolute;
  left: -14px;
  top: 10px;
  width: 14px;
  height: 14px;
  border-left: 3px solid var(--bs-primary);
  border-bottom: 3px solid var(--bs-primary);
}

/* ensure the child table’s last column (View) is right-aligned & consistent */
.auth-subwrap table { width: 100%; table-layout: fixed; }
.auth-subwrap thead th:last-child,
.auth-subwrap tbody td:last-child { text-align: right; width: 120px; }


/* Container around all sections in the inspections modal */
.inspections-modal-body {
  padding-top: 4px;
}

/* Each PF / Site / Client block */
.inspections-section {
  margin-bottom: 16px;
}

/* Subtitle that should appear directly under "Inspections" */
.inspections-section-title {
  font-weight: 600;
  font-size: 0.95rem;
  padding: 4px 8px;
  margin-bottom: 4px;
  background-color: #f3f3f3;
  border-left: 4px solid #007ac2; /* DEP-ish blue */
  border-bottom: 1px solid #dedede;
}

/* Table wrapper to keep visual similarity */
.inspections-table-wrapper {
  border: 1px solid #dedede;
  border-radius: 2px;
  overflow: hidden;
}

/* Table styling closer to old Dojo grid */
.inspections-table thead.table-light th {
  background-color: #f5f5f5;
  font-weight: 600;
  font-size: 0.85rem;
}

.inspections-table tbody tr td {
  font-size: 0.85rem;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Highlight selected row */
.inspections-table tbody tr.table-primary {
  background-color: #e2eefc;
}

/* Subrow (docs/violations) styling */
.inspections-subrow td {
  padding: 0;
  background-color: #fafafa;
}

.inspections-subrow-inner {
  padding: 8px 12px 8px 20px;
  border-left: 4px solid #007ac2;
}

/* "No documents found." line */
.inspections-subrow-inner > div:only-child {
  font-style: italic;
  color: #555;
}

.comment-cell {
  max-width: 350px;           /* adjust based on your table width */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* number of lines visible */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  cursor: pointer;            /* indicates user can click */
}

.comment-cell.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

/* Left tree-like gutter for inspection child tables */
.inspec-child-wrapper {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.inspec-child-line {
  width: 18px;                 /* width of the gutter */
  border-left: 3px solid #007bff; /* blue vertical line like AuthDocs */
  border-radius: 2px;
}

.inspec-child-body {
  padding-left: 0.75rem;       /* actual stagger/indent */
}

/* Optional: make arrow button small & subtle */
.inspec-root-toggle {
  padding: 0 0.25rem;
  line-height: 1;
}

/* Matches AuthDocsTable elbow connector */
.inspec-elbow {
  position: absolute;
  left: 5px;;          /* aligns with the vertical line */
  top: 10px;           /* tweak to match your row height */
  width: 14px;
  height: 14px;

  border-left: 3px solid var(--bs-primary);
  border-bottom: 3px solid var(--bs-primary);
 
}

/* Shared column for all "View" buttons in inspections + child tables */
.inspec-col-view {
  width: 96px;           /* tweak until look matches AuthDocs */
  text-align: center;
  white-space: nowrap;
}

/* Make sure child tables don't shrink that column */
.inspec-child-body table .inspec-col-view {
  width: 96px;
}

/* Shared column for all "View" buttons in Auth Docs parent + child tables */
.auth-col-view {
  width: 96px;           /* tweak until it lines up nicely */
  text-align: center;
  white-space: nowrap;
}

.auth-child-body table .auth-col-view {
  width: 96px;
}

/* Limit the overall inspections modal body so it fits in viewport */
/* .inspections-modal-body {
  max-height: calc(100vh - 180px); 
  overflow-y: auto;
} */ 

/* Each inspections section gets its own scroll area like the old app */
.inspections-section-table-wrapper {
  max-height: 200px;        /* height of each grid area – tweak to taste */
  overflow-y: auto;
  overflow-x: hidden;       /* horizontal handled by .table-responsive */
}

/* Make tables inside sections not add extra bottom gap */
.inspections-section-table-wrapper .table {
  margin-bottom: 0;
}
/* When user clicks "Show all" – no per-section scroll */
.inspections-section-table-wrapper.inspections-section-table-wrapper--full {
  max-height: none;
  overflow-y: visible;
}

/* Wrapper for each section */
.inspections-section {
  margin-bottom: 2rem;
}

/* Section header */
.inspections-section-title {
  font-weight: 600;
  font-size: 1rem;
  padding: 6px 0;
}

/* Compact = limit height + scroll */
.inspections-section-table-wrapper--compact {
  max-height: 200px;   /* adjust as needed */
  overflow-y: auto;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 6px;
}

/* Full = auto grows, no scrollbar */
.inspections-section-table-wrapper--full {
  max-height: none;
  overflow: visible;
}

/* Remove outer modal scrollbar */
.inspections-modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding-right: 8px;
}










.divRadioGroup{
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.divdisplayblock{
    display: block;
}
.divdisplaynone{
    display: none;
}
.mapPointResetBtn{
  width: 100%;
  height: 1px;
  background-color: gray;
  margin: 0px 0;
}
.marginBottom1rem{
  margin-bottom: 1rem;
}
.marginBottom1o5rem{
  margin-bottom: 1.5rem;
}
.marginBottom6px{
  margin-bottom: 6px;
}
div.informationaltext{
  margin-top: 20px;
  font-size: 15px;
  padding: 10px;
  background: #f0f4f8;
  border-radius: 8px;
  min-height: 50px;
}
div.searchDiv{
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
div.HpaiZoneSearch{
  padding: 20;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  text-align: center;
}
div.StateParkTrailHeader{
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}
span.StateParkTrailHeader{
  font-weight: 400;
  margin-left: 4px;
  color: #777;
}
.marginTop10{
  margin-top: 10px;
}
.marginTop16px{
  margin-top: 16px;
}
a.downloadlink{
  color: #4ea1f3;
  text-decoration: underline;
}
a.linkEnabled{
pointer-events: auto;
opacity: 1;
}
a.linkDisabled{
  pointer-events: none;
  opacity: 0.65;
}
.fontSize14{
  font-size: 14px;
}
.fontSizeXLarge{
  font-size: x-large;
}
.fontSizeXSmall{
  font-size: x-small;
}
.lineHeight1o5{
line-height: 1.5;
}
.lineHeight1o6{
line-height: 1.6;
}
.fontFamilyArial {
  font-family: Arial;
}
.fontWeightNormal{
  font-weight: normal;
}
.fontWeightBold{
  font-weight: bold;
}
.width100{
  width: 100%;
}
.width85{
  width: 85%;
}
.maxWidth320px{
  max-width: 320px;
}
.margin0Auto{
  margin:  0 auto;
}
.marginLeft20px{
  margin-left: 20px;
}
.listStyleTypeCircle{
  list-style-type: circle;
}
.padding20 {
  padding: 20;
}
.padding8px12px{
  padding: 8px 12px;
}
.minWidth0{
  min-width: 0;
}
div.titleAnywhere{
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.zIndex1040{
  z-index: 1040;
}
.zIndex1050{
  z-index: 1050;
}
.zIndex999{
  z-index: 999;
}
.searchLocationCheckbox{
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.searchLocationLabel{
  font-size: 18px;
  cursor: pointer;
  user-select: none;
}
.searchMultiSelectLabel{
  cursor: pointer;
  user-select: none;
}
.bufferToolBtn{
  height: 40px;
  font-weight: 500;
}
div.showDisclaimer{
  font-size: 0.82rem;
  line-height: 1.4;
}
.custom-tooltip{
  color: #fff;
  background-color: #4d4d4d;
  border: none;
}
.custom-tooltip-label{
  color: #fff;
}
div.brcChartLegend{
  display: inline-flex;
}
div.brcChartLegendGroup{
  border-right: #eeeee4 2px solid;
}
.brcChartLegendGroupName{
  padding: 0px 5px;
  background-color: #eeeee4;
  margin: 0px;
  text-align: center;
}
.displayInlineFlex{
  display: inline-flex;
}
.paddingLeft0PX{
  padding-left: 0px;
}
.brcChartLegendValue{
  margin-right: 5px;
  border-radius: 16px;
  display: inline-block;
  width: 20px;
  height: 10px;
  vertical-align: middle;
}
.brcChartLegendList{
  list-style: none;
  margin-left: 5px;
  margin-right: 5px;
}
.brcChartLegendListLabel{
  color: #000;
  font-size: 8px;
  font-weight: bold;
}
.secureMap-spinner-border{
  width: 4rem;
  height: 4rem;
}
.height100vh{
  height: 100vh;
}
.formik-Error{
  top: 4rem;
  width: calc(100vw-2rem);
  max-width: 760px;
  z-index: 1050;
}
.bufferTool-FontSize{
  font-size: 16px;
}
.bufferDistanceInp{
  height: 38px;
  margin-right: 8px;
}
.bufferUnitSelect{
  height: 38px;
}
.btnCreateBuffer{
  height: 40px;
  font-weight: 500;
}
.fontSize16px{
  font-size: 16px;
}
.registrationDisabledMessage{
  white-space:pre-line;
}
.linkOAWellsCompanies{
  color: #fff;
  text-decoration: underline;
}
.resizeVertically{
  transform: rotate(90deg);
}
#desktopLayoutMapTableContainer{
  display: flex;
  flex-direction: column;
}
#desktopLayoutMapContainer{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}
.visibilityHidden{
  visibility: hidden;
}
.visibilityvisible{
  visibility: visible;
}
.relativePsition{
  position: relative;
}
.searchDropdoenLable{
  font-size: 14px;
  font-weight: normal;
}
.divhandleToggleDisabled{
  cursor:not-allowed;
  background-color: #e9ecef;
  position: relative;
  min-height: 38px;
  padding: 0.375rem 0.75rem;
}
.divhandleToggleEnabled{
  cursor:pointer;
  background-color: white;
  position: relative;
  min-height: 38px;
  padding: 0.375rem 0.75rem;
}
.handleClear{
  font-size: 16px;
  margin-right: 8px;
  color: #6c757d;
  cursor: pointer;
}
.handleClearIcon{
  font-size: 20px;
  color: #6c757d;
}
.showClearIcon{
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translate(-50%);
  font-size: 16px;
  color: #6c757d;
  cursor: pointer;
  z-index: 10;
}
.divSearchInput{
  max-height: 300px;
  overflow-y: auto;
  position: absolute;
  z-index: 1000;
  margin-top: 2px;
  width: 100%;
  left: 0;
  top: 100%;
}
.divmultiselectSearchInp{
  max-height: 350px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1000;
  margin-top: 2px;
  padding: 0;
}
.divfilteredOptions{
  overflow-y: auto;
  max-height: 250px;
}
.divSymbolEditor{
  width: 360;
  border-radius: 8;
}
.fillHexInput{
  padding: 3;
  height: 38;
}
.style-card-header{
  background: #fff;
  border-bottom: #eee solid 1px;
}
.divbackdrop{
  position: fixed;
  inset: 0;
  z-index: 2999;
  background: transparent;
}
.divAnnotationUI{
  min-width: 320;
  padding: 8;
}
.divSearchMultiSelectDropdownChecked{
  background-color: #f0f0f0;
  transition: background-color 0.15s;
}
.divSearchMultiSelectDropdownUnChecked{
  background-color: transparent;
  transition: background-color 0.15s;
}
.colorinherit{
  color: inherit;
}
.color6c757d{
  color: #6c757d;
}
.paddingRight60px{
  padding-right: 60px;
}
.paddingRight40px{
  padding-right: 40px;
}
.resizerStyle{
  width: 18px;
  cursor: ew-resize;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
}
.mapContainerStyle{
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.mapContainerStyleMobile{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}
.headerStyle{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: rgba(0,0,0,.08) solid 1pz;
  font-weight: 600;
  font-size: 14;
}
.closeBtnStyle{
  appearance: none;
  border: none;
  background: transparent;
  font-size: 14;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}
.divbodyStyle{
  padding: 12;
  max-height: 70vh;
  overflow-y: auto;
}