﻿body {
    /*font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-weight: 600;
    line-height: 1.5;*/
    word-wrap: break-word;
    word-break: break-word;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #4C4493;
    border-radius: 5px;
}

#js-nav-menu li {
    padding-top: 4px !important;
    padding-bottom: 3px !important;
}

.root-text-sm {
    font-size: 13px !important;
}

body .chosen-container {
    width: 100% !important;
    max-width: 100%;
}

body .chosen-container-multi .chosen-choices {
    box-shadow: 0 0 0 #000 !important;
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.52857143;
    color: #3a3f51;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dde6e9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    body .chosen-container-multi .chosen-choices:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    body .chosen-container-multi .chosen-choices::-moz-placeholder {
        color: #b7bac9;
        opacity: 1;
    }

    body .chosen-container-multi .chosen-choices:-ms-input-placeholder {
        color: #b7bac9;
    }

    body .chosen-container-multi .chosen-choices::-webkit-input-placeholder {
        color: #b7bac9;
    }

    body .chosen-container-multi .chosen-choices[disabled], body .chosen-container-multi .chosen-choices[readonly], fieldset[disabled] body .chosen-container-multi .chosen-choices {
        cursor: not-allowed;
        background-color: #edf1f2;
        opacity: 1;
    }

textareabody .chosen-container-multi .chosen-choices {
    height: auto;
}

body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: auto;
    padding: 0;
}

body .chosen-container-multi .chosen-choices li.search-choice {
    margin: 0 5px 3px 0;
    background-color: #f5f6f7;
    border: 1px solid #e7e9ec;
    background-image: none;
}

body .chosen-container .chosen-results li.highlighted {
    background-color: #a1a2a3;
    background-image: none;
}

body .chosen-container .chosen-drop {
    border-color: #ddd;
}

body .chosen-container .chosen-results li.group-result {
    color: #747576;
    letter-spacing: .02em;
}

body .chosen-container-active.chosen-with-drop .chosen-single, body .chosen-container-single .chosen-single {
    box-shadow: 0 0 0 #000 !important;
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.52857143;
    color: #3a3f51;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dde6e9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    body .chosen-container-active.chosen-with-drop .chosen-single:focus, body .chosen-container-single .chosen-single:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    body .chosen-container-active.chosen-with-drop .chosen-single::-moz-placeholder, body .chosen-container-single .chosen-single::-moz-placeholder {
        color: #b7bac9;
        opacity: 1;
    }

    body .chosen-container-active.chosen-with-drop .chosen-single:-ms-input-placeholder, body .chosen-container-single .chosen-single:-ms-input-placeholder {
        color: #b7bac9;
    }

    body .chosen-container-active.chosen-with-drop .chosen-single::-webkit-input-placeholder, body .chosen-container-single .chosen-single::-webkit-input-placeholder {
        color: #b7bac9;
    }

    body .chosen-container-active.chosen-with-drop .chosen-single[disabled], body .chosen-container-active.chosen-with-drop .chosen-single[readonly], body .chosen-container-single .chosen-single[disabled], body .chosen-container-single .chosen-single[readonly], fieldset[disabled] body .chosen-container-active.chosen-with-drop .chosen-single, fieldset[disabled] body .chosen-container-single .chosen-single {
        cursor: not-allowed;
        background-color: #edf1f2;
        opacity: 1;
    }

textareabody .chosen-container-active.chosen-with-drop .chosen-single, textareabody .chosen-container-single .chosen-single {
    height: auto;
}

body .chosen-container-single .chosen-drop {
    margin-top: -3px;
}

body .chosen-container-single .chosen-single div {
    top: 6px;
    right: 5px;
}

body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: #b7bac9;
}

.header-icon > i:hover {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 50%;
}

.app-list li a {
    cursor: pointer;
}

table thead tr {
    background-color: #4A4397;
    color: white;
    border-color: #4A4397;
}

table thead th {
    border-color: #4A4397 !important;
}

.divLoginRedes {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

    .divLoginRedes a {
        margin-right: 5px;
    }

.MuiTypography {
    font-size: 1.6rem;
    font-family: "roboto", "helvetica", "arial", sans-serif;
    font-weight: 400;
    line-height: 1.235;
    letter-spacing: 0.00735em;
}

.panel-footer {
    padding: 10px 15px;
    /*background-color: #f5f5f5;*/
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .panel-footer .radial-bar, .panel-footer p {
        margin-bottom: 0;
    }


.modal {
    color: #666666;
  /*  display: flex;
    align-items: center;
    justify-content: center;*/
}

.modal-show-center {
    
    align-items: center;
    justify-content: center;
}

.modal-lateral .modal-body {
    padding-bottom: 5px;
    height: calc(100vh - 83px - 60px);
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-footer {
    padding-top: 0px;
    padding-bottom: 0px;
}

.chosen-disabled > a {
    background-color: #eee;
}

.fileinput-button {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1.125rem;
    font-size: 0.8125rem;
    line-height: 1.48;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

.addFile {
    height: 60px;
    width: 770px;
}


/* Estilo de lapiz editar de archivos imagen */
.file-input {
    visibility: hidden;
    width: 0;
    position: relative;
    top: 30px;
    cursor: pointer;
    z-index: 1;
    font-size: 22px;
    margin: 0 auto;
    right: -14px;
}

    .file-input::before {
        visibility: visible;
        position: absolute;
        color: #4299e6;
    }

    .file-input:hover::before {
        border-color: black;
    }


#inputFileImg {
    width: 135px;
    position: relative;
    z-index: 3;
    top: 2px;
    right: 32px;
}

.inputFileImg {
    width: 135px;
    position: relative;
    z-index: 3;
    top: 2px;
    right: 32px;
}

/* estilo para imprimir codigo qr, impresora */

.print-input {
    width: 0;
    position: relative;
    top: 9px;
    cursor: pointer;
    z-index: 1;
    font-size: 22px;
    margin: 0 auto;
    right: 32px;
    color: #4299e6;
}

/* Estilo de imagen y icono para mostrar en lista chico */
.iconoImagenSmall {
    font-size: 1.60em;
    display: none;
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 90px;
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%);
    z-index: 1;
    position: relative;
    text-align: center;
}

    .iconoImagenSmall:before {
        vertical-align: sub;
    }


.imgImagenSmall {
    width: 35px;
    height: 35px;
    border-radius: 90px;
    display: none;
    float: left;
}



/* Estilo de imagen y icono para mostrar en lista normal */
.imgImagen {
    width: 50px;
    height: 50px;
    border-radius: 90px;
    display: none;
    float: left;
}

.iconoImagen {
    font-size: 2.01em;
    display: none;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 90px;
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%);
    z-index: 1;
    position: relative;
    text-align: center;
}

    .iconoImagen:before {
        vertical-align: -webkit-baseline-middle;
    }




/* Estilo de imagen y icono para agregar archivo o editarlo */
.imgImagenGrande {
    width: 120px;
    height: 120px;
    border-radius: 90px;
    display: none;
    float: left;
}

.imgImagenMediana {
    width: 80px;
    height: 80px;
    border-radius: 90px;
    display: none;
    float: left;
}

.imgImagenQR {
    width: 200px;
    height: 200px;
    float: left;
}

#iconoImagenGrande {
    font-size: 4.01em;
    display: none;
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 90px;
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%);
    z-index: 1;
    position: relative;
    text-align: center;
}

    #iconoImagenGrande:before {
        vertical-align: -webkit-baseline-middle;
    }


.iconoImagenGrande {
    font-size: 4.01em;
    display: none;
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 90px;
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%);
    z-index: 1;
    position: relative;
    text-align: center;
}

    .iconoImagenGrande:before {
        vertical-align: -webkit-baseline-middle;
    }



.seleccionarFila {
    /*font-weight: 500;
    color: inherit;*/
    -webkit-box-shadow: inset 0 0 0px 1px #886ab5;
    box-shadow: inset 0 0 0px 1px #886ab5;
    background: rgba(136, 106, 181, 0.1);
    font-weight: 500;
    color: inherit;
}

