@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

:root {
    --primary-color: #203855;
    --secondary-color: #CB9C5E;
    --grey-color: #c2c2c2;
    --grey-light-color: #eeeeee;
    --golden-color: #CB9C5E;
    --black-color: #1e1e1e;
    --white-color: #fafafa;
    --blue-light-color: #c4cad1;
    --navbar-height: 5rem;
    --sidebar-width: 13rem;
    --input-height:calc(1.5em + .75rem + 2px);
}

@font-face {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    src: url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
}

@font-face {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    src: url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
    font-weight: 600;
}

body {
    margin: 0;
    font-family: Poppins;
    
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Poppins;
    width: calc(100vw - var(--sidebar-width));
    margin-left: var(--sidebar-width);
    background-color: var(--grey-light-color);
    min-height: calc(100vh - var(--navbar-height));
}

*:focus-visible {
    box-shadow: none !important;
}

h2 {
    font-weight: 800;
    margin-bottom: 0px;
}

/* HELPERS */
.dcolcenter {
    margin-top: 2rem;
    width: fit-content;
    padding: 2rem;
    border-radius: 16px;
    background-color: var(--white-color);
    border: 1px solid var(--grey-color);
    /* box-shadow: 5px 4px 20px 0px rgba(170, 170, 170, 0.66);
    -webkit-box-shadow: 5px 4px 20px 0px rgba(170, 170, 170, 0.66);
    -moz-box-shadow: 5px 4px 20px 0px rgba(170, 170, 170, 0.66); */
}

.w-1050 {
    width: 1050px !important;
}

.w-35{
    width: 35rem!important;
}

.capitalize {
    text-transform: capitalize;
}

.child-w-100>div{
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* input[type=number] {
    -moz-appearance: textfield;
} */


/*navegador horizontal*/
.back-btn {
    display: grid;
    place-items: center;
}

.back-btn button {
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    margin-right: 1rem;
    transition: all ease-in-out 100ms;
    background: var(--white-color);
    color: var(--primary-color);
    border: 0px;
    border-radius: 30px;
    padding: .2rem;
}

.back-btn button i {
    padding: 10px;
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
}

.back-btn button:hover {
    /* color: var(--white-color); */
    background: var(--golden-color);
}

.icon-bar {
    width: 90px;
    background-color: #3a3f51;
    height: 658px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: #a6a8b1;
    font-size: 25px;
    text-decoration: none
}

.icon-bar a:hover {
    background-color: var(--black-color);
}

.titulo-home {
    display: none;
}

.titulo-contactos {
    display: none;
}

.titulo-campania {
    display: none;
}

.titulo-convocados,
.titulo-logout {
    display: none;
}

/*nav bar whatsApp*/
.navbar {
    background-color: var(--white-color);border-bottom: 1px solid var(--grey-color);
}

.navbar-icon{
    height: 24px;
    width: 24px;
}

/*complementos*/
.complementos {
    display: none;
    margin-left: 150px;
    margin-top: -678px;
}

.letras-nav {
    color: white;
    margin-left: 20px;
}

.div-logo {
    width: 70px;
    height: 40px;
}



/*seccion contactos whatsApp*/
.busqueda {
    margin-top: 20px;
    color: #58666e;
}

.divLegajo {
    transform: translateY(40px)
}

.divnomap {
    margin-left: 50%;
    transform: translateY(-40px)
}

#legajo {
    height: auto;
}

#nomap {
    height: auto;
}

.contactos {
    height: 658px;
    width: 100%;
}

.campania {
    opacity: 1;
    pointer-events: inherit;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgb(90 90 90 / 10%);
    box-shadow: 0 1px 1px rgb(90 90 90 / 10%);
    margin-left: 20px;
    margin-bottom: 30px;
    border-radius: 0%;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
}


/* --------------------------
         TABLAS
-------------------------- */
table{
    padding-top:.5rem;
    background-color: var(--white-color)!important;
}

