:root {
	--dixie-info-color: #966800;
	--dixie-primary-color: #c5ad00;
	--highlight-text-color: rgba(255, 100, 100);
	--color-primary: #ffb100;
	--color-success: #3ce586;
	--color-muted: #fcaf4533;
	--color-light: #e7bd47;
	--color-warning: #e75a67;
	--color-default: #cdcdcd;
	--color-dark-background: #0e0e0e1a;
	--tewi-glassmorph: rgba(252, 175, 69, 0.12);
	--tewi-glassmorph-light: rgba(252, 225, 225, 0.12);
}
.tewi-container {
	background: var(--tewi-glassmorph);
	border-radius: 24px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid rgba(252, 175, 69, 0.2);
	max-height: 85vh;
	overflow-y: auto;
	overflow-x: hidden;
}
.tewi-border {
	border-radius: 4px;
	border: 1px solid var(--color-muted);
}
.tewi-table {
	border: 1px solid var(--color-muted);
}
.login-description-header {
	text-shadow:
	-2px -2px 0 #000,
	0   -2px 0 #000,
	2px -2px 0 #000,
	2px  0   0 #000,
	2px  2px 0 #000,
	0    2px 0 #000,
	-2px  2px 0 #000,
	-2px  0   0 #000;
}
.login-time .login-time-date {
	font-size: 25px;
	margin-top: -20px;
}
.btn-primary {
	background-color: #c5ad00;
	border-color: #c5ad00;
}

.btn-info {
	background-color: #966800;
	border-color: #966800;
}

.page-item.active .page-link {
	background-color: #c5ad00;
	border-color: #c5ad00;
}

.page-link {
	color: #000000;
}

.page-link:hover {
	color: #c5ad00;
}

.btn {
	color: var(--color-primary);
}
.btn-primary {
	background: rgba(252, 175, 69, 0.08);
	border-radius: 6px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid rgba(252, 175, 69, 0.2);
	color: #efefef !important;
	padding: 4px 8px;
	transition: 0.005s;
}
.btn-primary:hover {
	background: var(--tewi-glassmorph);
	border-radius: 6px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid rgba(252, 175, 69, 0.2);
	color: white !important;
} 
.btn-primary:hover img {
	opacity: 0.5;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #b18565;
	background-color: transparent;
	border-color: var(--color-muted);
	opacity: 0.4;
}
.btn-primary:focus, .btn-primary:active {
	outline: none !important;
	box-shadow: none;
	background-color: transparent;
	color: var(--color-primary);
	border-color: var(--color-primary);
	opacity: 0.5;
}
.btn-primary-pressed {
	background: rgba(252, 175, 69, 0.08);
	border-radius: 6px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid rgba(252, 175, 69, 0.2);
	color: var(--color-primary) !important;
	padding: 4px 8px;
	transition: 0.005s;
}
.btn-primary-pressed:hover {
	background: var(--tewi-glassmorph);
	border-radius: 6px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid rgba(252, 175, 69, 0.2);
	color: white !important;
	cursor: not-allowed;
} 
.btn-primary-pressed:hover img {
	opacity: 0.5;
}
.btn-primary-pressed.disabled, .btn-primary-pressed:disabled {
	color: #b18565;
	background-color: transparent;
	border-color: var(--color-muted);
	opacity: 0.4;
}
.btn-primary-pressed:focus, .btn-primary-pressed:active {
	outline: none !important;
	box-shadow: none;
	background-color: transparent;
	color: var(--color-primary);
	border-color: var(--color-primary);
	opacity: 0.5;
}
.btn-info {
	border: 1px solid #de940c;
	background-color: transparent;
	color: #de940c !important;
	padding: 4px 8px;
}
.btn-info:hover {
	transition: 0.1s;
	border: 1px solid #92620a;
	background-color: transparent;
	color: #92620a !important;
	padding: 4px 8px;
}
.btn-info.disabled, .btn-info:disabled {
	background-color: #3a311b;
	border-color: #3a311b;
}
.btn-danger {
	border: 1px solid #dc3545;
	background-color: transparent;
	color: #dc3545 !important;
	padding: 4px 8px;
}
.btn-danger:hover {
	transition: 0.1s;
	border: 1px solid #a72935;
	background-color: transparent;
	color: #a72935 !important;
	padding: 4px 8px;
}
.btn-danger:focus, .btn-danger:active {
	outline: none;
	box-shadow: none;
	background-color: transparent;
	color: #dc3545 !important;
	border-color: #dc3545;
}
.btn-danger.disabled, .btn-danger:disabled {
	background-color: transparent;
	border: 1px solid #5c1c22;
	color: #5c1c22 !important;
}
.btn-secondary {
	border: 1px solid #6c757d;
	background-color: transparent;
	color: #6c757d !important;
	padding: 4px 8px;
}
.btn-secondary:hover {
	transition: 0.1s;
	border: 1px solid #494f54;
	background-color: transparent;
	color: #494f54 !important;
	padding: 4px 8px;
}
.btn-secondary.disabled, .btn-secondary:disabled {
	background-color: transparent !important;
}
.btn-success {
	/*	background: rgba(34, 241, 21, 0.08);*/
	background: transparent;
	border-radius: 6px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	/*	backdrop-filter: blur(3px);*/
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid var(--color-success);
	color: var(--color-success) !important;
	padding: 4px 8px;
}
.btn-success:hover {
	transition: 0.01s;
	border: 1px solid white;
	/*	background-color: transparent;*/
	color: white !important;
}
.btn-success.disabled, .btn-success:disabled {
	background-color: transparent !important;
}
.btn-hoverable:hover {
	opacity: 0.5;
	color: white !important;
}

