.card
{
	/*margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: none;
    background-color: rgba(0,0,0,.2);*/
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 40px 30px;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}
.form-control-rounded {
    border-radius: 30px !important;
}
.form-control:focus {
    background-color: rgba(0,0,0,.2);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.45);
}
.form-control {
    border: 0px solid #e5eaef;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff !important;
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-round {
    border-radius: 30px !important;
}
.btn-light {
    color: #fff;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
}
.btn {
    font-size: .70rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 9px 19px;
    text-transform: uppercase;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}
.btn-light:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.18);
}
.btn:hover {
    text-decoration: none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
}
.btn:disabled
{
	color: #fff;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
}
label {
    color: rgba(255, 255, 255, 0.75);
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}

html
{
	height:100vh;
	overflow:hidden;
}
body
{
	/*background-image: url("../img/clientFasgonia.jpg");*/
	background-image: url("../img/bodaClient.jpg");
	background-size: cover;
}
.avatarSel
{
	margin:0.3rem;
	
}
.avatarSel img
{
	box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25);
	
}
.avatarSelFocus
{
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.65) !important;
}
.card-title {
    margin-bottom: 0.75rem;
    font-weight: 600;
    font-size: 2rem;
    color: #ffffff;
	text-align: center;
}
.btn-answer-r
{
	width: 48%;
    min-height: 6rem;
	padding: 1rem !important;
	float:right;
	margin-top:1rem;
}
.btn-answer-l
{
	width: 48%;
    min-height: 6rem;
	padding: 1rem !important;
	float:left;
	margin-top:1rem;
}
#cardPrincipal
{
	overflow:hidden;
}
.preguntaCard
{
	height:50vh;
}
#panelRespuestas
{
	height:30vh;
}
.answerOk
{
	background-color: rgba(50,205,50,.125) !important;
	border-color: rgba(50,205,50,.125) !important;
}
.answerWrong
{
	background-color: rgba(255,0,0,.125) !important;
	border-color: rgba(255,0,0,.125) !important;
}
.progress{
	display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}


.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    transition: width .6s ease;
}
.mError
{
	box-shadow: 0 2px 10px rgba(255, 0, 0, 0.1);
    border: none;
    background-color: rgba(255,0,0,.2);
	border-radius: var(--bs-card-border-radius);
	text-align:center;
	padding:0.5rem;
	color:white;
	margin-top:10px;
}
.codigoDiv
{
	max-width:700px;
}
.answerSelFocus
{
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.65) !important;
	background-color:#fffdfd82 !important;
}
#topCab
{
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    padding: 0.3em;
	display:none;
}
.status-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

#status-icon {
    font-size: 3em;
}

.icon-warning::before {
    content: "⚠️"; /* Emoji de advertencia */
}

.icon-error::before {
    content: "❌"; /* Emoji de error */
}

#status-message-text {
    font-size: 1.2em;
    font-weight: bold;
}
#connection-status {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* Asegura que esté por encima de todo */
    padding: 20px;
    border-radius: 10px;
    /*background-color: rgba(44, 62, 80, 0.9);*/ /* Fondo oscuro semitransparente */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    transition: opacity 0.5s ease-in-out;
    width: 80%;
    max-width: 400px;
    box-sizing: border-box;
	background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
}
.hidden {
    display: none !important;
}
