/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-bihapsn83c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bihapsn83c] {
    flex: 1;
}

.close-canvas[b-bihapsn83c] {
    width: fit-content !important;
    height: fit-content !important;
    padding: 2px 5px;
}

    .close-canvas:focus[b-bihapsn83c] {
        box-shadow: none !important;
    }



.container[b-bihapsn83c] {
    margin-top: 3.5rem;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bihapsn83c] {
        display: none;
    }

    .close-canvas[b-bihapsn83c] {
        display: none;
    }

    {
        display:none;
    }
    .top-row.auth[b-bihapsn83c] {
        justify-content: space-between;
    }

    .top-row[b-bihapsn83c]  a, .top-row[b-bihapsn83c]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bihapsn83c] {
        flex-direction: row;
    }

s
    .top-row[b-bihapsn83c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bihapsn83c]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bihapsn83c], article[b-bihapsn83c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */



.offcanvas[b-oq4selqzrj]{
    width:100% !important;
}
.top-row[b-oq4selqzrj] {
    height: 3.5rem;
    margin: 0;
    background-color: rgb(0,70,134);
    position: fixed !important;
    z-index:1;
    width:100%;
}
.body-nav[b-oq4selqzrj] {
    height: calc(100vh - 418px);
    overflow: auto;
}
    .body-sidebar[b-oq4selqzrj] {
        height: calc(100vh - 242px);
    }
.navbar-brand[b-oq4selqzrj] {
    font-size: 1.1rem;
}
.close-canvas[b-oq4selqzrj] {
    width: fit-content !important;
    height: fit-content !important;
    padding: 2px 5px;

}
.close-canvas:focus[b-oq4selqzrj], .btn-close:focus[b-oq4selqzrj] {
    box-shadow: none !important;
}
.rounded-circle[b-oq4selqzrj] {
    height: 38px;
    width:38px;
}



@media (min-width: 576px) {
    .navbar-toggler[b-oq4selqzrj] {
        display: none;
    }
    .top-row[b-oq4selqzrj]
    {
        display:none !important;
    }
    .offcanvas[b-oq4selqzrj]
    {
        width:266px !important;
    }

}
/*toggle theme*/
.copyright[b-oq4selqzrj] {
    padding: 10px;
}

.footer-section[b-oq4selqzrj] {
    position: absolute;
    bottom: 10px;
    width: inherit;
}

.isologo[b-oq4selqzrj] {
    width: 50px;
    padding: 10px 0;
    filter: var(--filter);
}

.detail-version[b-oq4selqzrj] {
    font-size: 11px;
}
.logo-img[b-oq4selqzrj] {
    background-image: url('../assets/brand/logotipo-upds-blanco.png');
    background-size:contain;
    background-repeat:no-repeat;
    height:12px;
    width: 40px;
}


/* /Pages/Index.razor.rz.scp.css */
/*.loader-cbds {
    height: 5px;
    width: 5px;
    color: var(--spinners) !important;
    margin-top: 2em;
    box-shadow: -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px;
    animation: loader-38 6s infinite;
}*/

.loader-cbds[b-gi2d0z1pab] {
    animation: rotate-b-gi2d0z1pab 1s infinite;
    height: 50px;
    width: 50px;
}

    .loader-cbds[b-gi2d0z1pab]:before,
    .loader-cbds[b-gi2d0z1pab]:after {
        border-radius: 50%;
        content: "";
        display: block;
        height: 20px;
        width: 20px;
    }

    .loader-cbds[b-gi2d0z1pab]:before {
        animation: ball1-b-gi2d0z1pab 1s infinite;
        background-color: var(--spinners);
        box-shadow: 30px 0 0 var(--spinners);
        margin-bottom: 10px;
    }

    .loader-cbds[b-gi2d0z1pab]:after {
        animation: ball2-b-gi2d0z1pab 1s infinite;
        background-color: var(--spinners);
        box-shadow: 30px 0 0 var(--spinners);
    }

@keyframes rotate-b-gi2d0z1pab {
    0% {
        transform: rotate(0deg) scale(0.8)
    }

    50% {
        transform: rotate(360deg) scale(1.2)
    }

    100% {
        transform: rotate(720deg) scale(0.8)
    }
}

@keyframes ball1-b-gi2d0z1pab {
    0% {
        box-shadow: 30px 0 0 var(--spinners);
    }

    50% {
        box-shadow: 0 0 0 var(--spinners);
        margin-bottom: 0;
        transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 var(--spinners);
        margin-bottom: 10px;
    }
}

@keyframes ball2-b-gi2d0z1pab {
    0% {
        box-shadow: 30px 0 0 var(--spinners);
    }

    50% {
        box-shadow: 0 0 0 var(--spinners);
        margin-top: -20px;
        transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 var(--spinners);
        margin-top: 0;
    }
}
  

input:focus[b-gi2d0z1pab] {
    border-color: rgb(213 5 5 / 25%) !important;
    box-shadow: 0 0 0 0.25rem rgb(217 0 0 / 25%) !important;
}

.search[b-gi2d0z1pab] {
    padding-top: 2.5rem;
    transition: all ease 0.3s;
}

.imagen[b-gi2d0z1pab] {
    clip-path: circle(50% at 50%);
}


.iconox[b-gi2d0z1pab] {
    color: rgb(167 167 167);
    background-color: #dddddd4a !important;
    height: 93%;
    right: 0;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
}

.search input[b-gi2d0z1pab] {
/*    border: 2px solid gray;
    border-radius: 25px;
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;*/
}

.card-shadow[b-gi2d0z1pab] {
    box-shadow: 1px 2px 3px 0px #6c757d, 0px 4px 6px rgb(255 255 255 / 14%);
}
/* /Pages/Postulation/Index.razor.rz.scp.css */
.separator[b-0eimowtmlk]
{
    position:relative;
    z-index:4;
}
.rounded-circle[b-0eimowtmlk] {
    position: relative;
    z-index: 5;
}
.separator[b-0eimowtmlk]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index:1;
    background-color: red; /* Color final */
    transition: left 0.5s ease; /* Transición del desplazamiento */
}
.separator.active[b-0eimowtmlk]::before {
    left: 0; /* Mover a la posición visible */
}