.seleccionarFilaHover:hover {
    background-color: rgba(0,0,0,.12);
    border-radius:8px;
}


.note-editor {
    background-image: -webkit-linear-gradient(#eee .1em,transparent .1em);
    background-image: linear-gradient(#eee .1em,transparent .1em);
    background-size: 100% 20px;
    background-color: #fff;
    line-height: 20px;
    margin-top: 5px;
    padding: 0 0 1px;
    border: none;
    width: 100%;
}

    .note-editor.note-editor-margin {
        background-image: -webkit-linear-gradient(0deg,transparent 49px,#ffe0c4 49px,#ffe0c4 51px,transparent 51px),-webkit-linear-gradient(#eee .1em,transparent .1em);
        background-image: linear-gradient(90deg,transparent 49px,#ffe0c4 49px,#ffe0c4 51px,transparent 51px),linear-gradient(#eee .1em,transparent .1em);
        padding-left: 55px;
    }

.filaStars {
    height: 60px;
}

.valoracion {
    flex-direction: row-reverse;
    float: left;
    position: absolute;
}

    .valoracion i {
        transition: 1s all;
    }

        .valoracion i:hover {
            cursor: pointer;
            transform: rotate(360deg);
            font-weight: 900;
        }

        .valoracion i:nth-child(1):hover ~ i {
            transform: rotate(360deg);
            font-weight: 900;
        }

        .valoracion i:nth-child(2):hover ~ i {
            transform: rotate(360deg);
            font-weight: 900;
        }

        .valoracion i:nth-child(3):hover ~ i {
            transform: rotate(360deg);
            font-weight: 900;
        }

        .valoracion i:nth-child(4):hover ~ i {
            transform: rotate(360deg);
            font-weight: 900;
        }

        .valoracion i:nth-child(5):hover ~ i {
            transform: rotate(360deg);
            font-weight: 900;
        }

    .valoracion .fas:nth-child(1):hover {
        transform: rotate(360deg);
        font-weight: 100 !important;
    }

    .valoracion .fas:nth-child(2):hover {
        transform: rotate(360deg);
        font-weight: 100 !important;
    }

    .valoracion .fas:nth-child(3):hover {
        transform: rotate(360deg);
        font-weight: 100 !important;
    }

    .valoracion .fas:nth-child(4):hover {
        transform: rotate(360deg);
        font-weight: 100 !important;
    }

    .valoracion .fas:nth-child(5):hover {
        transform: rotate(360deg);
        font-weight: 100 !important;
    }

.panel-agregar {
    background-color: white;
    color: deepskyblue;
    border-radius: 8px;
}

    .panel-agregar:hover {
        color: dodgerblue !important;
    }

.panel-fullscreen .panel-agregar {
    width: 1.5rem !important;
    height: 1.5rem !important;
    display: none;
}

    .panel-fullscreen .panel-agregar:before {
        display: none;
    }





.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        margin-bottom: 0px;
    }





.estiloScroll::-webkit-scrollbar {
    width: 8px; /* Tamaño del scroll en vertical */
    height: 8px; /* Tamaño del scroll en horizontal */
    /*  display: none; Ocultar scroll */
}


/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.estiloScroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

    /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
    .estiloScroll::-webkit-scrollbar-thumb:hover {
        background: #b3b3b3;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    }

    /* Cambiamos el fondo cuando esté en active */
    .estiloScroll::-webkit-scrollbar-thumb:active {
        background-color: #999999;
    }


/* Ponemos un color de fondo y redondeamos las esquinas del track */
.estiloScroll::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

    /* Cambiamos el fondo cuando esté en active o hover */
    .estiloScroll::-webkit-scrollbar-track:hover,
    .estiloScroll::-webkit-scrollbar-track:active {
        background: #d4d4d4;
    }

/* Estilo del thumb (la barra de desplazamiento) */
::-webkit-scrollbar-thumb {
    background: #4C4493; /* Color del scroll */
    border-radius: 5px; /* Borde redondeado */
}


.box-placeholder {
    margin-bottom: 15px;
    padding: 18px;
    border: 1px dashed #ddd;
    background: #fafafa;
    color: #444;
}

    .box-placeholder > :last-child {
        margin-bottom: 0;
    }

.box-placeholder-lg {
    padding-top: 80px;
    padding-bottom: 80px;
}






.iconoAvatar {
    padding: 10px;
    color: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    float: left;
    display: none;
    margin: 0 auto;
    white-space: nowrap;
    background-color: black;
}

    .iconoAvatar.iconoAvatarGrande {
        width: 120px !important;
        height: 120px !important;
        font-size: 54px !important;
        padding: 12px !important;
        padding-top: 20px !important;
    }


    .iconoAvatar.iconoAvatarSmall {
        width: 35px !important;
        height: 35px !important;
        font-size: 18px !important;
        padding: 5px !important;
    }

    .iconoAvatar.iconoAvatarItem {
        width: 17px !important;
        height: 17px !important;
        font-size: 9px !important;
        padding: 3px !important;
        margin-right: 7px;
    }


    .iconoAvatar.a, .fondoPorLetra.a {
        background-color: rgb(122,117,116);
    }

    .iconoAvatar.b, .fondoPorLetra.b {
        background-color: rgb(0,120,212);
    }

    .iconoAvatar.c, .fondoPorLetra.c {
        background-color: rgb(105,121,126);
    }

    .iconoAvatar.d, .fondoPorLetra.d {
        background-color: rgb(164,38,44);
    }

    .iconoAvatar.e, .fondoPorLetra.e {
        background-color: rgb(202,80,16);
    }

    .iconoAvatar.f, .fondoPorLetra.f {
        background-color: rgb(151,111,1);
    }

    .iconoAvatar.g, .fondoPorLetra.g {
        background-color: rgb(0,91,112);
    }

    .iconoAvatar.h, .fondoPorLetra.h {
        background-color: rgb(92,46,145);
    }

    .iconoAvatar.i, .fondoPorLetra.i {
        background-color: rgb(227,0,140);
    }

    .iconoAvatar.j, .fondoPorLetra.j {
        background-color: rgb(142,86,46);
    }

    .iconoAvatar.k, .fondoPorLetra.k {
        background-color: rgb(0,78,140);
    }

    .iconoAvatar.l, .fondoPorLetra.l {
        background-color: rgb(194,57,179);
    }

    .iconoAvatar.m, .fondoPorLetra.m {
        background-color: rgb(209,52,56);
    }

    .iconoAvatar.n, .fondoPorLetra.n {
        background-color: rgb(122,117,116);
    }

    .iconoAvatar.ñ, .fondoPorLetra.ñ {
        background-color: rgb(0,120,212);
    }

    .iconoAvatar.o, .fondoPorLetra.o {
        background-color: rgb(105,121,126);
    }

    .iconoAvatar.p, .fondoPorLetra.p {
        background-color: rgb(164,38,44);
    }

    .iconoAvatar.q, .fondoPorLetra.q {
        background-color: rgb(202,80,16);
    }

    .iconoAvatar.r, .fondoPorLetra.r {
        background-color: rgb(151,111,1);
    }

    .iconoAvatar.s, .fondoPorLetra.s {
        background-color: rgb(0,91,112);
    }

    .iconoAvatar.t, .fondoPorLetra.t {
        background-color: rgb(92,46,145);
    }

    .iconoAvatar.u, .fondoPorLetra.u {
        background-color: rgb(227,0,140);
    }

    .iconoAvatar.v, .fondoPorLetra.v {
        background-color: rgb(142,86,46);
    }

    .iconoAvatar.w, .fondoPorLetra.w {
        background-color: rgb(0,78,140);
    }

    .iconoAvatar.x, .fondoPorLetra.x {
        background-color: rgb(194,57,179);
    }

    .iconoAvatar.y, .fondoPorLetra.y {
        background-color: rgb(209,52,56);
    }

    .iconoAvatar.z, .fondoPorLetra.z {
        background-color: rgb(122,117,116);
    }


.pac-container {
    z-index: 2054;
}


.select2-container--open {
    z-index: 2054;
}

.BodyDisable {
    background-color: rgba(45,62,80,.79);
    z-index: 2054;
    height: 100% !important;
}

.BodyBackground {
    background-color: rgba(45,62,80,.79);
}



.AligneCenter {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}


.TableReport td {
    padding: 0.5rem !important;
}

.TableReport i {
    font-size: 1.5em;
}

.UnderlinedLink {
    font-weight: bold;
    font-style: italic;
}

footer {
    width: auto;
    position: fixed;
    z-index: 2051;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: rgb(244, 246, 249);
    float: right;
}

    footer .flex-start {
        justify-content: flex-start;
        display: flex;
        width: 10%;
    }

    footer .flex-end {
        justify-content: flex-end;
        display: flex;
        width: 90%;
    }


    footer .popup-call {
        bottom: 0px;
        display: flex;
    }


        footer .popup-call .popup-footer-head {
            border-bottom: 2px solid #8BC34A;
        }

    footer .popup-ticket {
        bottom: 0px;
        display: flex;
    }

        footer .popup-ticket .popup-footer-head {
            border-bottom: 2px solid #e74c3c;
        }

    footer .popup-task .popup-taskTodo {
        bottom: 0px;
        display: flex;
    }

    footer .popup-task .popup-footer-head {
        border-bottom: 2px solid #fad732;
    }

    footer .popup-taskTodo .popup-footer-head {
        border-bottom: 2px solid #fad732;
    }

    footer .popup-footer {
        z-index: 999;
        height: 480px;
        float: right;
        position: relative;
        flex-direction: column;
        border: 1px solid #dee2e6;
        border-bottom: none;
        margin: 0px 0px 0px 5px;
        flex: 0 1 25%;
        max-width: 24%;
    }

        footer .popup-footer .popup-footer-head {
            font-size: 14px;
            width: 100%;
            min-height: 30px;
            background-color: rgb(247, 249, 251);
            height: 49px;
            background: rgb(247, 249, 251);
            padding: .5rem .75rem;
            cursor: pointer;
            padding-right: 55px;
        }

        footer .popup-footer .popup-footer-body {
            width: 100%;
            height: 380px;
            background-color: white;
            box-sizing: border-box;
            padding: 7px;
        }

        footer .popup-footer .popup-footer-footer {
            height: 50px;
        }

    footer .popup-task .popup-footer-footer {
        background: rgb(244, 246, 249);
        border-top: 1px solid #fad732;
    }

    footer .popup-taskTodo .popup-footer-footer {
        background: rgb(244, 246, 249);
        border-top: 1px solid #fad732;
    }

    footer .popup-call .popup-footer-footer {
        background: rgb(244, 246, 249);
        border-top: 1px solid #8BC34A;
    }

    footer .popup-ticket .popup-footer-footer {
        background: rgb(244, 246, 249);
        border-top: 1px solid #e74c3c;
    }

.green {
    color: #24b145;
}

.gray {
    color: #727272;
}

.lightBlue {
    color: #1797be;
}

.red {
    color: #ee3d3d;
}

.purple {
    color: #7266ba;
}

.orange {
    color: #ff8517;
}

.default-color {
    color: #000;
}

.yellow {
    color: #fad732;
}

.greenDark {
    color: #1e983b;
}

.greenDark2 {
    color: #2b957a;
}

.lightBlue {
    color: #1797be;
}

.lightGray {
    color: #c5c5c5;
}

.red {
    color: #f05050;
}

.lightGreen {
    color: #37bc9b;
}

.card-Hover:hover i {
    display: block !important;
}

.span-Hover:hover .spanHover {
    display: block !important;
}

.chevron {
    display: block;
    position: absolute;
    right: 85%;
    bottom: 100%;
    height: 18px;
    width: 18px;
    pointer-events: none;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.overflow-auto::-webkit-scrollbar {
    width: 6px; /* Tamaño del scroll en vertical */
    height: 6px; /* Tamaño del scroll en horizontal */
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.overflow-auto::-webkit-scrollbar-thumb {
    background: #4C4493;
}


.overflow-auto::-webkit-scrollbar-track {
    background: #f5f5f5;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}



/* Linea de tiempo */
@media (max-width: 900px) {
    .divFiltrosPanelLeadsHistoricos {
        position: absolute !important;
        right: 15px !important;
        left: auto !important;
    }

    .timeline > li.timeline-separator {
        margin: 0 !important;
    }


    .timeline:before {
        left: auto !important;
    }

    .timeline > li {
        margin-bottom: 5px !important;
        margin-top: 10px !important;
    }

        .timeline > li.timeline-inverted {
            margin-top: 5px !important;
            float: left !important;
        }

        .timeline > li > .timeline-badge {
            left: 3px !important;
        }

    .timeline > li {
        margin-left: 45px !important;
    }

        .timeline > li > .card {
            float: left !important;
        }

            .timeline > li > .card.arrowRight > .arrow {
                border-right-width: 15px !important;
                border-left-color: transparent !important;
                right: unset !important;
                left: -27px !important;
                border-right-color: rgba(0, 0, 0, 0.08) !important;
            }
}

.divFiltrosPanelLeadsHistoricos {
    position: absolute;
    left: 15px;
}

.timeline {
    list-style: none;
    padding: 0px 20px 0px 20px;
}

    .timeline:before {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #d1d2d3;
        left: 50%;
        content: "";
    }

    .timeline > li.timeline-separator {
        display: inline-block;
        width: 120px;
        text-align: center;
        padding: 40px 0px 20px 0px;
        line-height: 30px;
        display: table;
        float: none;
        clear: both;
        margin: 0 auto;
        position: relative;
    }

        .timeline > li.timeline-separator > div {
            background-color: #b6c5da;
            color: #fff;
        }

        .timeline > li.timeline-separator:first-child {
            padding-top: 0 !important;
        }


    .timeline > li > .timeline-badge {
        position: absolute;
        width: 36px;
        border-radius: 50%;
        line-height: 36px;
        text-align: center;
        left: 48.6%;
        color: white;
    }

    .timeline > li {
        float: left;
        width: 45%;
        margin-bottom: 50px;
    }


        .timeline > li > .card {
            height: 100px;
            width: 200px;
            float: right;
        }

            .timeline > li > .card > h4 {
                background: rgba(0, 0, 0, 0.08);
                padding: 5px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .timeline > li > .card.arrowRight > .arrow {
                top: 16%;
                right: -11px;
                margin-top: -11px;
                border-width: 11px;
                position: absolute;
                border-color: transparent;
                border-style: solid;
                border-right-width: 0;
                border-left-color: rgba(0, 0, 0, 0.08);
            }

        .timeline > li.timeline-inverted {
            float: right;
            margin-top: 50px;
            margin-bottom: 0px !important;
        }

            .timeline > li.timeline-inverted > .card {
                height: 100px;
                width: 200px;
                float: left
            }

                .timeline > li.timeline-inverted > .card.arrowLeft > .arrow {
                    top: 16%;
                    left: -11px;
                    margin-top: -11px;
                    border-width: 11px;
                    position: absolute;
                    border-color: transparent;
                    border-style: solid;
                    border-left-width: 0;
                    border-right-color: rgba(0, 0, 0, 0.08);
                }
/* Fin Linea de tiempo */


/* Modo skin dark */
.mod-skin-dark:not(.mod-skin-light) footer {
    border-top: 1px solid rgb(73, 76, 82) !important;
}

    .mod-skin-dark:not(.mod-skin-light) footer .popup-footer {
        border: 1px solid rgb(73, 76, 82) !important;
    }

.mod-skin-dark:not(.mod-skin-light) .bg-fondoOscuro {
    background-color: #565656 !important;
}

.mod-skin-dark:not(.mod-skin-light) .UnderlinedLink {
    color: #b56a9f !important;
}


.mod-skin-dark:not(.mod-skin-light) .overflow-auto::-webkit-scrollbar-thumb {
    background: #1e1a1a !important;
}

.mod-skin-dark:not(.mod-skin-light) .overflow-auto::-webkit-scrollbar-track {
    background: #333333 !important;
}

.mod-skin-dark:not(.mod-skin-light) .panel-agregar {
    background-color: transparent !important;
}

.mod-skin-dark:not(.mod-skin-light) .colorBackGantt {
    background-color: #4a6567 !important;
}
/* Fin Modo skin dark */

.colorBackGantt {
    background-color: #B3DEE2;
}


/* Grafico Tiempo */
.table-graficoTiempo tr {
    height: 30px
}

    .table-graficoTiempo tr td {
        max-width: 10px
    }

    .table-graficoTiempo tr:last-child td {
        transform: rotate(-50deg);
        padding-right: 10px;
        font-size: 11px;
    }

    .table-graficoTiempo tr td:first-child {
        width: 70px;
    }

    .table-graficoTiempo tr:last-child {
        border-top: solid 1px;
    }


@media (max-width: 900px) {
    .table-graficoTiempo tr td {
        max-width: none !important;
        width: 10px !important;
    }
}
/* Fin Grafico Tiempo */







/* Estilo Conversaciones */
.cortarTextoUnRenglon {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cortarTextoDosRenglones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.divMensajesFecha {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    align-self: center;
}

    .divMensajesFecha span {
        padding: 6px 12px 5px;
        text-shadow: 0 1px 0 hsla(0,0%,100%,.4);
        font-size: 12.5px;
        line-height: 21px;
        font-weight: 600;
    }

.divMensajesLeft {
    float: left;
    /*box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.4);*/
    max-width: 70%;
    min-width: 110px;
    position: relative;
}

    .divMensajesLeft span {
        position: absolute;
    }

    .divMensajesLeft img {
        width: 100%;
        margin-bottom: 5px;
    }

    .divMensajesLeft i.iFile {
        color: lightblue;
        margin-right: 5px;
    }

    .divMensajesLeft a.aFile {
        text-decoration: none !important;
        font-weight: 600;
        color: #337ab7;
    }

        .divMensajesLeft a.aFile:hover {
            text-decoration: underline !important;
        }

    .divMensajesLeft a.aImagen {
        position: absolute;
        background-color: rgb(0 0 0 / 55%);
        border-radius: 50%;
        top: calc(50% - 13px);
        right: -30px;
        width: 25px;
        height: 25px;
        text-align: center;
    }

        .divMensajesLeft a.aImagen i {
            color: lightblue;
            vertical-align: text-bottom;
        }

.divMensajesRight {
    float: right;
    /*box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.4);*/
    max-width: 70%;
    min-width: 110px;
    position: relative;
}

    .divMensajesRight span {
        position: absolute;
    }

    .divMensajesRight img {
        width: 100%;
        margin-bottom: 5px;
    }

    .divMensajesRight i.iFile {
        color: lightblue;
        margin-right: 5px;
    }

    .divMensajesRight a.aFile {
        text-decoration: none !important;
        font-weight: 600;
        color: #337ab7;
    }

        .divMensajesRight a.aFile:hover {
            text-decoration: underline !important;
        }

    .divMensajesRight a.aImagen {
        position: absolute;
        background-color: rgb(0 0 0 / 55%);
        border-radius: 50%;
        top: calc(50% - 13px);
        left: -30px;
        width: 25px;
        height: 25px;
        text-align: center;
    }

        .divMensajesRight a.aImagen i {
            color: lightblue;
            vertical-align: text-bottom;
        }






/* Whatsapp */
.imagenFondoWhatsapp {
    background-color: #e5ddd5 !important;
    background-image: url('../../Img/whatsapp-fondo-light.png');
    opacity: 0.9;
}

/*#divwhatsapp {
    background-color: #e5ddd5 !important;
    background-image: url('../../Img/whatsapp-fondo-light.png');
}*/

#divwhatsapp .divMensajesFecha span {
    background-color: rgba(225,245,254,.92);
    box-shadow: 0 1px 1px rgba(0,0,0,.13);
    border-radius: 7.5px;
    color: rgba(0,0,0,.88);
}

#divwhatsapp .divMensajesLeft {
    background-color: #fff;
    color: #303030;
    border-radius: 0px 10px 10px 10px;
    font-weight: 300;
    padding: 9px 13px;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

    #divwhatsapp .divMensajesLeft:after {
        background-image: url('../../Img/whatsapp-pico-left.png');
        left: -12px;
        content: " ";
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        width: 12px;
        height: 19px;
    }

    #divwhatsapp .divMensajesLeft p {
        color: #2b55ad;
    }

    #divwhatsapp .divMensajesLeft span {
        font-size: 10px;
        right: 16px;
        bottom: -1px;
    }

#divwhatsapp .divMensajesRight {
    background-color: #dcf8c6;
    color: #303030;
    border-radius: 10px 0px 10px 10px;
    font-weight: 300;
    padding: 9px 13px;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

    #divwhatsapp .divMensajesRight:after {
        background-image: url('../../Img/whatsapp-pico-right.png');
        right: -12px;
        content: " ";
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        width: 12px;
        height: 19px;
    }

    #divwhatsapp .divMensajesRight p {
        color: #2b55ad;
        text-align: left;
        font-size: 12.8px;
        font-weight: 500;
    }

    #divwhatsapp .divMensajesRight span {
        font-size: 10px;
        right: 16px;
        bottom: -1px;
    }
/* Fin Whatsapp */

/* Modo skin dark */
.mod-skin-dark:not(.mod-skin-light) .imagenFondoWhatsapp {
    background-color: #565656 !important;
    background-image: url('../../Img/whatsapp-fondo-dark.png');
    opacity: 0.9;
}
/* Fin Modo skin dark */


/* WebChat */
#divwebchat {
    background-color: white;
}

    #divwebchat .divMensajesFecha span {
        color: rgba(0,0,0,.54);
    }

    #divwebchat .divMensajesLeft {
        background-color: #5b83b7;
        color: #fff;
        border-radius: 22px;
        margin-bottom: 20px;
        font-weight: 300;
        padding: 9px 13px;
        font-size: 14px;
    }

        #divwebchat .divMensajesLeft p {
            color: #2b55ad;
        }

        #divwebchat .divMensajesLeft span {
            font-size: 10px;
            right: 16px;
            bottom: -1px;
        }

    #divwebchat .divMensajesRight {
        background-color: #ddd;
        color: #000;
        border-radius: 22px;
        font-weight: 300;
        padding: 9px 13px;
        font-size: 14px;
        margin-bottom: 8px;
    }

        /*#divwebchat .divMensajesRight .spanConfirmacion {
            position: absolute;
            right: 7px;
            bottom: -4px;
            z-index: 9;
            font-size: 14px;
            white-space: nowrap;
        }*/

        #divwebchat .divMensajesRight p {
            position: absolute;
            top: -20px;
            color: #2b55ad;
            right: 18px;
            font-size: 12.8px;
            white-space: nowrap;
            text-align: right;
            font-weight: 400;
        }

        #divwebchat .divMensajesRight span {
            font-size: 10px;
            right: 16px;
            bottom: -1px;
        }
