@media screen and (min-width: 1024px) {
	.juno-library__title {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1023px) {
	.juno-library__title {
		margin-bottom: 20px;
	}
}

.juno-library__form {
	background-color: transparent;
	border: 0 none;
}

.juno-library__form input[type="text"] {
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	color: #757575;
	padding-block: 15px;
	padding-inline: 40px;
}

.juno-library__form input[type="text"]::placeholder {
	color: #757575;
}

.juno-library__form button {
	background-color: transparent;
	border: 0 none;
	border-radius: 0;
	padding: 0;
}

.juno-library__cat {
	width: 260px;
	padding-right: 40px;
}

.juno-library__cat-title,
.juno-library__cat-item {
	margin-bottom: 5px;
}

.juno-library__cat-item:last-child {
	margin-bottom: 0;
}

.juno-library__cat-item:hover,
.juno-library__cat-item.active {
	background: rgba(105, 16, 217, 0.15);
	color: #6910d9;
}

/****************************************
		CARD
/****************************************/

.juno-library__ca {
	background: #fff;
	border: 1px solid rgba(105, 16, 217, 0.14);
	transition: all 0.3s ease-in-out;
}

.juno-library__ca:hover {
	background: rgba(105, 16, 217, 0.05);
	border-color: rgba(105, 16, 217, 0.45);
	transform: translateY(-3px);
}

.juno-library__ca-img {
	width: 46px;
	height: 46px;
}

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

@media screen and (max-width: 767px) {
	.juno-library__ca-img {
		margin-inline: auto;
		margin-bottom: 10px;
	}
}

.juno-library__ca-ltr {
	width: 46px;
	height: 46px;
}

.juno-library__ca-ltr span {
	line-height: 0;
}

.juno-library__ca.category-hide,
.juno-library__ca.search-hide {
	display: none;
}

.juno-library__ca.available .juno-library__ca-status,
.juno-library__ca.coming-soon .juno-library__ca-status {
	padding-left: 17px;
}

.juno-library__ca.available .juno-library__ca-status::before,
.juno-library__ca.coming-soon .juno-library__ca-status::before {
	border-radius: 3px;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	left: 3px;
}

.juno-library__ca.available .juno-library__ca-status::before {
	background: #cafa3c;
	box-shadow: 0 0 8px 0 #cafa3c;
}

.juno-library__ca.coming-soon .juno-library__ca-status::before {
	border-radius: 3px;
	background: #7C7796;
}

.juno-library__ca-soon span {
	border-radius: 999px;
	border: 1px solid rgba(105, 16, 217, 0.30);
	background: rgba(105, 16, 217, 0.12);
}

@media screen and (max-width: 767px) {
	.juno-library__ca-soon {
		margin-bottom: 10px;
	}
}

/****************************************
		MODAL
/****************************************/

.juno-library-modal-overlay {
	background: rgba(4, 7, 10, 0.65);
	backdrop-filter: blur(6px);
}

.juno-library-modal {
	border-left: 1px solid rgba(105, 16, 217, 0.22);
	box-shadow: rgba(0, 0, 0, 0.5) -30px 0px 80px;
	max-width: 520px;
	width: 100%;
}

.juno-library-modal__close {
	background: rgba(105, 16, 217, 0.1);
	border: 1px solid rgba(105, 16, 217, 0.18);
	border-radius: 9px;
	color: rgb(75, 70, 96);
	font-size: 16px;
	width: 34px;
	height: 34px;
	top: 15px;
	right: 15px;
}

.juno-library-modal__close span {
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}

.juno-library-modal__inner {
	padding: 60px 30px 30px;
}

.juno-library-modal__inner > *:not(:last-child) {
	margin-bottom: 30px;
}

.juno-library-modal__img {
	width: 56px;
	height: 56px;
}

.juno-library-modal__img img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.juno-library-modal__ltr {
	width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
}

.juno-library-modal__title {
	color: #050314;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.juno-library-modal__status {
	margin-top: 5px;
}

.juno-library-modal__content p {
	color: #050314;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.juno-library-modal__content p:last-child {
	margin-bottom: 0;
}

.juno-library-modal__list1 h3 {
	color: #962de9;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}

.juno-library-modal__list1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.juno-library-modal__list1 li {
	background: rgba(105, 16, 217, 0.05);
	border: 1px solid rgba(105, 16, 217, 0.16);
	border-radius: 12px;
	color: #4b4660;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 10px;
	padding: 15px 20px 15px 40px;
	position: relative;
}

.juno-library-modal__list1 li:last-child {
	margin-bottom: 0;
}

.juno-library-modal__list1 li::before {
	background-color: #6910d9;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 24px;
	left: 20px;
	transform: rotate(45deg);
}

.juno-library-modal__list2 h3 {
	color: #962de9;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}

.juno-library-modal__list2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.juno-library-modal__list2 li {
	border-left: 2px solid #962de9;
	color: #4b4660;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 14px;
}

.juno-library-modal__list2 li:last-child {
	margin-bottom: 0;
}

.juno-library-modal__cta a {
	background: #cafa3c;
	border: 1px solid #cafa3c;
	border-radius: 0px 100px 100px 0px;
	box-sizing: content-box;
	display: block;
	color: #050314;
	font-family: Dazzed;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	vertical-align: middle;
	padding: 15px 70px 15px 18px;
	position: relative;
}

.juno-library-modal__cta a:hover {
	background: #9de70a;
	border: 1px solid #9de70a;
	color: #050314;
	text-decoration: none;
}

.juno-library-modal__cta a::after {
	background-image: url(https://www.uptycs.com/hubfs/Group%2057.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
	content: "";
	width: 20px;
	height: 15px;
	position: absolute;
	top: 19px;
	right: 30px;
	transition: all .3s ease-in-out;
	transform: rotate(0deg);
}

.juno-library-modal__cta a:hover::after {
	transform: rotate(90deg);
}