.spinner{
    color: #5f4b8b;
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    pointer-events: none;
    z-index: 2;
  }
  .content-spinner{
    position: relative;
    width: 100%;
    display: none;
    overflow: hidden;
    outline: 0;
  }
  .content-spinner.show{
    display: contents;
  }
  .content-spinner:before{
    content:'';
    background-color: rgba(0,0,0);
    opacity: 0.3;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    /*z-index:1000;*/
    z-index: 2;
  }
  .spinner-mate{
    color: #5f4b8b;
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    pointer-events: none;
    z-index: 1000;
  }
  .content-spinnerMate{
    /* position: relative; */
    display: none;
    overflow: hidden;
    outline: 0;
  }
  .content-spinnerMate.show{
    display: contents;
  }
  .content-spinnerMate:before{
    content:'';
    background-color: #FFFFFF;
    opacity: 1;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    /*z-index:1000;*/
    z-index: 1000;
  }
/* FILTROS RAPIDOS
*********************************************************/
.filtros-rapidos-container{
    display: flex;
    justify-content: flex-start;
}
.tab-content .nav-tabs .nav-link.active{
    box-shadow:inset 0px -2px 0px 0px rgb(95, 75, 139);
    text-decoration: unset !important;
}
.filtroRapido{
    color: #8c8c8c;
    transition: border 400ms, color 400ms;
}
.filtroRapido:hover:not(.filtroActivado){
    color: #5f4b8b;
    border: 1px solid #5f4b8b !important;
}
.filtroRapido:hover *{
    color: #5f4b8b;
}
.filtroRapido{
    transition: all 400ms;
}
.filtroActivado:not(:hover){
    background-color: #5f4b8b !important;
    color: white !important;
}
.filtroActivado *{
    color: white;
}
.btn-outline-violet {
    border-radius: 50px !important;
    color: #5F4B8B;
    border-color: #5F4B8B;
    width: 100%;
}
.btn-outline-orange {
    border-radius: 50px !important;
    color: #fa4616;
    border-color: #fa4616;
    width: 100%;
}
.btn-outline-violet:hover {
    color: #fff;
    background-color: #5F4B8B;
    border-color: #5F4B8B;
}
.btn-outline-orange:hover {
    color: #fff;
    background-color: #fa4616;
    border-color: #fa4616;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #5F4B8B;
    border-color: #5F4B8B;
}
/* GENERALES EN PAGINAS DE PROSPECTOS/DESARROLLO/EMPRESAS
*********************************************************/
body {
    font-size:12px !important;
    background: #E5E5E5;
    font-family: 'Poppins', sans-serif !important;
    /* font-family: 'Open Sans', sans-serif !important; */
}
a{
    color:#5491d0;
}
.card.card-panel{
    box-shadow: 10px 0px 16px -10px rgb(191, 191, 191), -10px 0px 16px -10px rgb(191, 191, 191);
}
.container-notificacion a{
    color:#c3c3c3;
}
label.label-title{
    font-size:16px;
    color:#000;
}
.modal-body{
    background-color:#ececec;
}
label{
    color:#999;
}

/* PROSPECTOS PIE
*********************************************************/
.c100 .slice{
    clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100 .fill{
    position: absolute;
    border: 0.09em solid #000000;
    width: 0.82em;
    height: 0.82em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
 /* .pie-fill, .c100 .bar:after, .c100 .fill{ */
 	/* -moz-transform: rotate(180deg); */
 	/* -ms-transform: rotate(180deg); */
 	/* -webkit-transform: rotate(180deg); */
 	/* transform: rotate(180deg); */
 /* } */
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.c100 {
    position: relative;
    font-size: 160px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #dfe8ed;
}
.c100 *, .c100 *:before, .c100 *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.c100 > span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: 0.2em;
    color: #3c4761;
    display: block;
    text-align: center;
    white-space: nowrap;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.c100:after {
    position: absolute;
    top: 0.09em;
    left: 0.09em;
    display: block;
    content: " ";
    border-radius: 50%;
    background-color: #ffffff;
    width: 0.82em;
    height: 0.82em;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    /* clip: rect(0em, 1em, 1em, 0.5em); */
}
.c100.blue .bar, .c100.blue .fill {
    border-color: #30bae7 !important;
}
.c100.blue:hover > span {
    color: #3c4761;
}
.c100.pink .bar, .c100.pink .fill {
    border-color: #d74680 !important;
}
.c100.pink:hover > span {
    color: #3c4761;
}
.c100.green .bar, .c100.green .fill {
    border-color: #15c7a8 !important;
}
.c100.green:hover > span {
    color: #3c4761;
}
.c100.orange .bar, .c100.orange .fill {
    border-color: #eb7d4b !important;
}
.c100.orange:hover > span {
    color: #3c4761;
}
.c100.violet .bar, .c100.violet .fill {
    border-color: #5f4b8b !important;
}
.c100.violet:hover > span {
    color: #3c4761;
}

/* DATA TABLE
*********************************************************/


table th{
    color:#999999;
    font-weight:normal;
    border-top-style:none !important;
}
table td, table td a{
    color: #4d4d4d !important;
}
.badge-violet{
    color:#FFF;
    background-color:#5F4B8B;
    font-size:8px;
    width: fit-content !important;
}
.badge-orange{
    color:#FFF;
    background-color:#FA4616;
    width: fit-content !important;
}
.sorting_asc,.sorting_desc{
    color: #5F4B8B;
}
.score .badge{
    padding: 2px 6px;
    border-radius: 50px;
    font-size: 85%;
}
tr .badge{
	color:#fff;
	font-size:0.8em;
}
tbody tr.table-nuevo{
    background-color:#fff ;
}
tbody tr{
    background-color:#f9f9f9 ;
}
span.badge-success{
    background-color: #5F4B8B;
}
div.dt-buttons button{
    font-size:12px !important;
}
.pagination{
    float: left;
}
div.dataTables_wrapper div.dataTables_length label{
    float: right;
}
.table tr.table-nuevo a{
    font-weight: bold;
}
table tr.table-nuevo a{
    font-weight: normal;
}
select.custom-select.custom-select-sm.form-control.form-control-sm{
    border: none;
    background-color: #f9f9f9;
    font-size: 10px;
    height: 20px;
    padding: 0 20px 0 5px;
}
a.page-link{
    padding: 0px 5px;
    border: none;
}
.page-item.active .page-link{
    background-color: #5f4b8b !important;
    border-color: #5f4b8b !important;
    color: #fff !important;
}
div.dataTables_wrapper div.dataTables_info{
    padding-top: 2px !important;
}
.paginate_button.page-item.next .page-link,
.paginate_button.page-item.previous .page-link{
    background-color: #f9f9f9;
}
.page-link{
    color: #999999 !important;
    font-size: 10px;
}
.buttons-excel.btn-outline-warning{
    color: #fa4616;
    font-weight: 600;
    border-color: #fa4616;
    padding: 0.25rem 1rem !important;
}
.dataTables_wrapper .btn-group button.btn{
    border-radius: 50px !important;
    margin-left: 15px;
}
.dataTables_wrapper .btn-group button.btn span i{
    margin-left: 5px;
}
.buttons-excel.btn-outline-warning:hover {
    color: #fff;
    background-color: #fa4616;
    border-color: #fa4616;
}
button.btn-violet{
    background-color: #5F4B8B !important;
    border-color: transparent;
    color:#FFF !important;
    padding: 0.25rem 2rem !important;
}
button.btn-violet:hover {
    background-color: transparent !important;
    border: 1px solid #5F4B8B;  
    color:#5F4B8B !important;
    font-weight: 600;
    padding: 0.25rem 2rem !important;
}
div.dataTables_wrapper div.dataTables_info{
    font-size:10px;
}
.dataTables_filter input.form-control {
    border-radius: 50px;
    outline: none;
}
@media (max-width: 600px) {
    .dataTables_wrapper .btn-group button.btn{
        margin: 0 7px;
    }
}

/* ESTILOS DE CHECKBOX RESPUESTAS 
***************************************************/

.check-deshabilitado { 
    opacity: 0.3;
    pointer-events: none;
}

/* BOTON ASISTENCIA
**********************************************/

#contenedor-asistencia {
    height: 88px;
    width: 240px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 250ms; 
    pointer-events: none;
}

#contenedor-asistencia a, #contenedor-asistencia a:hover {
    text-decoration: none;
}

