
body.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.digibook .post-area {
	margin-top: 0px;
}

.single .digibook.main-content>.row:first-child {
	padding-top: 0px;
}

.digibook-wrapper {
	padding: 20px 0px;
	box-sizing: border-box;
}

.chapter-wrapper {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: auto;
	min-height: 100%;
	padding: 80px 0em;
	gap: 30px;
}

#chapter-index {
	width: 400px;
	padding: 25px;
	transition: all .3s ease;
	overflow-y: scroll;
	direction: rtl;
	margin: 0px;
}

.index-wrap {
	display: flex;
	flex-shrink: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 4px 12px 0 rgba(0, 0, 0, .1);
	padding: 25px;
	position: relative;
	min-width: 400px;
	height: auto;
	max-height: none;
}

.index-wrap.collapsed {
	padding: 0;
	border: none;
	min-width: 0;
	max-height: 100%;
}

.content-wrap {
	display: flex;
	flex-grow: 1;
	height: auto;
	max-height: none;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 4px 12px 0 rgba(0, 0, 0, .1);
	overflow: hidden;
}

.controls-wrap {
	display: flex;
	flex-shrink: 0;
}

.index-sub {
	margin-bottom: 1em;
	font-size: 16px;
}

#chapter-index .chart-title {
	font-size: 18px;
	font-weight: normal;
}

.chart-title, .row .col .chart-subtitle, .row .col .chart-tagline {
	font-family: "Avenir Next LT Pro Demi";
	line-height: 1 !important;
}

.chart-title {
	color: #07a;
	font-size: 21px;
	padding: 20px;
}

.chart-title:after {
	content: " ";
	border-bottom: 2px #07a solid;
	position: relative;
	display: block;
	padding-bottom: 15px;
}

#chapter-content {
	width: 100%;
}

.chapter-title {
	font-size: 36px;
	line-height: 1;
}

.chart-item ul.image {
	display: flex;
	justify-content: space-between;
	margin: 0px;
}

.index-section, .index-sub-item, .chart-item ul.image li {
	list-style: none;
}

.index-section {
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 30px;
}

.index-sub-item {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 15px 0px;
}

.index-chapter-download {
	padding: 15px 0px;
	list-style: none;
}

.index-chapter-download .cta_button, .index-chapter-download a {
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	align-items: center;
	flex-direction: row-reverse;
	text-align: left;
}

.index-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 20px 30px;
	border-radius: 8px 8px 0px 0px;
	font-size: 16px !important;
	line-height: 16px !important;
	margin-bottom: 0px !important;
}

.index-wrap.collapsed #chapter-index {
	width: 0;
	padding: 0;
	min-width: 0;
}

#chapter-index::-webkit-scrollbar {
	width: 25px;
	background-color: rgba(240, 248, 255, .85);
	border-radius: 20px;
	padding: 20px;
	margin-left: 10px;
}

#chapter-index::-webkit-scrollbar-thumb {
	background-color: #a1adb4;
	border-radius: 20px;
}

#chapter-index .sub-item {
	color: #252525;
	text-align: left;
}

.index-wrap > .toggle-index {
	position: relative;
	height: 100%;
	color: #a1adb4;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
}

.index-wrap.collapsed > .toggle-index {
	position: relative;
	width: 50px;
	height: 100%;
	background: #fff;
	color: #a1adb4;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	border-radius: 8px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .05), 0px 4px 12px 0px rgba(0, 0, 0, .1);
	left: 0;
}

.action-button-container {
	position: relative;
	display: flex;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
}

#owlnav {
	display: flex;
	justify-content: center;
	align-items: center;
}

#owlnav button {
	background: unset;
	border: unset;
}

#owlnav .material-symbols-rounded {
	font-size: 40px;
	color: #07a;
}

#owlnav #slides_counter {
	font-size: 20px;
	font-weight: 700;
	padding: 0px 10px;
}

.download-bar a {
	color: #252525;
	font-family: "Avenir Next LT Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	display: flex;
	gap: 10px;
	align-items: center;
	text-align: right;
}

.download-bar a .material-symbols-outlined {
	color: #07a;
	font-size: 32px;
}

@media only screen and (max-width: 768px) {
	.download-bar {
		width: 130px;
	}
	
	.download-bar svg {
		width: 32px !important;
	}
	
	#owlnav {
		width: 120px;
	}
	
	#owlnav #slides_counter {
		padding: 0px 5px;
	}
	
	.index-wrap {
		min-width: 90%;
	}
}

/* Index Accordion */
.ui-accordion .index-title.ui-accordion-header {
	display: flex;
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 20px 30px;
	font-size: 16px;
	border: unset;
	border-radius: 8px;
	background: #fff;
}

.ui-accordion .index-title.ui-accordion-header span.title {
	flex-grow: 1;
	color: #252525;
	font-weight: 700;
	text-align: left;
	line-height: 1.25;
}

.ui-accordion .index-title.ui-accordion-header span.material-symbols-outlined {
	position: absolute;
	right: 15px;
}

.ui-accordion .index-title.ui-accordion-header-active {
	color: inherit;
	background: #e9f9ff;
	border-radius: 8px 8px 0px 0px;
}

.ui-icon {
	float: right;
	font-size: 18px;
	margin-top: 4px;
	font-weight: 400;
}

/* Index Accordion ends */
#hubspot-modal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
}

.hubspot-modal-content {
	position: fixed;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	z-index: 1000;
	width: 90%;
	max-width: 600px;
}

.hubspot-modal-close {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	font-size: 24px;
}

@media only screen and (max-width: 1023px) {
	.hubspot-modal-content {
		height: 80vh;
		overflow-y: scroll;
	}
	
	#chapter-presenter {
		padding: 20px;
	}
	
	#chapter-presenter .tab-item {
		flex-direction: column;
	}
	
	.chapter-wrapper {
		flex-direction: column;
	}
	
	#chapter-content #section-wrapper {
		min-height: unset;
	}
	
	#chapter-index, #chapter-content {
		width: 100%;
		padding-right: 0px;
	}
	
	#section .chart-item {
		width: 50%;
		margin-bottom: 1em;
	}
	
	#section .chart-item .img-item img {
		margin-bottom: auto;
	}
	
	.index-wrap {
		display: flex;
		align-items: center;
		height: 100%;
	}
	
	.chapter-wrapper {
		max-height: unset;
	}
	
	.chart-title {
		font-size: 16px !important;
	}
	
	.index-wrap > .toggle-index {
		display: none;
	}
	
	.index-wrap.collapsed > .toggle-index {
		box-shadow: unset;
	}
	
	.download-bar .hs-cta-wrapper {
		margin-bottom: 0px;
	}
	
	.download-bar a {
		font-size: 16px;
		text-align: right;
	}
	
	.action-button-container svg {
		width: 24px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
	.chart-title {
		font-size: 16px !important;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.chart-title {
		font-size: 18px !important;
	}
}
