﻿:root {
    --bs-btn-bg: #0F1035;
    --bs-box-shadow: 0 0.5rem 1rem var(--secondary-400);
    /*primary*/
    --primary-50: #ecfdff;
    --primary-100: #cff9fe;
    --primary-200: #a5f0fc;
    --primary-300: #67e4f9;
    --primary-400: #21cdef;
    --primary-500: #06c3eb;
    --primary-600: #088cb2;
    --primary-700: #0e7090;
    --primary-800: #155b75;
    --primary-900: #164c63;
    --primary-950: #083144;
    --secondary-50: #fef6ee;
    --secondary-100: #fdead7;
    --secondary-200: #fad1ae;
    --secondary-300: #f6b17b;
    --secondary-400: #f39055;
    --secondary-500: #ee6521;
    --secondary-600: #df4c17;
    --secondary-700: #b93815;
    --secondary-800: #942d18;
    --secondary-900: #772817;
    --secondary-950: #40120a;
    --tertiaty-50: #fbf5ff;
    --tertiaty-100: #f5e7ff;
    --tertiaty-200: #edd3ff;
    --tertiaty-300: #dfb1ff;
    --tertiaty-400: #cc80ff;
    --tertiaty-500: #b84ffd;
    --tertiaty-600: #a121f0;
    --tertiaty-700: #8f1cd4;
    --tertiaty-800: #791cad;
    --tertiaty-900: #63188b;
    --tertiaty-950: #440467;
}



@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}

html {
    /*position: absolute;*/
    min-height: 100%;
    /*min-width: 100%;*/
    font-size: 14px;
}

body {
    /*height: 100%;
    width: 100%;*/
    display: block;
    margin: 0;
    padding: 0;
    background: var(--secondary-50);
    font-family: sans-serif;
    overflow-x: hidden;
}

.contenedor {
    min-height: 82vh;
}

/*Loader*/
.preloader-it {
    background: #fff;
    position: fixed;
    z-index: 10001;
    height: 100%;
    width: 100%;
    top: 0;
    overflow: hidden;
}
.loader-pendulums {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4rem;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 0.1em solid #e0e3e4;
}

    .loader-pendulums:before, .loader-pendulums:after {
        content: '';
        width: 1em;
        height: 1em;
        left: -.1em;
        top: -.1em;
        padding: .1em;
        display: block;
        border-radius: 50%;
        position: absolute;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        border: .1em solid;
        border-color: #adb3b6 transparent transparent transparent;
        -webkit-animation: pendulum infinite 2s cubic-bezier(0.3, 1.65, 0.7, -0.65);
        animation: pendulum infinite 2s cubic-bezier(0.3, 1.65, 0.7, -0.65);
    }

    .loader-pendulums:before {
        border-color: #324148 transparent transparent transparent;
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        -webkit-animation-name: pendulum2;
        animation-name: pendulum2;
    }
@-webkit-keyframes pendulum {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes pendulum {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes pendulum2 {
    from {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -webkit-transform: rotate(520deg);
        -moz-transform: rotate(520deg);
        -ms-transform: rotate(520deg);
        -o-transform: rotate(520deg);
        transform: rotate(520deg);
    }
}

@keyframes pendulum2 {
    from {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -webkit-transform: rotate(520deg);
        -moz-transform: rotate(520deg);
        -ms-transform: rotate(520deg);
        -o-transform: rotate(520deg);
        transform: rotate(520deg);
    }
}



/* End Loader */

.card, .accordion-item, .accordion-button {
    background: #ffffff44;
    border-color: var(--font-light);
}

.nav-link {
    color: var(--primary-950);
    border-radius: 15px !important;
    font-weight: normal;
}

    .nav-link:hover {
        background-color: var(--secondary-100);
    }

    .nav-link:focus, .nav-link:hover, .nav-link:active {
        color: var(--primary-950);
    }


.evaluaciones {
    background-color: transparent !important;
}

    .evaluaciones > .card-body {
        background-color: transparent !important;
    }

    .evaluaciones .nav-link:not(.active) {
        color: var(--primary-800);
        font-weight: bold;
        border-bottom: 0px;
        border-right: 2px solid var(--primary-500);
        border-top: 2px solid var(--primary-500);
    }

    .evaluaciones .nav-link:first-child:not(.active) {
        border-left: 1px solid var(--primary-500);
    }

.nav-item {
    font-weight: bold;
    color: var(--font-light)
}

.accordion-button {
    font-weight: bold;
    background: rgb(242,249,253);
    background: linear-gradient(238deg, rgba(242,249,253,1) 12%, rgba(141,203,236,1) 100%);
    color: var(--primary-50);
}


    .accordion-button:not(.collapsed) {
        background: rgb(228,241,250);
        background: rgba(42,151,205,1);
        color: white;
    }

.accordion-button-tipo-cargo {
    font-weight: bold;
    border: 1px solid var(--primary-500);
    background: var(--primary-200) !important;
    color: var(--primary-600) !important;
}


    .accordion-button-tipo-cargo:not(.collapsed) {
        border: 1px solid var(--primary-500);
        background: var(--primary-200) !important;
        color: var(--primary-600) !important;
    }

.accordion-body .accordion-button {
    font-weight: bold;
    background-color: white;
    color: var(--primary-50);
    border: 1px solid var(--primary-400);
}


    .accordion-body .accordion-button:not(.collapsed) {
        /*background-color: var(--primary-400);*/
        border: 1px solid var(--primary-400);
        color: var(--primary-100);
    }

.accordion-collapse {
    /*border-left: 1px solid var(--primary-200);
    border-right: 1px solid var(--primary-200);*/
    background: white;
}

.accordionProcesos, #accordionTipoCargo {
    --bs-accordion-border-color: 0px !important;
}

    .accordionProcesos > .accordion-item > .accordion-header > .accordion-button {
        border: 1px solid var(--primary-600);
        border-start-start-radius: 25px;
        border-start-end-radius: 25px;
        border-end-start-radius: 25px;
        border-end-end-radius: 25px;
        box-shadow: none;
    }

    #accordionTipoCargo > .accordion-item > .accordion-header > .accordion-button {
        border: 1px solid var(--primary-600);
        border-start-start-radius: 25px;
        border-start-end-radius: 25px;
        border-end-start-radius: 25px;
        border-end-end-radius: 25px;
        box-shadow: none;
    }
    /*#accordionProcesos, #accordionTipoCargo > .accordion-item:not(:last-child) > .accordion-header > .accordion-button {
        border-bottom: 0;
    }*/
    .accordionProcesos > .accordion-item > .accordion-header > .accordion-button:not(.collapsed) {
        border-bottom: 1px solid var(--primary-600);
    }

.accordionTipoCargo > .accordion-item > .accordion-header > .accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--primary-600);
}

/* .accordionProcesos a {
        border-radius: 10px ;
    }*/
.accordion-item {
    border: none;
}

.btn-acciones {
    color: var(--primary);
}

    .btn-acciones:hover {
        color: var(--primary);
    }

h2 {
    color: var(--font-light);
    font-weight: bold;
}

.card-title {
    line-height: 2;
}
    /* Btn */
    .card-title .btn {
        float: right;
    }

.btn i {
    margin-right: 10px;
}
/* End Btn */

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.w-80 {
    width: 80% !important;
}