.contenedor-botton-social{ 
    opacity: 0;
    z-index: -1;
    transition: opacity 100ms, transform 300ms;
    position: absolute;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.contenedor-botton-asistencia { 
    position: absolute;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

#asistencia:hover + .contenedor-label-asistencia .label-asistencia,
.social:hover + .contenedor-label-asistencia .label-asistencia {
    transform: translateX(0);
}

.contenedor-label-asistencia {
    padding: 10px;
    overflow: hidden;
    width: 155px;
    text-align: center;
}

.label-asistencia {
    margin: auto 0;
    transition: transform 200ms;
    transform: translateX(115%);
    user-select: none;
    background-color: white;
    border-radius: 6px;
    padding: 0.6em;
    box-shadow: 0 2px 7px rgba(0,0,0,0.3);
}

.btn-asistencia {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: red;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.4);
    pointer-events: auto;
}

#contenedor-asistencia i{
    color: white;
    font-size: 2rem;
}

.input-oculto{
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

/* MODAL PROSPECTO
***************************************************/
@media only screen and (min-width: 800px) { 
    .modal-lg {
        min-width: 900px !important;
    }
}

#contenedor-copiar-correo {
    padding: 0 10px;
    background-color: white;
    width: fit-content;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#contenedor-copiar-correo:hover label,
#contenedor-copiar-correo:hover i {
    color: #5f4b8b;
}

#contenedor-copiar-correo * {
    cursor: inherit;
    font-weight: bold;
}

#contenedor-copiar-correo i {
    margin: 0 10px;
}

/* BOTON DE SELECCION DE DESARROLLO
***************************************************/

.btn-seleccion-desarrollo {
    cursor: pointer;
    font-size: 12px;
    color: #8c8c8c;
    padding: 7px 10px;
    min-width: 120px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.125);
    background-color: white;
    transition: border 400ms, color 400ms;
    text-align: center;
}

.btn-seleccion-desarrollo:hover{
    border: 1px solid #5f4b8b;
    color: #5f4b8b;
}

/* LOADER DE INICIO DE SESION
*************************************************/
.btn-violet:hover .lds-dual-ring:after {
    border: 2px solid #5F4B8B;
    border-color: #5F4B8B transparent #5F4B8B transparent;
}

.lds-dual-ring {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    margin: 0 10px;
    width: 25px;
    height: 25px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* INPUTS VACIOS */
.input-invalido {
    border:1px solid red;
}
.label-necesario-visible {
    opacity: 1 !important;
}

/* BOTON CERRAR MODAL
*************************************************/
.modal .modal-dialog .modal-header .close{
    color: #ffffff;
    font-size: 1.75rem;
}

/* INPUT RADIO Y CHECKBOX*/
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
    border:1px solid rgba(0,0,0,.125);
  }
  
  .inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    overflow: hidden;
  }
  
  .inputGroup label:before {
    width: 15px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #5f4b8b;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
  }
  
  .inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .inputGroup input:checked~label {
    color: #fff;
  }
  
  .inputGroup input:checked~label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
  }
  
  .inputGroup input:checked~label:after {
    background-color: #f84615;
    border-color: #f84615;
  }
  
  .inputGroup input {
    width: 32px;
    height: 32px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
  }

  /* ESTILOS DEL SELECCIONADOR DE EMPRESAS/DESARROLLOS */
  .seleccionador-buscador {
      padding: 1rem;
  }

  .contendor-seleccionador {
      border-right: 1px solid lightgrey;
  }

  .seleccionador:first-child {
      padding: 0;
  }

  .seleccionador-item:hover {
      background-color: #F0F0F0;
  }

  .seleccionador-item_seleccionado {
      background-color: #5f4b8b;
      color: white;
      transition: all 300ms ease;
  }
  /* CHECKBOX INPUT USUARIOS */


  input[type=checkbox].checkbox-desarrollo-user {display:none;}

  .span-checkbox {
      background-color:#FFFFFF;
      font-weight:700;
      color:#000000;
      text-decoration:none;
      text-align:center;
      font-size: large;
      width:100%;
      height:40px;
      line-height:40px;
      cursor:pointer;
      display:block;
      margin: 0 auto;
      -webkit-transition:background-color 150ms ease-in;
      -moz-transition:background-color 150ms ease-in;
      -ms-transition:background-color 150ms ease-in;
      -o-transition:background-color 150ms ease-in;
      transition:background-color 150ms ease-in;
  }

  .span-checkbox:hover {
      background-color:#866bba;
      color: white;
  }

  input[type=checkbox].checkbox-desarrollo-user:checked + .span-checkbox {
      background-color:#5e4b83;
      text-decoration:none;
      color:#FFFFFF !important;
      background:#5e4b83 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAACgoey0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAX9JREFUeNpi+P//PwMNsS4QbwBiLnQ5WlqqAsRP/0PARiBmoYfFkkB8+z8qWALEjLS0mB+IL/3HDibSymJQXB7/jx/UgNSCvU4lwAbEG4DYkwi1WUxUspQZiOcRaSkIWOAKMk0Sg3jaf+IBOIVjMyQWiH8DsR+RljaTYOkBWJ5GNwRk2R+ooh9A7ETA0jwSLL0ATfEYqRpkyVc0xR+A2AyHpdFA/I9IS0F5WhRbAWIEtQQbeAXE6lhC5jeRlj4GYgVsRaYK1HBCmmWgmuyxhAwu8BpaXjNgs/gYkYbcAGIXPCGDDkCOM8eVPkCEFhE+JhX8BGJnfAkTxgC57BOVLAXlihBC2RA9Vf+k0FJQKk8nJv+jCwQi5WNyQAWxpR02wRQS8icy6CKlmMUlUUGipfOQK3lKLAbhdhIKfWZS6258kiAfzCZg6V4gZiOn0UBIAcgn63BYehK50Ke2xQxQH+3FUoqJUtJMIlYhLxAfxVJu09xiWENuMxCrUaNhCBBgAOAVfjALa5TLAAAAAElFTkSuQmCC) no-repeat 7% center;
      background-size:15px 13px;
  }

  input[type=checkbox].checkbox-desarrollo-user:checked:hover + .span-checkbox {
      background-color:#dd5244;
      color:#FFFFFF !important;
      text-decoration:none;
      background:#dd5244 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNq8110OgjAMAGBGvIY3VESjt9jPg95PT+LccBIZ7dYOWJPGB+g+Ymg3hLW2QeLkcu/y2pSFdvl0eQevehjI3uXbfkMh96TShFq/xhG6J4faAtxEtSBOQTm4QWpnOBWl4CZT69fuYpiCpnBDrB1xLhrjgoFO8F1oGcFslUv4bV32zFoxmOHJta0XMn65dC0UaiddA8UGiN4axeC1cUkdmWviEls/NwL1FqjPNtNvoimPdC3yRCUTiTXbt0R/oSnw2iiK10BBvBY6w2uiE3xJr8oFtcrvxy/fVcyeVdGx98yotcOxN/znHeMUIhdMOG8c4reagssF43VEoT5O4ZJwvNUUFJtcEE5BMXyGpnanf5yDxjiI+hSJj7YunEBvhbuTCh9tD+jiR4ABAJ0SrJgNr1UAAAAAAElFTkSuQmCC) no-repeat 7% center;
      background-size:15px 15px;
  }

