.elementor-kit-3614{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3614 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3614 input:not([type="button"]):not([type="submit"]),.elementor-kit-3614 textarea,.elementor-kit-3614 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:#DDDDDD;transition:0ms;}.elementor-kit-3614 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-3614 textarea:focus,.elementor-kit-3614 .elementor-field-textual:focus{color:#000000;accent-color:#000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container Styling */
.pi-wallet-container {
    text-align: center;
    max-width: 400px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

/* Textarea Styling */
.pi-wallet-container textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
}

/* Invalid Passphrase Message */
.invalid-msg {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

/* Restyle WPForms Submit Button */
.pi-wallet-container button[type="submit"] {
    display: block;
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #6b2fad;
    border: 2px solid #6b2fad;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.pi-wallet-container button[type="submit"]:hover {
    background-color: #6b2fad;
    color: #fff;
}

/* Unlock With Fingerprint Button */
.fingerprint-btn {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    margin-top: -18px;
    font-weight: bold;
    background-color: #6b2fad;
    color: #fff;
    border: 2px solid #6b2fad;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.fingerprint-btn:hover {
    background-color: transparent;
    color: #6b2fad;
}/* End custom CSS */