#qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
}

#btn-scan-qr {
    cursor: pointer;
}

#btn-scan-qr img {
    height: 10em;
    padding: 15px;
    margin: 15px;
    background: white;
}

#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: white;
}

.footer-h6{
    color: #01a9ac!important;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}
.footer-mentions>div>a{
    text-decoration: none;
    color: #fff;
}
.footer-mentions>div>a:hover{
    text-decoration: underline;
    color: #ccc;
}
.footer-heading-line>::before {
    right: 100%;
    margin-right: 20px;
}
.footer-heading-line>::after, .footer-heading-line>::before {
    content: "";
    position: absolute;
    top: calc(50% - (calc(0.6px + 0.03em)/ 2));
    width: 80px;
    border-bottom: calc(0.6px + 0.03em) solid #01a9ac;
}
.footer-heading-line {
    overflow: hidden;
}
.footer-heading-line>* {
    display: inline-block;
    position: relative;
}
.footer-text-small {
    font-size: 12px;
    line-height: 1.5;
}

.loupe:hover{
    cursor: pointer;
    text-decoration: none;
}
.loupe{
    text-decoration: none;
}

.tri-link {
    text-decoration: none;
    color: inherit;
}
.tri-link.active {
    font-weight: bold;
}
.tri-icon {
    margin-left: 5px;
}

#beneficiaire_statut input[type="radio"], #beneficiaire_referentCivilite input[type="radio"] {
    margin-right: 3px;
}
#beneficiaire_statut label, #beneficiaire_referentCivilite label {
    margin-right: 20px;
}

.pdf-loader {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.reset_password_new_password_first_error1 {
    color: red;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

#global-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-content {
    text-align: center;
    color: white;
}