/*Estilos modal para desarrollos*/
    li.desarrollos-switch:hover {
        background-color: rgb(220, 220, 220);
    }
/*Estilos para Switch*/
    .content-switch {
        float: left;
        margin-right: 15px;
        display: inline-flex;
        align-items: center;
        font-size: 16px;
    }
    .switch input {
        display:none;
    }
    .switch {
        display:inline-block;
        width:40px;
        height:20px;
        position:relative;
    }
    .slider {
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        border-radius:30px;
        box-shadow:0 0 0 1px #5f4b8b, 0 0 1px #5f4b8b;
        cursor:pointer;
        border:4px solid transparent;
        overflow:hidden;
        transition:.4s;
    }
    .slider:before {
        position:absolute;
        content:"";
        width:100%;
        height:100%;
        background:#cccccc;
        border-radius:30px;
        transform:translateX(-20px);
        transition:.4s;
    }
    .switch input:checked + .slider:before {
        transform:translateX(20px);
        background:#5F4B8B;
    }
    .switch input:checked + .slider {
        box-shadow:0 0 0 1px #5F4B8B,0 0 1px #5F4B8B;
    }

/* css scrollbar */

::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar{
    background-color: #F5F5F5;
}

::-webkit-scrollbar:vertical{
    width: 8px;
}

::-webkit-scrollbar:horizontal{
    height: 8px;
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #6c757d;
}

/*
1.Pocicionamiento
2.Modelo caja (Box model)
3.Tipografia
4.Visuales
5.Otros
*/

:root {
  /*Colores*/
  --back-grey: #E5E5E5;
  --text-grey: #B2BEDA;
  --primary: #5F4B8B;
  --back-white: #FFFFFF;
  --success: #54D3AD;
  --alerts: #F25A5A;
  --disabled: #CED4E2;
  --back-input: #F7F8FD;
  --text-violet: #3D3769;
}
.principal {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;

}
.principal__first-container {
  display: flex;
  flex-direction: column;

  max-width: 550px;
  min-width: 320px;
  width: 550px;
  height: 650px;

  background: var(--back-white);
  border-radius: 6px;


  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
}
.principal-title {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 100%;
  min-width: 320px;
  max-width:700px;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 25px;

  text-align: center;

  /* background: var(--back-white); */
}
.principal-title h1 {
  margin-bottom: 5px;

  line-height: 45px;
  font-weight: 400;
  font-size: 3em;


  color: var(--text-violet);
}
.form {
  position: relative;
  display: flex;
  flex-direction: column;

  width: 100%;
  min-width: 320px;
  max-width: 355px;
  margin: 0 auto;

  /* background-color: var(--back-white); */
}
.form__container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: space-between;

  width: 93%;
  max-width: 450px;
  height: 100%;
}
.form__label{
  box-sizing: border-box;
  position: relative;
  align-self: center;

  padding-top: 6px;
  padding: 3px;
  margin-bottom: 35px;
  height: 25px;
  width: 93%;
  max-width: 450px;

  border: none;
  outline: none;

  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
}
.form__input {
  box-sizing: border-box;
  align-self: center;

  width: 100%;
  max-width: 450px;
  height: 42px;
  padding: 4px 45px 0px 14px;

  font-weight: 600;
  font-size: 1.4em;
  font-family: 'Poppins', sans-serif !important;

  color: var(--text-violet);
  border-radius: 5px;
  border: none;
  outline: none;
  background:var(--back-input);

  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
}
.form__icon-check {
  position: absolute;
  right: 20px;
  top: 14px;
}
.form__icon-check img {
  height: 20px;
  width: 20px;

  cursor: pointer;
}
.form__input::before, .form__input::after {
  box-sizing: border-box;
}
.form__input:focus::placeholder{
  color: transparent;
}
.form__input::placeholder{
  color: var(--primary);
  transition: color 0.3s ease;
}
.form__placeholder {
  font-size: 1.4em;
  font-weight: 600;
}
.form__tooltip {
  position: absolute;
  z-index: 1;
  top:  48px;
  left: 5px;

  width: 97.5%;
  max-width: 450px;
  height: 25px;
  padding-top: 3px;

  font-size: 1.2em;
  font-weight: 500;
  text-align: center;

  border-radius: 6px;
  color: var(--back-white);
  background: var(--alerts);

  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.30);
  visibility: hidden;
}
.tooltip__password {
  height: 90px;
  width: 140px;
  padding: 5px;

  font-size: 1.1em;
  text-align: left;
}
.icon-check__alert:hover + .form__tooltip{
  visibility: visible;
}
.form__label .form__placeholder {
  position: absolute;
  left: 15px !important;
  top: calc(50% + 12px);
  transform: translateY(-50%);
  color: var(--disabled) ;
  transition:
    top 0.3s ease,
    font-size 0.3s ease,
    color 0.3s ease;
}
.form__label .form__input.activo + .form__placeholder,
.form__label .form__input:valid + .form__placeholder,
.form__label .form__input:focus + .form__placeholder {
  top: 5px !important;
  font-weight: 500;
  font-size: 1.4em;
  color: var(--primary);
}
.form__label .form__input:valid + .form__placeholder--desarrollo,
.form__label .form__input:focus + .form__placeholder--desarrollo {
  top: 5px !important;
  left: -33px !important;
  font-weight: 500;
  font-size: 1.4em;
  color: var(--primary);
}
.label--success .input--success:valid + .placeholder--success,
.label--success .input--success:focus + .placeholder--success {
  top: 5px !important;
  font-weight: 500;
  font-size: 1.4em;
  color: var(--success);
}
.label--alert .input--alert:valid + .placeholder--alert,
.label--alert .input--alert:focus + .placeholder--alert {
  top: 5px !important;
  font-weight: 500;
  font-size: 1.4em;
  color: var(--alerts);
}

/*Borde del label*/
.form__label .form__input:valid,
.form__label .form__input:focus{
  border-color: var(--primary);
  transition-delay: 0.1s;
}
.label--success .input--success:valid,
.label--success .input--success:focus{
  border-color: var(--success);
  transition-delay: 0.1s;
}
.label--alert .input--alert:valid,
.label--alert .input--alert:focus{
  border-color: var(--alerts);
  transition-delay: 0.1s;
}
.form__label .form__input {
  border: 1px solid var(--text-grey);
  transition: border-color 0.3s ease;
}
.form__label .form__input + .form__placeholder{
  padding: 0 0.313em;
  left: 0.625em;
}
.form__label .form__input.activo + .form__placeholder,
.form__label .form__input:valid + .form__placeholder,
.form__label .form__input:focus + .form__placeholder {
  top: 1em;
  background: linear-gradient( var(--back-white) 30%, var(--back-input));;
  border-radius: 5px;
}