.loader-cbds[b-0eimowtmlk] {
    width: 48px;
    height: 48px;
    display: block;
    margin: 20px auto;
    position: relative;
    border: 3px solid red;
    border-radius: 50%;
    box-sizing: border-box;
    animation: animloader-b-0eimowtmlk 1.5s linear infinite;
}

    .loader-cbds[b-0eimowtmlk]::after {
        content: '';
        box-sizing: border-box;
        width: 6px;
        height: 24px;
        background: red;
        transform: rotate(-45deg);
        position: absolute;
        bottom: -20px;
        left: 46px;
    }

@keyframes animloader-b-0eimowtmlk {
    0% {
        transform: translate(-10px, -10px);
    }

    25% {
        transform: translate(-10px, 10px);
    }

    50% {
        transform: translate(10px, 10px);
    }

    75% {
        transform: translate(10px, -10px);
    }

    100% {
        transform: translate(-10px, -10px);
    }
}

.loader-cbds-nd[b-0eimowtmlk] {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    background: red;
    box-sizing: border-box;
    animation: flipX-b-0eimowtmlk 1s linear infinite;
}

@keyframes flipX-b-0eimowtmlk {
    0% {
        transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
    }

    100% {
        transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
    }
}

.loader-sending[b-0eimowtmlk] {
    display: inline-block;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: red;
    position: relative;
}

    .loader-sending[b-0eimowtmlk]::before {
        content: '';
        position: absolute;
        right: -7px;
        top: 9px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 5px solid red;
        border-bottom-color: #fff;
        box-sizing: border-box;
        animation: rotation-b-0eimowtmlk 0.6s linear infinite;
    }

@keyframes rotation-b-0eimowtmlk {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} 

/* /Shared/GenericDragAndDrop.razor.rz.scp.css */

.document[b-h35l5u76sn] {
    width: auto;
    height: fit-content;
    position: absolute;
    top: 0;
    margin-top: 50px;
    padding: 5px;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.delete-icon[b-h35l5u76sn] {
    display: flex;
    width: 21px;
    justify-content: center;
    align-items: center;
    height: 21px;
}

#imagePreviewContainer[b-h35l5u76sn] {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 25px;
    margin-top: 25px;
    z-index: 3;
    user-select: none;
}

.close-preview[b-h35l5u76sn] {
    right: 0;
    top: 0;
    padding: 0;
    z-index: 10;
    margin-top: -5px;
}

