.progress {
    background-color: #e7f4fd;
    position: relative;
    margin: 20px;
    height: 1.2rem;
}
.progress-bar {
    background-color: #e7f4fd;
    width: 100%;
    height: 1.2rem;
}
a {
	text-decoration: none;
	color: black;
}
progress::-webkit-progress-value {
    background: #e7f4fd;
}
progress::-webkit-progress-bar {
    background: #e7f4fd;
}
progress::-moz-progress-bar {
    background: #e7f4fd;
}
.ui-dialog .ui-dialog-titlebar {
	background-color: #e7f4fd; /* Change this to the desired color */
	color: #2aa118; /*light blue = #e7f4fd; wecheck green = #2aa118*/
}
.ui-dialog-titlebar-close {
	display: none;
}
.icon-container {
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 9999;
	display: flex;
	align-items: center;
}

.icon {
	width: 30px; /* Adjust size as needed */
	height: 30px; /* Adjust size as needed */
	margin-right: 10px; /* Adjust spacing between image and text */
}

.icon-text {
	font-size: 16px; /* Adjust font size as needed */
	color: #333; /* Adjust text color as needed */
}