.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: 0 solid;
	text-decoration: none;
}

img.chart-img {
	max-width: 100%;
	height: auto;
}

input:focus,
button:focus,
textarea:focus,
a:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: 700;
}

p:last-child {
	margin-bottom: 0;
}

.contentBox {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 3px 15px 0px rgba(222, 226, 230, 0.7);
	margin-bottom: 50px;
	transition: 0.3s;
}

.contentBox:hover {
	transform: scale(1.02);
	box-shadow: 0px 3px 15px 0px rgba(117, 118, 119, 0.7);
}

.contentBox:hover .contentBoxHeader h4 a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 17px;
}

.contentBoxHeader {
	background: var(--primary) !important;
	border: 1px solid var(--primary) !important;
}

.contentBoxHeader h4 {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	padding: 15px;
	margin: 0px;
}

.contentBoxHeader h4 a {
	font-weight: bold;
	transition: 0.3s;
}

.cardValue {
	color: black;
	font-size: 15px;
}

.contentMain {
	min-height: 120px;
	padding: 35px 15px;
	border: 1px solid #dee2e6;
	border-top: none;
	border-bottom: none;
}
.pt-50 {
	padding-top: 25px;
}

.contentMain div {
	float: left;
}

.contentBoxFooter div {
	float: left;
	width: 50%;
}

.contentBoxFooter {
	background: var(--primary) !important;
	border: 1px solid #dee2e6;
	overflow: hidden;
	width: 100%;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	font-weight: 300;
	padding-top: 12px;
}

.colmd5 {
	width: 41.66%;
	text-align: center;
}

.colmd4 {
	width: 33.33%;
	text-align: right;
}
.colmd3.arrowIcon {
	width: 20%;
	font-size: 45px;
	text-align: center;
}
h5.textSub {
	font-size: 2.5em;
	position: relative;
	margin: 0;
	margin-top: -5px;
	text-align: left;
}

h5.textSub span {
	font-size: 12px;
	position: absolute;
	top: 7px;
	font-weight: 400;
}

i.fas.fa-arrow-up {
	font-size: 45px;
	padding-left: 6px;
}

.colmd4 img {
	width: 65px;
}

.contentBoxFooter p {
	font-size: 14px;
	font-weight: bold;
}

.summary_title {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.graphbtn a {
	position: absolute;
	/* bottom: 0; */
	right: 2px;
	border: 1px solid var(--primary) !important;
	padding: 5px 15px;
	background: var(--primary) !important;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	transition: 0.2s;
	top: -34px;
}
.graphbtn a:hover {
	border: 1px solid var(--primary-hover) !important;
	background: var(--primary-hover) !important;
	color: #fff !important;
}
.mssr div {
	/* display: inline !important; */
	float: left;
	width: 82%;
	margin-bottom: 20px;
}
.mssr div:last-child {
	width: 1%;
	margin-left: 5px;
}
table.dataTable {
	border-collapse: collapse !important;
}
.verwerk {
	background: var(--primary) !important;
	padding: 0px 5px;
	border: 1px solid var(--primary) !important;
	font-weight: 700;
}
/* #btnnotify {
	border: none;
	background: none;
	color: #fff;
	position: absolute;
	right: 70px;
	top: 15px;
	font-size: 20px;
}
#btnnotify:hover {
	cursor: pointer;
} */
#notificationCount span {
	position: absolute;
	top: -15px;
	font-weight: 700;
	/* color: #fff; */
}
.gotohomeBtn {
	position: absolute;
	background: #3458a4;

	border: 1px solid #3458a4;
	padding: 5px 15px;

	color: #fff;
	font-weight: 700;
	font-size: 14px;
	transition: 0.2s;
}
.gotohomeBtn:hover {
	background: #fff;
	border: 1px solid #3458a4;
	color: #3458a4;
}
.btnProcessed {
	background: var(--primary) !important;
	padding: 0px 5px;
	border: 1px solid var(--primary) !important;
	font-weight: 700;
}

.wssummuryreport {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 25px;
}

.single-summury {
	min-width: 240px;
	min-height: 240px;
	text-align: center;
	border-radius: 5px;
	/* padding: 50px; */
	flex: 1 1 calc(25% - 16px);
	box-sizing: border-box;
	box-shadow: 0 0 10px #ddd;
	padding: 16px;
	/* justify-content: center; */
	flex-direction: column;
	align-items: center;
	display: flex;
}

#wssleepsettingarea {
	padding-bottom: 150px;
}
.single-summury .head {
	text-align: center;
	color: #bfc7ce;
	font-weight: 600;
	font-size: 18px;
}
.single-summury .sdata {
	font-weight: 900;
	color: #52545b;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 146px;
}
.single-summury .subtitle {
	text-align: center;
	padding-top: 15px;
	color: #717171;
}

.wsscolor {
	width: 100%;
}
.wsscolor ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 15px 10px 0 10px;
}

.wsscolor ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
	color: #52545b;
	text-align: left;
}
.wsscolor ul li:last-child {
	border: none;
}
.wsscolor ul li::before {
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 7px;
	content: '';
	border-radius: 50%;
}
.wsscolor ul li:nth-child(1)::before {
	background: #96c9f4;
}
.wsscolor ul li:nth-child(2)::before {
	background: #0f67b1;
}
.wsscolor ul li:nth-child(3)::before {
	background: #3fa2f6;
}
.wsscolor ul li:nth-child(4)::before {
	background: #b0afae;
}
.wsscolor ul li span:last-child {
	float: right;
}
#wsleepstardate {
	font-size: 25px;
	font-weight: bold;
}

/* .button-container {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	margin: 0 auto;
} */

.button-container button {
	padding: 6px 14px;
	border: none;
	background-color: #f0f0f0;
	cursor: pointer;
	transition: background-color 0.3s;
	margin-right: 5px;
	border-radius: 2px;
}
.button-container button.active {
	background-color: var(--primary) !important;
	color: white;
}

.button-container button:disabled {
	background-color: #ddd;
	cursor: not-allowed;
}

.simple-loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid var(--primary) !important;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 200px auto;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
p.wsnodata {
	font-size: 25px;
}

.chart-container {
	box-shadow: 0 0 5px #ddd;
	padding: 40px;
	text-align: center;
	margin-top: 30px;
	border-radius: 5px;
}

.btn-primary {
	color: #fff;
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}
.tooltip {
	margin-top: 10px !important;
	/* Adjust this value to move the tooltip further down */
}
