/* Hidden Class */
.hidden {
	display: none !important;
}


/* Check in button */
.checkin-btn {
	cursor: pointer;
	color: #283483;
}

.checkin-btn div div a span {
	pointer-events: none !important;
}

/* Spinner Wrapper */
#checkin-process-loader {
    display: flex;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}
