* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.rounded-start {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rounded-end {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.w-20 {
    width: 20%;
}

.h-100 {
    height: 100%;
}

.h-25px {
    height: 25px !important;
}

.h-20px {
    height: 20px !important;
}

.max-h-70 {
    max-height: 70vh;
}

.h-85 {
    height: 85vh;
}

.w-20px {
    width: 20px;
}

.w-25px {
    width: 25px !important;
}

.w-80px {
    width: 80px;
}

.w-90px {
    width: 90px !important;
}

.w-120px {
    width: 120px !important;
}

.w-135px {
    width: 135px !important;
}

.w-200px {
    width: 200px !important;
}

.w-250px {
    width: 250px !important;
}

.w-500px {
    width: 500px !important;
}

.w-800px {
    width: 800px !important;
}

.max-h-600px {
    max-height: 600px;
}

.my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.border-01 {
    border: 1px solid #000;
}

.b-radius-top {
    border-radius: 5px 5px 0 0;
}

.b-radius-3px {
    border-radius: 3px;
}

.margin-5px {
    margin: 5px;
}

.margin-10px {
    margin: 10px;
}

.marginR-10px {
    margin-right: 10px;
}

.scrollbar-stable {
    scrollbar-gutter: stable;
}

canvas {
    max-width: 100%; /* Asegura que las gráficas no se desborden */
    max-height: 60vh; /* Mantiene la proporción de la gráfica */
}

.note-editor.note-frame.card.fullscreen {
    z-index: 1040 !important;
}

#ui-id-1 {
    position: absolute;
}

#ui-id-2{
    position:absolute;
}

.docReserva-toolbar {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: black;
}

.docReserva-archivo {
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

/* MODALES (BOXSHADOW)*/
.modal-boxshadow_01 {
    background: rgba(1, 1, 1, .5);
}

.enfasis {
    font-weight: bold;
    font-style: italic;
}

.enfasis-discreto {
    font-weight: bold;
    font-style: italic;
    color: #7c7878;
}

.text-right {
    text-align: right;
}

.active {
    font-weight: bold !important;
}

tbody tr:hover {
    background-color: #eee9e1;
}

.registroSeleccionado {
    background-color: #eee9e1;
}

.ventana-completa {
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 0px;
}

.centrar-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
}

.barra {
    width: 50px;
    height: 50px;
    background-color: orangered;
}

.tr-active {
    background-color: #ffc88b;
}

.menu__no-padding-views {
    padding: 0 !important;
    margin: 0 !important;
}


.document-viewer-toolbar {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: black;
}

