
.elementHide{
    display: none;
}
.elementHide{
    display: none;
}
.css-span-pagination{
    margin-top: 8px;
}

/**Color para los 'placeholder' **/
input.form-control-alternative, input.form-control-alternative:focus{
    color: #283451!important;
}

.form-control{
    color: #283451!important;
}

.css-div-btn-remove-field{
    padding-left: 0;
}
.css-btn-remove-field{
    margin-top: 39px;
}

.css-cursor-pointer{
    cursor: pointer;
}
.css-cursor-not-allowed{
    cursor: not-allowed;
}


.td-word-wrap-content{
    white-space: normal !important;
    word-wrap: break-word;
}
input.codigo{
    color: #579C44!important;
    font-weight: bold;
}

/* Botones para desplazar (subir-bajar) prioridades */
.css-btn-up-down-priorities{
    margin-right: 0!important;
    margin-left: 0!important;
}

#spopup{
    background:#f3f3f3;
    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    -moz-box-shadow:inset 0 0 3px #333;
    -webkit-box-shadow:inset 0 0 3px #333;
    padding:12px 14px 12px 14px;
    width:300px;
    position:fixed;
    bottom:100px;
    right:-100px;
    z-index:10000000;

}


.ul_hijo li{
    /*list-style: none!important;*/
    padding: 0!important;
    margin: 0!important;
}

.ul_hijo{
    display: none;
}


.progress{
    display: none;
}


.puntero{
    cursor: pointer;!important;
}


.swal2-container {
    z-index: 100000!important;
}

.switch-container {
    position: relative;
    width: 100px; /* Ajusta esta anchura según tus necesidades */
    height: 34px;
    display: inline-block;
}

.toggle-switch {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--off-color, #ccc);
    border-radius: 34px;
    width: 100px; /* Ajusta esta anchura según tus necesidades */
    height: 34px;
    transition: background-color 0.2s;
    cursor: pointer;
    bottom: 18px;
}

.switch-label::before {
    content: "";
    position: absolute;
    width: 15px; /* Ajusta el tamaño según tus necesidades */
    height: 15px; /* Ajusta el tamaño según tus necesidades */
    left: 2px; /* Ajusta esta posición según el tamaño de la bolita */
    bottom: 11px; /* Ajusta esta posición según el tamaño de la bolita */
    background-color: white;
    border-radius: 50%;
    transition: transform 0.2s;
}

.switch-label .switch-text {
    position: absolute;
    color: white;
    font-size: 12px;
    user-select: none;
}

.toggle-switch:checked + .switch-label {
    background-color: var(--on-color, #4caf50);
}

.toggle-switch:checked + .switch-label::before {
    transform: translateX(66px); /* Ajusta este valor según la anchura del switch */
}


.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.image-container img {
    width: 100%;
    display: block;
    border-radius: 10px; /* Bordeado para la portada */
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    visibility: hidden;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.image-container:hover .overlay {
    visibility: visible;
}

.cover-photo {
    width: 100%;
    height: 200px;
    background-color: #ccc;
    position: relative;
    border-radius: 10px; /* Bordeado para la portada */
}

.profile-photo-container {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto;
}

.profile-photo {
    width: 100%;
    height: 100%;
    background-color: #ccc;
    border-radius: 50%;
    position: relative;
    border: 5px solid #fff; /* Borde blanco alrededor de la foto de perfil */
    overflow: hidden;
}

.profile-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%; /* Asegura que la imagen dentro también sea redonda */
}

.profile-photo .overlay {
    border-radius: 50%; /* Asegura que el overlay también sea redondo */
}

.table_acompanante{
    height: 300px;
    overflow-y: auto;
}

.swal-wide{
    width:1050px !important;
}


.loader-page {
    position: fixed;
    z-index: 25000;
    background: rgb(240, 240, 240); /* Un tono gris claro y profesional */
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.loader-page::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-sizing: border-box;

    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
}
@keyframes rotarload {
    0%   {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}
.loader-page::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
}

.css-dashboard-logo{
    width: 208px;
}

.carousel-control-prev:hover{

}
.carousel-control-prev{
    background: transparent;
    border:transparent;
}

.carousel-control-next:hover{

}
.carousel-control-next{
    background: transparent;
    border:transparent;
}