#wpcontent{
    padding-left:0;
}

.header-holnix{
    padding:25px 50px;
    background:white;
}

.body-holnix .custom-dashboard {
    font-family: Arial, sans-serif;
}

.body-holnix .custom-nav ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #eee;
}

.body-holnix .custom-nav ul li {
    margin-right: 20px;
}

.body-holnix .custom-nav ul li a {
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    color: #333;
    border-bottom: 3px solid transparent;
}

.body-holnix .custom-nav ul li a:hover,
.body-holnix .custom-nav ul li a.active {
    color: #A524C4;
    border-bottom-color: #A524C4;
}

.body-holnix .custom-sections {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.body-holnix .section-item {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 20px;
    border:1px solid #C3C4C7;
    text-decoration:none;
}

.body-holnix .icon {
    margin-right: 15px;
    font-size: 40px;
    color: #6C6C6C;
}

.body-holnix .section-item.active .icon{
    color:  #A524C4;
}

.body-holnix .section-content h3 {
    margin: 0;
    color:black;
}

.body-holnix .section-item.active .section-content h3{
    color:  #A524C4;
}

.body-holnix .section-content p {
    margin: 5px 0 0 0;
    color: #666;
}


.body-holnix{
    padding:25px 50px;
    max-width:1150px;
}

.body-holnix .custom-nav{
    border-bottom: 1px solid #C3C4C7;
}

.body-holnix .widefat .check-column, .body-holnix .widefat .disabled-column{
    padding: 15px 3px;
    vertical-align: top;
}
.body-holnix .widefat th,
.body-holnix td:nth-child(3){
    font-weight: bold;
    color:black;
}
.body-holnix th:nth-child(2),
.body-holnix td:nth-child(2){
    width:60px;
    text-align:center;
}

.body-holnix th:nth-child(4),
.body-holnix td:nth-child(4){
    width:150px;
}

.body-holnix th:nth-child(5),
.body-holnix td:nth-child(5){
    width:75px;
}

.body-holnix th:nth-child(6),
.body-holnix td:nth-child(6){
    width:150px;
}

.body-holnix p.submit{
    text-align:center;
    padding-top: 0;
}
.body-holnix .button-import{
    padding: 15px 30px;
    border-radius: 5px;
    background: #A524C4;
    color:white;
    border:0;
    font-size:14px;
    cursor:pointer;
}

.body-holnix .widefat .imported{
    color: #A524C4;
}

.body-holnix input[type=checkbox]:checked::before{
    content:"\f00c";
    font-family: "Font Awesome 6 Free";
    color: black;
    line-height:1;
    width:100%;
    margin:0;
}

.body-holnix input[type=checkbox]:checked:disabled{
    border-color:#A524C4;
}
.body-holnix input[type=checkbox]:checked:disabled::before{
    color: #A524C4;

}
.body-holnix tr.disabled{
    opacity:0.5;
}

.body-holnix .search-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #C3C4C7;
    background-color: white;
    margin:30px 0;
    align-items: center;
}

.body-holnix .search-text{
    width:100%;
    padding:0 20px;
}

.body-holnix .search-text p {
    font-size: 12px;
    color: #444;
    margin-bottom: 15px;
}

.body-holnix .search-box {
    display: flex;
    align-items: center;
    width: 100%;
}

.body-holnix .search-box input,
.body-holnix .search-box select,
.body-holnix .search-box2 input{
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 10px;
    width: 100%;
    max-width:100%;
}

.body-holnix .search-button {
    background-color: #A524C4;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height:54px;
    padding:0 20px;
}

.body-holnix .search-box button:hover {
    background-color: #A524C4;
}

.body-holnix .estado-catalogo {
    background-color: #f0f0f0;
    margin-top: 30px;
    text-align: center;
}

.body-holnix .estado-catalogo h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 20px;
    margin:0;
    background: #D2D2D2;
    font-family: Inter, sans-serif;
}

.body-holnix .catalogo-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.body-holnix .catalogo-item {
    background-color: #fff;
    padding: 20px 50px;
    flex: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.body-holnix .catalogo-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    font-family: Inter, sans-serif;
}

.body-holnix .catalogo-item p {
    font-size: 12px;
    color: #666;
    margin: 10px 0;
}

.body-holnix .catalogo-item a {
    color: #A524C4;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

.body-holnix .catalogo-item .chart-container {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.body-holnix .catalogo-item .chart {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

.body-holnix .catalogo-item .chart::before {
    content: attr(data-percent) "%";
}

.holnix-spinner, .imported-message {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    align-items: center;
    justify-content: center;
}


.holnix-spinner::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #A524C4;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.imported-message.active{
    display:flex;
}

.imported-message  span{
    background: #444;
    color:white;
    padding:20px 40px;
    display:block;
    margin-bottom:20px;
}

/*Circulos porcentajes*/
.body-holnix .circle-chart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-holnix .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
}

.body-holnix .circle-inner {
    width: 92px;
    height: 92px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-holnix .circle-percent {
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
/*Fin circulos porcentajes*/


.body-holnix .widefat td, .body-holnix .widefat th{
    padding: 15px 10px;
}

.body-holnix td:nth-child(3){
    font-size: 14px;
}

.body-holnix a:focus{
    box-shadow: unset !important;
}

.body-holnix input:focus, .wp-core-ui .body-holnix select:focus{
    border-color: #A524C4 !important;
    box-shadow: 0 0 0 1px #A524C4 !important;
}

.wp-core-ui .body-holnix select:hover, .wp-core-ui .body-holnix select{
    color: #333 !important;
}

.body-holnix .search-box input[type=date]{
    cursor: pointer;
}

.body-holnix .imported-message span{
    padding: 25px 40px;
}

.body-holnix .button-import{
    padding: 12px 28px;
}

.body-holnix .search-button{
    padding: 15px 30px;
}

.w-100{
    width:100%;
}

.body-holnix .search-container.holnix-settings {
    display: flex;
    justify-content: space-between;
    border: 1px solid #C3C4C7;
    background-color: white;
    margin:30px 0;
    align-items: center;
    flex-wrap: wrap;
}

.body-holnix .search-text.holnix-settings{
    flex:50%;
    box-sizing: border-box;
}

.body-holnix .search-text.holnix-settings p {
    box-sizing:border-box;
}

.body-holnix .search-box.holnix-settings {
    flex:50%;
    padding-left: 20px;
    box-sizing:border-box;
}

.body-holnix .button-import.disabled{
    opacity:0.5;
}

.body-holnix .d-flex{
    display:flex;
}
.body-holnix .align-items-center{
    align-items:center;
}
.body-holnix .justify-content-between{
    justify-content: space-between;
}
.body-holnix textarea{
    width:95%;
}