.element-card {
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
}

.graphina-element .graphina-table table {
    margin: 0;
}

.graphina-table {
    text-align: center;
    overflow: hidden;
    width: 100%;
    min-height: 180px;
}

.graphina-table input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.graphina-table-base {
    width: 100%;
}

.graphina-table-base .graphina-table-header input {
    font-weight: bold;
    color: #000000;
}

.graphina-table-base .graphina-table-cell {
    height: 40px;
    border-color: #000000;
}

.table-padding-left th,
.table-padding-left td {
    padding: 10px;
    text-align: left;
}

.graphina-table .graphina-no-data {
    padding-top: 75px;
    padding-bottom: 75px;
    display: block;
}

.graphina-table-body td.graphina-table-no-data {
    text-align: center !important;
    font-weight: normal;
}

.graphina-element input,
.elementor-element .graphina-table-header th input,
.elementor-element .graphina-table-body td input {
    color: #666;
    background: #fff;
    background-image: none;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0));
    display: block;
    font-size: 16px;
    padding: 0.5em;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.elementor-element .graphina-table-header th input,
.elementor-element .graphina-table-body td input {
    border: 0;
    border-bottom: 3px solid #bbb;
}

.elementor-editor-active .elementor-element :is(.graphina-table-header th input, .graphina-table-body td input) {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    font-style: inherit;
    text-decoration: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    color: inherit;
}

.graphina-element input.table-filter {
    margin-bottom: 20px;
    max-width: 400px;
    min-width: 200px;
    width: 25%;
}

.graphina-table.table-responsive {
    overflow-x: auto;
}

.page-links-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.graphina-element .page-links-wrapper {
    gap: 1rem;
}

.graphina-element .page-links-wrapper {
    display: inline-flex;
    gap: 1rem;
    margin-top: 24px;
}

.graphina-element .page-links-wrapper .pagination-link {
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: block;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, .125);
}

.graphina-element .page-links-wrapper .pagination-link.active {
    border-color: #c36;
    background: #c36;
    color: #fff;
}

.graphina-element .page-links-wrapper .pagination-link {
    height: 40px;
    /*! width: 40px; */
    line-height: 40px;
    display: block;
    color: var(--routine-color);
    border: 1px solid rgba(0, 0, 0, 0.125);
}


.pagination-section {
    margin: 10px 0;
}

.graphina-element .page-links-wrapper .pagination-link {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    color: var(--routine-color);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.graphina-element .page-links-wrapper .pagination-link.active {
    border-color: var(--background-color);
    background: var(--background-color);
    color: var(--active-color);
}

.graphina-element .page-links-wrapper {
    display: inline-flex;
    gap: 1rem;
    margin-top: 24px;
}

.graphina-element .page-links-wrapper .pagination-link {
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: block;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, .125);
}

.graphina-element .page-links-wrapper .pagination-link.active {
    border-color: #c36;
    background: #c36;
    color: #fff;
}

.leftRight,
.rightLeft {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.rightLeft {
  flex-direction: row-reverse;
}

.centerPagination {
  display: block;
}