* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.man-bg {
	background-color: #dd5900;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../media/logos/mangaung-logo-login.png");
}

.royal-grey {
	background-color: #6a757c;
}

.bg-white {
	background-color: #ffffff;
}

.royal-light {
	background-color: #5f9632;
}

.royal-green {
	background-color: #F3F6F8;
}

.form-control.form-control-solid {
	background-color: #eef3f7;
}

.dropdown.show > .form-control.form-control-solid,
.form-control.form-control-solid:active,
.form-control.form-control-solid.active,
.form-control.form-control-solid:focus,
.form-control.form-control-solid.focus {
	background-color: #e2e7eb;
	border-color: #e2e7eb;
	color: #5e6278;
}

.mt-13 {
	margin-top: 13rem !important;
}

.ml-5 {
	margin-left: 5px;
}

.ml-20 {
	margin-left: 20px;
}

.mr-20 {
	margin-right: 20px !important;
}

.bg-royal-green {
	background-color: #dd5900;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-general-red {
	border-bottom-right-radius: 0.625rem;
	border-bottom-left-radius: 0.625rem;
	background-color: #dd5900;
	color: white !important;
}

.header.align-items-stretch {
	background-color: #ffffff;
}

.link-primary,
a {
	color: #dd5900;
}

.link-primary:focus,
.link-primary:hover {
	color: #c44f00;
}

.menu-title-gray-800 .menu-item .menu-link .menu-title {
	color: #ffffff;
}

.text-hover-primary:hover {
	color: #dd5900 !important;
}

.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here),
.menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
	color: #dd5900;
}

.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here),
.menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
	color: #dd5900;
}

.aside .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here),
.aside .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
	background-color: #c44f00;
}

.aside .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i,
.aside .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
	color: #ffffff;
}

.aside .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.aside .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
	transition: fill 0.3s ease;
	fill: #ffffff;
}

.daterangepicker .ranges li.active {
	background-color: #dd5900;
}

.daterangepicker .ranges li:hover:not(.active) {
	color: #dd5900;
}

.daterangepicker .drp-calendar td.active {
	background-color: #dd5900 !important;
}

.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
	color: #ffffff !important;
	background-color: #909fa9 !important;
}

.daterangepicker .drp-calendar td.today,
.daterangepicker .drp-calendar td.today.active {
	color: #ffffff  !important;
	background-color:#dd5900 !important;
}

.daterangepicker .drp-calendar td.available:not(.off):hover,
.daterangepicker .drp-calendar th.available:not(.off):hover {
	color: #dd5900;
	background-color: #909fa9;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
	background-color: #dd5900;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
	background-color: #6a757c;
	color: #ffffff;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
	border-color: #c44f00;
	background-color: #c44f00;
}

.btn.btn-light-primary,
.btn.btn-light-primary:hover,
.btn.btn-light-primary:focus,
.btn.btn-light-primary:active,
.btn.btn-light-primary.active {
	color: #c44f00;
}

.btn-check:active + .btn.btn-primary,
.btn-check:checked + .btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show > .btn.btn-primary {
	border-color: #c44f00;
	background-color: #c44f00 !important;
}

.btn-outline-primary {
	color: #c44f00;
	border: 1;
	border-color: #c44f00;
}

.btn-outline-primary:hover {
	color: white;
	background-color: #c44f00;
	border-color: #c44f00;
}

.btn-check:active + .btn.btn-active-color-primary,
.btn-check:checked + .btn.btn-active-color-primary,
.btn.btn-active-color-primary.active,
.btn.btn-active-color-primary.show,
.btn.btn-active-color-primary:active:not(.btn-active),
.btn.btn-active-color-primary:focus:not(.btn-active),
.btn.btn-active-color-primary:hover:not(.btn-active),
.show > .btn.btn-active-color-primary {
	color: #dd5900;
}

.btn-check:active + .btn.btn-light-primary,
.btn-check:checked + .btn.btn-light-primary,
.btn.btn-light-primary.active,
.btn.btn-light-primary.show,
.btn.btn-light-primary:active:not(.btn-active),
.btn.btn-light-primary:focus:not(.btn-active),
.btn.btn-light-primary:hover:not(.btn-active),
.show > .btn.btn-light-primary {
	border-color: #89949c;
	background-color: #89949c !important;
}

.aside .btn-custom.active,
.aside .btn-custom.show,
.aside .btn-custom:active:not(.btn-active),
.aside .btn-custom:focus:not(.btn-active),
.aside.btn-custom:hover:not(.btn-active),
.btn-check:active + .aside .btn-custom,
.btn-check:checked + .aside.aside .btn-custom,
.show > .aside .btn-custom {
	color: #dd5900;
}

.aside .btn-custom .btn-icon svg:hover [fill]:not(.permanent):not(g) {
	transition: fill 0.3s ease;
}

.svg-icon svg [fill]:not(.permanent):not(g) {
	fill: #C44F00;
}

.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
	fill: #dd5900;
	background-color: #dd5900;
}

.menu-state-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title,
.menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
	color: #ffffff;
}

.menu-state-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet,
.menu-state-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
	background-color: #ffffff;
}

.form-check.form-check-solid .form-check-input:checked {
	background-color: #dd5900;
}

/* Datatables */
.page-item.active .page-link {
	background-color: #dd5900;
}

