body {
  font-size: 16px;
}

/* Hide the column on xxs screens (below 480px) */
@media (max-width: 479px) {
  .hide-on-xxs {
    display: none;
  }
}

.justify {
  text-align: justify;
  word-spacing: 0.2em;
}

/* Default switch styles */
.form-check-input {
  transition: background-color 0.3s, border-color 0.3s;
}

/* Success state */
.switch-success .form-check-input:checked {
  background-color: #198754;
  /* Green for success */
  border-color: #198754;
}

.switch-success .form-check-input:checked+.form-check-label::before {
  background-color: #198754;
  /* Green thumb */
}

/* Primary state */
.switch-primary .form-check-input:checked {
  background-color: #0d6efd;
  /* Blue for primary */
  border-color: #0d6efd;
}

.switch-primary .form-check-input:checked+.form-check-label::before {
  background-color: #0d6efd;
  /* Blue thumb */
}

/* Danger state */
.switch-danger .form-check-input:checked {
  background-color: #dc3545;
  /* Red for danger */
  border-color: #dc3545;
}

.switch-danger .form-check-input:checked+.form-check-label::before {
  background-color: #dc3545;
  /* Red thumb */
}

/* Warning state */
.switch-warning .form-check-input:checked {
  background-color: #ffc107;
  /* Yellow for warning */
  border-color: #ffc107;
}

.switch-warning .form-check-input:checked+.form-check-label::before {
  background-color: #ffc107;
  /* Yellow thumb */
}

/* Secondary state */
.switch-secondary .form-check-input:checked {
  background-color: #6c757d;
  /* Grey for secondary */
  border-color: #6c757d;
}

.switch-secondary .form-check-input:checked+.form-check-label::before {
  background-color: #6c757d;
  /* Grey thumb */
}


.highlight-row {
  background-color: #f0ad4e;
  /* Yellowish background for highlight */
  color: white;
  /* White text for contrast */
}

.highlight {
  /*     background-color: yellow;  Highlight the text with yellow */
  font-weight: bold;
  /* Make it bold */
}


.tdnowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  /* Adjust width as needed */
  display: inline-block;
  /* Required for ellipsis to work */
}


input::placeholder {
  opacity: 0.5;
  /* Adjust the value as needed */
}

.myDialog {

  background: transparent;
  z-index: 20000;
  display: block;
  width: 100%;
  height: 100%;
}

.otp {
  width: 50px;
  height: 50px;
  border: solid 1px #cacaca;
}

.otp:focus,
.otp:active {
  outline: solid 1px #000 !important;
}

.round-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #AA8E69 !important;
  ;
  /*   color, change as needed */
  color: #ffffff;
  /* White color, change as needed */
  border: none;
  border-radius: 20%;
  /* Make it round */
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
}

.round-button:hover {
  background-color: #0056b3;
  /* Darker blue on hover, change as needed */
}

.round-button i {
  margin-right: 5px;
  /* Adjust spacing between icon and text */
}

.pdf-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.pdf-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
}

.pdf-frame {
  width: 100%;
  height: 100%;
  border: none;
}

#printButton {
  margin: 20px;
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.fileName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  /* Adjust width as needed */
  display: inline-block;
  vertical-align: middle;
}












#uploadProgressContainer {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 2px;
  box-sizing: border-box;
}

#uploadProgressBar {
  width: 0%;
  height: 20px;
  background-color: #4caf50;
  border-radius: 4px;
}

#uploadProgressText {
  padding: 8px 0;
  text-align: center;
}

.hand {
  cursor: pointer !important;
}

.sliderx {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.sliderx:hover {
  opacity: 1;
}

.sliderx::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 12px;
  border: 0;
  background: url('stuff/assets/contrasticon.png');
  cursor: pointer;
}

.sliderx::-moz-range-thumb {
  width: 10px;
  height: 14px;
  border: 0;
  background: url('stuff/assets/contrasticon.png');
  cursor: pointer;
}