/*Button footer*/
.button__submit--message {
  position: absolute;
  bottom: 85px;
  z-index: 1000;

  width: 90%;
  height: 30px;
  max-width: 320px;
  padding: 5px;

  font-weight: 500;
  font-size: 1.4em;
  text-align: center;

  border-radius: 6px;
  background: var(--success);
  color: var(--back-white);

  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.35);
}
.button__submit--message-error {
  position: absolute;
  bottom: 85px;

  width: 90%;
  height: 40px;
  max-width: 320px;
  padding: 5px;

  font-weight: 500;
  font-size: 1.2em;
  text-align: center;

  border-radius: 6px;
  background: var(--alerts);
  color: var(--back-white);

  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.35);
}
.button {
  display: flex;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  align-self: center;
  flex-direction: column;
  align-items: center;
  bottom: 0px;

  width: 100%;
  height: 90px;
  max-width: 325px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 40px;

  background: var(--back-white);
}
.button__submit {
  transition-property: widht;
  transition-duration: 0.3s ease;
  transition-delay: 0.3s ease;

  height: 42px;
  width: 100%;

  font-size: 1.4em;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;

  background-color: var(--primary);
  color: var(--back-white);
  border-radius: 5px;
  outline: none ;

  cursor: pointer;

}
.button__login {
  margin-top: 15px;
  margin-bottom: 5px;

  font-size: 1.4em;
  font-weight: 600;
}
.button__link {
  color: var(--primary);
  cursor: pointer;
}

/*Estilos del segundo contenedor*/
.principal__second-container {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;

  max-width: 550px;
  min-width: 320px;
  width: 550px;
  height: 650px;
  margin-left: 100px;

  color: var(--text-violet);
}
.principal__second-container img {
  width: 220px;
  margin-top: 90px;
}
.principal__second-container h2 {
  width: 414px;
  margin-bottom: 35px;
  margin-top: 45px;

  text-align: center;
  font-weight: 400;
  font-size: 3.3em;
  line-height: 45px;
}
.principal__second-container p {
  width: 414px;

  font-size: 1.6em;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
}

/*Media para responsive*/
@media (max-height: 640px) {
  .principal {
    display: flex;
  align-items: flex-start;
  }
}
@media (max-width: 355px) {
  .button__submit {
    width: 92%;
  }
}
@media (max-width: 390px) {
  .form__placeholder {
    font-size: 1.5em;
  }
}
@media (max-width: 1360px) {
  .principal__second-container {
    display: none;
  }
}
#previewInterior img {
  width:44px;
  height: 43px;
  display:block;
  object-fit: cover;
  border-radius: 5px;
}
#previewExterior img {
  width:44px;
  height: 43px;
  display:block;
  object-fit: cover;
  border-radius: 5px;
}
#previewLogo img {
  width:44px;
  height: 43px;
  display:block;
  object-fit: cover;
  border-radius: 5px;
}

input.PhoneInputInput{
  border: 0;
  background:var(--back-input);
}
input.PhoneInputInput:focus-visible{
  outline:0;
}
/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.content-metas{
    padding: 20px 40px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px #00000026;
    /* border-radius: 25px; */
    text-align: center;
    padding-left: 95px;
}