#imagePreview[b-h35l5u76sn] {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.dialog[b-h35l5u76sn] {
    /*    padding: 1.5rem;
    min-width: 30rem;*/
    border-radius: 1rem;
}

    .dialog header p[b-h35l5u76sn] {
        margin: 0;
        margin-bottom: 0.4rem;
        font-size: 1.3rem;
        font-weight: 600;
    }

    .dialog header small[b-h35l5u76sn] {
        opacity: 0.75;
    }
    .dialog .drop-zone.dashed[b-h35l5u76sn] {
        border: 1px dashed var(--bs-light-text-emphasis);
    }
    .dialog .drop-zone[b-h35l5u76sn] {
       
  /*      margin-top: 1rem;*/
/*        border-radius: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;*/
/*        padding: 3rem 1rem;*/
    }

    main[b-h35l5u76sn], footer[b-h35l5u76sn]
    {
        height:100%;
        width:100%;
    }

        .dialog .drop-zone label[b-h35l5u76sn] {
            cursor: pointer;
        }

        .dialog .drop-zone i[b-h35l5u76sn] {
            font-size: 2rem;
            margin-bottom: 1rem;
        }

        .dialog .drop-zone p[b-h35l5u76sn] {
            margin-top: 0;
            margin-bottom: 0.5rem;
        }

    .dialog footer[b-h35l5u76sn] {
        margin-top: 1rem;
    }

        .dialog footer .file-div[b-h35l5u76sn] {
            border: 1px solid rgba(0, 0, 0, .3);
            padding: 0.75rem;
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            column-gap: 0.75rem;
        }

            .dialog footer .file-div .icon-container[b-h35l5u76sn] {
                height: 2.5rem;
                width: 2.5rem;
                border: 1px solid rgba(0, 0, 0, .25);
                border-radius: 0.3rem;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .dialog footer .file-div .file-details[b-h35l5u76sn] {
                display: flex;
                flex-direction: column;
            }

                .dialog footer .file-div .file-details p[b-h35l5u76sn] {
                    margin: 0;
                    margin-bottom: 0.2rem;
                }
/* /Shared/LoginDisplay.razor.rz.scp.css */
.perfil-foto[b-crj5xp8igo] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.perfil-nombre[b-crj5xp8igo] {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center;
}

.perfil-detalle[b-crj5xp8igo] {
    font-size: 10px;
    font-weight: 200;
    text-align: center;
}

/* /Shared/ModalOld.razor.rz.scp.css */
.modal-header[b-0gprjara4q] {
 
    padding: 0rem 1rem !important;

}
/* /Shared/Spinner.razor.rz.scp.css */
.spinner-border[b-vcn6ex4flt] {
    width: 3rem !important;
    height: 3rem !important;
}
/* /Shared/SpinnerCharger.razor.rz.scp.css */


.dashboard-spinner[b-6jki4u0g0f] {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 1060;
    right: 0;
    transition: all 0.3s;
}

.dashboard-spinner svg[b-6jki4u0g0f] {
    width: 114px;
    height: 114px;

}

.bg-spinner[b-6jki4u0g0f] {
    fill: none;
    stroke-width: 4px;
    stroke: #1A2C34;
}

[class^="meter-"][b-6jki4u0g0f] {
    fill: none;
    stroke-width: 4px;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}
.meter-1[b-6jki4u0g0f] {
    stroke-dasharray: 360;
    stroke-dashoffset: 0;
    stroke: var(--fg-color);
    animation: progress-1-b-6jki4u0g0f 1s ease-out;
    
}
@keyframes progress-1-b-6jki4u0g0f {
    from {
        stroke-dashoffset: 450;
    }

    to {
        stroke-dashoffset: 0;
    }
}


/*
.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
}

    .loader.success {
        color: #4F8A10;
    }

.loader-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
}

.circular-loader {
    animation: rotate 2s linear infinite;
}

.loader-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke: #4F8A10;
    stroke-linecap: round;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

/*.sa {
    width: 140px;
    height: 140px;
    padding: 26px;
    background-color: var(--bg-color);
}

.sa-success {
    border-radius: 50%;
    border: 4px solid #A5DC86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: var(--bg-color);
    width: 80px;
}

    .sa-success:after, .sa-success:before {
        background: var(--bg-color);
        content: '';
        height: 120px;
        position: absolute;
        transform: rotate(45deg);
        width: 60px;
    }

    .sa-success:before {
        border-radius: 40px 0 0 40px;
        width: 26px;
        height: 80px;
        top: -17px;
        left: 5px;
        transform-origin: 60px 60px;
        transform: rotate(-45deg);
    }

    .sa-success:after {
        border-radius: 0 120px 120px 0;
        left: 30px;
        top: -11px;
        transform-origin: 0 60px;
        transform: rotate(-45deg);
        animation: rotatePlaceholder 4.25s ease-in;
    }

.sa-success-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(165, 220, 134, 0.25);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-success-fix {
    background-color: var(--bg-color);
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-success-tip, .sa-success-long {
    background-color: #A5DC86;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip .75s;
}

.sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong .75s;
}

@keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}
*/