.document-viewer-content {
    position: absolute;
    top: 45px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

.document-viewer-properties {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 400px;
}

/*Modal Pasajero_NombreCompleto*/
.ui-menu {
    z-index: 10000;
    width: max-content;
    max-height: 300px;
    height: auto;
    background: #ffffff;
    border: 1px solid #ced7dd;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    list-style: none;
    overflow: hidden;
    overflow-y: scroll;
}

    .ui-menu::-webkit-scrollbar {
        width: 10px;
    }

    .ui-menu::-webkit-scrollbar-thumb {
        background: #7c7878;
    }

/*    #ui-id-1 li {
        font-size: small;
    }

        #ui-id-1 li:hover {
            background-color: black !important;
            color: white;
        }
*/
.ui-menu-item:hover {
    background: rgba(1,1,1,0.2);
    cursor: pointer;
}

.ui-menu-item:focus-visible {
    background: rgba(1,1,1,0.2);
    padding: 5px;
}

.highlight {
    background-color: yellow;
}

.ui-helper-hidden-accessible {
    color: red;
}


input.NumPoliza {
    border: none;
    width: 90px;
    background-color: transparent;
}

.image_container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.img-preview {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

    .img-preview img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px;
        transition: transform .2s ease;
    }

        .img-preview img:hover {
            filter: brightness(65%);
            transform: scale(1.1);
        }

.seleccionado {
    filter: brightness(30%);
}

.tag {
    width: max-content;
    display: inline-block;
    background-color: #343a40;
    color: rgba(255,255,255,.5);
    padding: 4px;
    margin: 5px;
    border-radius: 10px;
    position: relative;
}

    .tag .remove {
        position: relative;
        border-radius: 10px;
        margin: 0px 0px 0px 5px;
        cursor: pointer;
        color: #fff;
        transition: all 0.3s;
    }

    .tag:hover .remove {
        background: rgba(255,255,255,.1);
        border-radius: 20px;
    }


.z_index_1000 {
    z-index: 1100 !important;
}

/*.cartasBody{
    width:100%;
    height:75vh;
    position:relative;
    display:grid;
    gap:30px;
    grid-template-columns:28% 68%;
}*/

.border01 {
    border: 1px solid black;
}

.container01_plantillaHtmlStr {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container02_plantillaHtmlStr {
    width: 95%;
    height: 93%;
    margin-top: 30px;
    padding: 10px;
    position: absolute;
    border: 1px solid;
    background-color: rgba(1,1,1,.2);
}

.plantillaHtmlStr {
    width: 100%;
    height: 75vh;
    background: white;
    padding: 10px;
}

#Asunto {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}


.bg-carta {
    background: rgba(1,1,1,.06);
}

/*
#resultadosPasajeros table{
    position:relative;
    width:max-content;
    height:max-content;
    padding:20px;
}*/

.carta-plantilla {
    position: fixed;
    top: 125px;
    bottom: 50px;
    left: 25px;
    right: 25px;
    overflow: hidden;
}

.summernote-opciones {
    top: 30px;
    left: 0;
}

.opcionesCampos {
    position: absolute;
}

#camposLista {
    background-color: #ffffff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 10px;
    gap: 20px;
    border-radius: 7px;
    border: 2px solid silver;
    opacity: 0;
}

    #camposLista ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #camposLista ul li {
            margin-bottom: 5px;
        }

            #camposLista ul li button {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 5px;
                font-size: small;
                padding: 3px;
            }

    #camposLista .dropdown-menu {
        padding: 5px;
    }

        #camposLista .dropdown-menu a {
            transition: all .2s ease-in-out;
            border-radius: 5px;
        }

            #camposLista .dropdown-menu a:hover {
                background-color: silver;
            }

/*MODAL CAMPOS*/
.ListaCampos ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

    .ListaCampos ul li {
        margin-left: 5px;
        padding: .5px 5px;
        border-radius: 3px;
        transition: all .1s ease-in-out;
        cursor: pointer;
    }

        .ListaCampos ul li:hover {
            background-color: #d7dfe8;
        }

.campoSeleccionado {
    background-color: #d7dfe8;
}

.ResaltarCampo {
    background-color: rgba(1, 1, 1, 0.2);
    padding: 0 3px;
    border-radius: 5px;
}

.error {
    color: red;
}

.permissions-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
    border-radius: 7px;
}

.acceso_denegado_container {
    width: 100%;
    height: 90vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#table_users td, #table_roles td {
    align-content: center;
}

.content-container {
    width: 100%;
    justify-content: center;
    align-content: center;
    text-align: center;
}

/* Estilos base primero */
#telemarketing {
    margin-top: 45px; /* Valor por defecto */
}


/*--------------Telemarketing Llamada*/
#tiempo {
    display: flex;
    position: relative;
    padding: 5px;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.custom-tabs i {
    color: #fff;
}

.call-in i {
    font-size: 8px;
    color: red;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.8), 0 0 20px rgba(255, 0, 0, 0.6);
    animation: blink 2s infinite;
}

#TablaVuelosSeleccionados table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}


    #TablaVuelosSeleccionados table thead tr th {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: max-content;
    }


.itinerario-vuelos .table {
    border: 1px solid rgba(1, 1, 1, .3);
    border-collapse: collapse;
}

    .itinerario-vuelos .table th {
        text-align: center;
    }

    .itinerario-vuelos .table td {
        padding: 5px;
    }

/* Agregar efectos en hover */
/*.itinerario-vuelos .table tbody tr:hover {
        background-color: rgba(0, 123, 255, 0.1);
    }*/

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }
}

@media (max-width: 1284px) {
    #telemarketing {
        margin-top: 145px; /* Cambia el margen superior a 0 en pantallas pequeñas */
    }
}

@media (max-width: 770px) {
    #telemarketing {
        margin-top: 190px; /* Cambia el margen superior a 0 en pantallas pequeñas */
    }
}