.title-metas{
    /* color: #4B4B4B; */
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.cards-metas{
    box-shadow: 0px 1px 4px 0px #00000045;
    border-radius: 20px;
    padding: 15px 0;
}

 .content-cards{
    padding: 20px 50px 30px;
}

.title-cards-metas{
    font-size: 20px;
    font-weight: 600;
    pointer-events: none;
}
.percent-cards-metas{
    font-size: 28px;
    font-weight: 600;
    pointer-events: none;
}

.meta-hr{
    border-top: 4px solid #5F4B8B;
}

.drop-color{
    font-size: 16px;
}

.title-table-meta{
    background-color: #a39cb3;
    /* color: black; */
    /* box-shadow: 0px 1px 4px 0px #00000045; */
    border-radius: 15px;
}

.title-meta{
    color: black;
    font-weight: 600;    
}

.content-table{
    font-size: 14px;
}

.table-hover tbody tr:hover {
    background-color:#e8e5ee ;
}

/* .title-table-meta tr:hover{
   border-radius: 15px;
   overflow: hidden;
} */

.th_table{
    /* display: block; */
    background: #e5f70d;
    border-radius: 15px;
    width: calc(5% );
}
  
.title-proyect-metas{
    color: #5f4b8a;
    text-transform: uppercase;  
}

.equal-card{
    padding-top: 38px;
    font-size: 38px;
    color: #473868;
}

.equal-card2{    
    font-size: 38px;
    color: #473868;
}

.percent_tbl{
    border-radius: 15px;
    width: calc(5% );
}

.percent50{
    background-color: #94e391;
}

.percent20{
    background-color: #e9d37c;
}

.percent10{
    background-color: #f5a0a0;
}

.content-metas-cards a {
    text-decoration: none;
    color: black;
}

.btn-flecha-inact{
    background-color: #78777c;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    font-size: 25px;
    height: 40px;
    width: 40px;
    /* display: inline-flex; */
}

.selector-label input[name=input-selector-proyecto]{
    display: none;
}

.selector-label input [name=input-selector-proyecto]:checked  + span {
    background-color: #5F4B8B;
}
.last-proyect{
    pointer-events: none;
}

.yearMetas{
    color: #4d4d4d;
    font-weight: 600;  
}

@media (max-width: 700px) {
    .cards-metas{
        margin-block: 15px;
    }
    .content-cards {
        padding: 0 20px;
    }    
    .title-table-meta{
        background-color: #e5f70d;
        font-size: 14px;
        font-weight: 600;
        padding: 0.55rem;
        margin-bottom: 1rem;
        border-radius: 10px;
    }
    .content-metas{
        padding: 16px;
    }
    .select-proyectos{
        margin-top: 20px;
    }
}
.card-principal{
  height: 25vw;
}
.card-header.selector{
  color: #ffffff;
  background-color: #473868;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.drop-color{
  background: #e4e1e1;
}
.dropdown-toggle.dropdown-dashboard{
  min-height: 38px;
}

.dropdown-toggle.dropdown-dashboard::after{
  position: absolute;
  right: 15px;
  bottom: 16px;
}

.dropdown-item:active{
  background-color: #473868;
}

.selector-label input:checked + span{
  background-color: #473868;
  color: #ffffff;
}

/* css menu dashboard */
.menu-dashboard{
  bottom: 10px;
  margin-left: -15px;
  position: sticky;
  width: 100vw;
  z-index: 100;
  display: none;
}

/* css botones superiores */

.btn-dashboard{
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding:8px 5px;
  margin: 10px;
  width: calc(43% - 0px);
  border-radius: 20px;
}

button.btn-etapas{
  color: #fff;
  background-color: #a29bb4;
}

button.btn-discard{
  color: #fff;
  background-color: #FF6767;
}

button.btn-funnel{
  font-size: 12px;
  color: #fff;
  background-color: #5f4b8a;
  padding: 4px 10px;
  margin: auto;
  margin-top: 10px;
  width: calc(35%);
  border-radius: 20px;
}

/* css botones flechas */
.btn.btn-flecha{
  background-color: #5f4b8a;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
  height: 40px;
  width: 40px;
  display: inline-flex;
}

.btn.btn-flecha svg{
  margin: auto;
}

/* css boton proyecto */
.btn-proyectos{
  width: 100%;
  background-color: #a29bb4;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

/* css Modal proyecto */
.modal-proyectos{
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100vw;
  transition: visibility 0s, opacity 0.5s linear;
  align-items: normal;
  height: 0;
  bottom: 0;
  transition: height 1s;
  visibility: visible;
  opacity: 1;
  top:100vh;
  left:0;
  z-index: 100;
}

.modal-proyectos .content-proyectos{
  background-color: #fff;
  padding: 2rem;
  z-index: 10000;
  border-radius: 5px;
  height: 100%;
  width: 100%;
}

.modal-proyectos .content-arrayProyectos{
  overflow-y: auto;
  height: calc(100vh - 200px);
}

.modal-proyectos .card{
  border-radius: 35px;
  box-shadow: 0px -1px 10px #ccc;
  background-color: #5f4b8a;
}

.modal-proyectos .card .card-header{
  background-color: #ffffff;
  border-radius: 35px;
  margin-top: -2px;
  text-align: center;
}

.modal-proyectos .card  .card-body{
  background-color: #5f4b8a;
  border-radius: 0 0 35px 35px;
}

.modal-proyectos .card  .card-body h3{
  height: 60px;
  margin: 20px auto;
  text-align: center;
  color: #ffffff;
}

.modal-proyectos .card  .card-body button{
  margin: 40px auto;
  display: block;
  background-color: #a29bb4;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 20px;
}

.btn.btn-buscarProyecto{
  margin: 40px auto;
  display: block;
  background-color: rgb(162, 155, 180);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
}

.card-select .dropdown-toggle.dropdown-dashboard::after{
  right: 10px;
}

.card-select .dropdown-item{
  padding-left: 10px;
}

.selector-label input[name=input-selector-proyecto]{
  display: none;
}

.selector-label input [name=input-selector-proyecto]:checked  + span {
  background-color: #5F4B8B;
}

@media (max-width:1200px) {
  .card-principal{
    height: 30vw;
  }
}

@media (max-width:960px) {
  .card-principal{
    height: auto;
  }
  .title-proyect{
    color: #5f4b8a;
    text-transform: uppercase;
  }
}

@media (max-width:575.98px){
  .modal-proyectos.show{
    visibility: visible;
    opacity: 1;
    height: 100vh;
    top:auto;
    display: block;
  }
  /* css contenedor dashboard */
  .contenedot-dashboard{
    min-height:100vh; 
    position:relative;
  }
  .btn-proyectos:hover{
    color: #ffffff;
  }
  .menu-dashboard{
    display: block;
  }
  .title-Dashboard{
    margin: 35px 0 -20px;
  }
}
.content-funnel{
    padding: 20px 40px;
    background: #fff;
    color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px #00000026;
    font-size: 16px;
    border-radius: 25px;
}

.info-funnel{
    border-radius: 10px;
    text-align: center;
    margin: auto;
    display: inline-flex;
}

.funnel-lead{
    background: #5F4B8B;
}

.funnel-call{
    background: #715aa2
}

.funnel-reply{
    background: #7e65b4;
}

.funnel-scheduled{
    background: #8c71c6;
}

.funnel-visit{
    background: #987cd6
}

.funnel-vtr{
    background: #a88aea;
}

.icon-dashboard{
    width: 35px;
    padding: 0;
    margin: 0 10px 0 -2px;
}

.img-funnel{
    padding: 8px;
}

.counter-funnel{
    font-size: 28px;
    font-weight: 600;
    padding: 0 15px 0 0;
    border-radius: 25px;
}

.percent-funnel{
    font-size: 20px;
    padding: 0;
    margin-left: -10px;
}

.title-funnel{
    text-align:left;
    padding-left: 0px;
}

.title-funnel-card{
    color: #4B4B4B;
    font-weight: 600;
    text-align: center;
}

.see-metas{
    color: #4B4B4B;
    font-weight: 600;
}

@media (max-width: 700px) {
    .content-funnel{
        
        font-size: 12px;
        padding: 25px;
    }
    .counter-funnel{
        font-size: 20px;    
        padding: 0;    
    }
    .title-funnel{
        padding-left: 0;    
    }
    .percent-funnel{
        font-size: 16px;
    }
    .img-funnel{
        padding: 0;
    }
    .btn-funnel{
        background: #5F4B8B;
        color: #fff;
        border-radius: 15px;
        padding: 2px 5px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .img-funnel{
        padding: 5px;
    }
    .counter-funnel{
        font-size: 20px;    
        padding: 0;    
    }
    .percent-funnel{
        font-size: 16px;
    }
    .content-funnel{
        font-size: 12px;
    }
}

@media (width: 1024px) {
    .img-funnel{
        padding: 0;
    }
    .percent-funnel{
        font-size: 19px;
    }
    .counter-funnel{
        font-size: 22px;
    }
}
.contentEtapas {
    padding: 20px 15px;
    background: #fff;
    color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px #00000026;
    font-size: 12px;
    text-align: center;
    border-radius: 25px;
    position: relative;
}

.title-card-etapa {
    color: #4B4B4B;
    font-weight: 600;
}

.card-etapa {
    background: #a29bb3;
    border-radius: 10px;
    height: 100px;
    margin-bottom: 33px;
}

.text-card-etapa {
    font-size: 30px;
    font-weight: 600;
    padding-top: 10px;
}

.text-content {
    margin-top: -15px;
}

.cards {
    margin: 30px 0 0 -30px;
}

.percent {
    padding: 10px;
    /* text-align: initial; */
    /* display: list-item; */
}

.percent-mean {
    font-weight: 600;
    font-size: 18px;
}

.discartTask {
    background: #e5f70d;
    color: #4B4B4B;
}

.average-stage {
    padding: 1px;
}

@media (width: 1024px) {
    .percent {
        padding: 10px 25px 0 10px;
    }

    .average-stage {
        padding: 0 22px 0;
    }
}

@media (width: 768px) {
    .contentEtapas {
        font-size: 11px;
    }

    .percent {
        padding: 0;
    }

    .percent-mean {
        font-size: 16px;
    }

    .text-card-etapa {
        font-size: 18px;
    }

    .average-stage {
        padding: 0 30px;
    }
}

@media (max-width: 576px) {
    .card-etapa {
        height: 33px;
        margin-bottom: 0px;
    }

    .contentEtapas {
        padding: 25px;
    }
}
.content-cardDiscarted{
    padding: 20px 15px;
    background: #fff;
    color: #fff;
    border-radius: 25px;
    box-shadow: 0px 1px 4px 0px #00000026;
    font-size: 12px;
    text-align: center;
}

.content-cardDiscarted .title-descarted{
    color: #4B4B4B;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.div-card-Discarted{
    display: inline-flex;
}

.card-discarted{
    background: #F7685B;
    border-radius: 10px; 
    margin:4px 0;
    height: 78px;
}

/* .card-discarted h8{
    padding: 0 5px;
} */

.percent-discarted{
    margin: 0 -15px;
    font-size: 26px;
    font-weight: 600; 
}

.all-discarted{
    background: #e34646;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: initial;
    padding: 0;
    font-size: 16px;
    font-weight: 600;    
    /* padding-top: 1em; */
    width: 100%;
}

.discarted-apointment{
    background: #f39090;
}

.text-all-discarted{
    margin: auto;
}

.text-discart-discarted{
    margin-right: 0.5em;
}

.title-cards-discarted{
    padding: 8px 0 0 20px;
}

.num-avg{
    margin-bottom: -4px;
    font-size: 14px;
}

.top-descart{
    padding: 6px 5px 0;
}

.avg-descart{
    padding: .25rem;
}

.mov-oc1{
    display: none;
}
.mov-oc{
    display: block;
}

@media screen and (max-width: 700px) {
    .card-discarted{
        padding: 6px 10px 0;
        font-size: 11px;
        margin: 0 0 5px;
        height: auto;
    }
    .percent-discarted{
        font-size: 18px;
        font-weight: 600;
        margin: -5px;
        text-align: center;
    }
    .div-card-Discarted{
        display: contents;
    }
    .content-cardDiscarted{
        text-align: initial;
    }    
    .all-discarted{
        text-transform: none;
        font-size: 12px;
        font-weight: normal;
        padding: 6px 10px;
    }    
    .text-discart-discarted{
        margin-right: 0.75em;
    }
    .avg-descart{
        padding: 0;
    }
    .mov-oc{
        display: none;
    }
    .mov-oc1{
        display: inline-block;
        font-size: 14px;
    }
    .title-cards-discarted{
        padding: 0 15px;
    }
}
.content-crm span,
.content-crm p{
  color:#4B4B4B;
}

p.nombre-account{
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center; 
}

div.content-icon-account{
  margin:10px auto 20px;
}

.content-icon-score-card span {
  float: left;
  border-radius: 50px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  padding: 8px 5px;
  text-align: center;
  height: 50px;
  width: 50px;
}

.content-icon-score span{
  float: left;
  align-items: center;
  border-radius: 50px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;  
  margin: 0 5px;
  padding: 15px 10px;
  text-align: center;
  height: 80px;
  width: 80px;
}

.content-info span{
  float: left;
  align-items: center;
  border-radius: 21px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  margin: 0 5px;
  padding: 2px 5px;
  text-align: center;
}

.content-status{
  border-radius: 0.25rem;
  display: inline-flex;
  overflow: hidden;
}

.content-status .item-status.disabled{
  cursor: default;
  pointer-events: none;
}

.content-status .item-status{
  cursor: pointer;
  text-align: center;
}

.content-status .item-status div{
  width: 85px;
}

.content-status .item-status div.remove-step{
  background-color: #ff6767;
  border-radius: 0 0 5px 5px;
  color:#ffffff;
  padding: 2px;
  height: 1.3rem;
  cursor: pointer;
  display: none;
}

.content-status .item-status div.remove-step.active{
  display: block;
}

.content-status span{
  color:#FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  padding: 0 7px;  
}

span.crm-desarrollo{
  align-items: center;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 19px;
  color:#4B4B4B;
  padding: 1px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

span.status-account.new-prospecto{
  background-color: #109CF1;
}

span.status-account.new-tarea{
  background-color: #5F4B8B;
}

span.status-account.descartado{
  background-color: #FF6767;
}

span.score-account.high-score{
  background-color: #54D3AD;
}

span.score-account.low-score{
  background-color: #d0c821;
}

span.score-account.lower{
  background-color: #FF6767;
}

span.status-account.cita{
  background-color: #FFB800;
}

span.origen-account{
  background-color: #5F4B8B;
}

span.tag{
  background-color: #109CF1;
  cursor: pointer;
}

.icon-account{
  border-right:solid 1px #D3D3D3; 
  padding:0 5px 0 0; 
  font-size:20px;
  color:#4B4B4B;
}

.icon-date{
  border-right:solid 1px #D3D3D3; 
  padding:0 5px 0 0; 
  font-size:21px;
  color:#4B4B4B;
}

.text-btn-account{
  font-size: 12px;
  padding-left: 5px;
  font-weight: 600;
}

.whats{
  color: rgb(72 200 87);
}

.statusCRMnocalls {
  background-color: #44aaff;
}

.statusCRMcalls {
  background-color: #8bc2fc;
}

.statusCRMcontest{
  background-color: #0786f6;
}

.statusCRMschedule{
  background-color: #046ec2;
}

.statusCRMvisited{
  background-color: #045fad;
}

.statusCRMdiscarded{
  background-color: #FF6767;
}

.statusCRMinactive{
  background-color: #72726f;
}

@media (max-width: 376px) {
  .content-status span{
   font-weight: 100;
   font-size: 11px;
   padding: 0;
  }
  .content-status .item-status div{
    width: 64px;
  }
}
.titulo-registro{
  font-weight: 600;
  color:#4B4B4B;
}
.btn-registro{
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding:12px 5px;
  margin: 10px 1px;
  width: calc(50% - 2px);
}

.btn-registro-discart{
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding:12px 5px;
  margin: 10px 1px;
  width: calc(100% - 2px);
}

button.btn-reagendar{
  color: #ffffff;
  background-color: #5F4B8B;
  border-color: #5F4B8B;
}

button.btn-descartar{
  color: #ffffff;
  background-color: #FF6767;
  border-color: #FF6767;
}

@media (max-width: 375px ) {
  .btn-registro{
    width: 100%;
    margin: 5px 0px;
  }
}
.content-title{
  background-color: #FAFAFA;
  margin-left: -15px;
  margin-right: -15px;
  padding: 12px 0;
  position: relative;
  border-radius: 5px 5px 0px 0px;
}

.content-title .text-title{
  color: #4B4B4B;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.content-title .info-icon{
  font-size: 18px;
  color:#C4C4C4;
  position: absolute;
  right: 12px;
  top: 12px;
}
.content-card{
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px #00000026;
}

.header{
    font-weight: bold;
    font-size: 14px;
    line-height: 14px; 
    text-transform: uppercase;
    height: 40px;
    border-radius: 5px;
    padding: 12px;
}

.header span{
    color:#FFFFFF
}

p.card-task{   
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #4B4B4B;
    margin: 5px 0px;
}

p.card-task a{
    overflow-wrap: anywhere;
}

.description{
    background: #FFFFFF;
    padding: 10px 10px 1px;
    border-radius: 5px;
    /* margin-top: -6px; */
}

.content-card.new-prospecto,
.content-card.new-tarea{
    background-color: #5F4B8B;
}

.content-card.high-priority{
    background-color: #FF6B00;
}

.content-card.descartado{
    background-color: #FF6767;
}

.content-card.task-closed{
    background-color: #C4C4C4;
}

.btn.pin{
    background-color: #FFFFFF;    
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    border-radius: 5px 6px;
    padding: 5px;
    margin-top: -7px;
}

.btn.pin span{
    color: #B7B7B7;
}

.btn.pin span:hover{
    color: #109CF1;
}

.btn.pin.pinned-task span{
    color: #109CF1;
}

.date{
    font-size: 11px;
    line-height: 18px;  
    color: #4B4B4B;
}

.callRes{
    margin-left: 75%;
    font-weight: 600;
}

.btn-editTask{
    opacity: .5;
    font-size: 14px;
    cursor: pointer;
}

.btn-editTask:hover{
    opacity: 0.8;
}
.content-tarea{
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 1px 20px 0px #0000001A;
}

#historial-tareas .container{
  padding-left:  0;
  padding-right: 0;
}
.titulo-confirmacion{
    font-size: 14px;
    line-height: 14px;   
    text-align: Center;
    font-weight: 700;
}

.titulo-cita-nota{
    font-size: 14px;
    line-height: 14px;   
    /* text-align: ; */
    font-weight: 700;
}

.titulo-cita{
    font-size: 12px;
    line-height: 12px;
    padding: 20px 0 1px;
}

.btn-cita{    
    font-size: 12px;
    line-height: 18px;
    padding:12px 5px;
    border-radius: 5px;    
    width: 100%;
    font-weight: 700;
}
  
button.btn-realizada{
    color: #ffffff;
    background: #5F4B8B;
    border: #5F4B8B;
}
  
button.btn-seguimiento{
    color: #ffffff;
    background-color: #C4C4C4;
    border: #C4C4C4;
}

.conf{
    background-color: #ffffff;
    padding-bottom: 20px;
    border-radius: 5px;
    /* box-shadow: 0px 1px 20px 0px #0000001A; */
}

.content-icon-cita{
    padding: 20px 0;
    text-align: center;
}

.parrafo{
    font-size: 12px;
    text-align: Center;
}

.btn-inactive-rj{
  color: #ffffff;
  background-color: #C4C4C4;
  border-color: #C4C4C4;
  cursor: default;
  pointer-events: none;
}
.slide-up {
  width: 100vw;
  height: 0;
  position: absolute;
  bottom: 0;
  z-index: 99999;
  transition: height 1s;
  background-color: #fff;
  border-radius: 10ps 10px 0 0;
}

.slide-up .content-slide {
  display: none;
}

.slide-up.show .content-slide {
  display: block;
}

.slide-up.show {
  height: 100vh;
}

.content-slide button.btn.cerrar {
  padding: 0px 3px;
  margin: 0;
  background: #F5F6F8;
  border-radius: 5px;
}
.content-card-prospecto{
  border-radius: 5px;
}

.content-card-prospecto.tarea-agendadas ,
.content-card-prospecto.tarea-nuevas{
  background-color: #F5F6F8;
}

.content-card-prospecto.tarea-finalizadas{
  /* background-color: #ffffff; */
  border: 1px solid #B7B7B7;
}

.content-card-prospecto.tarea-select{
  background: #5F4B8B;
}

.content-card-prospecto.tarea-select span.status-account.new-tarea{
  color: #5F4B8B;
  background-color: #ffffff;
}

.content-card-prospecto.tarea-select span.origen-account{
  color: #5F4B8B;
  background-color: #ffffff;
}

.content-card-prospecto.tarea-select span, 
.content-card-prospecto.tarea-select p{
  color:#ffffff
}

.content-card-prospecto .content-info span{
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0 10px 5px 0px;
}

.content-card-prospecto span.title-prospecto{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 0;
}

span.fecha-prospecto{
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
  margin-right: auto;
}

p.texto-prospecto{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

/* css selected card */

label.label-card-prospecto{
  color: #212529;
  display: block;
}

label.label-card-prospecto input[type=radio]{
  display: none;
}

.label-card-prospecto input[name=card-prospecto]:checked + .content-card-prospecto{
  background: #5F4B8B;
}

.label-card-prospecto input[name=card-prospecto]:checked + .content-card-prospecto span.status-account.new-tarea{
  color: #5F4B8B;
  background-color: #ffffff;
}

.label-card-prospecto input[name=card-prospecto]:checked + .content-card-prospecto span.origen-account{
  color: #5F4B8B;
  background-color: #ffffff;
}

.label-card-prospecto input[name=card-prospecto]:checked + .content-card-prospecto span, 
.label-card-prospecto input[name=card-prospecto]:checked + .content-card-prospecto p{
  color:#ffffff
}

.title-cards{
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin-block: 0;
  font-size: 13px;
}

.card-overdue{
  background-color: #ff6767;
}

.card-today{
  background-color: #5F4B8B;
}

.label-card-prospecto.editar{
  pointer-events: none;
}

.label-card-prospecto input[name=card-prospecto-editar]{
  display: none;
}

.label-card-prospecto input[name=card-prospecto-editar]:checked + .content-card-prospecto{
  background-color: #77cfae;
}

.label-card-prospecto input[name=card-prospecto-editar]:checked + .content-card-prospecto .col-md-12:nth-child(2){
  display: none;
}

.btnSuccess{
  background-color: #54D3AD;
}

.btnDanger{
  background-color: #ff6767;
}

span.opt-descarte{
  background-color: #109CF1;
}
.content-filtroDesarrollo .box{
    width: auto;
    /* height: 60px; */
    white-space: nowrap; 
    overflow-y: hidden; 
    overflow-x: auto; 
}

.content-filtroDesarrollo .box::-webkit-scrollbar {
    -webkit-appearance: none;
}

.content-filtroDesarrollo .box::-webkit-scrollbar-button:increment,
.content-filtroDesarrollo .box::-webkit-scrollbar-button {
    display: none;
}
.content-filtroDesarrollo .box::-webkit-scrollbar:horizontal {
    height: 5px;    
}

.content-filtroDesarrollo .box::-webkit-scrollbar-thumb{
    background-color: #6E7781;
    border-radius: 20px;
}

.content-filtroDesarrollo span.btn{
    font-size: 14px;
    /* font-weight: 700; */
    line-height: 18px;
    padding: 5px;
    border-radius: 5px;
}

.content-filtroDesarrollo .btn-all{
    color: #fff;
    background: #C4C4C4;
    margin-right: 9px;
}

.content-filtroDesarrollo .btn-inactive{
    color: #4B4B4B;
    border-color: #C4C4C4;
    margin-right: 9px; 
}

.content-filtroDesarrollo .occult input[type=radio]{
    display: none;
}

.content-filtroDesarrollo .occult input[type=radio]:checked + span {
    background-color: #5F4B8B;
    color: #fff;
}

.content-filtroDesarrollo .occult{
    display: flex;
    width: 100%;
    margin-top: 17px;
}
.content-card-actividades {
  height: calc(100vh - 300px);
  overflow-y: auto;
  position: relative;
}

.btn-actividades {
  color: #4B4B4B;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.btn-actividades.active {
  color: #ffffff;
  background-color: #5F4B8B;
  border-color: #5F4B8B;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 242px !important;
  border: 1px solid #B7B7B7;
  box-sizing: border-box;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: .5rem .75rem;
  right: 0;
  top: 40px;
  z-index: 1;
}

.dropdown-content.show {
  display: block;
}

input#dias-no-seguimiento:focus-visible {
  outline: 0;
}

@media (max-width: 575.98px) {
  .content-card-actividades {
    height: calc(100vh - 285px);
  }

  /* Ocultar icono */
  .icono-no {
    display: none;
  }

  /* .dropdown-content{
    left: 10px;
  } */
}
.menu-nav-crm {
  bottom: 0;
  margin-left: -15px;
  position: sticky;
  width: 100vw;
  z-index: 100;
}

.menu-nav-crm .btn.menu-nav {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 5px;
  margin: 5px 5px;
}

.icon-nav {
  font-size: 20px;
}

.menu-nav-crm span {
  margin-left: 5px;
}

.menu-nav-crm .btn-light._active {
  color: #ffffff;
  background-color: #5F4B8B;
}

.menu-nav-crm .btn-light._active span {
  color: #ffffff;
}

@media (max-width: 400px) {
  .icon-nav.flecha {
    display: block;
  }

  .menu-nav-crm span.flecha {
    display: none;
  }
}
.container-contestaciones{
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 15px 5px;
    box-shadow: 0px 1px 20px 0px #0000001A;
}

.question{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.answer{
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;    
}

.p{
    color: #4B4B4B;
}

.positionProsp{
    margin: 15px 0;
}
.calendar {
  width: 100%;
  height: 21rem;
  color: #262D33;
  background-color: #fff;
}

.calendar label {
  color: #262D33;
}

.months-crm {
  width: 100%;
  /* height: 5rem; */
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.months-crm svg {
  font-size: 20px;
  cursor: pointer;
}

.months-crm h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.months-crm p {
  font-size: 14px;
}

.weekdays {
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
}

.weekdays div {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  width: calc(100% / 7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.days input[type=radio] {
  display: none;
}

.days label {
  display: flex;
  height: 2.3rem;
  margin: 5px;
  width: calc((100% - 70px) / 7);
}

.days .day {
  align-items: center;
  background-color: #F5F6F8;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: center;
  transition: backgrount-color 0.2s;
  position: relative;
  width: 100%;
}

.days .day:hover:not(.days label input:checked + .day) {
  background-color: rgba(95, 75, 139, 0.85);
  border: 0.1rem solid #777;
  color: #fff;
  cursor: pointer;
}

.prev-days,
.next-days {
  opacity: 0.5;
}

.contblock input:disabled~.day {
  pointer-events: none;
  opacity: 0.5;
  background-color: #b4b6b7 !important;
  cursor: default;
  pointer-events: auto;
}

/* 
.contblock:hover .tooltip-block {
  display: flex;
} */

.days label input:checked+.day {
  background-color: #5F4B8B;
  color: #fff;
}

.days .citas::after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #109CF1;
  position: absolute;
  border-radius: 5px;
  right: 4px;
  bottom: 5px;
}

.days .full-citas::after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #FF6767;
  position: absolute;
  border-radius: 5px;
  right: 4px;
  bottom: 5px;
}
.modal-seguimiento {
  position: fixed;
  /* align-items: center;
  display: flex;
  justify-content: center; */
  /* width: 100vw;
  height: 100vh; */
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-seguimiento.show {
  visibility: visible;
  opacity: 1;
}

.modal-seguimiento .backgroundModal {
  background-color: rgb(0, 0, 0, .40);
  height: 100%;
  /* margin-left: -30px; */
  width: 100%;
  position: absolute;
  z-index: 9999;
}

.modal-seguimiento .content-seguimiento {
  background-color: #fff;
  width: 26rem;
  padding: 1rem;
  z-index: 10000;
  border-radius: 5px;
  position: relative;
  margin: auto;
  margin-top: 15vh;
}

.content-seguimiento .texto-seguimiento {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

@media (max-width: 575.98px) {
  .modal-seguimiento {
    display: none;
    align-items: normal;
    height: 0;
    bottom: 0;
    transition: height 1s;
    visibility: visible;
    opacity: 1;
    top: 100vh;
    left: 0;
  }

  .backgroundModal {
    display: none;
  }

  .modal-seguimiento .content-seguimiento {
    border-radius: 0;
  }

  .modal-seguimiento.show {
    height: 100vh;
    top: auto;
    display: block;
  }

  .modal-seguimiento .content-seguimiento {
    height: 100%;
    width: 100%;
    margin-top: 0;
  }
}
.titulo-descartar{
    font-weight: 600;
    color:#4B4B4B;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 15px;
}
.questiond{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.parrafod{
    font-size: 14px;
}

.icono-desc{
    color: #4B4B4B;
    font-size: 18px;
}

.btn-prospecto{
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding:12px 5px;
    margin: 140px 1px 1px;
    width: calc(50% - 2px);
    border-radius: 5px; 
}

button.btn-descartar{
    color: #ffffff;
    background-color: #FF6767;
    border-color: #FF6767;
}

button.btn-cancelar{
    color: #4B4B4B;
    background-color: #F5F5F5;
    border-color: #F5F5F5;
}
.content-desktopCRM{
  display: flex;
  max-width: 1500px;
  margin: auto;
}

.content-prospectosActividades{
  width: 400px;
}

.content-btnCerrar{
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  z-index: 1000;
  display: none;
}

.content-btnCerrar button.btn.cerrar{
  padding: 0px 3px;
  margin:0;
  background: #F5F6F8;
  border-radius: 5px;
}

.texto-prospectosMenu{
  display: none;
}


@media (max-width:575.98px){
  .content-desktopCRM{
    display: block;
    width: 100vw;
    height: 0;
    position: fixed;
    bottom: 0;
    z-index: 500;
    transition: height 1s;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    left: 0;
  }

  .content-desktopCRM.show{
    height: 100vh;
  }

  .content-prospectosActividades{
    padding: 15px;
    width: 100%;
  }
  
  .content-btnCerrar{
    display: block;
  }
  .texto-prospectosMenu{
    display: block;
  }
}
.container-modaltag{
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px 30px;
    box-shadow: 0px 1px 20px 0px #0000001A;
    margin: auto;
    max-width: 500px;
    margin-top: 30px;
}

.text-mod{
    font-size: 18px;
    line-height: 45px;
    font-weight: 600;
}

.w3-input{
    padding:8px;
    display:block;
    /* border:none; */
    /* border-bottom:1px solid #ccc; */
    width: 68%;
}

.tags-list{
    padding: 2px 10px 0;
    overflow-y: scroll;
    height: 225px;
}

.tags-list::-webkit-scrollbar{
    width: 10px;
    background: #F5F6F8;
    border-radius: 25px;
}

.tags-list::-webkit-scrollbar-thumb{
    background: #C4C4C4;
    border-radius: 25px;
}

.text-lits-tag{
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
    color: black;
}

.text-bot{
    font-size: 18px;
    line-height: 25px;
    /* margin-left: 33px; */
}

/* .icon-new{
    margin-top: -3px;
    color: #5F4B8B;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
} */

/* .inner-addon {
    position: relative;
}

.inner-addon .icon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.right-addon .icon {
    right: 0px;
}*/

.right-addon {
    margin-left: -10px;
    border-radius: 15px;
    /* border-color: #F5F5F5;
    border-bottom: 3px solid #F5F5F5; */
    background-color: #5F4B8B;
    color: #FFF;
    padding: 2px 10px;
} 

.right-addon:hover {
    background-color: #fff;
    color: #5F4B8B;
    border-color: #5F4B8B;
} 

.btn-new-tag{
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 4px;
    margin: 15px 1px;
  }
  
button.btn-guardar{
    color: #ffffff;
    background-color: #5F4B8B;
    border-color: #5F4B8B;
}

button.btn-cancelar{
    color: #4B4B4B;
    background-color: #F5F5F5;
    border-color: #F5F5F5;
}

.bts-new-tag{
    float: right;
}

.icon-edit{
    float: right;
    color: #109CF1;
    font-size: 16px;
    visibility: hidden;
    padding: 1px 5px;
    border-radius: 25px;
}

.icon-edit:hover{
    background-color: #F5F5F5;
    color: #109CF1;
}

.icon-delete{
    float: right;
    color: #F7685B;
    font-size: 16px;
    visibility: hidden;
    padding: 1px 5px;
    border-radius: 25px;
}

.icon-delete:hover{
    background-color: #F5F5F5;
    color: #F7685B;
}

.table td:hover .icon-edit, td:hover .icon-delete {
    visibility: visible;
}

.content-newProspectos{
  padding: 1rem;
  z-index: 10000;
  border-radius: 5px;
  max-width: 600px;
  margin: auto;
  position: relative;
  margin-top: 25vh;
}

.content-card-newProsp{
  border-radius: 5px;
  box-shadow: 0px 1px 4px 0px #00000026;
  background-color: #5F4B8B;    
}

.header-newProsp{
  font-weight: bold;
  font-size: 14px;
  line-height: 14px; 
  text-transform: uppercase;
  height: 40px;
  border-radius: 5px;
  padding: 12px;
}

.header-newProsp span{
  color:#FFFFFF
}

.cont-newProsp{
  background: #FFFFFF;
  padding: 10px 10px 1px;
  border-radius: 5px;
  padding: 20px 20px;
  position: relative;
}

.title-newProsp{
  color:#4B4B4B;
  font-size: 14px;
  font-weight: 400;
}

.npaling{
  padding-top: 5px;
}

.btn-registro-newProsp{
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding:6px 5px;
  margin: 25px 1px 5px;
  width: calc(50% - 2px);
}
  
button.btn-guardar{
  color: #ffffff;
  background-color: #5F4B8B;
  border-color: #5F4B8B;
}
  
button.btn-cancelar{
  color: #ffffff;
  background-color: #FF6767;
  border-color: #FF6767;
}

.icon-bg{
  background: #FAFAFA;
}

@media (max-width: 575.98px) {
  .content-newProspectos{
    width: 100%;
    padding: 0;
    height: 100vh;
    background-color: #fff;
    margin-top: 5vh;
  }  
  .content-card-newProsp{
    box-shadow: none;
  }
}

.container-acciones{
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 15px 5px;
    box-shadow: 0px 1px 20px 0px #0000001A;
}

.listAction{
    list-style: none;
}

.contentAction{
    text-align: center;
}

.titleTabAct{
    color: #626262;
    font-weight: 600;
    font-size: 15px;
}

.contTabAct{
    font-weight: 600;
    font-size: 12px;
}

.respAct{
    color: #626262;
}

.scrollActPro{
    height: 150px;
    overflow-y: auto;
}
