.box {
	margin-bottom: 20px;
}

/* .clock {
	background: url('../../images/logo/Enli-logo-200x200.png') no-repeat center center;
	width: 300px;
	height: 300px;
	margin: 8% auto 0;
	border-radius: 50%;
	border: 14px solid #333;
	position: relative;
	box-shadow: 0 2vw 4vw -1vw rgba(0, 0, 0, 0.8);
} */

.clock {
    width: 300px;
    height: 300px;
    margin: 1% auto 0;
    border-radius: 50%;
    border: 14px solid #0e1e59;
    position: relative;
    box-shadow: 0 2vw 4vw -1vw rgba(14,30,89, 0.8);
    overflow: hidden; /* Ensure the pseudo-element stays within the border radius */
}

.clock::before {
    content: "";
	background: url('../../images/logo/Enli-logo-200x200.png') no-repeat center center;
    opacity: 0.5; /* Set the opacity to 0.5 */
    position: absolute;
    top: 0;
    left: 0;
    margin: 8% 40px 0;
    width: 200px;
    height: 200px;
    background-size: cover; /* Ensure the background image covers the entire element */
    /* z-index: -1;  */
}

.dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ccc;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	z-index: 10;
	box-shadow: 0 2px 4px -1px black;
}

.hour-hand {
	position: absolute;
	z-index: 5;
	width: 4px;
	height: 65px;
	background: #0e1e59;
	top: 65px;
	transform-origin: 50% 72px;
	left: 50%;
	margin-left: -2px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.minute-hand {
	position: absolute;
	z-index: 6;
	width: 4px;
	height: 100px;
	background: #f73113;
	top: 30px;
	left: 50%;
	margin-left: -2px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	transform-origin: 50% 105px;
}

.second-hand {
	position: absolute;
	z-index: 7;
	width: 2px;
	height: 120px;
	background: #000;
	top: 10px;
	lefT: 50%;
	margin-left: -1px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	transform-origin: 50% 125px;
}

.span {
	display: inline-block;
	position: absolute;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	z-index: 4;
}

.h12 {
	top: 20px;
	left: 50%;
	margin-left: -9px;
}

.h3 {
	top: 113px;
	right: 30px;
}

.h6 {
	bottom: 15px;
	left: 50%;
	margin-left: -5px;
}

.h9 {
	left: 32px;
	top: 117px;
}

.diallines {
	position: absolute;
	z-index: 2;
	width: 2px;
	height: 15px;
	background: #C66E1F;
	left: 49.5%;
	top: 1px;
	margin-left: -1px;
	transform-origin: 50% 135px;
}

.diallines:nth-of-type(5n) {
	position: absolute;
	z-index: 2;
	width: 4px;
	height: 25px;
	background: #C66E1F;
	left: 49.5%;
	margin-left: -1px;
	transform-origin: 50% 135px;
}

.info1 {
	position: absolute;
	width: 120px;
	height: 20px;
	border-radius: 7px;
	background: #fff;
	text-align: center;
	line-height: 20px;
	color: #000;
	font-size: 11px;
	top: 200px;
	left: 50%;
	margin-left: -60px;
	font-weight: 700;
	z-index: 3;
	letter-spacing: 3px;
	margin-left: -60px;
	left: 50%;
	box-shadow: -10px -10px 15px rgba(65, 81, 141, 0.2), 10px 10px 15px rgba(0, 0, 70, 0.12);
}


.date {
	top: 50px;
}

.day {
	top: 200px;
}

@font-face {
	font-family: 'Digital-7';
	src: url('font/digital-7.ttf') format('woff2'),
		url('digital-7.woff') format('woff');
}

.clockdate-wrapper {
	background: #141E30;
	background: -webkit-linear-gradient(to right, #41518d, #141E30);
	background: linear-gradient(to right, #41518d, #141E30);
	padding: 0px;
	max-width: 350px;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;

}

#clock {
	font-family: Digital-7, 'sans-serif';
	font-size: 52px;
	text-shadow: 0px 0px 1px #fff;
	color: #fff;
}

#clock span {
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 0px 0px 1px #333;
	font-size: 50px;
	position: relative;
	top: -5px;
	left: 10px;
}

#date {
	letter-spacing: 3px;
	font-size: 17px;
	font-family: Digital-7, 'sans-serif';
	color: #fff;
}


.birthday-container {
	max-height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 15px;
}

.birthday-container::-webkit-scrollbar {
	width: 0px;
}

.birthday-container::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.birthday-container::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 5px;
}

.birthday-container::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}


.fixed-height {
	max-height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 15px;
}

.fixed-height::-webkit-scrollbar {
	width: 0px;
}

.fixed-height::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.fixed-height::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 5px;
}

.fixed-height::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}


.main-progress {
	max-height: 280px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 15px;
}

.main-progress::-webkit-scrollbar {
	width: 2px;
}

.main-progress::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.main-progress::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 5px;
}

.main-progress::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

.testingdetails {
	max-height: 280px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 15px;
}

.testingdetails::-webkit-scrollbar {
	width: 2px;
}

.testingdetails::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.testingdetails::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 5px;
}

.testingdetails::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

#Event-container {
	max-height: 280px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 15px;
}

#Event-container::-webkit-scrollbar {
	width: 2px;
}

#Event-container::-webkit-scrollbar-track {
	background: #f1f1f1;
}

#Event-container::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 5px;
}

#Event-container::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}