.w-60 {
    width: 60% !important;
}

.w-20 {
    width: 20% !important;
}

.w-15 {
    width: 15% !important;
}

.w-10 {
    width: 10% !important;
}

.navbar-brand {
    max-width: 80px;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    /*margin-top: -10px;
    margin-bottom: 5px;*/
}

    .navbar-brand img {
        width: 100%;
    }

.color-fondo {
    background: #eeeeee;
}

.bordes {
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
}

.custom-btn {
    height: 40px;
}

.me-6 {
    margin-right: 12rem;
}

.pe-6 {
    padding-right: 8rem;
}

.widged-bg {
    background-image: url(/Images/widged-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-btn-rounded {
    height: 50px;
    border-radius: 50%;
    font-size: 12px;
    padding: 6px;
}

.white-bg {
    background: #fff;
}

.header {
    top: 0;
    z-index: 1000;
    /*background: #0B666A60;
    background: radial-gradient(89.44% 167.85% at 60.36% 0%,#0b666a 0,#03081a 90.67%);*/
    width: 100%;
    max-width: 100%;
    height: 58px;
}

/*body {*/
/*height: 100%;
    width: 100%;*/
/*margin: 0;
    padding: 0;*/
/*background: linear-gradient( #dfeafa,#a1c2ef);*/
/*font-family: Inter,sans-serif;
}*/

main {
    margin-top: 90px;
    min-height: 81vh;
}

.modal {
    z-index: 1200;
}

    .modal.show {
        backdrop-filter: blur(4px);
    }

modal-backdrop.show {
    backdrop-filter: blur(4px);
}

.swal2-backdrop-show {
    z-index: 9999 !important;
    backdrop-filter: blur(4px);
}

.card-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    border-width: 0px;
}
/*table{
    color:
}*/
table thead {
    background-color: var(--primary-400);
    box-sizing: border-box !important;
    border-width: 0 !important;
    border-style: solid !important;
    border-color: #e5e7eb !important;
    padding: 0 !important;
}

    table thead tr th {
        color: var(--primary-50) !important;
    }
    table tfoot tr th {
        color: var(--primary-50) !important;
        font-size: 1.3rem;
    }

    table thead th {
        padding: 1.05rem 1.5rem !important;
        font-size: 1rem !important;
        line-height: 1rem !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        border-bottom: none !important;
        background-color: rgb(226 232 240 / 0%) !important;
    }

table tbody {
    border-color: rgb(241 245 249);
    /*background-color: rgb(255 255 255);*/
    box-sizing: border-box !important;
    border-width: 0 !important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-style: solid;
}

    table tbody td {
        border-color: rgb(241 245 249);
        padding: 1.05rem 1.5rem !important;
        font-size: .875rem !important;
        line-height: 1.25rem !important;
        /*font-weight: 600 !important;*/
        /*text-transform: capitalize !important;*/
        color: rgb(71 85 105) !important;
    }

td a {
    color: var(--primary-800)
}

.dataTables_info {
    padding: 5px;
}

.was-validated .form-control-color:valid {
    background-image: none;
    padding: 0.375rem;
    width: 3rem;
}

.was-validated .form-control-color:invalid {
    background-image: none;
    padding: 0.375rem;
    width: 3rem;
}

.dataTables_paginate {
    display: flex;
    padding: 5px;
    justify-content: center !important;
    text-align: center !important;
    float: none !important;
    align-items: center;
}

    .dataTables_paginate span {
        display: flex;
        align-items: center;
    }

        .dataTables_paginate span .paginate_button {
            display: flex;
            background: var(--font-light) !important;
            align-items: center;
            margin: 5px !important;
        }

        .dataTables_paginate span .current {
            color: white !important;
            background: var(--primary-500) !important;
        }

            .dataTables_paginate span .current:hover {
                color: white !important;
                background: var(--primary-700) !important;
            }

    .dataTables_paginate .paginate_button:hover:not(.next, .previous ) {
        color: var(--font-light) !important;
        background: var(--primary-700) !important;
    }

    .dataTables_paginate .disabled:hover {
        color: var(--primary-700) !important;
        background: var(--font-light) !important;
    }

    .dataTables_paginate .paginate_button {
        padding: 0rem !important;
        margin: 0rem !important;
    }

.paginate_button {
    border-radius: 10px !important;
}


.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 1.9rem 0;
    color: var(--tertiaty-50);
    background-color: var(--tertiaty-800);
}


/*.modal-xxxl {
    min-width: 80% !important;
}*/

#formCambiar {
    width: 18rem;
    height: 20rem;
}

.bg-header {
    font-size: 12px !important;
}



.floating-botons {
    z-index: 6;
    position: fixed;
    top: 6rem;
    right: 2%;
}

    .floating-botons .btn {
        --bs-btn-padding-x: 1rem !important;
    }

.btn-floating {
    background: var(--primary-600);
    border: 1px solid var(--primary-700);
    color: var(--primary-50);
    border-start-start-radius: 40px;
    border-end-start-radius: 40px;
    border-start-end-radius: 40px;
    border-end-end-radius: 40px;
}

    .btn-floating:hover {
        z-index: 2000;
        background: var(--primary-600);
        border: 1px solid var(--primary-800);
        color: var(--primary-50);
    }

    .btn-floating:active {
        color: var(--primary-50) !important;
        background-color: var(--primary-500) !important;
        border-color: var(--primary-700) !important;
    }


.redondo.floating-botons {
    z-index: 4;
    position: fixed;
    top: 6rem;
    right: 2%;
}

.redondo .btn-floating {
    background-color: var(--primary-500);
    border: 1px solid var(--primary-700);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    /* text-align: center; */
    padding: 15px !important;
}

    .redondo .btn-floating:hover {
        z-index: 2000;
        border: 1px solid var(--secondary-700);
        background-color: var(--primary-600);
    }

    .redondo .btn-floating:active {
        border: 1px solid var(--primary-900);
        background-color: var(--primary-700) !important;
    }

    .redondo .btn-floating i {
        margin-left: 2.5px;
        color: white;
    }




/*-------------------------------------Estilos Wizard/*-------------------------------------*/

.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
    position: relative;
}

    .wizard .nav-tabs .nav-item .nav-link {
        width: 65px;
        height: 65px;
        margin-bottom: 6%;
        background: transparent;
        border: 2px solid var(--primary-500);
        color: #ccc;
        z-index: 10;
    }

        .wizard .nav-tabs .nav-item .nav-link:hover {
            color: #333;
            /*border: 2px solid #333;*/
        }

        .wizard .nav-tabs .nav-item .nav-link.active {
            background: var(--primary-500);
            animation: heartbeat 1.5s infinite;
        }

            .wizard .nav-tabs .nav-item .nav-link.active i {
                color: white;
            }

        .wizard .nav-tabs .nav-item .nav-link:after {
            content: " ";
            position: absolute;
            left: 50%;
            transform: translate(-50%);
            opacity: 0;
            margin: 0 auto;
            bottom: 0px;
            border: 5px solid transparent;
            border-bottom-color: var(--primary-500);
            transition: 0.1s ease-in-out;
        }
/*--------------------------------------------------------------------------*/

.nav-tabs .nav-item .nav-link.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: black;
}

.wizard .nav-tabs .nav-item .nav-link svg {
    font-size: 25px;
}


