/* / Mobile First Styles / */

.algolia-code_exchange {
	background: #35385C;
}

.code-exchange{
	background: #35385C;
}

.algolia-code_exchange .instant-search-comp__aside {
	display: none;
}

.algolia-code_exchange .instant-search-comp-index .row {
	display: block;
}

.algolia-code_exchange .ais-InfiniteHits-list {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2rem;
}

.algolia-code_exchange .ais-InfiniteHits-list .ais-InfiniteHits-item {
	overflow: hidden;
	border-radius: 5px;
}

.algolia-code_exchange .facets_container {
	text-wrap: nowrap;
	overflow-y: scroll;
	padding-right: 1.4rem;
	height: auto;
	top: 0;
	position: sticky;
}

.algolia-code_exchange .ais-RefinementList-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.algolia-code_exchange .facet_container .ais-Panel-header {
	color: white;
	font-size: 18px;
	font-family: 'Sora';
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 0.5rem;
	cursor: pointer;
	transition: color 0.3s ease-in-out;
}

.algolia-code_exchange .facet_container .ais-Panel-header:hover {
	color: rgb(182, 183, 213);
}

.algolia-code_exchange .ais-RefinementList {
	border-bottom: 1px solid #585F9D;
	padding-bottom: 1.4rem;
	margin-bottom: 1.5rem;
}

.algolia-code_exchange .ais-InfiniteHits-list .ais-InfiniteHits-item article h3 {
	font-weight: 600;
	font-size: 20px;
}

.algolia-code_exchange .ais-InfiniteHits-list .ais-InfiniteHits-item article div {
	border: none;
}


.algolia-code_exchange .ais-Panel-body .ais-RefinementList-label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.algolia-code_exchange .ais-Panel-body .ais-RefinementList-checkbox {
	color-adjust: exact;
	appearance: none;
	background: transparent;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid #457aff;
	width: 15px;
	height: 15px;
}

.algolia-code_exchange .ais-Panel-body .ais-RefinementList-checkbox:hover {
	background-color: rgba(0, 61, 255, 0.3);
}

.algolia-code_exchange .ais-Panel-body .ais-RefinementList-checkbox:checked {
	color-adjust: exact;
	appearance: none;
	border: 1px solid blue;
	background: #003FFF;
	padding: 7px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"%3E%3Cpath d=\"M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z\" fill=\"%23fff\" stroke-width=\"1\" stroke=\"%23fff\" /%3E%3C/svg%3E");
}

.algolia-code_exchange .ais-Panel-body .ais-RefinementList-label .ais-RefinementList-count {
	background: #585F9D;
	color: white;
	font-weight: 600;
	padding: 4px 0;
	border-radius: 6px;
	font-size: 12px;
	line-height: 12px;
	min-width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.algolia-code_exchange .ais-Panel-body .ais-RefinementList-label .ais-RefinementList-labelText {
	font-size: 14px;
	color: white;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Sora';
	margin-left: 9px;
	flex-grow: 1;
	text-wrap: nowrap;
}

.algolia-code_exchange .ais-RefinementList .ais-RefinementList-showMore {
	font-size: 14px;
	font-family: 'Sora';
	font-weight: 400;
	line-height: 21px;
	color: #457aff;
	margin-top: 0.6rem;
}

.algolia-code_exchange .ais-RefinementList .ais-RefinementList-showMore:hover {
	color: rgb(150, 152, 195);
}

.algolia-code_exchange .facets_container::-webkit-scrollbar {
	width: 8px;
}

.algolia-code_exchange .facets_container::-webkit-scrollbar-track {
	background: #CECEDE;
	border-radius: 8px;
}

.algolia-code_exchange .facets_container::-webkit-scrollbar-thumb {
	background-color: #575B94;
	border-radius: 20px;
}

.algolia-code_exchange .ais-HierarchicalMenu{
	border-bottom: 1px solid #585F9D;
	padding-bottom: 1.4rem;
	margin-bottom: 1.5rem;
}

.algolia-code_exchange .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item {
	margin-bottom: 12px;
}

.algolia-code_exchange .ais-HierarchicalMenu-link {
	font-size: 16px;
	color: white;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Sora';
	text-wrap: nowrap;
	display: flex;
	align-items: center;
}

.algolia-code_exchange .ais-HierarchicalMenu-link .ais-HierarchicalMenu-label {
	flex-grow: 1;
	transition: color 0.3s ease-in-out;
}

.algolia-code_exchange .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected .ais-HierarchicalMenu-label{
	font-weight: 600;
}

.algolia-code_exchange .ais-HierarchicalMenu-link .ais-HierarchicalMenu-label:hover {
	color: rgb(182, 183, 213);
}

.algolia-code_exchange .ais-HierarchicalMenu-link .ais-HierarchicalMenu-count {
	background: #585F9D;
	color: white;
	font-weight: 600;
	padding: 4px 0;
	border-radius: 6px;
	font-size: 12px;
	line-height: 12px;
	min-width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.algolia-code_exchange .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-link .ais-HierarchicalMenu-label {
	font-size: 14px !important;
	line-height: 21px;
	display: flex;
	align-items: center;
}

.algolia-code_exchange .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-link .ais-HierarchicalMenu-label::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B4B5C2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' class='w-15 h-15 mr-4 ml-24'%3E%3Cpath d='M4 4v7a4 4 0 0 0 4 4h12'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
	content: "";
	margin: 0 2px;
}

.algolia-code_exchange .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-list{
	margin-left: 1.5rem;
	margin-top: 0.25rem;
}

.algolia-code_exchange .ais-SearchBox-form {
	height: 52px;
	padding: 0 13px;
	margin-bottom: 1.3rem;
}

.algolia-code_exchange .ais-SearchBox-form::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' role='img' class='h-4 w-4' style='height: 16px; width: 16px; stroke-width: 2px; color: %23003DFF; flex-shrink: 0;'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
	display: inline-block;
}

