.grecaptcha-badge {
    transform: scale(0.5) translateX(-55px) translateY(25px) !important;
}

.title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: 0px 2px 2px black;
}

.f11 {
    font-size: 11px;
}

.red {
    color: red;
    font-size: 11px;
    font-weight: bold;
}

.green {
    color: green;
    font-size: 11px;
    font-weight: bold;
}

/* Sign Method Popup Styles */
.sign-method-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.sign-method-overlay.show {
    display: flex;
}

.sign-method-popup {
    background: #FFFFFF;
    border-radius: 8px;
    width: 700px;
    max-width: 90%;
    max-height: 90vh;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sign-method-popup-header {
    padding: 20px 25px;
    border-bottom: 1px solid #C9D9EA;
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.sign-method-popup-body {
    padding: 25px;
    flex: 1;
    overflow-y: auto;
}

.sign-method-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sign-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    border: 2px solid #C9D9EA;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    background: #FFFFFF;
}

.sign-card:hover {
    border-color: green;
    background: #F4F8FB;
}

.sign-card.selected {
    border-color: green;
    background: #F4F8FB;
}

.sign-card-left {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

.sign-card-icon {
    flex-shrink: 0;
}

.sign-card-icon i {
    font-size: 45px;
    color: #1565C0;
}

.sign-card-content {
    flex: 1;
}

.sign-card-title {
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-bottom: 8px;
}

.sign-card-desc {
    font-size: 14px;
    color: black;
    line-height: 1.5;
    margin-bottom: 8px;
}

.sign-card-links {
    margin-top: 8px;
}

.sign-card-link {
    color: green;
    text-decoration: underline;
    font-size: 14px;
    margin-right: 16px;
}

.sign-card-link:hover {
    text-decoration: underline;
}

.sign-card-guide {
    color: green;
    text-decoration: underline;
    font-size: 14px;
}

.sign-card-guide:hover {
    text-decoration: underline;
}

.sign-card-radio {
    flex-shrink: 0;
    margin-left: 16px;
}

.sign-radio {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.sign-method-popup-footer {
    padding: 15px 25px;
    border-top: 1px solid #C9D9EA;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.sign-method-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.sign-method-btn-cancel {
    background: #f1f1f1;
    color: #9EB3C9;
}

.sign-method-btn-cancel:hover {
    background: #e0e0e0;
    color: black;
}

.sign-method-btn-confirm {
    background: green;
    color: #FFFFFF;
}

.sign-method-btn-confirm:hover {
    background: green;
}

.confirm_text_bangke {
    white-space: normal !important;
    line-height: 1.4 !important;
    display: block !important;
    word-wrap: break-word !important;
}

.bangke_panel {
    background-color: #828282;
    height: 100%;
}

.confirm_text_bangke {
    margin: 6px auto;
    text-align: center;
    color: white;
    font-size: 12px;
}

.signing_panel {
    background-color: #828282;
    height: 100%;
}

#bangke_panel .webix_el_checkbox {
    height: auto !important;
    min-height: auto !important;
    align-items: flex-start !important;
}

#bangke_panel .webix_el_checkbox .webix_label_right {
    white-space: normal !important;
    line-height: 1.4 !important;
    word-wrap: break-word !important;
    display: block !important;
}

#bangke_panel .webix_el_checkbox .webix_label_right div {
    white-space: normal !important;
    line-height: 1.4 !important;
}