﻿@import "../font/Gotham/stylesheet.css";
.my-forms {
    max-width: 900px;
    margin: auto;
    letter-spacing: 0px;
}
.guide-me {
    max-width: 1200px;
    margin: auto;
}
.toggle-icon {
    transition: transform 0.3s ease;
    width: 40px;
    height: 20px;
}
.forms-header {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 30px;
}

    .forms-header h2 {
        margin: 10px 0;
        font-weight: bold;
        font-size: 2.5rem;
    }

    .forms-header p {
        margin:0px;
    }

.form-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 17px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #D6D2D2;
}

.content-update-dda {
    display: grid;
    justify-content: start;
}
    .content-update-dda span{
        font-weight:700;
    }
    .content-update-dda button {
        color: white;
        background: #F05A28;
        width: 120px;
        height: 30px;
        border-radius: 7px;
        border: 0px;
        font-size: 16px;
        /* SOMBRA SUAVE */
        box-shadow: 3px 3px 8px rgba(0,0,0,0.4), /* sombra inferior derecha */
        -3px -3px 8px rgba(255,255,255,0.8); /* luz superior izquierda */
    }
    .content-update-dda p {
        margin-bottom: 10px;
        font-size: 16px ;
    }

/*pocentaje de llenado*/
.progress-circle {
    --value: 0;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    background: conic-gradient( currentColor calc(var(--value) * 1%), #e5e5e5 0 );
}

    /* Centro blanco */
    .progress-circle::before {
        content: "";
        position: absolute;
        width: 47px;
        height: 47px;
        background: #fff;
        border-radius: 50%;
    }

    /* Texto */
    .progress-circle span {
        position: relative;
        z-index: 1;
    }

    /* Colores */
    .progress-circle.orange {
        color: #F05A28;
    }

    .green {
        color: #4F9A1B;
    }

/*end pocentaje de llenado*/
.required-highlight {
    background-color: #fff3cd !important;
}

.required-error {
    border: 2px solid #dc3545 !important;
    background-color: #fff0f0 !important;
}
.radio-group-error {
    border-left: 4px solid #dc3545;
    padding-left: 12px;
    background-color: #fff7f7;
    border-radius: 4px;
}
input:disabled {

    cursor: not-allowed;
    opacity: 0.8;
}
.form-info {
    flex: 1;
    margin-left: 20px;
}

    .form-info h2 {
        margin: 0;
        font-size: 25px;
    }

    .form-info p {
        margin: 5px 0 10px;
    }
/*.signature-warning {
    display: none;
    position: fixed;
    background: #f7f7f7;
    padding: 16px 22px;
    border-radius: 12px;
    color: #ff6a00;
    font-style: italic;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    z-index: 1060;
    transition: all .2s ease;
}
*/
/* CENTRAR MODAL */
#ModalSign1 .modal-dialog.modal-dialog-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    /* APILAR MODAL + WARNING */
    #ModalSign1 .modal-dialog {
        flex-direction: column;
    }

/* WARNING STYLE */
.signature-warning {
    display: none;
    margin-top: 12px;
    width: 100%;
    padding: 5px 20px;
    background: #f5f5f5;
    color: #ff6a00;
    border-radius: 12px;
    font-style: italic;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
}



.btn-preview, .btn-ModalSignature {
    background: #F05A28;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 121px;
    height: 29px;
    font-size: 14px;
    font-weight: 300;
}

.btn-GuideMe {
    background: white;
    color: #F05A28;
    border-radius: 6px;
    cursor: pointer;
    width: 150px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    justify-items:center;
    box-shadow: 0 3px 5px -2px rgba(0,0,0,1);
    border: 0 solid #D6D2D2;
}
.content-document {
    margin-top: 15px;
    padding: 10px 15px;
    display:flex;
    align-items: center;
    /*background: white;*/
    color: #F05A28;
    border-radius: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 3px 5px -2px rgba(0,0,0,.2);
    border: 0 solid #D6D2D2;
    justify-content:space-between;
}
/*guide me*/
.with-divider > div {
    position: relative;
}
.with-divider img{
    width:100%
}

    /* Línea vertical */
.with-divider > div:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: #F05A28;
}

/* 🔹 Cuando baja de md → eliminar línea */
@media (max-width: 767.98px) {
    .with-divider > div::after {
        display: none;
    }
}
/*end gude me*/
.page-PreviewPDF {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .page-PreviewPDF .btn-preview {
        font-weight: 600;
    }
.btn-signNow {
    font-weight: 900;
    width: 250px;
    height: 40px;
    font-size: large;
    border-radius: 15px;
    margin: auto;
}
.form-actions {
    text-align: right;
    display: inline-grid;
    justify-items: end;
}
    .form-actions img{
        width:10px;
    }

.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 10px;
}

    .badge.pending {
        background: #ffe5e5;
        color: #c0392b;
    }

    .badge.completed {
        background: #e6f4d7;
        color: #2e7d32;
    }
