/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2024 | 15:49:22 */
.table_information .contendor {
    display:flex;
    gap:10px;
}

#tabla-movimientos thead tr th,
.tabla-head--full-width thead tr th{
    background:#253030 !important;
    padding:0px
}

#tabla-movimientos th:nth-child(1),
.tabla-head--full-width thead tr th:nth-child(1){
    border-radius:10px 0px 0px 10px
}

#tabla-movimientos th:nth-last-child(1),
.tabla-head--full-width thead tr th:nth-last-child(1){
    border-radius:0px 10px 10px 0px
}


.movimiento-wrap {
    display:flex;
    flex-wrap:wrap;
    gap:10px
}

.movimiento-wrap--icono{
    width:40px;
    height:40px;
    background:#00b0b929 url('/wp-content/uploads/2024/07/signo-pesos.png')center/15px no-repeat;
    border-radius:10px;
}

.movimiento-wrap--text{
    display:flex;
    flex-direction:column;
    line-height:1.2
}

.movimiento-wrap--titulo{
    font-size:16px;
    color:#253030;
    font-weight:600;
}

.movimiento-wrap--titulo-prod{
    font-size:14px;
    color:#707372
}

td .td_right {
    text-align:right;
}

td div.blue,
td div.blue span.price-currencySymbol{
    color:#00B0B9 !important
}

.table_information.tabla-movimientos tbody tr td{ transition:.3s all ease }

.table_information.tabla-movimientos tbody tr:hover td{ background:#00b0b91a; }

.table_information.tabla-movimientos tbody tr td:nth-child(1){ border-radius:10px 0px 0px 10px }

.table_information.tabla-movimientos tbody tr td:nth-child(3){ border-radius:0px 10px 10px 0px }

.tabla_saldos th{
	padding:0
}

/* ---------------------------------- Fin*/

/* --------------------------------- Boton de load more*/
.load-more-container {
    display:flex;
    justify-content:center
}

.load-more-btn {
    color:#000;
    background:transparent;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    display:flex;
    gap:5px;
    align-items: center;
    transition: background 0.3s ease;
}

.load-more--icono{
    display:block;
}

.load-more--text {
    display:block;
    vertical-align:middle;
    font-size:20px;
    font-weight:500
}

.load-more-btn:hover {
    color: #7c8383;
}

.load-more-btn:hover .load-more--icono svg g path{
    stroke:#7c8383
}

.load-more-btn:hover{
    background:transparent 
}

.load-more--icono{
    display:flex;
    align-items:center
}
/* -------------------------------- Fin*/
.contain_table{
    padding:10px;
    background: #ffffff;
    border-radius:10px;
    width: 100%;
    overflow-x: auto;
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.07);
}

/* table.table_information thead th .table_head{
    background:#253030;
    color:#fff;
    padding:5px 12px;
    font-size:20px;
    font-weight:500;
    border-radius: 5px;
    text-align:left
} */


table.table_information{
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 .5em;
}

table.table_information tbody td div{
	color:#253030;
    font-size:17px;
}

.td_amount{ font-weight:700 }

table.table_information tbody td{ padding:10px 12px;}

table.table_information span.price-currencySymbol {
	font-weight:600;
	color:#253030
}

td.text-center { text-align:center; }

table.table_information.td-padding-0{ position:relative; }

table.table_information.td-padding-0 thead {
    position: sticky;
    top: -10px;
}

table, td, th {
    border: 0px solid rgb(0 0 0 / 0%);
}
/*---------------------- Scroll de la tabla ---------------------------*/
.contain_table.table-scroll::-webkit-scrollbar {
  width: .6em;
}
 
.contain_table.table-scroll::-webkit-scrollbar-track {
    background-color: #008a9212;
}
 
.contain_table.table-scroll::-webkit-scrollbar-thumb {
    background-color: #998a9212;
    outline: none;
    border-radius:10px;
}

/* Firefox */
.contain_table.table-scroll {
  scrollbar-width: thin;
  scrollbar-color: #cecece #008a9212;
}

/*---------------------------- Notificaciones ------------------------*/

.dt-layout-row label{
    font-size:16px;
    font-weight:400;
    color:#585858 !important
}

.dt-layout-row select{
    border-radius:10px !important
}

.dt-layout-row .dt-search input{
    border-radius:10px !important;
    background:#fff !important;
    padding:4px !important;
    outline:none
}

div.dt-info{
    font-size:16px;
    font-weight:400;
    color:#585858 !important
}

.dt-paging-button.current{
   background: #253030 !important;
}

.dt-paging.paging_full_numbers .dt-paging-button.current{
    color:#ffffff !important
}

.dt-paging.paging_full_numbers button:hover{
    background:#009688;
    color:#fff !important;
    border-radius:10px;
    padding: 3px 10px !important;
}

div.dt-container .dt-paging .dt-paging-button{
    padding: 3px 10px !important;
    border-radius: 10px !important;
    color: #6e6e6e;
}

/*----------------------- boton PDF ------------------------------*/

