:root {
  --falcon-body-font-family: "Poppins", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    
    
 /* remove image on left menu */
  --falcon-navbar-vertical-vibrant-bg-image: linear-gradient(-45deg, rgba(0, 160, 255, 0.86), #0048a2), url();
}


body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.disabled-overlay * {
    pointer-events: none !important;
    opacity: 0.7;
  }
  

/* spinner height and width*/
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  vertical-align: middle !important;
}

.spinner-grow-sm{
  width: 1rem;
  height: 1rem;
  vertical-align: middle !important;
}


.hidden{
      display:none;
}
.fileInputDesign {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--falcon-input-color);
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d6d9dc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    cursor: default !important;
    z-index: 0;
    /* Remove hazy effects */
    box-shadow: none;
    transition: border-color 0.15s ease-in-out;
}

/* Focused state for better visual feedback */
.fileInputDesign:focus {
    outline: 0;
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Hover state for better UX */
.fileInputDesign:hover {
    border-color: #b6babf;
}

.custom-file-input .input-group {
    align-items: center;
}


.bg-body-tertiary {
    --falcon-bg-opacity: 1;
    background-color: rgba(var(--falcon-tertiary-bg-rgb), var(--falcon-bg-opacity)) !important;
}
.fullHide{
  border:0;
  clip:rect(0 0 0 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
  display:none;
  visibility:hidden;
}
.mt-4_2 {
  margin-top: 2rem !important;
}
.w-sm-10{
	width: 10% !important;
}
.w-md-15{
	
	width: 15% !important;
}
.form-option-input{
	margin-top:0.1em !important;
}
.ps-4_5{
	padding-left:2rem;
}
.legend-symbol {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0; /* Prevent shrinking */
}

.legend-text {
    font-size: 85%;
    line-height: 1.2;
    white-space: nowrap;
}

/* Star symbol - simplified */
.star-five {
    display: inline-block;
    color: green;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
}

.star-five:before {
    content: '★';
}

/* Remove all the complex positioning */
.star-five:after {
    display: none;
}

/* Circle */
.blue-circle {
    width: 12px;
    height: 12px;
    background: blue;
    border-radius: 50%;
}

/* Triangle */
.orange-triangle {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #f37509;
}

/* Diamond */
.diamond-narrow {
    width: 8px;
    height: 8px;
    background: red;
    transform: rotate(45deg);
}

/* Cone */
.cone {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid goldenrod;
    border-radius: 2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #reportAnnotationLegends {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .legend-item {
        margin-bottom: 12px !important;
    }
}

.text-exclaimation-triangle {
     color: rgba(204, 173, 0, 0.9) !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for better contrast */
}

.text-exclaimation-triangle::before {
  color: black !important; /* Makes the exclamation mark black */
  font-weight: bold !important;
}

.card3-Selected-Measure {
  background-color: rgb(229, 247, 255);
}
.checkbox-group-inner .scroll{
  overflow-y:scroll;
  min-height:150px;
  height:150px;
  padding-bottom:20px;
}
.checkbox-group-inner .scrollDivision{
  overflow-y:scroll;
  min-height:150px;
  height:320px;
  padding-bottom:20px;
}


.disabledForm #saveCustomGeo .fa,
.disabledForm #saveFocusTags .fa{
  color:#ddd !important;
}

.disabled-cbox-group label,
.disabled-cbox-group span,
.disabled-cbox-group p,
.disabled-cbox-group h1,
.disabled-cbox-group h2,
.disabled-cbox-group h3,
.disabled-cbox-group h4,
.disabled-cbox-group h5{
  color:#bbb;
  cursor:not-allowed;
}

.disabled-select-group label,
.disabled-select-group span,
.disabled-select-group p,
.disabled-select-group h1,
.disabled-select-group h2,
.disabled-select-group h3,
.disabled-select-group h4,
.disabled-select-group h5{
  color:#bbb;
  cursor:not-allowed;
}

