<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COMPARE BOOKS WITH MATHLEAKS | MODULE WRAPPER */
module-wrapper.ml-compare-book.module-wrap {
	display: flex;
	margin: 0 auto;
	height: auto;
	flex-direction: column;
	position: relative;
	background: rgba(16, 22, 30, 0.74);
	background-color: rgba(16, 22, 30, 0.74);
}

.ml-compare-book module-inner-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: inherit;
	height: 400px;
	margin: 0 auto;
	border: 1px solid #405263;
	box-shadow: 0 2px 18px 0 rgba(66, 66, 66, 0.75);
}

/* Hide scrollbar */
module-wrapper.ml-compare-book ::-webkit-scrollbar-thumb,
.ml-compare-book module-wrapper ::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* Module body */

.ml-compare-book module-body.elem-wrap {
	display: flex;
	width: inherit;
	max-width: inherit;
	height: inherit;
	position: relative;
	overflow: hidden;
	justify-content: center;
	overflow-x: hidden;
}

.ml-compare-book module-body slide-track.content-wrap {
	display: flex;
	position: absolute;
	height: inherit;
	align-items: center;
	overflow: hidden;
	left:0;
	
	-webkit-transition: all .42s ease-in-out;
	-moz-transition: all .42s ease-in-out;
	-o-transition: all .42s ease-in-out;
	transition: all .42s ease-in-out; 
}

.ml-compare-book inner-section.section-wrap {
	padding: 33px;
	display: flex;
	align-items: center;
	height: inherit;
	justify-content: center;
	flex-direction: column;
}

.ml-compare-book inner-section.section-wrap i.fas {
	color: #fff;
	display: flex;
	height: inherit;
	width: inherit;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	text-align: center;
}

.ml-compare-book inner-section.section-wrap i.section-icon {
	height: 70px;
	margin-bottom: 1em;
	width: 70px;
	font-size: 34px;
	border: 2px solid #fff;
}

.ml-compare-book module-body a.video-info-link:focus,
.ml-compare-book module-body a.video-info-link:active,
.ml-compare-book module-body a.video-info-link:hover {
	color: #57677b;
}

.ml-compare-book module-body a.video-info-link {
	color: #41b3ff;
}

.ml-compare-book module-body section-body {
	display: flex;
	width: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100px;
	max-height: 100px;
}

.ml-compare-book module-body section-body p {
	color: #fff;
	text-align: center;
}

/* SELECT */

.ml-compare-book inner-section select {
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	background-image: url("../img/select-arrow.png"), -webkit-linear-gradient(#10161e, #10161e 40%, #10161e);
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	border-radius: 12px;
	color: #fff;
	font-size: inherit;
	margin: 1em;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
	height: 35px;
}

.ml-compare-book inner-section select::-ms-expand {
	display: none;
}

.ml-compare-book inner-section select.dropdown-compare-book {
	display: flex;
	height: 42px;
	width: 220px;
	margin: 8px auto;
	background: transparent;
	color: #fff;
	font-weight: bold;
}

.ml-compare-book inner-section select option,
.ml-compare-book inner-section select optgroup {
	background-color: #10161e;
	color: #fff;
}

.ml-compare-book inner-section select optgroup[label] {
	color:#1177ff; 
} 
.ml-compare-book inner-section i.fas.fa-spinner {
	font-size: 35px;
	height: 35px;
	width: 35px;
	max-height: 35px;
	max-width: 35px;
	margin: 1em;
}

/* FOOTER */

.ml-compare-book section-footer {
	display: flex;
	height: 60px;
	width: inherit;
	bottom: 0;
	
	justify-content: space-between;
	align-items: center;
	position: absolute;
	overflow: hidden;
}

.ml-compare-book elem-btn {
	-webkit-transition: all .42s ease-in-out;
	-moz-transition: all .42s ease-in-out;
	-o-transition: all .42s ease-in-out;
	transition: all .42s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;    
}

.ml-compare-book section-footer elem-btn {
	margin-bottom: 1em;
}

.ml-compare-book section-footer elem-btn.next-btn {
	width: auto;
	min-width: 100px;
	height: 38px;
	cursor: pointer;
	border-radius: 42px;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	margin-left: auto;
	margin-right: 1em;
	right: 0;
}

.ml-compare-book section-footer elem-btn.next-btn.disabled,
.ml-compare-book section-footer elem-btn.prev-btn.disabled  {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.ml-compare-book section-footer .next-btn.open-mldesktop {
	width: 50%;
	border: 2px solid #3d85fa;
	background: #3d85fa;
}

.ml-compare-book elem-btn.next-btn:active,
.ml-compare-book elem-btn.next-btn:focus,
.ml-compare-book elem-btn.next-btn:hover,
.ml-compare-book elem-btn.prev-btn:active,
.ml-compare-book elem-btn.prev-btn:focus,
.ml-compare-book elem-btn.prev-btn:hover {
	background: #3d85fa;
	border: 2px solid #3d85fa;
}

.ml-compare-book section-footer elem-btn.prev-btn {
	height: 38px;
	width: 38px;
	color: #fff;
	border: 2px solid #fff;
	cursor: pointer;
	
	left: 0;
	margin-left: 1em;
	margin-right: auto;
	border-radius: 50%
}

.ml-compare-book section-footer elem-btn.prev-btn i.fas {
	height: inherit;
	width: inherit;
	color: #fff;
}

.ml-compare-book inner-section.result-msg.section-wrap i.fas.fa-check {
	color: #2fbd2f;
	border: 2px solid #2fbd2f;
}

.ml-compare-book inner-section.result-msg.section-wrap i.fas.fa-exclamation {
	color: gold;
	border: 2px solid gold;
}

/* Video popup */
ml-popup #close-popup {
	height: 50px;
	width: 75px;
	background: transparent;
	color: #fff;
	border: none;
	font-size: 34px;
	position: absolute;
	cursor: pointer;
	top: 16px;
	right: 16px;
	outline: 0; 
	z-index: 99999999999;
}

ml-popup.video-popup {
	opacity: 0;
	display: flex;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	align-items: center;
	justify-content: center;
	z-index: 9999999999;
	background: #10161ef2;
	-webkit-transition: all .42s ease-in-out;
	-moz-transition: all .42s ease-in-out;
	-o-transition: all .42s ease-in-out;
	transition: all .42s ease-in-out;    
}

html.ml-popup-active ml-popup {
	opacity: 1;  
}</pre></body></html>