a.btn_pdf {
    color:#535353;
    cursor:pointer;
    text-decoration:none;
    padding:4px 10px;
    background:#008a92;
    border-radius:20px;
    line-height:1.5;
    display:inline-block;
    color:#fff;
    transition:.3s all ease
}

a.btn_pdf:hover{
    background:#81388c
}

a.btn_pdf::before{
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background:url('/wp-content/uploads/2024/05/pdf-file-1.png')center/cover no-repeat;
    vertical-align:top;
    margin:0px 2px 0px 0px
}

/*------------------------------- Aporte Social ---------------------------------------*/

.container_aportes {
    background: linear-gradient(-90deg,#00B1B9 0%, #81388D 100%);
    padding: 35px 20px;
    color:#fff;
    border-radius:10px
}

.text_main{
    margin:0 0 10px 0;
}

span.etiqueta, span.saldo_acumulado{
    display:block;
    line-height:1.4
}
span.etiqueta{
    opacity:.8
}
span.saldo_acumulado{
    font-size:22px;
    font-weight:700
}

span.icono{
    vertical-align:middle
}

span.icono svg{
    background:#38B000;
    width:20px;
    height:20px;
    padding:2px;
    border:2px solid #fff;
    border-radius:3em
}

.container_aportes {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.container_aportes .columna:nth-child(1){
    width:80%
}

.container_aportes .columna:nth-child(2){
    width:20%;
    display:flex;
    justify-content:end;
}

.container_aportes svg{
    padding:8px;
    border-radius:3em;
    background:#ffffff66;
    width:35px;
    height:35px;
}

.contenedor_aporte_social{
    max-width:600px;
    width: 100%;    
}

.container_sider .slick-track {
    margin-left:0
}

/* ------------------------------------ Select Aportes*/
.custom-select .select-button {
  width: 100%;
  font-size:1.4rem;
  font-weight:500;
  background-color: #fff;
  padding: 0.2em .5em;
  border-bottom: 2px solid #caced1;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-select .selected-value {
  text-align: left;
  color:#253030;
}

.custom-select .arrow {
  background:#cccccc3d url('/wp-content/uploads/2024/07/Vector.png') center/10px no-repeat;
  border-radius:30px;
  width:25px;
  height:25px;
  transition: transform ease-in-out 0.3s;
}


.custom-select {
  position: relative;
  max-width: 100%;
  font-size: 1.15rem;
  color: #000;
}

.select-dropdown {
  position: absolute;
  list-style: none;
  width: 100%;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.07);;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 4px;
  padding: 10px;
  margin-top: 5px;
  max-height: 200px;
  overflow-y: auto;
  transition: 0.5s ease;
  z-index:5;
  margin:10px 0px 0px 0px
}


.select-dropdown input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.select-dropdown li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.select-dropdown li label {
  width: 100%;
  padding: 8px 10px;
  cursor: pointer;
}

.select-dropdown::-webkit-scrollbar {
  width: 7px;
}

.select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.select-dropdown li:hover {
  background-color: #f2f2f2;
}

.select-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}

.select-dropdown input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.select-dropdown {
  transform: scaleY(0);
  transform-origin:top;
  opacity: 0;
  visibility: hidden;
}

/* interactivity */
.custom-select.active .arrow {
  transform: rotate(180deg);
}

.custom-select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
} 


@media(max-width:667px){
    table.table_information span.price-currencySymbol{
        border:2px solid #fff;
        line-height: 1.3;
        width: 20px;
        height: 20px;
        display:inline-block;
        background:#FFC107;
        text-align:center;
        border-radius:3em;
        color:#fff;
        font-size:13px;
    }

    table.table_information {
        font-size: 14px;
        
    }
	
	table.tabla-responsive{
		width: 500px !important;
	}

    table.table_information thead th .table_head{
        font-size:16px;
        padding:4px;
    }

    table.table_information tbody td div {
        font-size:14px;
    }

    .contain_table {
        padding: 5px;
    }
}

/*------------------------------- Estilos de la tabla de movimeintos*/

#ultimos_movimientos.table_information thead tr th {
	padding: 0;
	border-radius: 0px;
}

/* #ultimos_movimientos .thead-header {
	background: #253030;
	border-radius: 10px !important;
} */

#ultimos_movimientos thead th .table_head {
	border-radius: 0;
}

#ultimos_movimientos thead tr th:nth-child(1) div{
    border-radius:10px 0px 0px 10px;
}

#ultimos_movimientos thead tr th:nth-last-child(1) div{
    border-radius:0px 10px 10px 0px;
}


#ultimos_movimientos tbody tr td:nth-child(2):before {
	content: "";
	width:40px;
    height:40px;
    background:#00b0b929 url('/wp-content/uploads/2024/07/signo-pesos.png')center/15px no-repeat;
    border-radius:10px;
	padding: 9px 20px;
	margin-right: 6px;
	
} 

@media(max-width: 767px) {
	#ultimos_movimientos tbody tr td:nth-child(2):before {
		padding: 6px 15px;
		background:#00b0b929 url('/wp-content/uploads/2024/07/signo-pesos.png')center/10px no-repeat;
	
	}
}
/* -----------------------------------Hasta aquí ------------------------------------ */