#signup_section_choice .fa, #signup_section_choice .fa-solid {
    font-size: 70px;
}

.block-type-account {
    cursor: pointer;
    border: 1px solid rgb(214, 214, 214);
    width: 33.3%;
}

.block-type-account:hover {
    box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.49);
}

.input-number-persons {
    width: 50px;
    display: inline-block;
    background: transparent !important;
    text-align: center;
    padding: 6px !important;
    height: 40px !important;
}

a#localizeBtn:hover {
    text-decoration: underline;
}

.c4 {
    margin-left: -28.3pt;
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: left;
    margin-right: -37.5pt;
    height: 11pt
}

.c1 {
    margin-left: -28.3pt;
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: justify;
    margin-right: -37.5pt;
    height: 11pt
}

.c2 {
    margin-left: -28.3pt;
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: justify;
    margin-right: -37.5pt
}

.c5 {
    margin-left: -28.3pt;
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: left;
    margin-right: -37.5pt
}

.c3 {
    margin-left: -28.3pt;
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: right;
    margin-right: -37.5pt
}

.c0 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Arial";
    font-style: normal
}

.c6 {
    background-color: #ffffff;
    max-width: 451.4pt;
    padding: 72pt 72pt 72pt 72pt
}

#declarationPreviewContent p, #honor_declaration_content p {
    margin: 0;
    color: #000000;
    font-size: 11pt;
    font-family: "Arial"
}

/* Signature Pad Styles */
.signature-container {
    margin-left: auto;
    width: 400px;
    height: 120px;
}

.signature-pad-wrapper {
    background-color: #ffffff;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 400px;
    height: 120px;
}

.signature-canvas {
    display: block;
    cursor: crosshair;
    touch-action: none;
}

.signature-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

#clearSignature {
    min-width: 100px;
}

.signature-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    text-align: center;
}

.bg-to-fill {
    background-color: rgba(198, 218, 255, 0.47);
}