/* Frontend Style */
.pagination {text-align: center;display: flex;justify-content: center;margin-top: 20px;}.page-numbers {display: inline-block;padding: 6px 12px;margin: 0 3px;font-size: 14px;line-height: 1.428571429;color: #2271b1;background-color: #ffffff;border: 1px solid #ddd;border-radius: 0px;text-decoration: none;}.page-numbers.current {color: #ffffff;background-color: #2271b1;border-color: #2271b1;}.referral-history {border-collapse: collapse;margin: 1em 0;width: 100%;overflow: scroll;}.referral-history th, .referral-history td {text-align: center;padding: 0.8em;border: 1px solid #dddddd;}.referral-history th {font-weight: bold;background-color: #fdfdfd;}.referral-history th input {margin: auto;}.referral-history td span {display: block;padding-top: 10px;}.referral-history tbody tr:nth-child(even) {background-color: #fdfdfd;}.referral-history tbody tr:nth-child(odd) {background-color: #f7f7f7;}@media screen and (max-width: 600px) {.referral-history {display: block;overflow-x: auto;}.referral-history th, .referral-history td {white-space: nowrap;}}