.dataTables_wrapper .dataTables_filter input {
    height: 2rem;
    border: 1px solid #aaa;
    text-indent: 10px;
    border-radius: 30px;
    width: 16rem;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 30px;
    background: transparent;
    padding: 0 .5rem;
    height: 2rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current  {
    background: var(--golden-color) !important;
    color: var(--white-color) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    border-radius: 30px;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    transition: all ease-in-out 100ms;
    border-radius: 30px;
    color: var(--white-color) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    transition: all ease-in-out 100ms;
    border-radius: 30px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--golden-color);
}
.paginate_button .previous,
.paginate_button .next{
    color: var(--golden-color)
}

.buscador {
    border-radius: 30px;
    height: 2rem;
    padding: 0 1rem;
    border: 1px solid var(--primary-color);
}

.btn-container {
    display: flex;
    justify-content: space-around;
}

.boton {
    padding: 0 .2rem;
    border-radius: 30px;
    height: 2rem;
    color: var(--white-color);
    background: var(--golden-color);
    border: 1px solid var(--golden-color);
    transition: background ease-in-out 100ms;
    width: 13rem;
    /* transform: translate( 0,32px);
    z-index: 10; */
}

.boton:hover {
    background: var(--white-color);
    color: var(--golden-color);
}

#tabla-contactos {
    transform: translateY(-15px);
}

.table-bordered td,
.table-bordered th {
    border: 1px solid var(--blue-light-color) !important;
}

td button i {
    font-size: 1.2rem;
    transition: color ease-in-out 100ms;

}

td button:hover i {
    color: var(--golden-color);
}

.table {
    width: 1050px;
}

thead {
    background-color: var(--blue-light-color);
    font-family: Poppins;
    font-weight: 600;
}

thead tr th {
    font-weight: 600;
    font-size: 1.25rem;
}

tr {
    text-align: center;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.envio {
    margin-left: 20px;
}

.mensajeaEnviar {
    width: 400px;
    height: auto;
    background-color: #fff;
    margin-left: 850px;
    transform: translateY(-300px);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
    display: none;
}

/*sección contactados*/
.contactados {
    display: none;
    margin-left: 150px;
    margin-top: -478px;
    width: 90.2%;
    height: 408px;
}

.busquedaContactados {
    transform: translateY(-130px);
    color: #58666e;
}

.divLCuil {
    transform: translateY(0px)
}

.divEmpresa {
    margin-left: 50%;
    transform: translateY(-90px)
}

#tabla-contactados {
    margin-top: -150px;
}

/* #cuil,
#empresa {
    height: 30px;
} */




.mensajeBtn {
    opacity: 1;
    pointer-events: inherit;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgb(90 90 90 / 10%);
    box-shadow: 0 1px 1px rgb(90 90 90 / 10%);
    margin-left: 20px;
    margin-bottom: 30px;
    border-radius: 0%;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
}

.campania-enviar {
    background-color: #2E737C;
    color: #fff;
    border-color: #fff;
    width: 90px;
    height: 60px;
    margin-left: 550px;
    margin-bottom: -100px;
}

.Campanias-titulo {
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    padding-top: 10px;
    font-size: 20px;
}

.tarjeta-titulo-tags {
    background-color: #203855;
    color: #fff;
    text-align: center;
    padding-left: 90px;
    margin-left: 400px;
    font-size: 30px;
}

.formulario-Tags {
    margin-left: 150px;
    margin-top: -600px;
}

.form-tags {
    margin-left: 200px;
}






/*----------------------------
        HEADER 
 ----------------------------*/

header a {
    color: #fafafa
}

header {
    height: var(--navbar-height);
}

.containerLogoText{
    display: flex;
    align-items: center;
    margin-left:2rem;
}

.navbar {
    height: var(--navbar-height);
    font-family: Poppins;
    font-weight: 600;
    background-color: var(--white-color) !important;
    justify-content: space-between;
    padding: 0;
}

.spanLogout{
    color: #333;
}

.logo {
    width: 100px;
    height: auto;
}

.navbar .title {
    color: var();
    font-size: 1.5rem
}

.logo-container {
    display: grid;
    place-items: center;
}

