.navbar-vertical .navbar-nav > .nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg,#018174,#018174);
}

.text-gradient.text-info {
    background-image: linear-gradient(310deg,#018174,#018174);
}

.btn.bg-gradient-info:hover {
    background-color: #018174;
    border-color: #018174;
}
.bg-gradient-info {
    background-image: linear-gradient(310deg,#018174,#018174);
}

.btn-sm-custom {
    font-size: 0.875rem; /* Smaller font size */
    padding: 0.25rem 0.5rem; /* Smaller padding */
    margin-left: auto; /* Push the button to the far right */
}



.dataTables_paginate {
    padding-left: 10px;
}

.dataTables_info {
    padding-left: 15px;
}

.dataTables_length.order-first{
    margin-left: 20px;
}

/*.dataTables_paginate .pagination {*/
    /*!*display: flex;*!*/
    /*flex-wrap: wrap;*/
    /*margin: 5px; !* Remove default margin *!*/
    /*flex-grow: 1; !* Allow pagination to grow and fill the available space *!*/
/*}*/


.dataTables_paginate .paginate_button {
    /*background-color: #cb0c9f;*/
    /*border-color: #cb0c9f;*/
    justify-content: center;
    color: #fff;
    border-radius: 50% !important;
    color: #8392ab;
    display: inline-block;
    /*display: flex;*/
    z-index: 3;
    margin-left: -1px;
    font-size: .875rem;
    height: 36px;
    width: 36px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
    display: inline-flex;
    flex-direction: row; /* Set flex direction to row */
    justify-content: center; /* Center horizontally */
    align-items: center;
}
.dataTables_paginate span .paginate_button {
    /*background-color: #cb0c9f;*/
    /*border-color: #cb0c9f;*/
    /*color: #fff;*/
    /*border-radius: 50% !important;*/
    /*color: #8392ab;*/

    /*display: flex;*/
    /*z-index: 3;*/
    margin-left: 2px;
    /*font-size: .875rem;*/
    /*height: 36px;*/
    /*width: 36px;*/
    display: inline-flex;
    flex-direction: row; /* Set flex direction to row */
    justify-content: center; /* Center horizontally */
    align-items: center;
}

.dataTables_paginate .paginate_button.current {
    background-color: #cb0c9f;
    border-color: #cb0c9f;
}

.page-item.active .page-link {
    background-color: #cb0c9f;
    border-color: #cb0c9f;
    color: #fff;
    z-index: 3;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg,#018174,#018174);
}