@charset "UTF-8";
@import "../bootstrap/css/bootstrap.min.css";
@import "../font-awesome/css/font-awesome.css";
@import "../aos/aos.css";
@import "../animate/animate.min.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	margin: 0!important;
	padding: 0!important;
}

body {
	font-family: 'Poppins', sans-serif;
	background-color: #f0f0f8 !important;
	color: #808080 !important;
	font-size: 1rem;
	font-weight: 400 !important;
}

.fs-10 {
	font-size: 10px !important;
}

.fs-11 {
	font-size: 11px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.ustBar {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9999999;
}

.ustBar a:not(:last-child) {
    margin-right: 6px !important;
}

.backslider > figure {
	animation: slideAnimation 30s linear infinite 0s;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
	color: transparent;
	height: 100vh;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
}

.backslider > figure:nth-child(1) {
	background-image: url('../../../img/slide/slide-01.jpg');
}
.backslider > figure:nth-child(2) {
	animation-delay: 6s;
	background-image: url('../../../img/slide/slide-04.jpg');
}
.backslider > figure:nth-child(3) {
	animation-delay: 12s;
	background-image: url('../../../img/slide/slide-03.jpg');
}
.backslider > figure:nth-child(4) {
	animation-delay: 18s;
	background-image: url('../../../img/slide/slide-05.jpg');
}
.backslider > figure:nth-child(5) {
	animation-delay: 24s;
	background-image: url('../../../img/slide/slide-02.jpg');
}

@keyframes slideAnimation {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
	}
	8% {
		animation-timing-function: ease-out;
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.stbayisistem {
	-webkit-animation-name: activity-anim;
	animation-name: activity-anim;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	stroke-dashoffset: 1000;
	stroke-dasharray: 1000;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-direction: reverse;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes activity-anim {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes activity-anim {
	to {
		stroke-dashoffset: 0;
	}
}

.login {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}

.login-container {
	display: flex;
	max-width: 720px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition-duration: 0.3s;
	background: #fff;
	transform: translateY(100px) scale(0.4);
}

.login-logo {
	width: 38px !important;
	height: 38px !important;
	margin-right: 6px !important;
}


.login-title {
	font-size: 18px;
	margin: 0;
	font-weight: 400;
	color: #000000;
}

.login-left {
	padding: 40px 30px 20px;
	background: #fff;
	flex: 1.5;
	transition-duration: 0.5s;
	transform: translateY(80px);
	opacity: 0;
}

.login-button {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 10px 40px;
	border-radius: 30px;
	background: white;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}

.login-button:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.8);
}

.login-right {
	flex: 2;
	font-size: 0;
	transition: 0.3s;
	overflow: hidden;
}

.login-right img {
	width: 100%;
	height: 100%;
	transform: scale(2);
	-o-object-fit: cover;
	 object-fit: cover;
	transition-duration: 1.2s;
}

.login.is-open {
	height: 100%;
	background: rgba(51, 51, 51, 0.85);
}

.login.is-open .login-button {
	opacity: 0;
	display: none;
}

.login.is-open .login-container {
	opacity: 1;
	transition-duration: 0.6s;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.login.is-open .login-right img {
	transform: scale(1);
}

.login.is-open .login-left {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.1s;
}

.form-floating > label::after {
	color: #98a2b3 !important;
	font-size: 14px !important;
	background-color: transparent !important;
}


.form-select:focus {   
	border-color: rgba(69, 100, 170, 0.8);
	box-shadow: 0 1px 1px rgba(39, 60, 104, 0.075) inset, 0 0 8px rgba(39, 60, 104, 0.6);
	outline: 0 none;
}

.form-control:focus {   
	border-color: rgba(69, 100, 170, 0.8);
	box-shadow: 0 1px 1px rgba(39, 60, 104, 0.075) inset, 0 0 8px rgba(39, 60, 104, 0.6);
	outline: 0 none;
}

textarea {
	min-height: 80px !important;
}

.close-button {
	outline: 0;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 32px;
	height: 32px;
	font-size: 32px;
	border: 0;
	background: 0;
	padding: 0;
	cursor: pointer;
}

.link::before {
    content: "\2022";
    margin-right: 3px;
	font-size: 1.2em;
	line-height: inherit;
}

.copyright {
	position: fixed;
    bottom: 17px;
    left: 10px;
}

.copyright p {
	font-size: 13px;
	font-weight: 600;
	color: #969696;
}

.coded {
    position: fixed;
    bottom: 17px;
    right: 10px;
}
.coded p,a {
	font-size: 13px;
	color: #969696;
	font-weight: 300;
	text-decoration: none;
}
.coded svg {
	color: #ffffff;
	fill: #969696;
	overflow: hidden;
	vertical-align: middle;
}

@media (max-width: 750px) {
  .login-container {
    width: 90%;
  }

  .login-right {
    display: none;
  }
  
  .copyright {
	  display: none;
  }
  .coded {
	  display: none;
  }
}

#loadingOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	display: none;
}

#loadingOverlay > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spinner {
	border: 8px solid #ffffff;
	border-top: 8px solid #212529;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
	margin-bottom: 10px;
}

.loading-text {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}