.btn-start,
.btn-start:hover,
.btn-start:focus,
.btn-start:active,
.btn-start:visited {
    color: #ffffff;
    text-decoration: none;
}
.btnStartForm {
    margin-top:20px;
    padding: 9px;
    align-items: center;
    background: #F05A28;
    /*background: #7A93A8 0% 0% no-repeat padding-box;*/
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 10px;
    font-size: larger;
    font-weight:600;
    color:white;
}
.btn-start {
    outline: none;
    border: none;
    min-width: 124px;
    display:flex;
    justify-content:center;
    padding: 4px;
    align-items: center;
    background: #F05A28;
    /*background: #7A93A8 0% 0% no-repeat padding-box;*/
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 7px;
    font-size: 12px;
}
.btn-start img{
    width:15px;

}
.arrow-right {
    transform: rotate(270deg);
}
.rotate-90 {
    transform: rotate(90deg);
}
.btn-start.disabled {
    pointer-events: none;
    opacity: .6;
}
/*sidnature*/
body {
    color: black;
}

.signature-wrapper {
    border: 1px solid #cfd4da;
    border-radius: 4px;
    background-color: #fff;
    height: 200px;
    position: relative;
}

.signature-wrapper canvas {
    width: 100%;
    height: 100%;
    cursor: crosshair;
    touch-action: none;
}

.signature-placeholder {
    position: absolute;
    bottom: 12px;
    right: 16px;
    color: #aaa;
    font-size: 14px;
    pointer-events: none;
}

.view-signature{
    padding:20px;
    border:1px solid;
    margin-bottom:10px;
}
.content-signature{
    display: flex;
    align-content: center;
}
.signature-info{
    margin-left:5px;
    font-weight: 500;
}

.inline-input {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    width: 200px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    background: transparent;
}

    .inline-input:focus {
        border-bottom: 2px solid #000;
    }

.underline-input {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding-left: 0;
    width: 125px;
    height: 23px;
    margin-left: 10px;
}

    .underline-input:focus {
        border-bottom: 2px solid #000;
        box-shadow: none;
    }

.form-white {
    letter-spacing: 0px;
    color: #000000;
}

.form-input {
    box-shadow: 0px 3px 6px #00000029;
    /*border: 1px solid #000000;*/
    border-radius: 22px;
    padding: .175rem .75rem;
}

.form-white label {
    font-size: 15px;
    margin-left: 5px;
}
.bg-gray {
    background: #7A93A8 0% 0% no-repeat padding-box;
}
/*modal confirmar*/
.ModalConfirma-content{
    border-radius:20px;
}
.modalConfirm-header{
    border-bottom:0px;
    
}
.modalConfirm-title{
    width: 100%;
    text-align:center
}
.modalConfirm-body{
    padding: 0 13%;
    text-align:center
}
.modalConfirm-footer {
    border-top: 0;
    justify-content:center;
}
.btn-GoBack{
    font-weight: 500;
}
.btn-confirm {
    font-weight: 400;
    background: #F05A28;
    color: white;
    border-radius: 15px;
    width: 40%;
    min-width:150px;
}
    .btn-confirm:hover {
        background: #D94F22 0% 0% no-repeat padding-box;
        color: white;
    }
/*fin modal confirmar*/

/*scroll*/

.scroll-highlight {
    animation: highlightPulse 3s ease-in-out;
    border-radius: 8px;
}

@keyframes highlightPulse {

    0% {
        box-shadow: 0 0 0 rgba(255,193,7,0);
    }

    50% {
        box-shadow: 0 0 20px rgba(255,193,7,1), 0 0 40px rgba(255,140,0,0.9);
        transform: scale(1.07);
    }

    100% {
        box-shadow: 0 0 0 rgba(255,193,7,0);
        transform: scale(1);
    }
}
/* end scroll*/
.file {
    position: relative; /* IMPORTANTE */
    display: flex;
    justify-content: center; /* Centrado horizontal */
    align-items: center; /* Centrado vertical */
}
.delete{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
    .delete:hover {
        filter: invert(200%);
    }
.link-img {
    margin: auto;
    display: grid;
    align-content: center;
}
.dropzone {
    border: 2px dashed #ddd;
    padding: 40px;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 20px;
    height: 200px
}

.file-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.file-name {
    color: #2b7cff;
    cursor: pointer;
    text-decoration: underline;
}
.textarea-wrapper {
    padding-right: 10px; /* 👈 separa visualmente */
    background: white;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    border: 0;
}
    textarea:focus {
        outline: none; /* 🔥 quita el borde azul */
        box-shadow: none; /* 🔥 Bootstrap mete sombra aquí */
        border: 0;
    }


.dropzone.dragover {
    border-color: #ff6b2c;
    background: #fff3ed;
}
.modalUpdate-body{
    padding: 0px 20px;
}

    .dropzone:hover {
        border-color: #ff6b2c;
        background: #fff6f1;
    }

.drop-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.file-list {
    margin-bottom: 25px;
}

.text-p-w4 {
    display: flex;
    margin: 0;
}
.text-p-w4 p{
   margin: 0;
}