input[type]:focus {
	border-color: gold !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px gold !important;
	outline: 0 none !important;
}
.input-group-text {
	background: var(--tewi-glassmorph);
	border-radius: 6px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid rgba(252, 175, 69, 0.2);
	color: #efefef;
	padding-bottom: 10px;
}
.form-control {
	border: none;
	color: #efefef;
	background-color: rgba(0, 0, 0, 0.33);
	margin-right: 4px;
}
.form-control:active, .form-control:focus {
	box-shadow: none;
	background-color: #1b170ccc;
	border: none;
	outline: 1px solid var(--color-primary);
	color: #fff;
	transition: 0.1s;
}
.form-control:disabled {
	background-color: rgba(0, 0, 0, 0.33);
	color: #ccc;
}
.form-control.submitting {
	background-color: rgba(0, 0, 0, 0.33);
	color: #ccc;
	cursor: not-allowed;
	pointer-events: none;
}
.form-control::placeholder {
	color: #aaa;
}
html , body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	/*background: rgb(233,203,91);
	background: linear-gradient(315deg, rgba(233,203,91,1) 0%, rgba(238,184,82,1) 41%, rgba(221,163,37,1) 91%);*/
	/*background: rgb(191,169,86);
	background: linear-gradient(315deg, rgba(191,169,86,1) 0%, rgba(173,135,61,1) 41%, rgba(163,121,29,1) 91%);*/
	/*background: rgb(191,167,78);
	background: linear-gradient(315deg, rgba(191,167,78,1) 0%, rgba(173,136,61,1) 41%, rgba(245,195,65,1) 91%);*/
	/*background: rgb(215,191,100);
	background: linear-gradient(315deg, rgba(215,191,100,1) 0%, rgba(245,195,65,1) 72%);*/
	background: rgb(179,160,90);
	background: linear-gradient(315deg, rgba(179,160,90,1) 0%, rgba(195,158,63,1) 75%, rgba(232,167,24,1) 100%);
	/*background: rgb(179,160,90);
	background: linear-gradient(315deg, rgb(36 21 21) 0%, rgb(94 65 29) 75%, rgb(189 139 26) 100%);*/
	font-family: Nunito;
	color: #efefef;
}
.header
{
	height: 20%;
}
.login-container
{
	background: var(--tewi-glassmorph);
	border-radius: 24px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid rgba(252, 175, 69, 0.2);
}
@keyframes animate {
	0%{
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}
	100%{
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}
}
.circles{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.circles li{
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.15);
	/*box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);*/
	border-radius: 20%;
	border: 1px solid rgba(255, 255, 255, 0.11);
	bottom: -150px;
}

.circles li.circles-animation-slow {
	animation: glass-background-animation 25s linear infinite;
	animation-fill-mode: forwards;
}

.circles li.circles-animation-fast {
	animation: glass-background-animation 3s linear infinite;
	animation-fill-mode: forwards;
}

.circles li:nth-child(1){
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 2s;
}


.circles li:nth-child(2){
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
	animation-duration: 12s;
}

.circles li:nth-child(3){
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 6s;
}

.circles li:nth-child(4){
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 2s;
	animation-duration: 18s;
}

.circles li:nth-child(5){
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
}

.circles li:nth-child(6){
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 5s;
}

.circles li:nth-child(7){
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 9s;
}

.circles li:nth-child(8){
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 17s;
	animation-duration: 45s;
}

.circles li:nth-child(9){
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 4s;
	animation-duration: 35s;
}

.circles li:nth-child(10){
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 2s;
	animation-duration: 11s;
}
@keyframes glass-background-animation {

	0%{
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}

	100%{
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
	}

}
.login-time-container {
	border-left: 2px solid white;
	height: 400px;
	color: white;
}
.login-time {
	font-family: courier;
	font-size: 24px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.22);
}
.login-description {
	margin-top: -10px;
	font-size: 15px;
	padding-left: 35px;
}
.login-description b {
	font-family: courier;
	font-size: 55px;
	text-align: center;
	color: gold;
}
.typewriter {
	overflow: hidden; /* Ensures the content is not revealed until the animation */
	/*  border-right: 0.5em solid orange; /* The typwriter cursor */
	white-space: nowrap; /* Keeps the content on a single line */
	margin: 0 auto; /* Gives that scrolling effect as the typing happens */
	letter-spacing: .01em; /* Adjust as needed */
	animation: 
	typing 3s steps(60);
}
/* The typing effect */
@keyframes typing {
	from { width: 0 }
	to { width: 100% }
	80% {
		border: none;
	}
}
.clock {
	position: absolute;
	top: 50px;
	right: 125px;
	width: 300px;
	height: 300px;
	background: var(--tewi-glassmorph);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid rgba(252, 175, 69, 0.2);
	border-radius: 50%;
}

.clock-face {
	position: relative;
	width: 100%;
	height: 100%;
}

.hour-hand, .minute-hand, .second-hand {
	position: absolute;
	background-color: black;
	border-radius: 16px;
	top: 50%;
	left: 50%;
	transform-origin: 50% 100%;
}

.hour-hand {
	width: 5px;
	height: 28%;
	margin-top: -28%;
}

.minute-hand {
	width: 3px;
	height: 45%;
	margin-top: -45%;
}

.second-hand {
	width: 1px;
	height: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: -50%;
}

.numbers {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.number {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	transform: translate(-50%, -50%);
}
.warning-banner {
	color: #e75a67;
	margin: 0.25rem;
	border-radius: 8px;
	padding: 0.66rem;
	background-color: rgba(125, 0, 0, 0.53);
}
.warning-banner-sm {
	font-size: 13px;
	color: #dc3545;
	margin: 0.08rem;
	border-radius: 8px;
	padding: 0.15rem;
	background-color: rgba(75, 0, 0, 0.9);
}