.tablefix {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tdfix {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hmfix {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer !important;
}

.hm-dialog-contain {
  width: 92.5%;
  max-width: 1280px;
  margin: 0 0 0 0 !important;
  padding: 0;
  position: relative;
  top: -15px;
}

.my-icon {
  vertical-align: middle;

}

.vmiddle {
  vertical-align: middle;
  !important
}

#_loaderpic {
  margin-left: 2px;
  margin-top: 3px;
  width: 24px;
  height: 24px
}

/* #_loader{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99999;background:white} */
/* #mapPage{ 
padding:auto!important;


margin:0px;
z-index: 111;
} 
#map {
height: 100%!important;
z-index: 115;
}
#map-content{ 

padding: 0px; 
margin:0px;
z-index: 111;
}
#map2 {
height: 100%!important;
z-index: 115;
}
#map2-content{ 

padding: 0px; 
margin:0px;
z-index: 111;
}  */
.square_button {
  /* width:48px;
height:48px;*/
  border-radius: 25px;
  /* background:url(flag.png) center center no-repeat; */
  border: 2px solid #c2bfba;
  width: 34px;
  height: 34px;
  ;
  top: 10px;
  right: 90px;



}

.squared {
  /*border-radius: 10px*/
  ;
  border: 1px solid #c2bfba;
}

.navbar {
  z-index: 1;
  overflow: hidden;
  background-color: #333;
  position: fixed;
  bottom: 0px;
  height: 70px;
  width: 100%;
}

.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.sidebar-table {
  position: absolute;
  width: 100%;
  top: 32px;
  bottom: 0px;
  overflow: auto;
}

.botDiv {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border: 1px solid #c2bfba;
  overflow-y: ;
  /* Hide vertical scrollbar */
  overflow-x: hidden;
  /* Hide horizontal scrollbar */
  bottom: 54px;
  height: 32px;
  width: 96%;

  position: fixed;
  z-index: 20000;

  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;

  padding-top: 10px;
  padding-bottom: 10px;
}

.botFix {
  height: auto !important;
  overflow-y: ;
  /* Hide vertical scrollbar */
  overflow-x: hidden;
  /* Hide horizontal scrollbar */

  width: 96%;

  position: fixed;
  z-index: 20000;


  transition: 0.5s;

  padding-top: 2px;
  padding-bottom: 2px;
}

.botDiv a {
  font-size: 16px;
  color: #818181;
  display: block;
  //transition: 0.3s; 
}


.allUp {
  z-index: 515;
  top: 200px !important;
}

.ui-popup-container {
  width: 100%;
  height: 100%;
}

.containing-element .ui-slider-switch {
  width: 9em
}

.greenBG {
  background: green !important;
  color: white;
}

.goldBG {
  background: #fade6e !important;
}


.redBG {
  background: red !important;
  color: white;
}

.whiteBG {
  background: white !important;
}

.hidden,
.hide {
  display: none;
}

.borderWhite {

  border-color: white !important;
  border-bottom-color: red;
}

.borderGold {
  border-width: 3px !important;
  border-color: #fade6e !important;
  border-bottom-color: red;
}

.borderGrey {
  border: 1px solid rgb(148, 157, 154)
}

.center {
  display: flex;
  justify-content: center;
  /* display: flex; */
  margin: 0 auto;
  text-align: center !important;
}

.topRadius {
  opacity: 0.5;
  border-top-left-radius: 20px;
  border-top-right-radius: 0.5em;
  background: white;
  padding: 0px;
  width: 100%;
  height: 20px;
  border-color: #808080;
  border-style: solid;
  border-width: 1px;
  border-bottom: 0;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* background-color: #aca970; */
  padding: 50px;
  font-size: 16px;
}

div.stickybotttom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  background-color: #aca970;
  padding: 5px;

  z-index: 222;
}

.ui-header.ui-fixed-hidden {
  position: fixed !important;
}

.ui-icon-custom {
  background: url("stuff/assets/gps1.png") 50% 50% no-repeat;
  background-size: 24px 24x;
  width: 24px;
  height: 24px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 !important;
}

.circle_button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #c7b299;
  width: 34px;

  /* //background:url(flag.png) center center no-repeat; */
}

.mybtn {
  background: #c7b299;
  /* border-radius: 1.4em; */
  border: 1px solid #c7b299;
  color: #fff;
}

tr.border_bottom td {
  border-bottom: 1px solid #c7b299;
}

.headerButton,
.share-it-wrapper {
  float: left;
  margin-right: 5px !important;
}

.headerButton {
  margin-top: 8px !important;
}

hr {
  width: 50%;
  size: 5;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
}