/* Fin WebChat */

/* Modo skin dark */
.mod-skin-dark:not(.mod-skin-light) #divwebchat {
    background-color: #565656 !important;
}

    .mod-skin-dark:not(.mod-skin-light) #divwebchat .divMensajesFecha span {
        color: white !important;
    }

    .mod-skin-dark:not(.mod-skin-light) #divwebchat .divMensajesRight p {
        color: white !important;
    }
/* Fin Modo skin dark */

/* Facebook-page */
#divfacebook-page {
    background-color: white;
}

    #divfacebook-page .divMensajesFecha span {
        color: rgba(0,0,0,.54);
    }

    #divfacebook-page .divMensajesLeft {
        background-color: #5b83b7;
        color: #fff;
        border-radius: 22px;
        margin-bottom: 20px;
        font-weight: 300;
        padding: 9px 13px;
        font-size: 14px;
    }

        #divfacebook-page .divMensajesLeft p {
            color: #2b55ad;
        }

        #divfacebook-page .divMensajesLeft span {
            font-size: 10px;
            right: 16px;
            bottom: -1px;
        }

    #divfacebook-page .divMensajesRight {
        background-color: #ddd;
        color: #000;
        border-radius: 22px;
        font-weight: 300;
        padding: 9px 13px;
        font-size: 14px;
        margin-bottom: 8px;
    }

        #divfacebook-page .divMensajesRight p {
            position: absolute;
            top: -20px;
            color: #2b55ad;
            right: 18px;
            font-size: 12.8px;
            white-space: nowrap;
            text-align: right;
            font-weight: 400;
        }

        #divfacebook-page .divMensajesRight span {
            font-size: 10px;
            right: 16px;
            bottom: -1px;
        }