.wizard-step {
    display: none;
}

    .wizard-step:first-child {
        display: block;
    }



.progressWiz {
    transition: opacity .25s ease-in-out;
    position: relative;
    left: 0;
    right: 0;
    opacity: 1;
    /*display: inline-flex;*/
    width: 100%;
}

    .progressWiz:not(.formulario) {
        transition: left 1s, right 1s, opacity.3s;
    }

    .progressWiz.right {
        opacity: 0;
        right: -200%;
    }

    .progressWiz.left {
        opacity: 0;
        left: -200%;
        width: 0%;
    }



.border-input-formulario {
    border-color: #28202094;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: var(--primary-200);
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    --bs-table-bg-type: #ffffffd6;
}

td.noStriped, th.noStriped {
    --bs-table-bg-type: none !important;
}


.table > :not(caption) > * > * {
    background-color: var(--primary-transparent-2);
}

.table-basic {
    --bs-table-hover-bg: var(--primary-100);
    font-size: 14px;
}

    .table-basic > :not(caption) > * > * {
        background-color: white;
    }

    .table-basic > thead > tr > th {
        font-size: 16px !important;
    }

    .table-basic > tbody > tr > td {
        font-size: 14px !important;
    }



.table-bordered > :not(caption) > * > * {
    border-width: 1px;
}


.table-striped > tbody > tr:nth-of-type(odd) .diagonal-text {
    --bs-table-bg-type: transparent;
}

.table-striped > tbody > tr:nth-child(odd) > td.diagonal-text, .table-striped > tbody > tr:nth-child(odd) > th.diagonal-text {
    padding-top: 5px !important;
}

.progress-bar {
    background-color: var(--primary-400);
}


.bg-header-table {
    background-color: var(--primary-transparent) !important;
}

.size-family-tabla-desc {
    font-size: 10px;
}

.titulo-principal {
    color: var(--secondary-950);
    border-bottom: 4px solid var(--primary-500);
}

.titulo-evaluado {
}

.titulo-principal-dark {
    color: var(--font-light);
}

.progressText {
    position: absolute;
    /*width: 1213.4px;*/
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    width: 100% !important;
}

.progress {
    height: 18px;
}

.textoPrincipal {
    --bs-table-bg-type: none !important;
    background-color: var(--primary-600) !important;
    color: white !important;
    /*text-transform: capitalize;*/
    vertical-align: middle;
}

.btn-none-answer {
    /*border-color: #e7e7e7;*/
    color: var(--primary-400);
    font-weight: bold;
    border: 1px solid var(--primary-500);
}


.btn-some-answer {
    background-color: var(--primary-400);
    border: 1px solid var(--primary-500);
    color: var(--primary-50);
    font-weight: bold;
}

    .btn-some-answer:hover {
        background-color: var(--primary-500);
        border: 1px solid var(--primary-600);
        color: var(--primary-50);
    }

.btn-all-answer {
    background-color: var(--primary-500);
    border: 1px solid var(--primary-600);
    color: var(--primary-50);
    /*background-color: var(--primary-600);
    color: var(--font-light);*/
    font-weight: bold;
}

    .btn-all-answer:hover {
        background-color: var(--primary-600);
        border: 1px solid var(--primary-700);
        color: var(--primary-50);
    }




/*.modal {
    --bs-modal-width: 1000px;
}*/

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.heartbeat-btn {
    display: inline-block;
    justify-self: center !important;
    width: 300px;
    height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    animation: heartbeat 1.5s infinite;
}

.resaltar-rojo {
    /*box-shadow: 0 0 5px red;*/
}

.justify-self-end {
    justify-self: end;
}

.color-verde {
    border: 2px solid #28a745 !important;
    background: transparent !important;
}

    .color-verde:hover {
        color: white !important;
    }

    .color-verde i {
        color: #28a745 !important;
    }

/*-------------------------------------CARD ESTANDAR-------------------------------------*/

.card {
    /*border-radius: 15px;*/
    /*border: 1px solid #00a9c0;*/
    border-radius: 15px;
}

.card-header {
    background: var(--primary-950);
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.card-body {
    background: #fff;
    border-radius: 15px;
}



@keyframes hithere {
    10% {
        transform: scale(1.05);
    }

    13%, 20% {
        transform: rotate(-5deg) scale(1.05);
    }

    16% {
        transform: rotate(5deg) scale(1.05);
    }

    23% {
        transform: rotate(0deg) scale(1.05);
    }

    34% {
        transform: scale(1);
    }
}

.btn-hithere {
    animation: hithere 2.5s infinite;
}

    .btn-hithere:hover {
        animation: none;
    }


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: var(--primary-500);
    color: white;
    /*border: 3px solid black;*/
    /*transform: scale(1.3);*/
}

.nav-tabs .nav-link {
    border: 0px;
    color: var(--primary-800);
    background-color: var(--primary-100);
}

.bg-header:not(.active) {
    background-color: var(--primary-200) !important;
    color: var(--font-dark) !important;
    /*border: 1px solid var(--primary-950);*/
}



.customLegend {
    display: flex;
    flex-direction: row;
    /*margin-left: 10px;*/
    justify-self: center;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-left: 10px;
}

.legend-color {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 50%;
}

.legend-label {
    font-size: 14px;
    color: var(--primary-700);
}







.icono {
    font-size: 14px;
    color: #ddd;
}

.logo-proceso {
    border: 1px solid var(--primary-700);
    margin: auto;
    /*width: 230px;*/
}

    .logo-proceso img {
        max-height: 150px;
    }

    .logo-proceso button {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

.logo-container-recorte {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30rem;
}

.modal-header .btn-close {
    margin: 0;
}

.btn-dark {
    color: var(--primary-600);
    background: white;
    border: 1px solid var(--primary-600);
    transition: border 0.3s ease-in-out;
    display: inline-block;
    transition: ease-out 0.7s, transform 0.3s ease-in-out;
    /*transform: scale(1);*/
}

    .btn-dark:hover {
        color: var(--primary-100);
        border: 1px solid var(--primary-600);
        box-shadow: inset 450px 0 0 0 var(--primary-500);
        /*transform: scale(1.05);*/
    }
/*-------------------------------------Estilos nav-tabs proceso desempeno/*-------------------------------------*/

.card-basic {
    background-color: white;
    border-color: var(--primary-100);
    border-width: 1px;
    color: var(--primary-950);
}

    .card-basic .titulo-principal {
        /*background-color: var(--primary-300);*/
        color: var(--secondary-950);
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom: 5px solid var(--primary-500);
    }

    .card-basic .card-basic .titulo-principal h3 {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
        font-size: 18px
    }

    .card-basic .btn-dashboard {
        color: var(--primary-500);
        background: var(--primary-100);
        border: 2px solid var(--primary-500);
        border-radius: 25px;
        transition: border 0.3s ease-in-out;
        display: inline-block;
        transition: ease-out 0.7s, transform 0.3s ease-in-out;
        transform: scale(1);
    }

    .card-basic .btn-dashboard {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }

        .card-basic .btn-dashboard:hover {
            color: var(--primary-100);
            border: 2px solid var(--primary-100);
            box-shadow: inset 400px 0 0 0 var(--primary-500);
            transform: scale(1.05);
        }

        .card-basic .btn-dashboard.fa-lg {
            padding-top: 14px;
            padding-bottom: 14px;
            padding-right: 6px;
            padding-left: 6px;
        }

    .card-basic th {
        background-color: var(--primary-400) !important;
    }

    .card-basic i {
        color: var(--primary-600);
    }

.color-white {
    color: white !important;
}

#accordionEvaluador .accordion-item {
    border: 0;
}