.disabledForm label,
.disabledForm span,
.disabledForm p,
.disabledForm h1,
.disabledForm h2,
.disabledForm h3,
.disabledForm h4,
.disabledForm h5{
  color:#bbb;
  cursor:not-allowed;
}
.disabledForm .btn,
.disabledForm .btn-sm,
.disabledForm .btn-sm:hover,
.disabledForm .btn-sm:active,
.disabledForm .btn-sm:focus{
  background:#bbb;
  color:#ddd;
  cursor:not-allowed;
  border: none;
}
.disabledForm .fa{
  color:#ddd !important;
}
.disabledForm .dropdown-toggle{
  cursor:not-allowed;
}
.disabledForm .cbox-lvl-one,
.disabledForm .cbox-lvl-one span{
  color:#000 !important;
  cursor:pointer;
}

/* ==========================================================================
Five-Star Predictor 
========================================================================== */
.ratingScaleTable
.ratingScaleTableColumn{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	
}   
.ratingOnScaleCutPoints {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
.ratingOnScale {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
	vertical-align: left;
	font-size: 12px;
	width: 100px; 
}
.ratingOnScaleFooter {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	width: 100px;
	
	
}
input.goal {
	text-align: right;
}
.lowRating {
	color: #e63757 !important
}
.regularRating {
	color: black !important;
}
.goalSetRating {
	color: blue !important;
}
.isImputed {
	color: #a6a6a6 !important;
}
.predictorToolHeaderOrange {
	color: #f7980b !important;
}
.predictorToolHeaderBlue {
	color: blue !important;
}

div.buildingDetail {
	padding: 0px 0px 0px 0.5em ;
	margin: 0px;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
td{
    border-color: inherit !important;
    border-style: none !important;
    border-width: 0 !important;
}

/* Annotation icons in table rows */
.annotation-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    flex-shrink: 0;
}

/* Ensure CSS-based shapes fit within the icon container */
.annotation-icon.star-five,
.annotation-icon.blue-circle,
.annotation-icon.orange-triangle,
.annotation-icon.diamond-narrow,
.annotation-icon.cone {
    width: 12px;
    height: 12px;
    margin: 2px; /* Center within the 16px container */
}

/* Fix any positioning issues for shapes in table context */
.annotation-icon.star-five {
    transform: rotate(35deg) scale(0.8);
}

.annotation-icon.diamond-narrow {
    transform: rotate(45deg) scale(0.7);
}

.annotation-icon.cone {
    transform: scale(0.8);
}

/* Ensure images within annotation icons are properly sized */
.annotation-icon img {
    width: 12px;
    height: 12px;
    display: block;
}

/* Optional: Add hover effects for better UX */
.annotation-icon:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

/* Ensure proper alignment in flexbox context */
.form-check {
    align-items: center !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .annotation-icon {
        width: 14px;
        height: 14px;
    }
    
    .annotation-icon img {
        width: 10px;
        height: 10px;
    }
}
/* .alert-warning {
    overflow: auto;
    height: 50px;
    Hide scrollbars in all browsers
    scrollbar-width: none; Firefox
    -ms-overflow-style: none; IE and Edge
}
.alert-warning::-webkit-scrollbar {
    display: none; Chrome, Safari, and Opera
} */

.thin-scrollbar {
    overflow-y: auto;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #c1c1c1 #f1f1f1; /* Firefox */
}

/* For Webkit browsers */
.thin-scrollbar::-webkit-scrollbar {
    width: 6px; /* Very thin */
}

.thin-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: none;
}

.thin-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.choices.is-invalid{
    margin-bottom:0.1rem !important;
}

/* leaflet html2canvas. add once in your CSS */
.h2c-freeze .leaflet-map-pane,
.h2c-freeze .leaflet-tile-pane,
.h2c-freeze .leaflet-objects-pane,
.h2c-freeze .leaflet-overlay-pane,
.h2c-freeze .leaflet-shadow-pane,
.h2c-freeze .leaflet-marker-pane,
.h2c-freeze .leaflet-tooltip-pane,
.h2c-freeze .leaflet-popup-pane,
.h2c-freeze .leaflet-zoom-animated,
.h2c-freeze .leaflet-zoom-anim,
.h2c-freeze .leaflet-pane {
  transform: none !important;
}
  
  