/* Fin Facebook-page */

/* Modo skin dark */
.mod-skin-dark:not(.mod-skin-light) #divfacebook-page {
    background-color: #565656 !important;
}

    .mod-skin-dark:not(.mod-skin-light) #divfacebook-page .divMensajesFecha span {
        color: white !important;
    }

    .mod-skin-dark:not(.mod-skin-light) #divfacebook-page .divMensajesRight p {
        color: white !important;
    }
/* Fin Modo skin dark */







/* Messenger */
#divmessenger {
    background-color: white;
}

    #divmessenger .divMensajesFecha span {
        color: rgba(0,0,0,.54);
    }

    #divmessenger .divMensajesLeft {
        background-color: #f1f0f0;
        color: #303030;
        border-radius: 0px 22px 22px 22px;
        font-weight: 300;
        padding: 9px 13px;
        font-size: 14px;
        margin-bottom: 20px;
    }

        #divmessenger .divMensajesLeft p {
            color: #2b55ad;
        }

        #divmessenger .divMensajesLeft span {
            font-size: 10px;
            right: 16px;
            bottom: -1px;
        }

    #divmessenger .divMensajesRight {
        background-color: #0084ff;
        color: #fff;
        border-radius: 22px 0px 22px 22px;
        font-weight: 300;
        padding: 9px 13px;
        font-size: 14px;
        margin-bottom: 8px;
    }

        #divmessenger .divMensajesRight p {
            position: absolute;
            top: -20px;
            color: rgba(43,84,173,.6);
            right: 4px;
            font-size: 12.8px;
            white-space: nowrap;
            font-size: 12.8px;
            text-align: right;
            font-weight: 400;
        }

        #divmessenger .divMensajesRight span {
            font-size: 10px;
            right: 16px;
            bottom: -1px;
        }
