/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.navbar-brand-box{
	width: 200px;
}

.profile-pic {
	color: transparent;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile-pic input {
	display: none;
}

.profile-pic img {
	position: absolute;
	object-fit: cover;
	width: 220px;
	height: 220px;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
	border-radius: 5px;
	z-index: 0;
}

.dropzone .dz-message {
margin: 0!important;
}

.profile-pic .-label {
	cursor: pointer;
	height: 230px;
	width: 220px;
}

.profile-pic:hover .-label {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	color: rgb(250, 250, 250);
	transition: background-color 0.2s ease-in-out;
	border-radius: 5px;
}

.profile-pic span {
	display: inline-flex;
	padding: 0.2em;
	height: 2em;
}


.navbar-brand-box .logo img{
	width: 200px ;
    height: auto;
}

.dashboard-card{
	min-height: 260px;
}


.stream-card{
	min-height: 330px;
}


.custom-bg{
	background-image: url(../images/bg/knustlogo-lg-bg.png);
	background-position: 328px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}


.icon-large-a{
	margin: auto;
	font-size: 50px;
	padding-left: 20px;
	padding-bottom: 20px;
}


.icon-large-b{
	margin: auto;
	font-size: 50px;
	padding-left: 10px;
	padding-bottom: 5px;
}


.notification-list{
	max-height: 350px;
    min-height: 229px;
}


.onboarding-area {
	min-height: 600px;
}


.login-logo{
	height:85px;
}

.signup-logo img{
	max-width: 500px;
}

.voucher-retrieve{
	margin-top: 10%;
}

.tick-label{
	font-size:18px;
}

.begin-form .form-check .form-check-input[type=radio] {
	width: 1.5em !important;
	height: 1.5em !important;
	margin-top: 0em !important;
	margin-right: 0.3em;
	border: 3px solid var(--vz-input-check-border);
}


.begin-form .form-check {
	margin-bottom: 0.6em !important;
}


.begin-form .form-check .form-check-input[type=checkbox] {
	width: 1.4em !important;
	height: 1.4em !important;
	border: 2px solid var(--vz-input-check-border);
}


.begin-form .form-check label {
		cursor: pointer;
		font-size: 15px;
		font-weight: 300;
}

.begin-form  .form-label {
	font-size: 18px;
}

.coming-soon-text {
	color: #177445 !important;
	text-shadow: none !important;
	font-size: 30px !important;
}


.base-timer {
	margin-bottom: 10px;
}

.border-success{
	border: 0px !important;
}

#layout-wrapper, .main-content {
	min-height: auto !important;
}


@media (min-width: 1200px) {
	.onboarding-area {
		max-width: 1140px;
	}

	.register-content{
		width: 90%;
		margin: auto;
	}

	.base-timer {
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.footer {
		bottom: 0;
		padding: 20px calc(1.5rem * .5);
		position: absolute;
		left: 0;
		color: var(--vz-footer-color);
		height: 60px;
		background-color: var(--vz-footer-bg)
	}

}

@media (max-width: 1700px) {
	.register-content {
		margin-top: -5%;
	}

	.signin-content {
		margin-top: -5%;
	}
}


@media (max-width: 767px) {
	.signup-logo {
		text-align: center;
	}

	.signup-logo img {
		height: 85px;
	}

	.footer {
		padding: 20px calc(1.5rem * .5);
		position: relative !important;
		height: 100%;
	}

}

@media (max-width: 1200px) {
	.navbar-brand-box .logo img {
		width: 50px;
		height: auto;
	}
}
.loader-wrapper {
	position: relative;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #0ab39c;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	position: absolute;
	animation: spin 1s linear infinite;
}

.loader-img {
	position: absolute;
	width: 40px; /* Adjust based on your logo */
	height: auto;
	z-index: 1; /* Ensures it stays above the rotating loader */
}

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

	100% {
		transform: rotate(360deg);
	}
}

#loaderContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.legend-box {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 4px;
	border-radius: 4px;
}

.legend-box.available {
	background-color: #28a745;
}

.legend-box.full {
	background-color: #dc3545;
}

.legend-box.reserved {
	background-color: #ffc107;
	border: 1px solid #000;
}

.legend-box.not-bookable {
	background-color: #6c757d;
}

.legend-box.unavailable {
	background-color: #006699;
}

.room-table {
	text-align: center;
	margin-top: 100px;
}

.floor-name {
	font-weight: bold;
	vertical-align: middle;
	width: 120px;
	color: #fff;
	background-color: #006699 !important;
}


.room-cell {
	width: 65px;
	height: 55px;
	vertical-align: middle;
	border-radius: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	white-space: nowrap; /* prevent wrapping */
	overflow: hidden; /* hide overflow */
	text-overflow: ellipsis; /* add ... if too long */
}

	.room-cell.available {
		background-color: #28a745;
	}

	.room-cell.full {
		background-color: #dc3545;
	}

	.room-cell.reserved {
		/*background-color: #ffc107;*/
		background-color: #6c757d;
		color: #000;
	}

	.room-cell.not-bookable {
		background-color: #6c757d;
	}

	.room-cell.unavailable {
		font-weight: bold;
		vertical-align: middle;
		width: 120px;
		color: #000;
		/* background-color: #006699; */
		background-color: #d3d3d3;
	}

.room-number,
.room-info {
	display: block;
	line-height: 1.2; /* keeps both lines compact */
	white-space: nowrap; /* prevent wrapping */
}

.room-number {
	font-size: 13px; /* 13 */
}

.room-info {
	font-size: 11px; /* 11 */
}

.sticky-room-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0; /* make it span full width */
	background-color: #fff;
	z-index: 2000; /* higher to stay above modals/tables */
	padding: 10px 20px;
	border-bottom: 1px solid #dee2e6; /* optional line for separation */
}




@media screen and (min-device-width: 768px) and (max-device-width: 1600px) {
	.pa-image {
		height: 850px;
		border-radius: 0.3rem;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: -10em 0em;
	}
}

@media screen and (max-device-width: 767px) {
	.pa-image {
		height: 250px;
		border-radius: 0.3rem;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.page-content {
		padding: 30px 0px;
	}
}

@media screen and (min-device-width: 1600px) {
	.pa-image {
		height: 450px;
		border-radius: 0.3rem;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