.card-basic .colapsado {
    position: absolute;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.card-basic .expandido {
    position: static;
    opacity: 1;
    transition: opacity 0.3s linear;
    max-width: 100px;
    border-collapse: separate;
    border-left: 5px solid white !important;
}

.card-basic .first-row td {
    border-radius: 0px 0px 0px 0px !important;
}

.card-basic .last-row td {
    border-radius: 0px 0px 20px 20px !important;
}

.card-basic table .encabezado {
    background-color: var(--primary-300);
}

.card-basic .expandido td {
    /*background-color: var(--primary-200);*/
    padding: 0px 0px 0px 0px !important;
    border-width: 0px 10px 0px 10px !important;
    border-style: solid !important;
    border-color: var(--primary-50) !important;
}


.card-basic .accordion-button {
    /*font-weight: bold;
        background: var(--primary-300);
        background: linear-gradient(238deg, var(--primary-300) 32%, var(--primary-500) 100%);
        color: var(--primary-900);*/
    border: 1px solid var(--primary-600);
    border-start-start-radius: 25px !important;
    border-start-end-radius: 25px !important;
    border-end-start-radius: 25px !important;
    border-end-end-radius: 25px !important;
    box-shadow: none;
    background: rgba(42, 151, 205, 1);
    color: var(--primary-50);
}


    .card-basic .accordion-button:not(.collapsed) {
        background: var(--primary-300);
        color: var(--primary-950);
    }

.card-basic .accordion .table-evaluaciones {
    border: none;
}

    .card-basic .accordion .table-evaluaciones td {
        padding: 2px 0px 2px 0px !important;
        border-bottom: 1px solid var(--primary-200);
    }

.card-basic .accordion-body {
    /*border: 1px solid var(--primary-500);*/
    border-radius: 0px 0px 5px 5px;
}

    .card-basic .accordion-body .card-footer {
        border-top: 1px solid var(--primary-300);
        border-radius: 0px 0px 5px 5px;
        background-color: transparent;
    }

.card-basic .card {
    background-color: var(--primary-50);
    border-color: var(--primary-400);
    border-width: 2px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    justify-content: center;
}

    .card-basic .card .card-body {
        height: 100%;
        background-color: transparent;
    }

    .card-basic .card .titulo {
        background-color: var(--primary-300);
        border: 1px solid var(--primary-300);
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
        text-align: center !important;
    }

        .card-basic .card .titulo p {
            padding: 0;
            margin: 0;
        }

.card-basic .resumen-general {
    border: 1px solid var(--primary-400);
    border-radius: 15px;
    background-color: transparent;
}

.card-basic .card-footer {
    background-color: var(--primary-50);
    border: none;
    border-top: 2px solid var(--primary-400);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 6px 15px 6px 15px;
}

.nav-tabs-desempeno {
    margin-bottom: -1px;
}

    .nav-tabs-desempeno .nav-link {
        background-color: var(--primary-100);
        color: var(--primary-950);
        /*border: 2px solid var(--primary-400);*/
        border-bottom: 2px solid var(--primary-100);
    }

        .nav-tabs-desempeno .nav-link.active {
            background-color: var(--primary-300);
            color: var(--primary-950);
            border: 2px solid var(--primary-400);
            border-bottom: 2px solid var(--primary-100);
            z-index: 2;
        }

    .nav-tabs-desempeno .btn-dark {
        color: white;
        background: var(--primary-600);
        border: 1px solid var(--secondary-600);
        transition: border 0.3s ease-in-out;
        display: inline-block;
        transition: ease-out 0.7s, transform 0.3s ease-in-out;
        /*transform: scale(1);*/
    }

        .nav-tabs-desempeno .btn-dark:hover {
            color: var(--primary-100);
            border: 1px solid var(--primary-700);
            box-shadow: inset 400px 0 0 0 var(--primary-600);
            /*transform: scale(1.05);*/
        }



.titulo-tab-desempeno-evaluacion {
    background-color: white;
    position: absolute;
    margin-top: -39.52px;
    padding: 0px 20px 0px 20px;
    font-size: 26px;
    right: 3.5rem;
    width: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 0.5px solid var(--primary-100);
    border-bottom: 0;
    z-index: 2;
    color: var( --primary-800);
}

.titulo-tab-desempeno {
    background-color: white;
    position: absolute;
    margin-top: -40.52px;
    padding: 0px 20px 0px 20px;
    font-size: 26px;
    right: 11.5rem;
    width: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid var(--primary-100);
    border-bottom: 2px solid white;
    z-index: 4;
}
/*--------------------------------------------------------------------------*/
/*.modal-md {
    width: 650px !important;
}*/

#ejemplo {
    padding: 4px;
}

table {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    border: 1px solid black;
}

    table > thead > tr:first-child > th:first-child {
        border-start-start-radius: 10px !important;
    }

    table > thead > tr:first-child > th:last-child {
        border-start-end-radius: 10px;
    }

    table > tbody > tr:first-child > th:first-child {
        border-start-start-radius: 10px !important;
    }

    table > tbody > tr:first-child > th:last-child {
        border-start-end-radius: 10px;
    }

    table > tbody > tr:last-child > td:first-child {
        border-end-start-radius: 10px;
    }

    table > tbody > tr:last-child > td:last-child {
        border-end-end-radius: 10px;
    }

.paginate_button i {
    color: var(--primary-500);
}

.tox-promotion {
    display: none;
}

/*tox-tiered-menu {
    z-index: 10000;
}

.tox .tox-menu {
    z-index: 9999 !important;
}*/

.tox-tinymce-aux {
    z-index: 1210 !important;
}

.z-index-modal {
    position: relative;
    z-index: 1150 !important;
    opacity: 0.9;
    /*backdrop-filter: blur(4px);*/
}

.modalTutorial {
    --bs-modal-width: 500px !important;
}

    .modalTutorial.show {
        backdrop-filter: blur(0px);
    }

    .modalTutorial .modal-content {
        border-start-start-radius: 25px;
        border-start-end-radius: 25px;
        border-end-start-radius: 25px;
        border-end-end-radius: 25px;
    }

.form-cambiar-pass {
    display: grid;
    place-items: center;
    height: 100%;
    width: 100%;
}

.card-cambiar-password {
    width: 100%;
    height: 100%;
    border: none;
    font-family: sans-serif !important;
}

    .card-cambiar-password button {
        width: 86%;
    }



.input-reset-pass {
    height: 47px;
    background-color: var(--primary-100);
    transition: 0.3s ease-in-out;
}

.boton-reset-pass {
    height: 47px;
}

#cambiarPassword {
    /*margin-top: 100px;*/
}


.ErrorContainer {
    margin-top: 15%;
    margin-bottom: 17%;
    font-size: 20px;
    text-align: center;
    border: 0;
}

.btn {
    --bs-btn-padding-x: 2.5rem !important;
}

