button:focus {
	outline: none;
}

.Search-input::placeholder {
	font-size: 13px;
	font-family: 'Open Sans';
}

input:focus-visible {
	outline: none;
}

.Navigation,
.Header,
.Frame-body {
	font-family: 'Open Sans', sans-serif;
}

.acl__login {
	background: url('./assets/img/wallpaper.png');
	background-size: cover;
}

.acl__logo {
	width: 100px;
	margin: 20px;
}

.acl__modal-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.acl__login-modal {
	background: white;
	border-radius: 10px;
	box-shadow: 0 4px 7px 0 rgb(0 0 0 / 18%);
	border: 1px solid #ebf6f5;
	border-radius: 6px;
	font-family: 'Open Sans', sans-serif;
	min-width: 320px;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.acl__login-modal h1 {
	font-size: 20px;
}

.acl__login-modal-text {
	width: 200px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 10px;
	text-align: center;
}

.acl-theme__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.acl-theme__profile {
	cursor: pointer;
	display: flex;
	align-items: center;
	background-color: white;
	margin: 10px;
	border-top-right-radius: 25px;
	padding: 0px;
	border-bottom-right-radius: 25px;
	font-size: 13px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgb(0 0 0 / 0%), 0px 1px 8px 0px rgb(0 0 0 / 0%);
}

.acl-theme__logo {
	margin-left: 15px;
}

.acl-theme__profile-image {
	border-radius: 50%;
	max-height: 35px;
	border: 1px solid white;
}

.acl-theme__profile-name {
	padding: 0 15px;
	color: black;
}

.acl-theme__profile-dropdown {
	position: absolute;
	right: 11px;
	top: 60px;
	background-color: white;
	padding: 10px;
	width: 117px;
	font-size: 13px;
	border-radius: 4px;
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14),
		0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.acl-theme__profile-dropdown-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

a.acl-theme__profile-dropdown-link {
	text-decoration: none;
	color: black;
}

.acl-theme__profile-dropdown--hidden {
	display: none;
}

.acl-theme__profile-dropdown svg {
	width: 20px;
}

.acl-theme__profile-dropdown:after {
	bottom: 100%;
	right: 13px;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 213, 213, 0);
	border-bottom-color: white;
	border-width: 5px;
	margin-left: -5px;
}

.animated {
	background-image: url(/css/images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 60px;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@keyframes fadeOutUp {
	0% {
		opacity: 0;
		transform: translateY(-0);
	}
	100% {
		opacity: 1;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.body-fade-in {
	opacity: 1;
	transition: opacity 0.3s;
}

.sign-in-fade-in {
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s; /* Firefox < 16 */
	-ms-animation: fadein 1s; /* Internet Explorer */
	-o-animation: fadein 1s; /* Opera < 12.1 */
	animation: fadein 1s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

pre code.hljs {
	border-radius: 8px;
}

[dir='ltr'] .Tree-depth-1 .Tree-entityLink {
	color: #064980;
	border-bottom: 1px solid #25547e14;
}

[dir='ltr'] .Tree-depth-2 .Tree-collectionLabel {
	color: #064980;
	font-weight: 600;
}

button.Tree-collectionLabel[aria-expanded='true'] {
	border-bottom: 2px solid #064980;
}

.Tree-item.is-current .Tree-entityLink {
	background-color: #2888d60d;
}

.Preview {
	border-radius: 8px;
}

.Preview-resizer {
	border-radius: 8px;
}

.Pen-panel {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

::-webkit-scrollbar-thumb {
	background: #2888d65e;
}

mark {
	background-color: rgb(74 201 192 / 26%);
	color: #085594;
}

input#search-input {
	border-radius: 20px;
}

.Browser-panel .Code {
	height: fit-content;
}

.Code pre {
	padding: 0.75rem;
	margin: 25px;
}

::selection {
	background-color: rgb(74 201 192 / 26%);
}
