/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

body {
	background-color: #FBFCFC;
	font-family: 'Roboto slab';
    min-height: 100vh;    
    display: flex;    
    flex-direction: column;
}

.height {

	margin: 0.1em 0;
}

.form {
	position: relative;
}

.form .fa-search {

	position: absolute;
	top: 9px;
	left: 20px;
	color: #9ca3af;

}

.form span {

	position: absolute;
	right: 17px;
	top: 13px;
	padding: 2px;
	border-left: 1px solid #d1d5db;

}

.left-pan {
	padding-left: 7px;
}

.left-pan i {
	padding-left: 10px;
}

.form-input {

	height: 30px;
	font-family: "Poppins", sans-serif;
	font-size: small;
	text-indent: 33px;
	border-radius: 2em;
}

.form-input:focus {

	box-shadow: none;
	border: none;
}


.text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
}

#menu {
	position: absolute;
	top: 0;
	left: -24rem;
	transition: 1.5s ease-out;
	animation-duration: 3s;
}

#menu.menu {
	position: absolute;
	top: 0;
	left: 0;
	transition: 1.5s ease-out;
	animation-duration: 3s;
}

#menu card {
	border-bottom-right-radius: 4rem;
}

#menu-overlay {
	transition: 1.5s;
}

a,
a p,
a h5 {
	color: #333;
}

a:hover,
a p:hover,
a h5:hover {
	color: #FFAC1C;
}

.intro {
	height: 100%;
}

.login {
	height: 5em;
	width: 5em;
}

@media (min-height: 300px) and (max-height: 450px) {
	.intro {
		height: auto;
	}
}


.datepicker-toggle {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 19px;
}

.datepicker-toggle-button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('data:image/svg+xml;base64,...');
}

.datepicker-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	box-sizing: border-box;
}

.datepicker-input::-webkit-calendar-picker-indicator {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.volume-slider {
	width: 5em;
}

.volume-slider input {
	width: 100%;

}

.archive-image {
	width: 80%;
	height: 80%;
	margin: auto;
	margin: 5%;
	object-fit: contain;
}


.carousel-item {
	background-color: black;
	height: 100%;
}

.carousel-inner img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.toast {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2000;
}

.carousel-inner {
	height: 70vh;
}

@media only screen and (max-width: 600px) {
	.carousel-item {
		background-color: black;
		height: 80%;
	}

	.carousel-inner {
		height: 40vh;
	}

	.carousel-inner img {
		height: 100%;
		width: 100%;
		object-fit: contain;
	}
}

/* .nav__bottom {
	display: none;
} */
.nav__btn{
	display: flex;
    justify-content: center;
    list-style-type: none;
    gap: 4rem;
}


.nav__btn li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.break_text {
	display: none;
}

#social_icons {
	align-items: center;
	margin: auto;
	display: flex;
	justify-content: center;
	gap: 2rem;
}

@media screen and (max-width: 425px) {
	.nav__btn {
		gap: 2rem;
		transition: all 0.3s ease-in-out;
	}	

	.break_text {
		display: block;
	}
}

@media screen and (max-width: 375px) {
	.nav__btn {
		gap: 1.2rem;
		transition: all 0.3s ease-in-out;
	}	

	.nav__btn li {
		font-size: 1rem;
	}

	.break_text {
		display: block;
	}
}

@media screen and (max-width: 320px) {
	.nav__btn {
		gap: 1.5rem;
		transition: all 0.3s ease-in-out;
	}	

	#social_icons {
		gap: 1rem;
	}

	.nav__btn li {
		font-size: 0.8rem;
	}

	.break_text {
		display: block;
	}
}


label{
	font-size: small;
}
.nav__bottom ul {
	text-align: left;
	align-items: left;
	display: flex;
	gap: 3rem;
	margin: auto;
	list-style: none;
	padding: 0;
    justify-content: center;
    width: max-content;
}

.nav__bottom ul li p {
	font-size: 16px;
}

.nav__bottom .active {
	font-weight: 900;
}

.nav__bottom {
	margin-top: auto;
}

@media (max-width: 900px) {
	/* footer {
		display: none;
	} */

    .nav__bottom {
		align-content: center;
		background: #fff;
		bottom: 10rem;
		box-shadow: 0 5px 15px 2px rgba(0, 0, 0, .5);
		cursor: pointer;
		display: flex;
		/*height: 3rem;*/
		left: 0;
		/* margin-top: 3rem; */
		overflow-x: hidden;
		overflow-y: hidden;
		/* position: fixed; */
		width: 100%;
		/* z-index: 1000000000; */
		font-size: 13px;
		margin-top: auto;
	}
	/* .nav__bottom ul {
		display: block;
		list-style-type: disc;
		margin-block-start: -2em;
		margin-block-end: 1em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
	}

	.nav__bottom ul {
		text-align: left;
		align-items: left;
		display: flex;
		gap: 2.5rem;
		margin: auto;
		list-style: none;
		padding: 0;
		padding-bottom: 1em;
	}

	.nav__bottom .active {
		font-weight: 900;
	} */
}

.search {
	position: absolute;
	top: 50%;
	left: 70%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.search * {
	outline: none;
	box-sizing: border-box;
}

.search__wrapper {
	position: relative;
}

.search__field {
	width: 50px;
	height: 50px;
	color: transparent;
	font-family: Lato, sans-serif;
	font-size: 1.35em;
	padding: 0.35em 50px 0.35em 0;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.search__field:focus {
	border-bottom-color: #ccc;
	width: 50vw;
	color: #2b2b2b;
	cursor: default;
}

.search__field:focus~.search__icon {
	background-color: transparent;
	cursor: pointer;
	pointer-events: auto;
}

.search__icon {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e9f1f4;
	width: 50px;
	height: 50px;
	font-size: 1.35em;
	text-align: center;
	border-color: transparent;
	border-radius: 50%;
	pointer-events: none;
	display: inline-block;
	transition: background-color 0.2s ease-in-out;
}

.search__field::-webkit-input-placeholder {
	position: relative;
	top: 0;
	left: 0;
	transition-property: top, color;
	transition-duration: .1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.search__field:-moz-placeholder {
	position: relative;
	top: 0;
	left: 0;
	transition-property: top, color;
	transition-duration: .1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.search__field::-moz-placeholder {
	position: relative;
	top: 0;
	left: 0;
	transition-property: top, color;
	transition-duration: .1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.search__field:-ms-input-placeholder {
	position: relative;
	top: 0;
	left: 0;
	transition-property: top, color;
	transition-duration: .1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
	color: #83b0c1;
	font-size: .65em;
	font-weight: normal;
	top: -20px;
	opacity: 1;
	visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
	color: #83b0c1;
	font-size: .65em;
	font-weight: normal;
	top: -20px;
	opacity: 1;
	visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
	color: #83b0c1;
	font-size: .65em;
	font-weight: normal;
	top: -20px;
	opacity: 1;
	visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
	color: #83b0c1;
	font-size: .65em;
	font-weight: normal;
	top: -20px;
	opacity: 1;
	visibility: visible !important;
}

#module {
	font-size: 1rem;
	line-height: 1.5;
}


#module #collapseExample.collapse:not(.show) {
	display: block;
	height: 3rem;
	overflow: hidden;
}

#module #collapseExample.collapsing {
	height: 3rem;
}

#module a.collapsed::after {
	content: '+ Show More';
}

#module a:not(.collapsed)::after {
	content: '- Show Less';
}