.chartBoxScroll {
    /*    overflow-y: auto;
    max-height: 400px;
    height: 400px;*/
    max-width: 100%;
    margin: auto;
}

    .chartBoxScroll::-webkit-scrollbar {
        height: 10px !important;
        background-color: #F5F5F5;
    }

    .chartBoxScroll::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .chartBoxScroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgb(240, 72, 122);
    }

        .chartBoxScroll::-webkit-scrollbar-thumb:hover {
            background: var(--primary-600);
        }


@media (max-width: 767px) {
    .carousel-inner .carousel-item > button {
        display: none !important;
    }

        .carousel-inner .carousel-item > button:first-child {
            display: block !important;
        }

    #lstBtnCompetencias button:first-child {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.carousel-control-prev {
    left: -19px;
}

.carousel-control-next {
    right: -19px;
}


#lstBtnCompetencias .btn {
    min-height: 70px;
    border-radius: 0;
    /*border-radius: 50px;*/
    /* margin-left: 2px;
    margin-right: 2px;*/
}

    #lstBtnCompetencias .btn:first-child {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    #lstBtnCompetencias .btn:last-child {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }





.no-clicable {
    pointer-events: none;
}

.btn-continuar {
    background-color: #1f8b18 !important;
    border-color: #1f8b18 !important
}

.btn-retroalimentacion-mobile {
    z-index: 3;
    background-color: var(--primary-600);
}

    .btn-retroalimentacion-mobile:hover {
        background-color: var(--primary-500);
    }

.font-orange {
    color: var(--primary-600) !important;
}

.btn-retroalimentacion {
    position: absolute;
    right: 45px;
    top: 5px;
    z-index: 3;
    background-color: var(--primary-600);
}

    .btn-retroalimentacion:hover {
        background-color: var(--primary-500);
    }


.accordion-header {
    position: relative;
}

.notaRetro {
    font-size: 0.95rem !important;
    /*font-weight: bolder;*/
    text-align: end;
}

.notaRetroMobile {
    font-size: 0.95rem !important;
}

.pointer {
    cursor: pointer;
}

.contenedor-mensaje {
    background: var(--primary-200);
    border-radius: 15px;
}

.mensaje {
    color: var(--font-dark);
    padding-top: .575rem;
    padding-bottom: .575rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.input-respuesta {
    border: 1px solid var(--primary-500);
    width: 4rem;
    height: 4em;
    --bs-form-check-bg-image: '' !important;
    font-size: 14px;
}

    .input-respuesta:checked {
        border: 2px solid var(--primary-700);
        background: linear-gradient(238deg, rgb(108 57 255) 0%, rgba(180, 167, 250, 1) 100%)
    }

.border-pregunta {
    border: 1px solid #9a9a9a;
    border-radius: 15px;
    padding: 1rem;
}

.niveles-Wizard {
    font-size: 14px;
    color: var(--primary-700);
}

.pregunta-wizard {
    color: var(--primary-900);
}

.contenedor-pregunta {
    border: 1px solid var(--primary-600);
    /*border-radius: 100px;*/
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 1.5rem;
    padding-bottom: 0;
    border-left-width: 10px;
    text-align: center;
}

    .contenedor-pregunta:hover {
        background: var(--primary-100);
    }

.table-evaluaciones-pregunta td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: 0;
}

    .table-evaluaciones-pregunta td:first-child {
        padding-top: 4px !important;
    }

    .table-evaluaciones-pregunta td:last-child .contenedor-pregunta {
        margin-bottom: 2px !important;
    }

.texto-colaborador {
    font-size: 16px;
}

.texto-cantidad-preguntas {
    font-size: 16px;
}
/*progress circular bar */
.circular-progress {
    --size: 100px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 20px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --circumference: calc(var(--radius) * pi * 2);
    --dash: calc((var(--progress) * var(--circumference)) / 100);
    animation: progress-animation 5s linear 0s 1 forwards;
}

    .circular-progress circle {
        cx: var(--half-size);
        cy: var(--half-size);
        r: var(--radius);
        stroke-width: var(--stroke-width);
        fill: none;
        stroke-linecap: round;
    }

        .circular-progress circle.bg {
            stroke: #ddd;
        }

        .circular-progress circle.fg {
            transform: rotate(-90deg);
            transform-origin: var(--half-size) var(--half-size);
            stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
            transition: stroke-dasharray 0.3s linear 0s;
            stroke: #5394fd;
        }

@keyframes progress-animation {
    from {
        --progress: 0;
    }

    to {
        --progress: 100;
    }
}

@property --progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}




.card-notas {
    /*margin-top: -1rem;*/
    min-width: 13rem;
}


.textoAlternativoTabsAdmin {
    background-color: var(--primary-100);
    border-radius: 15px;
}

.scrollBox {
    height: 500px;
    max-height: 150px;
    overflow-y: scroll;
    margin-bottom: -14.5px;
}

.chartBox {
    width: 100%;
    padding: 10px;
}

.box {
    height: 50px;
}

.scrollBoxBody {
    height: 150px;
}

.chartBoxArea {
    width: 100%;
    border-radius: 20px;
    border: solid 2px var(--primary-400);
    background: var(--primary-50);
}

    .chartBoxArea .titulo {
        background-color: var(--primary-300);
        border-bottom: 2px solid var(--primary-400);
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        text-align: center !important;
    }

        .chartBoxArea .titulo p {
            padding: 0;
            margin: 0;
        }

.chartBoxGeneral {
    width: 100%;
    border-radius: 20px;
    border: solid 2px var(--primary-400);
    background: white;
}

    .chartBoxGeneral .titulo {
        background-color: var(--primary-300);
        border-bottom: 2px solid var(--primary-400);
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        text-align: center !important;
    }

        .chartBoxGeneral .titulo p {
            padding: 0;
            margin: 0;
        }

.chartCard {
    width: 100%;
    padding: 10px 0px 0px 0px;
    height: auto;
    border-radius: 20px;
    border: solid 2px var(--primary-400);
    background: var(--primary-50);
}

