.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}
.alert-danger hr{border-top-color:#f1b0b7}
.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}
.alert-success hr{border-top-color:#b1dfbb}
footer {
    background-color: rgba(221, 72, 20, .8);
    text-align: center;
}
footer .copyrights {
    background-color: rgba(62, 62, 62, 1);
    color: rgba(200, 200, 200, 1);
    padding: .25rem 1.75rem;
}

.score ul {
    list-style: none;
    padding: 0;
}

.item li {
    display: flex !important; /* Make <li> a flex container */
    justify-content: space-between; /* Distribute child elements */
    align-items: center; /* Align items vertically */
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.icon {
    font-size: 30px;
}

.text {
    flex: 1; /* Allow text to grow and take available space */
    margin-left: 10px;
}

.clock {
    z-index: 1; 
	position:fixed; 
	display: block;
	width: 100px;
	height: auto;
	margin-right: 0;
	float: right;
	object-fit: contain;
	padding: 6px 12px;
	text-align: left;
	vertical-align: middle;
	line-height: 20px;
	color: lightgrey;
    background-color: red;
	font-size: 36px;
	font-weight: 400;
	border: none;
	/* border-radius */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transform: translateX(var(--savecon));
}

.clock:hover {
	cursor: pointer;
}

@media (min-width:480px) {
    :root { 
        --divlen: 448px; 
        --spanlen: 416px;                                                                                 
	    --savecon: 360px; 
    }           

    .sm\:rounded{border-radius:.25rem;}
}