.iot-dash {
	height: 100%;
	width: 100%;
	background-image: url("../media/logos/mangaung.png");
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 50%;
}

.loader {
	font-size: 50px;
}

#daterange {
	position: relative;
	color: #7e8299;
	font-size: 0.925rem;
	font-weight: 800;
	text-align: center;
	border: none;
	top: 20%;
	height: 60%;
	border-radius: 5px;
	outline: 0;
}

.daterange-card {
	/*position: absolute;*/
	color: #7e8299;
	font-size: 0.925rem;
	font-weight: 800;
	text-align: center;
	border: none;
	top: 20%;
	height: 100%;
	border-radius: 5px;
	outline: 0;
}

.reservoir-map-icon {
	background-color: rgba(0, 0, 0, 0);
}

.circle {
	position: absolute;
	text-align: center;
	width: 51px;
	height: 51px;
	font-size: 100%;
	font-weight: 800;
	padding-top: 15px;
	border: 1px solid black;
	border-radius: 100%;
}

.form-check-input:checked {
	background-color: #dd5900;
	border-color: #dd5900;
}

.marker-label {
	font-size: 12px;
}

.filter-table {
	width: 50px !important;
}

/*Arrow Filling Up*/
.arrow-up {
	position: absolute;
	top: 40%;
	left: 15%;
	transform: translate(-50%, -50%);
	transform: rotate(180deg);
	cursor: pointer;
}

.arrow-up span {
	display: block;
	width: 0.5vw;
	height: 0.5vw;
	border-bottom: 2px solid green;
	border-right: 2px solid green;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}

.arrow-up span:nth-child(2) {
	animation-delay: -0.2s;
}

.arrow-up span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: rotate(45deg) translate(0px, 0px);
	}
}

/*Arrow Filling Down*/
.arrow-down {
	position: absolute;
	top: 65%;
	left: 15%;
	transform: translate(-50%, -50%);
	transform: rotate(0deg);
	cursor: pointer;
}

.arrow-down span {
	display: block;
	width: 0.5vw;
	height: 0.5vw;
	border-bottom: 2px solid red;
	border-right: 2px solid red;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}

.arrow-down span:nth-child(2) {
	animation-delay: -0.2s;
}

.arrow-down span:nth-child(3) {
	animation-delay: -0.4s;
}

.drag-area {
	border: 2px dashed black;
	height: 350px;
	width: 100%;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.drag-area.active {
	border: 2px solid black !important;
}

.drag-area header {
	font-size: 30px;
	font-weight: 500;
	color: black;
}

.drag-area span {
	font-size: 25px;
	font-weight: 500;
	color: black;
	margin: 10px 0 15px 0;
}

.drag-area button {
	padding: 10px 25px;
	font-size: 20px;
	font-weight: 500;
	border: none;
	outline: none;
	background: lightgray;
	color: black;
	border-radius: 5px;
	cursor: pointer;
}

.drag-area img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
	color: blue !important;
}

.pdfobject-container {
	height: 58rem;
}

.swal2-styled.swal2-confirm {
	background-color: #dd5900;
}

.legend-background {
	padding: 5px;
	background-color: white;
}

.menu-title-white .menu-item .menu-link .menu-title {
	color: #000000
}

.text-white {
	color: #000000 !important;
}

.separator {
	border-bottom: 1px solid #000000
}

.prv-map-label {
	font-weight: bolder;
}

.map-legend-box {
	background-color: white;
	padding: 5px;
	border-radius: 5px;
}

.circle {
    position: absolute;
    text-align: center;
    width: 51px;
    height: 51px;
    font-size: 100%;
    font-weight: 800;
    padding-top: 15px;
    border: 1px solid black;
    border-radius: 100%;
}

.form-check-input:checked {
    background-color: #003c6e;
    border-color: #003c6e;
}

.dragdropupload {
    border: 2px dashed black;
    height: 350px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .dragdropupload.active {
    border: 2px solid black !important;
  }
  
  .dragdropupload header {
    font-size: 30px;
    font-weight: 500;
    color: black;
  }
  
  .dragdropupload span {
    font-size: 25px;
    font-weight: 500;
    color: black;
    margin: 10px 0 15px 0;
  }
  
  .dragdropupload button {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    background: lightgray;
    color: black;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .dragdropupload img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    color: blue !important;
  }

  .leaflet-top.leaflet-right {
	display: flex;
	justify-content: space-between; /* adjust as needed */
}

.form-check {
	margin-right: 5px;
    margin-bottom: 5px; 
}

.blinking-exclamation {
  color: red;
  font-weight: bold;
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

.prvnamewrap-label {
	font-size: 10px;
	white-space: nowrap;
	max-width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#nprogress .bar {
  height: 5px !important;
}

/* .water-spinner-container {
  display: none; 
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  font-size: 18px;
  color:#cc7709;
}

.wave-loader {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.wave-loader span {
  display: block;
  width: 8px;
  height: 30px;
  background: #cc7709;
  animation: wave 1s infinite ease-in-out;
  border-radius: 4px;
}

.wave-loader span:nth-child(1) {
  animation-delay: 0s;
}

.wave-loader span:nth-child(2) {
  animation-delay: 0.2s;
}
.wave-loader span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes wave {
  0%, 100% {
    transform: scaleY(0.5);
  }
  50% {
    transform: scaleY(1.2);
  }
} */