.container-reporte-empresa {
    width: 780px; /* Ancho de A4 en pulgadas */
}

    .container-reporte-empresa h1 {
        margin-bottom: 20px;
        font-size: 36px;
    }

    .container-reporte-empresa p {
        font-size: 18px;
        margin: 10px 0;
    }

    .container-reporte-empresa .pagina {
        padding: 0px 20px 0px 20px;
        height: 1100px;
        page-break-after: always;
    }

    .container-reporte-empresa .pagina-tabla {
        padding: 0px 20px 0px 20px;
    }

    .container-reporte-empresa .tituloPrincipal {
        padding-top: 500px;
        color: var(--primary-950);
        border: none;
        text-align: center;
    }

    .container-reporte-empresa .titulo {
        padding: 10px 0px 10px 0px;
        color: var(--primary-950);
        text-align: start;
        width: 100%; /* Hacer que el t�tulo ocupe el 100% del ancho */
        position: relative; /* Posici�n relativa para facilitar el posicionamiento del borde */
        font-size: 30px;
    }

    .container-reporte-empresa .pagina .titulo::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60%; /* Hacer que el borde ocupe el 50% del ancho del t�tulo */
        height: 3px;
        background-color: var(--primary-600);
    }

    .container-reporte-empresa .pagina .contenido {
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: var(--primary-950);
    }

    .container-reporte-empresa .pagina-tabla .contenido {
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: var(--primary-950);
    }

    .container-reporte-empresa .portada .contenido {
        color: var(--primary-950);
        margin-top: 55%;
    }

    .container-reporte-empresa .portada .tituloPrincipal {
        padding-top: 300px;
    }


    .container-reporte-empresa .chartCard {
        background-color: transparent;
        border: 1px solid var(--primary-200);
    }

    .container-reporte-empresa .customLegend {
        flex-direction: column;
    }

    .container-reporte-empresa .bullet-list {
        list-style-type: none; /* Elimina los estilos de vi�eta predeterminados */
        padding-left: 40px;
    }

        .container-reporte-empresa .bullet-list li {
            padding-top: 10px;
        }

    .container-reporte-empresa .table-metodologia {
        border: none !important;
    }

        .container-reporte-empresa .table-metodologia th {
            vertical-align: middle;
            white-space: nowrap;
        }

    /*    .container-reporte-empresa .chartBoxParticipacion {
        display: grid;
    }*/

    .container-reporte-empresa .chartBoxParticipacion .chartBoxParticipaGeneral {
        height: 300px;
    }

    .container-reporte-empresa .chartBoxParticipacion .chartBoxParticipaTipoEva {
        width: 100%;
        height: 400px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .container-reporte-empresa .chartBoxParticipacion .tabla-participacion {
        border: none !important;
    }

    .container-reporte-empresa table thead th {
        font-size: 11px !important;
        padding: 8px 5px 8px 5px !important;
    }

    .container-reporte-empresa table tbody th {
        font-size: 11px !important;
        padding: 5px 0px 5px 10px !important;
    }

    .container-reporte-empresa .cabecera {
        padding: 0px 20px 0px 131.8px;
        border: none;
        margin-top: -68px;
    }

    .container-reporte-empresa .prueba {
        padding-right: 95px;
    }

    .container-reporte-empresa .page-break-after {
        page-break-after: always;
    }

    .container-reporte-empresa .page-break-before {
        page-break-before: always;
    }

    .container-reporte-empresa #tablaCuestionario .page-break-after {
        border-bottom: 1px solid black;
    }

    .container-reporte-empresa table {
        border: none !important;
    }

        .container-reporte-empresa table thead {
            background-color: transparent;
            border: none !important;
        }

        .container-reporte-empresa table th {
            background-color: var(--primary-200) !important;
            color: var(--primary-600) !important;
            border: 1px solid var(--primary-600) !important;
        }

        .container-reporte-empresa table td {
            background-color: white !important;
            border: 1px solid var(--primary-600);
            width: auto;
        }

    .container-reporte-empresa .th-line {
        width: 100%;
        border: 2px solid;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 3px;
        justify-self: center;
        opacity: 1;
        border-radius: 15px;
    }
/*    .container-reporte-empresa #tablaRanking td{
        font-size: 10px !important;
    }*/
/*    .container-reporte-empresa .tabla-participacion .th {
        border: 1.5px solid #D8D8D8;
        border-top: none;
        color: transparent;
        background-color: transparent !important;
        border-start-start-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .container-reporte-empresa .tabla-participacion thead {
        background-color: transparent !important;
    }

    .container-reporte-empresa .tabla-participacion .th:first-child {
        border-start-start-radius: 0px !important;
    }*/
#menu {
    height: 100%;
    width: 240px;
    position: fixed;
    z-index: 1;
    top: 66px;
    left: -240px;
    background-color: var(--bs-secondary-color);
    padding-top: 20px;
    transition: 0.5s;
    z-index: 9;
}

    #menu a {
        padding: 15px;
        text-decoration: none;
        font-size: 18px;
        color: white;
        display: block;
        transition: 0.3s;
    }

        #menu a:hover {
            color: #f1f1f1;
        }

.menu-toggle {
    cursor: pointer;
    font-size: 25px;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 2;
    color: black;
    z-index: 1030;
    transition: 0.5s;
}

    .menu-toggle .top-bar,
    .menu-toggle .middle-bar,
    .menu-toggle .bottom-bar {
        width: 30px;
        height: 6px;
        background-color: black;
        display: block;
        transition: all 0.2s;
    }

    .menu-toggle .middle-bar {
        margin: 5px auto;
    }




.btn-descargar-todo {
    position: absolute;
    z-index: 1;
    right: 20px;
}

.dataTables_filter {
    float: left !important;
    margin-bottom: 10px;
}
/*BLURS*/
.blur-3xl {
    --tw-blur: blur(64px);
    filter: blur(64px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.contenedor-informacion-proceso {
    background: white;
    border-radius: 50%;
    z-index: 10;
    position: absolute;
    right: 55px;
    top: 7px;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

.btn-informacion-proceso {
    /*z-index: 10;
    position: absolute;*/
    right: 55px;
    top: 7px;
    color: var(--primary-600);
    transition: 0.3s;
}

    .btn-informacion-proceso:hover {
        color: var(--primary-600);
    }

.btn-evaluaciones {
    background: var(--primary-600);
    border: 1px solid var(--primary-700);
    color: var(--primary-50);
    padding: 10px 20px 10px 20px;
    border-radius: 50px !important;
    font-size: 16px;
    transition: 0.3s
}

    .btn-evaluaciones:hover {
        background: var(--primary-600);
        border: 1px solid var(--primary-800);
        color: var(--primary-50);
    }

.btn-evaluaciones-continuar {
    background: var(--primary-500);
    border: 1px solid var(--primary-700);
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    color: var(--primary-50);
    font-size: 16px;
    transition: 0.3s
}

    .btn-evaluaciones-continuar:hover {
        background: var(--primary-500);
        border: 1px solid var(--primary-700);
        color: var(--primary-50);
    }

.btn-evaluaciones-volver {
    background: var(--primary-600);
    border: 1px solid var(--primary-700);
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    color: var(--primary-50);
    font-size: 16px;
    transition: 0.3s
}

    .btn-evaluaciones-volver:hover {
        background: var(--primary-600);
        border: 1px solid var(--primary-800);
        color: var(--primary-50);
    }

/*.btn-carousel {*/
/* background: var(--primary-400);
    border: 1px solid var(--primary-600);*/
/*padding: 10px 20px 10px 20px;*/
/*border-radius: 50px !important;*/
/*color: var(--primary-50);
    transition: 0.3s
}

    .btn-carousel:hover {
        background: var(--primary-500);
        border: 1px solid var(--primary-700);
        color: var(--primary-50);
    }*/

.contenedor-accion {
    /*background: var(--primary-950);*/
    border-radius: 100%;
    height: 30px;
    width: 30px;
    padding: 5px;
}

.btn-accion {
    color: var(--primary-50);
}

    .btn-accion > i {
        /*border-radius: 100%;
        width: 100%;
        height: auto;*/
        background: var(--primary-50);
        color: var(--primary-600);
    }

        .btn-accion > i:hover {
            color: var(--primary-600);
        }


.menu-usuario {
    color: var(--primary-800) !important;
}

/*#accordionTipoCargo > .accordion-item > .show {
    background: var(--primary-50);
}*/

.accordion-item:not(:last-child) {
    margin-bottom: 5px;
}

#Desempeno {
    background: white;
}

.contenedor-bordes-redondo {
    border-start-start-radius: 50px;
    border-start-end-radius: 50px;
    border-end-start-radius: 50px;
    border-end-end-radius: 50px;
    background: var(--primary-500);
    color: var(--primary-50);
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.nav-item-informacion {
    border-top: 1px solid var(--primary-600);
    border-right: 1px solid var(--primary-600);
    border-left: 1px solid var(--primary-600);
    border-start-start-radius: 7px;
    border-start-end-radius: 7px;
    background: var(--primary-100);
    margin-right: 0 !important;
}

input[type="search"] {
    background-color: white !important;
}

#tablaColaboradores_filter {
    padding-bottom: 10px !important;
}

#logoProceso {
    min-width: 267px;
    min-height: 150px;
}

#offcanvasMenu {
    --bs-offcanvas-width: 250px;
}