/* Fin Messenger */

/* Modo skin dark */
.mod-skin-dark:not(.mod-skin-light) #divmessenger {
    background-color: #565656 !important;
}

    .mod-skin-dark:not(.mod-skin-light) #divmessenger .divMensajesFecha span {
        color: white !important;
    }

    .mod-skin-dark:not(.mod-skin-light) #divmessenger .divMensajesRight p {
        color: white !important;
    }
/* Fin Modo skin dark */

/* Fin Estilo Conversaciones */











.iconGoogle .abcRioButton {
    background-color: transparent !important;
    box-shadow: none !important;
}

.iconGoogle .abcRioButtonBlue {
    background-color: transparent !important;
    width: 36px !important;
}

.iconGoogle .abcRioButtonIcon {
    background-color: transparent !important;
}

/* Estilos WaitActivationPage */

.text-wait-activation {
    color: #314457;
}

.note-modal {
    z-index: 2041 !important;
}

.mod-skin-dark:not(.mod-skin-light) .note-editor {
    background-size: 100% 0px !important;
}


.text-break-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text-break-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-break-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text-break-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.text-break-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.carousel-item-span-small span {
    cursor: pointer;
    border-radius: 50px;
    padding: 2px 6px 2px 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 187, 210);
    color: rgb(0, 187, 210);
    transition: all 0.5s ease-in-out;
    display: inline-block;
    background-color: rgb(0, 187, 210);
    color: white !important;
    margin-bottom: 2px;
}

.carousel-item-span span {
    cursor: pointer;
    border-radius: 50px;
    padding: 8px;
    margin: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 187, 210);
    color: rgb(0, 187, 210);
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

    .carousel-item-span span:hover {
        background-color: rgb(0, 187, 210);
        color: white !important;
    }

    .carousel-item-span span.seleccionarItemCarousel {
        background-color: rgb(0, 187, 210);
        color: white !important;
    }

.carouselOpciones .carousel-inner .carousel-item {
    position: unset;
    padding: 10px !important;
    text-align: center;
}

    .carouselOpciones .carousel-inner .carousel-item span {
        cursor: pointer;
        border-radius: 50px;
        padding: 8px;
        margin: 5px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(0, 187, 210);
        color: rgb(0, 187, 210);
        transition: all 0.5s ease-in-out;
    }

        .carouselOpciones .carousel-inner .carousel-item span:hover {
            background-color: rgb(0, 187, 210);
            color: white !important;
        }

        .carouselOpciones .carousel-inner .carousel-item span.seleccionarItemCarousel {
            background-color: rgb(0, 187, 210);
            color: white !important;
        }

.carouselOpciones .carouselFlechas {
    margin: 9px 0px 9px 0px
}

    .carouselOpciones .carouselFlechas svg {
        /*border-radius: 6px;
        border: 1px outset rgb(221, 221, 221);*/
        width: 30px;
        height: 35px;
        background-color: white;
    }

.carousel-control-prev:hover {
    background: inherit !important;
}

.carousel-control-next:hover {
    background: inherit !important;
}


.aVariaciones {
    border: 1px solid rgba(0,0,0,.25);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    margin-right: 8px;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin-right: 5px;
}

    .aVariaciones b {
        padding: 8px 14px;
    }

    .aVariaciones.seleccionar {
        border: 2px solid #3483fa;
    }

.spanBtnAgregar {
    cursor: pointer !important;
    position: relative;
    width: 100%;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 4px;
    border-radius: 4px;
}

.aDisabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}


.form-control-tags {
    outline: none;
    width: 44px;
    border-radius: 20px;
    border: none;
    box-shadow: none;
    font-size: 14px;
    padding: 8px 12px;
}


.carousel-item-div {
    cursor: auto;
    border-radius: 50px;
    padding: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 187, 210);
    color: rgb(0, 187, 210);
    transition: all 0.5s ease-in-out;
    margin-left: 12px;
    display: inline-block;
    min-width: 44px;
}

    .carousel-item-div div {
        outline: 0 !important;
        color: black;
    }


/*Articulos;*/
.article-view {
    margin-top: 20px !important;
    width: 100%;
   /* max-width: 1200px;*/
    margin: 0 auto;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    font-family: "Roboto",sans-serif;
}


    .article-view strong {
        font-weight: 700;
    }

.article-sidebar {
    margin-top: 20px;
}

    .article-sidebar a {
        color: #0b93f4;
        text-decoration: none;
        font-size: 15px;
    }

    .article-sidebar ul {
        list-style-type: circle;
    }

    .article-sidebar li {
        margin-bottom: 6px;
    }



.article-body h1 {
    font-weight: 500;
    font-size: 28px;
    color: #0026ca;
    padding: 0px;
    border: none;
    margin: 20px 0;
    line-height: 1.2;
}

.article-body h2 {
    font-weight: 500;
    font-size: 24px;
    color: #0026ca;
    padding: 0px;
    border: none;
    margin: 20px 0;
    line-height: 1.2;
}

.article-body h3 {
    font-size: 18px;
    margin: 18px 0;
    padding: 0px 0;
    line-height: 1.7;
    border: none;
}

.article-body h4 {
    font-size: 14px;
    margin: 18px 0;
    padding: 0px 0;
    line-height: 1.7;
    border: none;
}




.article-body hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}

.article-body img {
    width: 218px;
    display: block;
    float: none;
    vertical-align: top;
    text-align: right;
    margin: auto;
}

    .article-body img.fr-fil {
        margin-left: 0;
    }

    .article-body img.fr-fir {
        margin-right: 0;
    }




.AligneCenterImagenProductos {
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
}


.btn-popover {
    background-color: transparent;
    border-color: transparent;
    color: rgb(33 150 243 / 50%);
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}




