/*!* Start TABLE Styles *!*/
.Table__pagination .switchPageButton:hover,
.Table__pageButton:hover,
.Table__pageButton--active {
    background: #19e68a;
    /*color: #f1faff;*/
}

.Table__pagination .switchPageButton:hover .arrow-icon {
    color: white !important;
}

.ReactTable .switchPageButton,
.ReactTable .Table__pageButton {
    font-size: unset !important;
}

.Table__pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.Table__visiblePagesWrapper {
    margin-left: 10px;
    margin-right: 10px;
}

.Table__pageButton {
    font-size: 15px;
    outline: none;
    border: none;
    margin-left: 2px;
    margin-right: 2px;
    height: 29px;
    width: 29px;
    border-radius: 5px;
    background-color: transparent;
    color: #93a2dd;
    cursor: pointer;
}

.Table__pageButton--active,
.Table__pageButton:hover {
    color: #fff;
    font-weight: bold;
    -webkit-transition: background-color 3.3s ease;
    background-color: #19e68a;
}

.switchPageButton {
    font-size: 15px;
    outline: none;
    border: none;
    margin-left: 2px;
    margin-right: 2px;
    height: 29px;
    width: 29px;
    border-radius: 5px;
    background-color: #f0f3ff;
    color: #93a2dd;
    cursor: pointer;
}

.switchPageButton:disabled {
    cursor: not-allowed;
    color: #e0e5f5;
    background-color: #fbfcff;
}

.switchPageButton:disabled:hover {
    cursor: not-allowed;
    color: #f1f4fc;
    font-weight: normal;
    background-color: #19e68a;
}

.switchPageButton:active,
.switchPageButton:hover {
    color: #fff;
    background-color: #19e68a;
}

/*!* End TABLE Styles *!*/

.form-error {
    margin-top: 0.5rem;
    color: #fa6160;
}
