﻿.requerido:after {
    content: " *";
    color: red;
}
.btndpkcenartys {
    cursor: pointer;
}

.item-hide-cnartys {
    display: none;
}

.overlay {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(233, 233, 233, 0.7);
}

.loader {
    position: relative;
    top: 38%;
    margin: 0 auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #22B9FF;
    border-bottom: 16px solid #22B9FF;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-save-rigth {
    text-align: right;
    position: fixed;
    top: 80%;
    right: 20px;
    list-style: none;
    margin: 0;
    z-index: 50;
    width:auto;
}

.ui-state-default-vinculo {
    background-color: #eee;
}

.ui-state-highlight-vinculo {
    background-color: #dfffdf;
}

#sortable1, #sortable2 {
    border: 1px solid #eee;
    width: 100%;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px;
}

#sortable1 li, #sortable2 li {
        margin: 5px;
        padding: 5px;
        font-size: 1.2em;
        width: 100%;
}

.toast-title {
    color: white !important;
    font-weight: bold !important;
}

.min-width{
    min-width:100px !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #22b9ff !important;
    border-color: #22b9ff !important;
}

.page-link:hover {
    z-index: 2;
    color: #22b9ff !important;
    text-decoration: none;
    background-color: #ebedf2 !important;
    border-color: #ebedf2 !important;  
}
.swall-items-description {
    text-align:left
}

.tooltip-detail {
    position: absolute;
    width: 50%;
    height: auto;
    background: black;
    background-size: 50px;
    z-index: 1;
    opacity: .9;
    margin-top: -250px;
    margin-left: 250px;
    padding: 15px 15px 15px 15px;
    color: white;
}

.checkbox-wrapper-46 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .checkbox-wrapper-46 .cbx span {
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
    }

        .checkbox-wrapper-46 .cbx span:first-child {
            position: relative;
            width: 18px;
            height: 18px;
            border-radius: 3px;
            transform: scale(1);
            vertical-align: middle;
            border: 1px solid #9098A9;
            transition: all 0.2s ease;
        }

            .checkbox-wrapper-46 .cbx span:first-child svg {
                position: absolute;
                top: 3px;
                left: 2px;
                fill: none;
                stroke: #FFFFFF;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 16px;
                stroke-dashoffset: 16px;
                transition: all 0.3s ease;
                transition-delay: 0.1s;
                transform: translate3d(0, 0, 0);
            }

            .checkbox-wrapper-46 .cbx span:first-child:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #007472;
                display: block;
                transform: scale(0);
                opacity: 1;
                border-radius: 50%;
            }

        .checkbox-wrapper-46 .cbx span:last-child {
            padding-left: 8px;
        }

    .checkbox-wrapper-46 .cbx:hover span:first-child {
        border-color: #007472;
    }

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
    background: #007472;
    border-color: #007472;
    animation: wave-46 0.4s ease;
}

    .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0;
    }

    .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
        transform: scale(3.5);
        opacity: 0;
        transition: all 0.6s ease;
    }

@keyframes wave-46 {
    50% {
        transform: scale(0.9);
    }
}
label.cbx {
    display: inline-flex;
    align-items: center;
}

    label.cbx span:last-child {
        margin-right: 5px;
    }

.recuadro-fijo {
    width: 20px !important;
    height: 20px !important;
    box-sizing: border-box !important;
    margin-right: 20px !important;
}
.label-text {
    display: inline-block; /* Mantiene el texto en la misma línea */
    max-width: calc(100% - 20px - 10px); /* Permite que el texto ocupe el espacio restante */
    /* Ajusta el tamaño de fuente, la altura de línea y otros estilos según sea necesario */
}

.checkboxes-container {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-wrapper {
    margin-right: 20px;
    margin-bottom: 10px;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

    .checkbox label {
        cursor: pointer;
    }

.checkbox-divider {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
    width: 100%;
}

/* Estilos adicionales para checkboxes */
.checkbox input[type="checkbox"] {
    display: none;
}

    .checkbox input[type="checkbox"] + label {
        position: relative;
        padding-left: 25px; /* Espacio para el estilo del checkbox personalizado */
        cursor: pointer;
    }

        .checkbox input[type="checkbox"] + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            border: 1px solid #ccc;
            border-radius: 3px;
            background-color: #fff;
        }

    .checkbox input[type="checkbox"]:checked + label:before {
        background-color: #506EEC; /* Color de fondo cuando está seleccionado */
    }

    .checkbox input[type="checkbox"] + label:after {
        content: '\2714'; /* Símbolo de check */
        position: absolute;
        left: 4px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 14px;
        line-height: 1;
        display: none; /* Oculto por defecto */
    }

    .checkbox input[type="checkbox"]:checked + label:after {
        display: block; /* Mostrar cuando está seleccionado */
    }
.custom-checkbox {
    width: 20px; /* Ajusta el tamaño según sea necesario */
    height: 20px; /* Ajusta el tamaño según sea necesario */
}
#listaDependencias {
    max-height: 400px; /* Ajusta esta altura según sea necesario */
    overflow-y: auto;
    padding: 10px;
}
.styled-link {
    position: relative;
    text-decoration: none;
    color: black;
}

    .styled-link::after {
        content: url('../../img/dowload.svg'); /* Reemplaza con la ruta de tu icono */
        position: absolute;
        right: -25px; /* Ajusta según el tamaño del icono */
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.3s;
    }

    .styled-link:hover {
        text-decoration: underline;
    }

        .styled-link:hover::after {
            opacity: 1;
        }

.btnenline {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}