.emoji-container {
    margin: auto;
    width: 300px;
    height: 400px;
}

.emoji-list {
    width: 100%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    box-shadow: 0 2px 40px -10px rgba(0,0,0,0.8);
    border-radius: 6px;
    background: #fff;
    padding: 20px;
}


.emoji {
    position: relative;
    font-size: 22px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 5px auto;
    transition: all 200ms;
    will-change: transform;
}

    .emoji:hover {
        transform: scale(1.3);
    }

.dataGroup {
    background: #ffffff;
    border: 1px solid #e6e3f0;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(23, 18, 43, .06);
    padding: 20px 20px 10px 20px;
    margin-bottom: 10px;

}

    .dataGroup h3 i {
        color: var(--theme-primary-600);
        font-size: 15px;
    }

.dataGroup h3 {
   font-weight:500;
}

.btnPillSelected {
    background-color: #f5f5f5 !important;
    color: #6c757d !important;
}



.estiloInputSubtitulo {
    -webkit - transition: inherit !important;
    transition: inherit !important;
    transition: inherit !important;
    transition: inherit !important;
}

    .estiloInputSubtitulo:focus {
        border: 1px dashed #E5E5E5 !important;
    }

    .estiloInputSubtitulo:hover {
        border: 1px dashed #E5E5E5 !important;
    }

.estiloInputNegocios {
    background-color: transparent !important;
}

    .estiloInputNegocios:focus {
        background-color: white !important;
        border: 1px dashed #a39898 !important;
    }


    .estiloInputNegocios:hover {
        background-color: white !important;
        border: 1px dashed #a39898 !important;
    }

.mod-skin-dark:not(.mod-skin-light) .bg-fondoOscuro {
    background-color: #26272b !important;
}

.datepicker-bottom-right-lista:focus + div > .inputCalendarSimbolo {
    display: inherit !important;
}

.estiloInputNegocios:hover + div > .inputCalendarSimbolo {
    display: inherit !important;
}



.divRowNegocios {
    min-height: 40px;
    max-height: 40px;
}


.fila-HoverDnone:hover {
    display: block !important;
}

.fadeindown-middle {
    left: 50% !important;
}