.algolia-code_exchange .ais-SearchBox-form .ais-SearchBox-input {
	font-size: 14px;
}

.algolia-code_exchange .ais-InfiniteHits {
	display: flex;
	flex-direction: column;
}

.algolia-code_exchange .ais-InfiniteHits .ais-InfiniteHits-loadPrevious {
	display: none;
}

.algolia-code_exchange .ais-InfiniteHits .ais-InfiniteHits-loadMore:focus-visible {
	outline: none;
}

.algolia-code_exchange .ais-ToggleRefinement {
	border-bottom: 1px solid #585F9D;
	padding-bottom: 1.4rem;
	margin-bottom: 1.5rem;
}

.algolia-code_exchange .ais-Panel-body .ais-ToggleRefinement-label .ais-ToggleRefinement-labelText {
	font-size: 14px;
	color: white;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Sora';
	margin-left: 9px;
	flex-grow: 1;
	text-wrap: nowrap;
}

.algolia-code_exchange .ais-Panel-body .ais-ToggleRefinement-checkbox {
	appearance: none;
	background: transparent;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid #457aff;
	width: 15px;
	height: 15px;
}

.algolia-code_exchange .ais-Panel-body .ais-ToggleRefinement-checkbox:hover {
	background-color: rgba(0, 61, 255, 0.3);
}

.algolia-code_exchange .ais-Panel-body .ais-ToggleRefinement-checkbox:checked {
	appearance: none;
	border: 1px solid blue;
	background: #003FFF;
	padding: 7px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"%3E%3Cpath d=\"M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z\" fill=\"%23fff\" stroke-width=\"1\" stroke=\"%23fff\" /%3E%3C/svg%3E");
}

.algolia-code_exchange .ais-Panel-body .ais-ToggleRefinement-label .ais-ToggleRefinement-count {
	background: #585F9D;
	color: white;
	font-weight: 600;
	padding: 4px 0;
	border-radius: 6px;
	font-size: 12px;
	line-height: 12px;
	min-width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* / Larger Screens / */
@media (min-width: 1024px) {

	.algolia-code_exchange .instant-search-comp__aside {
		width: 25%;
		display: block;
	}

	.algolia-code_exchange .ais-InfiniteHits-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding-left: 2rem;
	}

	.algolia-code_exchange .facets_container {
		height: 100vh;
	}

	.algolia-code_exchange .instant-search-comp-index .row {
		display: flex;
	}

	.algolia-code_exchange .ais-InfiniteHits-list .ais-InfiniteHits-item:hover {
		transform: translateY(-5px);
		box-shadow: rgba(45, 35, 66, 0.4) 0px 10px 30px 0px, rgba(45, 35, 66, 0.3) 0px 4px 18px 0px;
		transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
		background-image: none;
		background-color: rgb(72, 76, 122);
		padding: 0px;
	}

	.algolia-code_exchange .searchbox .ais-SearchBox-form .ais-SearchBox-submitIcon,
	.algolia-code_exchange .searchbox .ais-SearchBox-form .ais-SearchBox-reset {
		display: none;
	}


}

@media (max-width: 1024px) {

	.algolia-code_exchange .filter-btn {
		transition: box-shadow 0.15s ease 0s, transform 0.15s ease 0s;
		will-change: box-shadow, transform;
		border-radius: 50px 16px 16px 50px;
		box-shadow: rgba(45, 35, 66, 0.3) 0px 2px 8px, rgb(2, 46, 185) 0px -3px 0px 0px inset;
		padding: 0.8rem 2.4rem;
		background: #003FFF;
		font-size: 12px;
		font-weight: 700;
		color: white;
		line-height: 24px;
		position: fixed;
		z-index: 999;
		bottom: 3%;
		left: 35%;
		padding-bottom: 14px;
		padding-top: 14px;
		padding-right: 24px;
		padding-left: 32px;
		display: flex;
		align-items: center;
		gap: 5px;
	}


	.algolia-code_exchange .filter-btn:before {
		content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolygon%20points%3D%2222%203%202%203%2010%2012.46%2010%2019%2014%2021%2014%2012.46%2022%203%22/%3E%3C/svg%3E');
	}
}