body {
    background-color: #3b3b3b;
    display: flex;
    justify-content: center;
    padding: 1rem;
    min-height: 100vh;
}

.container {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 375px;
    max-width: 100%;
    padding: 1rem;
}

.form-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}

#capture {
    width: 375px;
    height: auto;
    background-color: #ffffff;
    padding: 0.9rem 0.5rem 0.9rem 0.5rem;;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.color-indicator {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 20%;
    background-color: #f6bf26;
    flex-shrink: 0;
}

.separator {
    height: 1px;
    background-color: #dee2e6;
    margin: 1rem 0;
}

.color-modal{
    background-color: #fbfbfb;
}

.modal-dialog {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.modal-body {
    font-family: 'Roboto', sans-serif;
    overflow-x: auto;
}

#out-titulo {
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.7px;
}

#out-fecha{
    font-size: 0.93rem;
}

.btn-clear-input i {
    font-size: 1rem;
    color: #6c757d;
}

.btn-clear-input:hover i {
    color: #dc3545;
}

.info-toggle {
	cursor: pointer;
	user-select: none;
	border-radius: 6px;
	transition: 
		color 0.2s ease,
		background-color 0.2s ease;
}

.info-toggle:hover {
	color: #0d6efd;
	background-color: rgba(13, 110, 253, 0.05);
}

.info-toggle hr {
	border-top: 1px dashed rgba(0, 0, 0, 0.15);
	margin: 0;
}

.info-toggle .toggle-icon {
	font-size: 0.8rem;
	transition: transform 0.25s ease;
}

.info-toggle[aria-expanded="true"] .toggle-icon {
	transform: rotate(180deg);
}

.info-toggle:focus-visible {
	outline: 2px dashed #0d6efd;
	outline-offset: 4px;
}
