html,
body {
	margin: 0;
	padding: 0;
}
body.no-transition * {
	transition: none !important;
}

/* show full isi for QAing */
main.full-isi,
#isi_container.full-isi {
	overflow: visible !important;
	border: none;
}

main {
	display: block;
	position: relative;
	width: 300px;
	height: 250px;
	overflow: hidden;
	opacity: 0;
	background: #000000;
	transition: opacity 0.4s;
}
main.loaded {
	opacity: 1;
}
main * {
	position: absolute;
	transition: all 1s;
}

#bg {
	top: 0;
	left: 0;
	width: 100%;
}

#bg_gradient {
	top: 0;
	left: 0;
	width: calc(100% - 3px);
	height: 100%;
	background: linear-gradient(90deg, #f8faf5 43.27%, rgba(248, 250, 245, 0) 101.01%);
}

#logo {
    top: 15px;
    left: -108px;
    width: 85px;
}
#logo.show {
    left: 20px;
}

#text1 {
    top: 75px;
    left: -108px;
    width: 108px;
}
#text1.show {
    left: 20px;
}
#text1.hide {
    opacity: 0;
}

#boy {
    top: 3px;
    right: -143px;
    width: 143px;
}
#boy.show {
    right: 10px;
}
#boy.move-right {
    right: -10px;
}

#patient {
	top: 147px;
	right: -80px;
	width: 80px;
}
#patient.show {
	right: 10px;
}

#text2 {
    top: 75px;
    left: -119px;
    width: 119px;
}
#text2.show {
    left: 20px;
}
#text2.hide {
    opacity: 0;
}

#text3 {
    top: 151px;
    left: -156px;
    width: 156px;
}
#text3.show {
    left: 10px;
}
#text3.hide {
    opacity: 0;
}

#text4 {
    top: 70px;
    left: -160px;
    width: 160px;
}
#text4.show {
    left: 20px;
}

#button {
    top: 127px;
    left: -160px;
    width: 84px;
}
#button.show {
    left: 20px;
}

#border {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: 2;
	border: 1px solid #000000;
	pointer-events: none;
}

#click_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#isi {
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 0;
	background: #ffffff;
	border-radius: 10px 10px 0 0;
	transition-duration: 750ms;
}
#isi.show {
	height: 86px;
}
#isi.expand {
	height: 250px;
}
#isi * {
	position: static;
}

#isi_expand_button {
	padding: 0px;
	position: absolute;
	top: 10px;
	right: 6px;
	width: 9px;
	height: 9px;
	z-index: 1;
	border: none;
	cursor: pointer;
	transition: none;
	background-color: #ffffff;
}

#isi.expand #isi_expand_button span:first-child {
	transform: rotate(45deg);
}

#isi.expand #isi_expand_button span:last-child {
	transform: rotate(45deg);
}

#isi_expand_button span {
	position: absolute;
	background-color: #991e66;
	transition: none;
}

#isi_expand_button span:first-child {
	top: 4px;
	left: 0px;
	width: 9px;
	height: 1px;
}

#isi_expand_button span:last-child {
	top: 0px;
	left: 4px;
	width: 1px;
	height: 9px;
}

#isi_container {
	position: relative;
	height: 100%;
	overflow: hidden;
}

#isi_wrapper {
	display: flex;
	flex-direction: column;
	gap: 4px;
	position: relative;
	padding: 10px 20px 10px 10px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #000000;
}
#isi_wrapper p {
	margin: 0;
}
#isi_wrapper sup {
	position: relative;
	top: 0.1em;
	font-size: 65%;
	line-height: 0;
}
#isi_wrapper ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#isi_wrapper ul li {
	display: block;
	position: relative;
	padding-left: 10px;
}
#isi_wrapper ul li::before {
	content: '\2022';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	letter-spacing: -0.1px;
	color: #aadb1e;
}
#isi_wrapper a {
	text-decoration: underline;
	color: #000000;
}
#isi_wrapper .pink {
	color: #991e66;
}

.ps__rail-x {
	display: none;
}

.ps__rail-y {
	position: absolute !important;
	right: 8px;
	width: 4px;
	margin: 26px 0 8px;
	background: #f1f2f2;
	transition: none;
}
.ps__rail-y .ps__thumb-y {
	position: absolute !important;
	width: 100%;
	background: #aadb1e;
	transition: none;
}