.div-tabla-tags::-webkit-scrollbar {
    display: none;
}


.containerNumerosTelefono
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .7rem;
}

.containerNumerosTelefono #info_telefono
{
    cursor: pointer;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formatH2Export{
    font-size: 1rem;
    text-align: center;
    margin: 1rem 0 2rem 0;
}

.customUl{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.single-item{
    grid-template-columns: repeat(1,1fr) !important;
}
@media (max-width:540px){
    .titleLogo{
        font-size: 0 !important;
    }

    .spanLogout{
        font-size: 0;
    }
}




/* 
-----------------------
        SIDEBAR 
-----------------------
*/

.sidebar {
    width: var(--sidebar-width);
    background-color: var(--white-color);
}

nav {
    height: 100vh;
    position: fixed;
    font-family: Poppins;
    font-weight: 400;
    border-right: 1px solid var(--grey-color);
}

.nav {
    margin-top: .2rem;
}
.nav-link {
    display: flex;
}

.icon-container {
    color: var(--black-color);
    margin-right: .5rem;
    width: 3rem;
    display: grid;
    place-items: center;
}

.icon-container i {
    font-size: 1.5rem;
}

nav ul li {
    border-bottom: 1px solid var(--grey-color);
}

nav ul li a {
    color: var(--black-color);
    text-align: start;
    display: flex;
}

nav ul li a span {
    line-height: 2rem;
    min-width: 90%;
}

nav ul li:hover {
    background-color: #fafafa;
}

nav ul li:hover a {
    color: var(--primary-color);
}

/* ------------------
        MODAL
------------------ */
.modal-title {
    font-weight: 800;
}

.modal-header {
    padding: 2rem;
}

.modal-body {
    padding: 1rem 2rem
}

.form-control {
    border: 1px solid var(--primary-color)!important;
}

.col-form-label {
    font-weight: 800;
}

.modal-footer {
    justify-content: center;
    border-top: 0px;
    padding: 0 2rem 2rem;
}

.alignDiv
{
    display: flex;
    justify-content: center;
    margin-top: 2rem;

}
.descargar-boton {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background-color: var(--secondary-color);
    border-radius: 5px;
    border: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

#open_modal{
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--secondary-color);
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#open_modal i{
    font-size:19px;
}
  
.descargar-boton:hover {
    background-color: #fff;
    color:var(--secondary-color);
    text-decoration: none;
}

.modal-footer button {
    width: 100%;
    max-width: 15rem;
    border-radius: 30px;
    border: 1px solid var(--golden-color)!important;
    background: var(--golden-color);
    border: 0px;
    color: var(--white-color);
}

button:disabled{
    color: #fff;
    background-color: #aaa !important;
    border: 1px solid #aaa !important;
    cursor: not-allowed;
}

button:disabled:hover{
    color: #fff !important;
    background-color: #aaa !important;
    border: 1px solid #aaa !important;
    cursor: not-allowed;
}

.modal-footer button:hover {
    border: 1px solid var(--golden-color);
    background: var(--white-color);
    color: var(--golden-color);
}

.select2-container{
    width: 100% !important;
    min-height: var(--input-height);
}
.form-group select{
    height: var(--input-height)
}

/* -------------------------------
        FORMULARIOS
------------------------------- */
@media (min-width: 576px) {
    .modal-dialog {
        max-width:60rem;
    }
}
.wizard>.steps .current a,
.wizard>.steps .current a:active,
.wizard>.steps .current a:hover{
    background: var(--golden-color)!important;
}
.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active{
    background: var(--grey-color)
}
.wizard>.actions a,
.wizard>.actions a:active{
    background:var(--golden-color);
    border:1px solid var(--golden-color);
    transition: all 100ms ease-in-out ;
}
.wizard>.actions a:hover{
    background-color: var(--white-color);
    color: var(--golden-color);
}
.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active{
    border: 1px solid #eee;
}

.badge{
    font-weight:400;
    background-color: var(--primary-color);
    color: var(--white-color)
}
.select2-container .select2-selection--single{
    height: var(--input-height);
}
.select2-container--default .select2-selection--single{
    border: 1px solid var(--primary-color) !important;
}
.modal-body form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.wizard .content{
    overflow: scroll;
    min-height: 25rem;
    border: 1px solid var(--grey-color);
}
.wizard .content .body{
    height: 100%;
    width: 100%;
}

.mensaje{
    height: auto!important;
    min-height: 10rem!important;
}
#form-destinatario {
    display: grid;
    grid-template-columns: repeat(auto-fill, 33%);
    width: 100%;
}