.filterTitle {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.modal-header-margin-bottom {
    border-bottom: 1px solid #E5E5E5;
}



/*.form-control {
    border-radius: 0 !important;
    padding-left: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    background-color: transparent !important;
}*/

/*.select2-selection {
    border-radius: 0 !important;
    padding-left: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    background-color: transparent !important;
}

.select2-dropdown {
    width: 375.5px;
    border-radius: 0 !important;
    padding-left: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border: 0 !important;
}*/

.btn {
    border-radius: 15px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 16.8px !important;
    padding-right: 16.8px !important;
    font-size: 11.3px;
}

[data-action="panel-collapse"],
[data-action="panel-fullscreen"] {
    display: none;
}

.multiline-ellipsis-dos {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.multiline-ellipsis-uno {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.note-hint-popover {
    height: 150px !important;
    width: 153px !important;
}

    .note-hint-popover div.arrow {
        display: block !important;
    }

.note-children-container {
    width: 100px !important;
}

.note-editor .note-editable::-webkit-scrollbar {
    scrollbar-placement: both;
}

.btn-sm-custom {
    padding: 0.25rem 0.8rem !important; /* Ajusta el relleno para hacerlo más pequeño */
    font-size: 10px !important; /* Ajusta el tamaño de fuente para hacerlo más pequeño */
    line-height: 1.5 !important; /* Ajusta la altura de línea para centrar el contenido verticalmente */
}


.form-search-control {
    border-radius: 5px !important;
    padding: 0.8rem !important;
    padding-right: 2rem !important;
}

.search-btn {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 4;
    background: 0 0;
    cursor: pointer;
    border: none;
    padding: 0 1em;
}

input.novalidate:valid {
    background-color: transparent !important;
    border-color: #ced4da !important;
    background-image: none !important;
    box-shadow: transparent !important;
}


.highlighted-word {
    background-color: yellow !important;
    color: black;
    font-weight: bold !important;
}



.list-group-item.active {
    color: black !important;
    border-color: rgb(0 0 0 / 29%) !important;
    font-weight: bold !important;
    background-color: white !important;
}






.carpetas-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.carpeta {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .carpeta:hover {
        background-color: #e0e0e0;
    }

    .carpeta.active {
        font-weight: bold;
        border: 1px solid;
    }

    .carpeta i {
        font-size: 24px;
    }

    .carpeta em {
        font-size: 16px;
    }

    .carpeta span {
        font-size: 16px;
        margin-left: 5px;
    }




.ulBarraNavegacion {
    border-bottom: none !important;
    white-space: nowrap;
    height: 45px;
}

.nav-pills .nav-item .nav-link {
    border-radius: 0;
    height: 100%;
}

.nav-pills .nav-item .active {
    background-color: transparent !important;
    border-bottom: 1px solid #4679cc;
    color: black;
}


.greenImportant {
    color: green !important;
}



@media (max-width: 768px) {
    .d-blockCelular {
        display: block !important;
        border: none !important;
    }
}

.panel-shadows {
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    border-radius: 5px;
}



.funnel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .funnel-container .funnel-step {
        position: relative;
        border-bottom: 1px solid white;
    }





.card-welcome-secundary {
    background: #ffffff;
    border: 1px solid #e9e6f3;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(18, 14, 40, .08);
    padding: 14px 14px 12px;
    max-height: 255px;
    overflow: auto;
}

.card-welcome-secundary-empty {
    font-size:13px;
}

    .card-welcome-secundary-empty i {
        color: #6f4bd8 !important;
        text-align: center;
        font-size: 32px;
    }

    .card-welcome-secundary-empty .message {
        width: 75%;
        margin: auto;
    }




.card-welcome-secundary .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 7px;
}

    .card-welcome-secundary .header .title {
        font-weight: 800;
        margin: 0;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
    }




.icon-row {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.app-ic {
    width: 34px;
    height: 34px;
    /*border-radius: 12px;
    background: #fff;
    border: 1px solid #e9e6f3;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 8px 18px rgba(18, 14, 40, .06);
    color: #7a7a90;*/
    font-size: 16px;
}

.app-ic-text {
    padding: 2px 10px 2px 10px;
    height: 34px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e9e6f3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(18, 14, 40, .06);
   /* color: #7a7a90;*/
    font-size: 16px;
    color: #6f4bd8;
    border-color: rgba(111, 75, 216, .25);
}

.integration-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
   
    margin-right:5px;
}

.integration-dot.on {
    background: green;
    
}

.integration-dot.off {
    background: red;
    
}


.card-welcome-secundary .bot-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bot-list .bot-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 10px;
    border-radius: 14px;
    border: 1px solid #e9e6f3;
    background: #fff;
    box-shadow: 0 8px 18px rgba(18, 14, 40, .06);
    cursor:pointer;

}

    .bot-list .bot-item:hover {
        background: rgba(111, 75, 216, .08)
    }

.bot-item .bot-ic {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(111, 75, 216, .08);
    border: 1px solid rgba(111, 75, 216, .18);
    color: #6f4bd8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 18px;
}


.bot-item .bot-name {
    font-weight:900;
    font-size:15px;
}

.bot-item .bot-desc {
    margin: 2px 0 0;
    color: #7a7a90;
    font-size: 12px;
}

.bot-item .bot-type {
    margin-left: auto;
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(111, 75, 216, .22);
    background: rgba(111, 75, 216, .08);
    color: #6f4bd8;
    font-weight: 900;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.text-welcome {
    font-family: Roboto;
    font-size: 26px;
    font-weight: 500;
    color: black;
}

.text-welcome-secundario {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    color: black;
}

.list-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.list-links i {
    color: #6f4bd8;
    opacity: .9;
}

    .list-links li {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 0;
        border-bottom: 1px dashed rgba(0, 0, 0, .06);
        color: #2e2e3a;
        font-size: 13px;
    }


.event-card {
    border-radius: 14px;
    border: 1px solid #e9e6f3;
    background: #fff;
    padding: 12px;
    box-shadow: 0 8px 18px rgba(18, 14, 40, .06);
}

    .event-card .title {
        font-weight: 900;
        margin: 0 0 2px;
        font-size: 16px;
    }

    .event-card .meta {
        color: #7a7a90;
        margin: 0;
        font-size: 13px;
    }

    .event-card button {
        background: linear-gradient(135deg, #6f4bd8, #8e6bff);
        border: none;
        color: #fff;
        border-radius: 12px;
        height: 42px;
        padding: 0 14px;
        font-weight: 700;
        box-shadow: 0 10px 18px rgba(111, 75, 216, .22);
    }


    .divCardContent {
        display: flex;
        width: 85%;
        margin: auto;
    }

.divCardContent .CardPanel {
    margin-top:30px;
}

.divCard.divCardEdit {
    align-items: flex-start !important;
    justify-content: normal !important;
    padding: 1.5rem 1.5rem;
}

.divCard {
    align-items: center;
    border: 1px solid #8D86BA;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: space-between;
    min-height: 12rem;
    height: 100%;
    padding: 1rem 3rem 1rem 3rem;
    text-align: center;
    border-bottom: 5px solid #8D86BA;
}

    .divCard:hover {
        background-color: #e2e5f5;
        box-shadow: -1px 4px 10px 0 #cbcbcb;
        opacity: 1;
        transition: all .2s linear;
    }

#Inicio .divCard:hover {
    background-color: initial;
    box-shadow: none;
    opacity: 1;
    transition: none;
}

    .divCard.active {
        border: 2px solid #4c8df6ff;
        box-shadow: 0 0 10px rgba(76, 141, 246, 0.5);
        color: #107066 !important;
        background: #fceeee !important;
    }

    .divCard .options {
        display:flex!important;
        gap:12px;
    }

        .divCard .options button {
            color: #6f4bd8 !important;
            font-size:12px;
        }


    .divCard button:hover {
        text-decoration: none;
        background: rgba(111, 75, 216, .08);
        transition: 0.1s;
    }

    .divCard h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 12px;
        margin-top: 12px;
        color: black;
    }

    .divCard span {
        align-items: baseline;
        display: flex;
        min-height: 35px;
        font-size: 12px;
    }

    .divCard em {
        color: #8D86BA;
    }
    

.BotiNews p {
    font-size:13px!important;
}

/*iconos**/
iconos-ico {
    right: 10px;
    top: 7px;
    font-size: 10px;
    cursor: pointer;
}

.iconos-ico i {
    color: #3857e2;
}


.iconos-ico-option {
    font-size: 7px;
    position: absolute;
    right: 65px;
    padding-top: 10px;
}

.iconos-ico-option i
{
    color: #3857e2;
}

.iconos-container {
    margin: auto;
    width: 540px;
    height: 400px;
}

.iconos-list
{
    width: 100%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 2px 40px -10px rgba(0,0,0,0.8);
    border-radius: 6px;
    background: #fff;
    padding: 20px;
}


.iconos {
    position: relative;
    font-size: 25px;
    width: 38px;
    height: 36px;
    cursor: pointer;
    margin: 5px auto;
    transition: all 200ms;
    will-change: transform;
    padding-left: 3px;
    padding-top: 1px;
    background: transparent;
}

.modal-content .modal-header .modal-title i {
    border: solid 1px;
    padding: 7px;
    border-radius: 50%;
    color: var(--theme-primary-600);
    font-size: 15px;
}

.modal-content .modal-header .modal-title {
    font-weight: 500;
}

.modal-content .modal-header {
    border-bottom: 1px solid #dee2e6 !important; /* Mismo estilo que .border-bottom */
}

.modal-content {
    border-radius: 15px !important;
}

.userOptions .dropdown-item {
    padding: 1rem 1.5rem;
    font-size:13px;
}

.userOptions .dropdown-item-status {
    font-size: 13px;
    display: block;
    
}

    .userOptions .dropdown-item-status:hover {
        background-color: #f8f9fa;
        border-left: 2px solid var(--theme-primary);
    }

    .userOptions .dropdown-item-status i {
        padding: 12px;
        border-radius: 50%;
        background: orange;
        margin: 5px 5px 5px 5px;
        color: white;
    }

    .userOptions .dropdown-item-status span {
        margin-top: 13px;
        margin-left: 10px;
    }

.userOptions .info-card-text div {
    font-size: 16px!important;
    
}

.userOptions .info-card-text span {
    font-size: 11px;
}


.userOptions .dropdown-item:hover {
    border-left: 2px solid var(--theme-primary);
    
}




.dropdown-menu {
    min-width: 250px;
    max-height: 500px;
    overflow: auto !important;
    max-width: 400px;
    /*overflow: visible !important;*/
}

    .dropdown-menu,
    .dropdown-menu .dropdown-menu {
        border-radius: 15px !important;
    }

    .dropdown-menu .dropdown-item:hover {
        background-color: #EDEEF5;
    }



.dropdown-menu-nomax {
    max-height: none;
}

.hover-red:hover {
    background-color: #F0CEC7;
    color: #912611 !important;
    border-left: 2px solid #912611 !important;
    font-weight:600;
}


.chat-spinner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; /* centra verticalmente */
    height: 100px; /* ocupa toda la pantalla */
}

.chat-spinner-bars {
    display: flex;
    gap: 4px;
}

    .chat-spinner-bars span {
        width: 4px; /* finitas */
        height: 30px; /* altura mínima */
        background: #6C63FF; /* Color Botiseller */
        border-radius: 2px;
        animation: bounceBar 1s infinite ease-in-out;
    }

        .chat-spinner-bars span:nth-child(1) {
            animation-delay: 0s;
        }

        .chat-spinner-bars span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .chat-spinner-bars span:nth-child(3) {
            animation-delay: 0.4s;
        }

        .chat-spinner-bars span:nth-child(4) {
            animation-delay: 0.6s;
        }

@keyframes bounceBar {
    0%, 40%, 100% {
        transform: scaleY(0.8);
    }
    /* mínimo */
    20% {
        transform: scaleY(1.6);
    }
    /* máximo */
}

.divCardTipoCampanias {
    
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .2s;
    text-align: center;
    min-height: 125px;
    max-height: 125px;
    min-width: 125px;
    max-width: 125px;
    padding: 20px;
    color: black;
}

.campania-activa {
    box-shadow: 0 8px 24px rgba(111, 75, 216, .25);
    color: white;
    background: #1dc9b7;
}

.campania-activa {
    
}

.campania-disable {
    background: #eae8f3;
    opacity: .45;
    border: 1px solid #fd3995;
    color: #fd3995;
}

.divCardTipoCampanias em, .divCardTipoCampanias span {
    color: white;
}

.campania-disable em {
    color: #fd3995 !important;
}

.campania-disable em {
    color: #fd3995 !important;
}

.divCardTipoCampanias em {
    color: white;
}

.divCardTipoCampanias h3 {
    margin-top: 12px;
    font-weight: 500;
    font-size: 13px;
}


.switch {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

    .switch input {
        appearance: none;
        width: 44px;
        height: 24px;
        background: #ccc;
        border-radius: 999px;
        position: relative;
        cursor: pointer;
    }

        .switch input:checked {
            background: #3ccf91;
        }

        .switch input::after {
            content: "";
            width: 18px;
            height: 18px;
            background: white;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 50%;
            transition: 0.2s;
        }

        .switch input:checked::after {
            left: 23px;
        }

tbody.sin-bordes,
tbody.sin-bordes td,
tbody.sin-bordes th {
    border: none !important;
}

table.sin-bordes,
table.sin-bordes thead,
table.sin-bordes thead tr,
table.sin-bordes thead th {
    border: none !important;
}

/*tabla reporte leads**/
.bs-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #374151;
    margin-right: 14px;
    flex-shrink: 0;
}

.bs-name-row {
    grid-template-columns: 1fr 97px;
    display: grid;
    align-items: center;
    gap: 8px;
}

.bs-stars.inline {
    margin: 0;
}

    .bs-stars.inline i {
        font-size: 13px;
    }

.bs-name {
    font-weight: 700;
    font-size: 16px;
}

.bs-sub {
    font-size: 11px;
    color: #6b7280;
}

    .bs-sub i {
        margin-right: 4px;
        opacity: .6;
    }

/* Stars */
.bs-stars i {
    color: #d1d5db;
}

.bs-stars .active {
    color: #f59e0b;
}


.bs-badge-gral {
    background: #eef2ff;
    color: #3730a3;
}

    .bs-badge-gral i {
        margin-right: 4px;
        opacity: .8;
    }



/* Activity badges */
.bs-activity {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
}

.bs-activity-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 400;
    color: #0026ca;
    background: #e6eaff;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}

    .bs-activity-badge i {
        font-size: 12px;
        opacity: .7;
    }

/* Indicators */
.bs-indicators {
    display: flex;
    gap: 14px;
    margin-top: 6px;
    font-size: 11px;
    color: #374151;
}

.bs-indicator i {
    margin-right: 4px;
    opacity: .7;
}

.badge.green {
    background: #dcfce7;
    color: #166534;
}

.badge.red {
    background: #fdf2f8;
    color: #9d174d;
}

.badge.orange {
    background: #ffedd5;
    color: #9a3412;
}


.badge.grey {
    background: #f1f3f5;
    color: #212529;
}

.badge.violet {
    background: #ede7fb;
    color: #6f3fd4;
}




/* Activity meta lines */
.bs-meta-line {
    font-size: 13px;
    margin-bottom: 4px;
    color: #4b5563;
}

    .bs-meta-line strong {
        color: #111827;
    }

/* Lead description */
.bs-description {
    font-size: 13px;
    color: #374151;
    line-height: 1.4;
}




.bs-empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ede7fb;
    color: #6f3fd4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 14px;
}


