.btn-custom-primary {
    color: white;
    background-color: #00554e;
    border-color: #00554e;
    /* box-shadow: 0 0.5rem 1rem rgba(0, 85, 78, 0.15); */
}

.btn-custom-primary:hover {
    color: white;
    background-color: #003e38;
}

.btn-custom-primary:focus {
    color: white;
    box-shadow: 0 0 0 0;
}

.bg-custom-primary {
    background-color: #00554e;
    border-color: #00554e;
}

.rounded-start {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
  }
  
.rounded-end {
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.custom-pagination-link {
    color: black;
}

.custom-pagination-link:hover {
    color: darkgray;
}

.page-item.active .custom-pagination-link {
    background-color: gray;
    border-color: gray;
}

.tree-icon-root {
    background-image: url('/icons/arbol.png') !important;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    width: 10x;
    height: 10px;
  }