#form-destinatario .form-group {
    padding-right: 1rem;
}
.select2-container--bootstrap-5 .select2-selection{
    border: 1px solid var(--primary-color) !important
}
.borde-rojo {
    border: 1px solid red !important;
}

.errorDescription{
    font-size:20px;
    font-weight:bold;
    text-align: center;
    color: #303030;
    margin-bottom: 15px
}

.tooltipInfo{
    cursor: pointer;
    z-index: 9999;
    right: 30px;
    top: 15px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background: var(--golden-color);
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    text-align:center;
}

.form-control::placeholder{
    color:rgba(200, 200, 200, 0.75)
}


.flexxx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .3rem;
}

.custom-swal {
    background-color: #ffffff !important;
    color: #333333 !important;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
  }
  
  .custom-swal .swal2-title {
    color: #333333 !important;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .custom-swal .swal2-html-container {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .custom-swal .swal2-confirm {
    background: var(--golden-color) !important;
    color: var(--white-color) !important;
    border: 1px solid var(--golden-color) !important;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .custom-swal .swal2-confirm:hover {
    background: var(--white-color) !important;
    color: var(--golden-color) !important;
  }

.select2-container--bootstrap-5 .select2-selection{
    overflow-y: auto !important;
    max-height: 150px !important;
}

.h-responsive{
    overflow-y: auto;
    max-height: 150px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear{
    right: 2.25rem !important;
}

/* .botpressBtn{
    position: fixed;
    bottom: 50px;
    right: 50px;
    height: 80px;
    width: 80px;
    border-radius: 20px; 
    background-color: white;
    padding: 15px;
    cursor: pointer;
} */
.botpress-button{
    position: absolute;
    bottom: 50px;
    right: 50px;
    height: 80px;
    width: 80px;
    border-radius: 20px; 
    background-color: white;
    padding: 15px;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 6px; /* Ancho del scroll vertical */
    height: 6px; /* Altura del scroll horizontal */
    background-color: #f1f1f1; /* Color de fondo */
}


::-webkit-scrollbar-thumb {
    background-color: #888; /* Color de la línea del scroll */
    border-radius: 5px; /* Radio de la línea del scroll */
}
  
::-webkit-scrollbar-thumb:horizontal {
    background-color: #888; /* Color de la línea del scroll horizontal */
}
  
::-webkit-scrollbar-thumb:vertical {
    background-color: #888; /* Color de la línea del scroll vertical */
}
  

.hide {
display: none;
}
.error {
color: rgba(255, 0, 0, 0.696);
}
.valid {
color: rgba(0, 128, 0, 0.669);
}

.iti
{
    width:100%;
}

.deif
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-14{
    font-size: 14px;
}
.fe {
    height: calc(1.5em + 0.75rem + 2px);
    border-radius: 0.25rem;
    border: 1px solid #333;
}

#containerLoader{
    background: rgba(0,0,0,0.8);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    display: flex;
    top: 0;
    backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
}

.swal2-popup{
    background: #fff !important;
}

.swal2-title{
    color: #333 !important;
    font-size: 1.05rem !important;
}   

.loader {
    width: 80px;
    height: 80px;
    border: 5px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse 1s linear infinite;
}
.loader:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border: 5px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp 1s linear infinite;
}

  @keyframes scaleUp {
    0% { transform: translate(-50%, -50%) scale(0) }
    60% , 100% { transform: translate(-50%, -50%)  scale(1)}
  }
  @keyframes pulse {
    0% , 60% , 100%{ transform:  scale(1) }
    80% { transform:  scale(1.2)}
  }