.bs-empty-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.bs-empty-desc {
    font-size: 14px;
    color: #6b7280;
    margin-top: 6px;
}


.bs-empty-hints {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 18px 0;
    font-size: 13px;
    color: #4b5563;
}

.bs-empty-hints i {
    margin-right: 6px;
    opacity: .6;
}



.table-report-content {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 5px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
    cursor: pointer;
}

.table-report-header {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .08em;
    background-color: transparent;
    padding: 8px 12px;
}

.bs-topbar {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
    margin-bottom: 16px;
}

.bs-empty-row {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 5px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
    cursor: pointer;
}


/*boti cards*/
/* HEADER */

.boti-card {
    background: #ffffff;
    border-radius: 16px;
    /* BORDE */
    border: 1px solid #e9e6f2;
    /* SOMBRA SUAVE */
    box-shadow: 0 6px 18px rgba(111, 75, 216, 0.08);
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    height: 204px;
}

.boti-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boti-title {
    font-weight: 600;
    font-size: 16px;
    color: #2f2f3b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.boti-title i {
    color: #6f4bd8;
}

.boti-dates {
    font-size: 13px;
    color: #6c6c80;
    display: flex;
    align-items: center;
    gap: 6px;
}

.boti-status {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.boti-status.active {
    background: #e9f8f3;
    color: #15a77f;
}

.boti-status.disabled {
    background: #fef2f2;
    color: #c53030;
}

/*permisos y grupos arbol*/

.dd-grupo {
    background: #406cb2;
    border: none !important;
    padding: 8.7px;
}

    .dd-grupo:before {
        font-size: 22px;
        font-weight: 700;
    }

.dd-grupo-container {
    background: #d3daef;
    padding: 8px 10px 8px 50px;
}

    .dd-grupo-container:hover {
        background: #ccd2e7;
    }

.dd-permiso {
    background: #ebebeb;
}

.dd-permiso-container {
    cursor: pointer;
}


.dd-permiso:hover {
    background: #f5f5f5;
}


.select2-personal-option .option-tag.red,
.select2-selection .option-tag.red {
    background: #fdf2f8;
    color: #9d174d !important;
}

    .select2-personal-option .option-tag.orange,
    .select2-selection .option-tag.orange {
        background: #ffedd5;
        color: #9a3412 !important;
    }

    .select2-personal-option .option-tag.green,
    .select2-selection .option-tag.green {
        background: #dcfce7;
        color: #166534 !important;
    }

    .select2-personal-option .option-tag,
    .select2-selection .option-tag {
        font-size: 11px;
        padding: 2px 8px;
        border-radius: 999px;
        font-weight: 600;
    }


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #b7a8cf;
    color: #fff;
    border-radius: 6px;
}

.select-control-buscarLeads + .select2 .select2-selection--single {
    height: 30px;
    border: 1px solid #d1d5db;
    display: flex;
    align-items: center;
    padding: 6px 10px;
}


.iconoAvatarLeadSelected {
    display: block;
    width: 20px !important;
    height: 20px !important;
    font-size: 10px !important;
    padding: 0px !important;
}

    .iconoAvatarLeadSelected span {
        position: relative;
        top: -5px;
    }


.preview-group {
    margin-bottom: 20px;
}

.preview-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #a095b3;
}

.preview-value {
    font-size: 14px;
    font-weight: 600;
}

.preview-chips {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
}
.preview-badge {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}
.preview-badge.blue {
    background: #e6f1ff;
    color: #2774db;
}


    .preview-badge.yellow {
        background: #fff3d9;
        color: #bb7d00;
    }


.preview-group i {
    color: var(--theme-primary-600);
}



.upload-area {
    margin-bottom: 25px;
}

.dropzone-modern {
    border: 2px dashed #d9c8f7;
    background: #faf7ff;
    border-radius: 24px;
    text-align: center;
    transition: .15s;
}

    .dropzone-modern:hover {
        border-color: #9d6cff;
        background: #f6f0ff;
    }

.dropzone-icon {
    font-size: 30px;
    color: #8d5ce6;
}

.dropzone-title {
    font-size: 24px;
    font-weight: 700;
    color: #2f2640;
}

.dropzone-subtitle {
    font-size: 14px;
    color: #85799a;
    margin-bottom: 15px;
}

.upload-btn-modern {
    font-weight: 200 !important;
}

    .upload-btn-modern:hover {
        transform: translateY(-1px);
    }

    .upload-btn-modern input {
        display: none;
    }

.file-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.file-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    border-radius: 18px;
    border: 1px solid #ece5f7;
    background: white;
    transition: .15s;
    margin-bottom: 5px;
}

    .file-card:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 20px rgba(44,19,87,.05);
    }

.file-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.file-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #f5f1fd;
    color: #8d5ce6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.file-image {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    object-fit: cover;
}

.file-info {
    display: flex;
    flex-direction: column;
}

.file-name {
    font-size: 15px;
    font-weight: 600;
    color: #2e2440;
}

.file-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #8b809d;
}

.file-status {
    background: #e8f8ee;
    color: #249b54;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

    .file-status.uploading {
        background: #efe7ff;
        color: #8d5ce6;
    }

.file-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .file-actions i {
        margin: 0px;
        font-size: 15px
    }

.file-action-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 12px;
    background: #f7f4fc;
    color: #7f6c9d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .15s;
    text-decoration: none;
}

    .file-action-btn:hover {
        background: #efe7ff;
        color: #8d5ce6;
    }

    .file-action-btn.danger:hover {
        background: #fff1f1;
        color: #e14d4d;
    }


.info-box {
    margin-top: 9px;
    background: #faf8ff;
    border: 1px solid #ebe3ff;
    border-radius: 14px;
    padding: 8px 8px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

    .info-box i {
        color: #8d63ff;
        margin-top: 2px;
    }

.info-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}

.info-text {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
}


.chat-modal-floatimage {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.chat-modal-image {
    display: block;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}


.logo-image-xs {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #E5E5E5;
    margin-top: 11px;
    background: white;
}

.lead-tags {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

    .lead-tags .tag {
        font-size: 11px;
        font-weight: 800;
        padding: 6px 10px;
        border-radius: 999px;
        background: #ede7fb;
        color: #6f3fd4;
    }