.menuItem:hover {
    background: #f3f3f3;
}

.menuItem .nav-link {
    font-weight: 200;
}

.barChartPdf {
    max-width: 100% !important;
    max-height: 100% !important;
}

.barChartPdfImg {
    max-width: 100% !important;
    max-height: 100% !important;
}

.card-home {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .card-home .card-block {
        padding: 15px 20px;
    }

.order-card {
    color: #fff;
}

    .order-card i {
        font-size: 26px;
    }



.top-bar {
    height: 70px;
}

/* Submenú oculto por defecto */
.dropdown-submenu .dropdown-menu {
    display: none;
}

/* Mostrar submenú al hacer clic */
.dropdown-submenu.show .dropdown-menu {
    display: block;
}

#tabGastos > .nav-item > .nav-link {
    border-radius: 20px;
    margin-bottom: 10px;
    background: var(--primary-500);
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

    #tabGastos > .nav-item > .nav-link.active {
        background: white;
        color: black;
        border: 2px solid var(--primary-600);
    }

.ui-datepicker-calendar {
    display: none;
}


/*.login {
    justify-content: center;
    align-items: center;
    background-color: #fff;
}*/

.container {
    display: flex;
}

.left-pane {
    background-color: #f8f9fa; /* Color de fondo opcional */
}

.right-pane {
    background-color: #fff; /* Color de fondo opcional */
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

#sortable1, #sortable2 {
    border: 1px solid #eee;
    min-height: 20px;
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
    min-height: 400px;
    max-height: 400px;
    border-radius: 5px;
    overflow-y: auto;
}

    #sortable1 li, #sortable2 li {
        margin: 0 5px 10px 5px;
        padding: 15px 10px;
        font-size: 1.2em;
        /*border-radius: 5px;*/
        border: 0;
        background: white;
    }

    #sortable1 li {
        /*background-color: var(--tertiary-100);*/
        /*border: 2px solid var(--tertiary-400);*/
        border-left: 30px solid var(--primary-400);
    }

    #sortable2 li {
        /*background-color: var(--primary-100);*/
        /*border: 2px solid var(--primary-500);*/
        border-left: 30px solid var(--secondary-500);
    }

    #sortable1 li i {
        margin-left: -32px;
        color: white;
    }

    #sortable2 li i {
        margin-left: -32px;
        color: white;
    }

.card-reglas-asignacion {
    background: white !important;
}

.f1-steps {
    display: flex;
    justify-content: center; /* Centra los elementos horizontalmente */
    position: relative;
    margin-top: 20px;
}

.f1-step {
    flex: 0 0 33.333333%; /* Ajusta el ancho de cada paso */
    max-width: 33.333333%;
    padding: 0 5px;
    text-align: center; /* Centra el contenido dentro de cada paso */
    z-index: 1;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: var(--primary-200);
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: var(--primary-100);
    font-size: 22px;
    line-height: 48px;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid var(--primary-400);
    color: #f35b3f;
    line-height: 38px;
}

.tooltip-table {
    max-width: 350px;
    text-decoration: none;
}

.no-pointer {
    cursor: default;
}

.estado-destacado {
    border-radius: 25px;
    border: 1px solid #e5e5e5 !important;
    background-color: #ffffff !important;
    color: #000000 !important; /* negro */
}
.bg-trabajando {

    background-color: #FFEB3B !important; /* amarillo */
    color: #000000 !important; /* negro */
}

.bg-cotizado {
    background-color: #4CAF50 !important; /* verde */
    color: #ffffff !important; /* blanco */
}

.bg-enviado {
    background-color: #03A9F4 !important; /* celeste */
    color: #ffffff !important; /* blanco */
}

.bg-adjudicado {
    background-color: #2196F3 !important; /* azul */
    color: #ffffff !important; /* blanco */
}

.bg-rechazado {
    background-color: #F44336 !important; /* rojo */
    color: #ffffff !important; /* blanco */
}

.bg-vencido {
    background-color: #D3D3D3 !important; /* gris claro */
    color: #000000 !important; /* negro */
}
.padding-estado {
    padding: 0px 20px 0 20px !important;
}