.foot {
  border-top: 1px solid #999999;
  position: fixed;
  width: 100%;
  z-index: 1000;
  text-align: center;
  /* height:70px!important; */
  font-size: 18px;
  color: #000;
  background: #FFF;
  display: flex;
  justify-content: center;
  /* align horizontal */
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  /* bottom: 70px; */
}

.reveal {
  width: 100%;
  position: fixed;
  bottom: -100%;
  left: 0%;
  height: 100%;
  background-color: #DBDBDB;

  display: block;
  z-index: 999;
}

.reveal-inner {
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.slide-up {
  height: 50% !important;
  bottom: 60px !important;
}

.slide-down {
  height: 60px !important;
  bottom: 60px !important;
}

.foot2 {
  border-top: 1px solid #999999;
  position: fixed;
  width: 100%;
  z-index: 1002;
  text-align: center;
  /* height:70px!important; */

  color: #000;
  background: #FFF;
  display: flex;
  justify-content: center;
  /* align horizontal */
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  /* bottom: 70px; */
}

.slide-up2 {
  height: 100% !important;
  bottom: 60px !important;
}

.slide-down2 {
  height: 60px !important;
  bottom: 60px !important;
}

.scrollable-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #444;
}

.scrollable-item {

  padding: 10px;
  text-align: center;
}

.map-up {
  height: 100% !important;

}

.rotateimg180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.listitem {}

.noborder {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.noborder .ui-li {
  border: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ui-badge-container {}

.my-badge {
  background: #BA070F;
  color: #fff;
  font-size: 6px;
  padding: 3px 8px;
  position: relative;
  right: 13px;
  top: -10px;
  z-index: 999;
  border-radius: 0.8em;
}



/* 
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
float:left;
top:10px;
}
.leaflet-control-zoom-out {
font-size: 28px;
}

.leaflet-touch .leaflet-control-zoom-in {
font-size: 28px;
top:10px;
}
.leaflet-touch .leaflet-control-zoom-out {
font-size: 28px;
top:70px;
} */

/* DZ CSS for the pages look and feel */

:root {
  --primary-color: #005EB8;
  --primary-color-light: #F5F8FA;
  --shadow-color: rgba(0, 94, 184, 0.15);
}

/* ============================= */
/* Backgrounds                   */
/* ============================= */
.bg-light-custom {
  background-color: var(--primary-color-light) !important;
}

/* ============================= */
/* Text Colors & Alignment       */
/* ============================= */
.heading-primary {
  color: var(--primary-color) !important;
}

.text-primary-custom {
  color: var(--primary-color) !important;
}

.text-secondary-custom {
  color: #6c757d !important;
}

.text-justify {
  text-align: justify !important;
}

/* ============================= */
/* Shadows                       */
/* ============================= */
.btn-shadow {
  box-shadow: 0 .25rem .5rem var(--shadow-color) !important;
}

.card-shadow {
  box-shadow: 0 .25rem .5rem var(--shadow-color) !important;
}

.img-shadow {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.1) !important;
}

.object-fit-cover {
  object-fit: cover;
}

/* ============================= */
/* Buttons                       */
/* ============================= */
.btn-outline-primary-custom {
  color: var(--primary-color);
  border-color: var(--primary-color);
  /* set Bootstrap hover vars */
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
}

.btn-outline-primary-custom:hover,
.btn-outline-primary-custom:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* ============================= */
/* Borders & Rules               */
/* ============================= */
.border-top-primary {
  border-top: 2px solid var(--primary-color) !important;
}

.hr-primary {
  width: 25%;
  margin: 1rem auto;
  border: none;
  border-top: 2px solid var(--primary-color);
}

/* ============================= */
/* Sizing Helpers                */
/* ============================= */
.max-w-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.icon-80w {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.benefit-img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* ============================= */
/* Icon Wrappers                 */
/* ============================= */
.icon-circle-primary {
  background-color: var(--primary-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

/* ============================= */
/* Spacing Utilities             */
/* ============================= */
.section-padding {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt-3-custom {
  margin-top: 1rem !important;
}

/* ============================= */
/* Accordion icon             */
/* ============================= */
.toggle-icon {
  transition: transform 0.2s;
}

/* When collapsed (panel closed), keep chevron pointing down */
.accordion-button.collapsed .toggle-icon {
  transform: rotate(0deg);
}

/* When expanded (no .collapsed), rotate chevron up */
.accordion-button:not(.collapsed) .toggle-icon {
  transform: rotate(180deg);
}