#loader {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
}
#loader::before {
	content: "";
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	display: block;
	position: absolute;
	z-index: 99;
}
#loader img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.log-window {
	border: 1px solid grey;
	width: 100%;
	height: 200px;
	overflow-y: auto;
	display: block;
	margin-top: 5px;
	background-color: white;
}

.cash-window {
	border: 1px solid grey;
	width: 100%;
	height: 250px;
	overflow-y: auto;
	display: block;
	margin-top: 5px;
	background-color: white;
	font-size: 8;
}

#jaas-container {
	width: 100%;
	height: 80vh;
}
.static-video {
	position: absolute;
	height: 80vh;
	width: 75vw;
	left: 18vw;
	top: 20vh;
}

.floating-video {
	position: fixed; /* Use fixed if you want the div to stay in the same place on scroll */
	bottom: 50px; /* Adjust as needed */
	right: 50px; /* Adjust as needed */
	width: auto;
	height: auto;
	background-color: transparent;
	color: white;
	/*display: flex;
    justify-content: center;
    align-items: center;*/
}
#video-controlbox {
	background-color: black;
	color: white;
}
#toggle-button {
	cursor: pointer;
}

.devicestatus {
	font-weight: 300;
}
.modal-dialog {
	max-width: 70vw !important;
}
.login-error {
	color: red;
	display: block;
}
#file-list {

	list-style-type: none;
}
#file-list li {
	margin: 5px 0;
}

/* Error message styling */
.login-error {
	color: #e74a3b;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
}

/* Warning message styling */
.login-warning {
	color: #f6c23e;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
}

/* Success message styling */
.login-success {
	color: #1cc88a;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
}
=======
            list-style-type: none;
        }
        #file-list li {
            margin: 5px 0;
        }



/* Added styling to OCR copy*/
.modal-document {
    max-width: 90%;
}

#documentModal img {
    max-height: 70vh;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.copy-btn {
    cursor: pointer;
    transition: background-color 0.3s;
}

.copy-btn:hover {
    background-color: #f8f9fa;
}

.sidebar .nav-link.disabled { pointer-events: auto; opacity: 0.5; cursor: not-allowed; }


#cashInLiveStatus .alert {
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0;
}
#cashInLiveStatus strong { font-weight: 600; }