.bannerLicitacion {
    width: 100%;
    background-color: #fff3cd;
    color: #856404;
    border-bottom: 1px solid #ffeeba;
    padding: 12px 24px;
    font-family: sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.modal-90-percent {
    --bs-modal-width: 90%;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.fade-enter-from, .fade-leave-to {
    opacity: 0;
    transform: translateY(-10px);
}

.fade-enter-to, .fade-leave-from {
    opacity: 1;
    transform: translateY(0);
}

/* Opcional: Para evitar saltos en el layout durante la transición */
.row {
    overflow: hidden;
}

.modal-title {
    white-space: pre; /* or pre-wrap; */
}


/*start media   nuevocss*/
@media (max-width: 767px) {
    .navbar {
        /*position: fixed;*/
        /*z-index: 1050;*/
        /*background: rgb(23,82,117);
        background: linear-gradient(90deg, rgba(23,82,117,1) 0%, rgba(81,177,223,1) 61%, rgba(228,241,250,1) 100%);*/
        background: white;
        --bs-navbar-padding-y: 0;
    }

    /*.topbar {
        padding-top: 5rem !important;
    }*/

    .card-col {
        margin-top: 4px;
        flex: 0 0 auto;
        width: 95%;
    }

    .card-col-admin-general {
        margin-top: 4px;
        flex: 0 0 auto;
        width: 95%;
    }


    .table-left {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 1rem !important;
    }

    .table-right {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 2rem !important;
    }

    /*.dropdown .dropdown-toggle h7 {
        display: none;
    }*/

    .search {
        display: none !important;
    }

    .dropdown-menu {
        position: absolute !important;
        /*left: -100px !important;*/
    }



    .nav-item {
        margin-right: 15px;
    }

    .nav-link {
        font-size: 14px;
    }

    .navbar-collapse {
        justify-content: space-between !important;
    }

    .navbar-brand {
        max-width: 120px !important;
    }

        .navbar-brand .imglogo {
            margin-top: 4px;
        }

        .navbar-brand .imgtexto {
            display: none;
        }

    .modal-xxxl .progressWiz {
        min-height: 300px;
    }

    .textoPrincipal {
        font-size: 16px;
        font-weight: 600;
    }

    .tab-evaluaciones .tab-pane:last-child .card:first-child {
        border-top-right-radius: 0 !important;
    }

        .tab-evaluaciones .tab-pane:last-child .card:first-child .card-header {
            border-top-right-radius: 0 !important;
        }
    /*.floating-botons {
        position: fixed;
        top: 300px;
        right: 0px;
    }*/
    .contenedor-informacion-proceso {
        width: 28px;
        height: 28px;
    }

    .dataTable tbody tr td {
        padding-left: 30px !important;
    }

    .nav-item-informacion button {
        font-size: 12px;
    }

    .accordion-button {
        background: var(--primary-300);
    }

    .contenedor-pregunta {
        border: 0 !important;
    }

    .table-evaluaciones > thead > tr > th {
        font-size: 13px !important;
    }

    .table-evaluaciones > tbody > tr > td {
        font-size: 12px !important;
    }

    .floating-botons {
        right: 4%;
    }

    .menu-toggle {
        left: 7px;
    }
}

@media (min-width:768px ) and (max-width: 991px) {
    .navbar {
        /*position: fixed;*/
        /*background: rgb(23,82,117);
        background: linear-gradient(90deg, rgba(23,82,117,1) 0%, rgba(81,177,223,1) 61%, rgba(228,241,250,1) 100%);*/
        background: white;
        --bs-navbar-padding-y: 0;
        /*z-index: 1050;*/
    }

    .topbar {
        padding-top: 5rem !important;
    }

    .card-col {
        margin-top: 4px;
        flex: 0 0 auto;
        width: 95%;
    }

    .card-col-admin-general {
        margin-top: 4px;
        flex: 0 0 auto;
        width: 95%;
    }

    .table-left {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 1rem !important;
    }

    .table-right {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 2rem !important;
    }

    /*.dropdown .dropdown-toggle h7 {
        display: none;
    }*/

    .search {
        display: none !important;
    }

    .dropdown-menu {
        position: absolute !important;
        /*left: -100px !important;*/
    }

    .nav-item {
        margin-right: 15px;
    }

    .nav-link {
        font-size: 14px;
    }

    .navbar-collapse {
        justify-content: space-between !important;
    }

    .navbar-brand {
        max-width: 120px !important;
    }

        .navbar-brand .imglogo {
            margin-top: 4px;
        }

        .navbar-brand .imgtexto {
            display: none;
        }

    .modal-xxxl .progressWiz {
        min-height: 300px;
    }

    .bg-header {
        font-size: 14px !important;
    }

    .contenedor-informacion-proceso {
        width: 28px;
        height: 28px;
    }

    .dataTable tbody tr td {
        padding-left: 30px !important;
    }

    .nav-item-informacion button {
        font-size: 12px;
    }

    .contenedor-pregunta {
        border: 0 !important;
    }

    .table-evaluaciones > thead > tr > th {
        font-size: 14px !important;
    }

    .table-evaluaciones > tbody > tr > td {
        font-size: 13px !important;
    }

    .floating-botons {
        right: 4%;
    }

    /* .menu-toggle {
        position: absolute;
    }*/
}

@media (min-width:992px ) and (max-width: 1199px) {

    .offset-lg-3 {
        margin-left: 25% !important;
    }

    .offset-lg-50 {
        margin-left: 50% !important;
    }

    .header {
        /*width: 92rem !important;*/
        position: fixed !important;
    }

    .navbar {
        /*background: rgb(23,82,117);
        background: linear-gradient(90deg, rgba(23,82,117,1) 0%, rgba(81,177,223,1) 61%, rgba(228,241,250,1) 100%);*/
        background: white;
        position: fixed;
        --bs-navbar-padding-y: 0;
        /*z-index: 1050;*/
    }

    .card-col {
        margin-top: 4px;
        flex: 0 0 auto;
        width: 23% !important;
    }

    .card-col-admin-general {
        margin-top: 4px;
        flex: 0 0 auto;
        width: 19% !important;
    }

    .table-left {
        flex: 0 0 auto;
        width: 100%;
        max-width: 55%;
        padding-right: 1rem !important;
    }

        .table-left card {
            height: 100%;
        }

    .table-right {
        flex: 0 0 auto;
        width: 100%;
        max-width: 45%;
    }

    .modal-xxxl .modal-content {
        min-height: 500px;
    }

    .bg-header {
        font-size: 14px !important;
    }

    .topbar {
        padding-top: 60px !important;
    }

    .contenedor-informacion-proceso {
        width: 28px;
        height: 28px;
    }

    .texto-colaborador {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .offset-lg-3 {
        margin-left: 25% !important;
    }

    .offset-lg-50 {
        margin-left: 50% !important;
    }

    .container {
        max-width: 90%;
    }

    .diagonal-text {
        writing-mode: vertical-rl;
        transform: rotate(225deg) translate(-13px, 1px);
    }

    html {
        min-height: 100%;
        min-width: 100%;
    }

    .topbar {
        padding-top: 60px !important;
    }

    .navbar {
        position: fixed;
        --bs-navbar-padding-y: 0;
        /*z-index: 1050;*/
        /*background: rgb(23,82,117);
        background: linear-gradient(90deg, rgba(23,82,117,1) 0%, rgba(81,177,223,1) 61%, rgba(228,241,250,1) 100%);*/
        background: white;
    }

    .card-col {
        flex: 0 0 auto;
        width: 24%;
    }

    .card-col-admin-general {
        flex: 0 0 auto;
        width: 19%;
    }

    .table-left {
        flex: 0 0 auto;
        width: 58.33333333%;
        padding-right: 1rem !important;
    }

    .table-right {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .modal-xxxl form {
        min-height: 300px;
    }

    .modal-xxxl .modal-content {
        min-height: 400px;
    }

    #formCambiar {
        width: 30rem;
        height: 21rem;
    }

    .bg-header {
        font-size: 14px !important;
    }

    /*  .card-notas {
        margin-top: -1rem;
    }*/

    #pendientes-tab, #finalizadas-tab {
        font-size: 20px;
    }

    .accordionProcesos .accordion-item .accordion-header .accordion-button {
        font-size: 20px;
    }



    .texto-colaborador {
        font-size: 20px;
    }

   
}

@media (min-width:1900px) {
    .container {
        max-width: 1690px;
    }
    
}

.text-right{
    text-align:right;
}
.badge-button-x {
    font-size: 12px;
    line-height: 5px;
    padding-left: 5px;
    border-radius: 55px;
    padding-right: 6px;
}
.placeholder-new {
    position: relative;
}

    .placeholder-new::after {
        position: absolute;
        left: 12px;
        top: 6px;
        content: attr(data-placeholder);
        pointer-events: none;
        opacity: 0.6;
    }

.form-control input, .form-control input:focus, .form-control input:active, .form-control input:focus-visible {
    width: 100%;
    border: 0;
    outline:none;
}

.nav-tabs .nav-item:first-child button
{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.nav-tabs .nav-item:last-child button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.nav-tabs .nav-item:not(:first-child):not(:last-child) button {
    border-radius: 0 !important;
}
/*@media (min-width:768px) {
    .dt-container {
        margin-top: -40px;
    }
    .dt-layout-row:first-child {
        top: 40px;
        margin-top: -40px;
    }
}

.dt-layout-row:first-child {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    width: 60px !important;
}
.dt-container {
    z-index: 1;
}
.mb-3 {
    z-index: 2;
}*/

.tooltip{
    z-index:9999;
}
.w-90{
    width:90% !important;
    max-width:90%;
}

.form-control.disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}