@import url("/custom/css/custom.css");

/*NNTA 00335964 - 07.05.25 - START - Popup*/
/* Overlay styling */
#popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
  
  /* Popup content styling */
#popup-content {
	background-color: #000053;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
	max-width: 550px;
	width: 90%;
	z-index: 9999999;
}
  
  /* Message text styling */
#popup-content p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
  
  /* Close button styling */
#popup-close-button {
	background-color: #fff;
	color: #000053;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}
  
#popup-close-button:hover {
	 background-color: #0056b3;
}
/*NNTA 00335964 - 07.05.25 - END - Popup*/

/* 00347502 */
.ui-dialog.date_picker_popup{
	top: 35% !important;
	transform: translate(-50%, -50%) !important;
	z-index: 9999 !important;
}
.ui-widget-overlay{
	z-index: 999 !important;
}
#popup-content.date_picker_popup{
	z-index: 999999999;
	top: 37%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* text-align: justify; */
	 ul {
			margin-bottom: 20px;
			li{
				color: #fff;
				font-size: 16px;
				list-style: none;
			}
		}
}
#footer .content{
	justify-content: center !important;

	.item{
		font-weight: 600;
		text-transform: uppercase;
	}

	ul.horizontal-list{
		flex: none !important;
		width: auto !important;

		li{
			text-decoration: none !important;

			&#footer_created:after{
				display: inline-block !important;
				content: " | ";
				margin: -1px 5px 0 7px;
				vertical-align: top;
				color: #000;
			}
			
		}

		a{
			text-decoration: none !important;
		}
	}
}

/* 00347502 END */