@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,700&display=swap');

body {
  color: #000;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1,
h2,
h3,
h4,
p,
nav ul {
  margin: 0;
  padding: 0;
}

.jquery-modal.blocker {
  padding-top: 80px;
}

.page {
  margin-top: 65px;
}

.container {
  display: flex;
  justify-content: center;
}

.container > .inner {
  padding: 80px 16px 96px;
  max-width: 1200px;
  width: 100%;
}

.container > .inner h2 {
  font-size: 38px;
  line-height: 46px;
  text-align: center;
}

.container > .inner h3 {
  font-size: 30px;
  line-height: 38px;
}

.input-wrapper {
  background-color: #fff;
  border-radius: 3px;
  height: 40px;
  width: 100%;
}

input.input {
  border: none;
  border-radius: 3px;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  height: 100%;
  outline: 0;
  padding: 0 16px;
}

* {
  box-sizing: border-box;
  user-select: none;
}

.icon {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  outline: 0;
}

.icon-arrow-down {
  background-image: url('../img/icon/arrow-down-white.svg');
}

.icon-arrow-down-blue {
  background-image: url('../img/icon/arrow-down-blue.svg');
}

.icon-arrow-down-grey {
  background-image: url('../img/icon/arrow-down-grey.svg');
}

.icon-avatar-green {
  background-image: url('../img/avatar-green.png');
}

.icon-avatar-red {
  background-image: url('../img/avatar-red.png');
}

.icon-bbb {
  background-image: url('../img/logo/bbb.svg');
}

.icon-eye {
  background-image: url('../img/icon/eye.svg');
}

.icon-fb {
  background-image: url('../img/icon/fb-color.svg');
}

.icon-fb-mark {
  background-image: url('../img/icon/fb-mark.svg');
}

.icon-fb-pink {
  background-image: url('../img/icon/fb-pink.svg');
}

.icon-fb-white {
  background-image: url('../img/icon/fb-white.svg');
}

.icon-hamburger {
  background-image: url('../img/icon/hamburger.svg');
}

.icon-happyface {
  background-image: url('../img/icon/happy-face.svg');
}

.icon-heartbox {
  background-image: url('../img/icon/heart-box.svg');
}

.icon-holdheart {
  background-image: url('../img/icon/hold-heart.svg');
}

.icon-home {
  background-image: url('../img/icon/home.svg');
}

.icon-ig {
  background-image: url('../img/icon/ig-color.png');
}

.icon-ig-mark {
  background-image: url('../img/icon/ig-mark.svg');
}

.icon-ig-pink {
  background-image: url('../img/icon/ig-pink.svg');
}

.icon-ig-white {
  background-image: url('../img/icon/ig-white.svg');
}

.icon-logout {
  background-image: url('../img/icon/logout.svg');
}

.icon-qmark {
  background-image: url('../img/icon/q-mark.svg');
}

.icon-share {
  background-image: url('../img/icon/share.svg');
}

.icon-tw {
  background-image: url('../img/icon/tw-color.svg');
}

.icon-tw-mark {
  background-image: url('../img/icon/tw-mark.svg');
}

.icon-tw-pink {
  background-image: url('../img/icon/tw-pink.svg');
}

.icon-tw-white {
  background-image: url('../img/icon/tw-white.svg');
}

.icon-user {
  background-image: url('../img/icon/user.svg');
}

.icon-wt {
  background-image: url('../img/icon/wt-color.svg');
}

.icon-wt-logo {
  background-image: url('../img/logo/wt.svg');
}

.icon-x {
  background-image: url('../img/icon/x-mark-white.svg');
}

.icon-yt {
  background-image: url('../img/icon/yt-color.svg');
}

.icon-yt-mark {
  background-image: url('../img/icon/yt-mark.svg');
}

.icon-yt-white {
  background-image: url('../img/icon/yt-white.svg');
}

.btn {
  align-items: center;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Poppins;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  line-height: 24px;
  min-height: 40px;
  padding: 8px 16px;
  text-align: center;
  text-decoration-line: none;
}

.btn-block {
  width: 100%;
}

.btn-primary {
  background-color: #e73225;
  outline-color: #e73225;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
}

.btn-light {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  color: #595959;
}

.btn-fb {
  background-color: #3c5a98;
}

.btn-tw {
  background-color: #00b7f3;
}

.btn-goo {
  background-color: #1477f8;
}

.btn-paypal {
  background-color: #ffc437;
  color: #000;
  font-weight: normal;
}

.btn-apay {
  background-color: #000;
  font-weight: normal;
}

.btn-gpay {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-weight: normal;
}

.pill {
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  text-align: center;
  white-space: nowrap;
}

.pill-green {
  background-color: #f0f3ba;
}

.pill-pink {
  background-color: #fce0ea;
}

header.header {
  background-color: #000;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header > .inner {
  align-items: center;
  display: flex;
  height: 65px;
  margin: 0 24px;
  max-width: 1200px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header > .inner {
    position: relative;
  }
}

.header .mobile-grid {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header .mobile-grid {
    display: none;
  }
}

.header .mobile-grid button.icon {
  align-self: center;
  cursor: pointer;
  grid-column: 1;
  grid-row: 1;
  height: 22px;
  width: 20px;
}

.header .mobile-grid nav.mobile-nav {
  background-color: black;
  display: none;
  height: calc(100vh - 60px);
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.header .mobile-grid.open nav.mobile-nav {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 230px auto auto;
}

.header .mobile-grid ul {
  margin: 0 24px;
  padding: 16px 0;
}

.header .mobile-grid ul:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header .mobile-grid a {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Poppins;
  font-size: 16px;
  font-weight: bold;
  padding: 24px 0;
  text-decoration-line: none;
}

.header .mobile-grid .nav-links {
  grid-column: 1;
  grid-row: 1;
}

.header .mobile-grid .profile-links {
  grid-column: 1;
  grid-row: 2;
}

.header .mobile-grid a .icon {
  margin-right: 11px;
}

.header .mobile-grid .contact-info {
  align-self: flex-end;
  grid-column: 1;
  grid-row: 3;
}

.header .mobile-grid .contact-group {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  padding: 0 24px 24px;
}

.header .mobile-grid .contact-group > div:first-child {
  font-weight: bold;
  padding-bottom: 4px;
}

.header .mobile-grid .user-account {
  font-size: 20px;
}

.header .mobile-grid .icon-wt {
  cursor: pointer;
  grid-column: 1;
  grid-row: 1;
  height: 32px;
  justify-self: center;
  width: 58px;
}

.header .mobile-grid a .icon-avatar-green {
  margin-right: 16px;
  height: 56px;
  width: 56px;
}

.header .content-grid {
  display: none;
}

@media screen and (min-width: 768px) {
  .header .content-grid {
    align-items: center;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    height: 100%;
    width: 100%;
  }
}

.header .content-grid .icon-wt-logo {
  height: 32px;
  width: 234px;
}

.header .content-grid nav.header-nav {
  justify-self: end;
  height: 100%;
}

.header .content-grid ul.header-links {
  align-items: center;
  display: flex;
  height: 100%;
}

.header .content-grid a.tab {
  align-items: center;
  border-bottom: 3px solid transparent;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  padding: 0 28px;
  text-decoration-line: none;
  transition: border 200ms;
}

.header .content-grid a.tab:hover,
.header .content-grid a.tab.active {
  border-bottom-color: #25dae7;
}

.header .content-grid .action {
  margin-left: 28px;
}

.header .content-grid .user-account {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.header .content-grid .icon-avatar-green {
  height: 32px;
  margin-right: 8px;
  width: 32px;
}

.header .content-grid .icon-arrow-down {
  height: 8px;
  transition: all 200ms;
  width: 12px;
}

.header .content-grid .user-account.open .icon-arrow-down {
  transform: rotate(-180deg);
}

.header .content-grid .user-account nav.profile-nav {
  background-color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
}

.header .content-grid .user-account.open nav.profile-nav {
  display: block;
}

.header .content-grid .profile-nav a {
  align-items: center;
  border-left: 3px solid transparent;
  color: #fff;
  display: flex;
  font-weight: bold;
  padding: 16px 24px;
  text-decoration-line: none;
  transition: border 200ms;
}

.header .content-grid .profile-nav a:hover,
.header .content-grid .profile-nav a.active {
  border-left-color: #25dae7;
}

.header .content-grid .profile-nav .icon {
  height: 12px;
  margin-right: 12px;
  width: 12px;
}

.header .content-grid .profile-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

footer.footer {
  background-color: #000;
  display: flex;
  justify-content: center;
  width: 100%;
}

.footer > .inner {
  column-gap: 24px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto auto;
  margin: 80px 24px 140px;
  max-width: 1200px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer .inner {
    grid-template-columns: 30% 10% 20% 30%;
    grid-template-rows: auto auto;
    margin: 56px 24px 40px;
  }
}

.footer .about-us {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .footer .about-us {
    margin-bottom: 56px;
  }
}

.footer .about-us .icon-wt-logo {
  height: 32px;
  width: 234px;
}

.footer .about-us .copy {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-top: 24px;
}

.footer .about-us .copy > div:first-child {
  font-weight: bold;
  margin-bottom: 8px;
}

.footer .footer-nav {
  grid-column: 1;
  grid-row: 2;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .footer .footer-nav {
    grid-column: 2;
    grid-row: 1;
  }
}

.footer .nav-links a {
  color: #fff;
  display: block;
  font-family: Poppins;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  text-decoration-line: none;
}

.footer .socials {
  grid-column: 1;
  grid-row: 3;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .footer .socials {
    grid-column: 4;
    grid-row: 1;
  }
}

.footer .socials .label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.footer .socials .input-wrapper {
  border: 1px solid #fff;
  display: grid;
  grid-template-columns: 60% 40%;
}

.footer .socials .input {
  font-size: 14px;
}

.footer .socials .input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.footer .socials .btn {
  background-color: #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  font-size: 14px;
  min-height: 38px;
}

.footer .socials .social-links {
  align-items: center;
  display: flex;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .footer .socials .social-links {
    justify-content: center;
  }
}

.footer .socials .icon {
  margin-right: 24px;
}

.footer .socials .icon-fb-white {
  height: 16px;
  width: 8px;
}

.footer .socials .icon-tw-white {
  height: 16px;
  width: 22px;
}

.footer .socials .icon-ig-white {
  height: 16px;
  width: 16px;
}

.footer .socials .icon-yt-white {
  height: 16px;
  width: 23px;
}

.footer .socials .hashtag {
  color: #fff;
  font-size: 8px;
  font-weight: bold;
}

.footer .contact-us {
  grid-column: 1;
  grid-row: 4;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .footer .contact-us {
    grid-column: 3;
    grid-row: 1;
  }
}

.footer .contact-us .contact-group {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.footer .contact-us .contact-group:first-child {
  margin-bottom: 24px;
}

.footer .contact-us .contact-group > *:first-child {
  font-weight: bold;
  margin-bottom: 4px;
}

.footer .copyright {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Poppins;
  font-size: 12px;
  grid-column: 1;
  grid-row: 5;
  justify-content: center;
  line-height: 20px;
  padding: 0 32px;
}

@media screen and (min-width: 768px) {
  .footer .copyright {
    grid-column: 1 / 5;
    grid-row: 2;
  }
}

.footer .copyright .icon {
  margin-right: 16px;
}

.footer .copyright .icon-bbb {
  height: 30px;
  width: 28px;
}

.footer .copyright a {
  color: #fff;
  text-decoration-line: none;
}

form.form {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 24px;
  width: 100%;
}

form.form:not(.modal) {
  box-shadow: none;
  max-width: 384px;
}

@media screen and (min-width: 768px) {
  form.form:not(.modal) {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }
}

.form .head {
  margin-bottom: 24px;
  text-align: center;
}

.form .head h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
}

.form .head p {
  font-size: 14px;
  line-height: 22px;
}

.form .head b {
  display: block;
  margin-top: 8px;
}

.form .inset-title {
  font-size: 14px;
  line-height: 22px;
  margin: 32px 0 8px;
}

.form .inset {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 16px;
}

.form .inset .row-gap {
  margin-bottom: 16px;
}

.form .form-row {
  align-items: center;
  display: grid;
  gap: 0 16px;
  grid-template-columns: auto auto;
  width: 100%;
}

.form-input {
  height: 40px;
  position: relative;
  width: 100%;
}

.form-input .input {
  border: 1px solid #bfbfbf;
  width: 100%;
}

.form-input .input::placeholder {
  color: #bfbfbf;
}

.form-input .input:focus {
  border-color: #00a3b0;
  border-width: 2px;
}

.form .form-input.with-icon-left .input {
  padding-left: 26px;
}

.form .form-input.with-icon-right .input {
  padding-right: 28px;
}

.form .form-input.with-icon-left span {
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.form .form-input.with-icon-right span {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.form .form-checkbox {
  font-size: 12px;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
}

.form .form-checkbox a {
  color: #00a3b0;
}

.form .form-checkbox .checkbox {
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  height: 13px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 13px;
  z-index: 0;
}

.form .form-checkbox input {
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 3px;
  z-index: 100;
}

.form .form-checkbox input:checked ~ .checkbox {
  background-color: #000;
  background-image: url('../img/icon/check-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  border-color: #000;
}

.form .form-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.form .form-bottom .link {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: bold;
  text-decoration-line: none;
  transition: color 200ms;
}

.form .form-bottom .link:hover {
  color: #00c9de;
}

.form .or-divider {
  font-size: 14px;
  margin: 16px 0;
  position: relative;
  text-align: center;
}

.form .or-divider::before,
.form .or-divider::after {
  background-color: #bfbfbf;
  display: block;
  content: ' ';
  height: 1px;
  position: absolute;
  top: 50%;
  width: 46%;
}

.form .or-divider::before {
  left: 0;
}

.form .or-divider::after {
  right: 0;
}

.copy-link {
  border: 1px solid #000;
  border-radius: 4px;
  display: grid;
  grid-template-columns: auto 132px;
  width: 100%;
}

.copy-link .input {
  font-weight: bold;
}

.copy-link .btn {
  background-color: #000;
  border-radius: 0;
  font-size: 14px;
  line-height: 22px;
  outline: 0;
  padding: 8px;
}

.donate-form .entry-grid {
  display: grid;
  gap: 16px 0;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 16px;
}

.donate-form {
  border-top: 4px solid #00c9de;
}

.donate-form .entry {
  align-items: center;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  cursor: pointer;
  display: grid;
  gap: 0 16px;
  grid-template-columns: auto auto;
  padding: 12px 16px;
  position: relative;
  transition: border 200ms;
  width: 100%;
}

.donate-form .entry.selected {
  border-color: #e73225;
}

.donate-form .entry.selected::after {
  background-image: url('../img/icon/corner.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: ' ';
  display: block;
  height: 29px;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
}

.donate-form .entry h4 {
  font-size: 24px;
  line-height: 28px;
}

.donate-form .entry p {
  font-size: 12px;
  line-height: 16px;
}

.donate-form .dollar-sign {
  color: #595959;
  font-size: 14px;
  font-weight: bold;
}

.donate-form .bottom-link {
  margin-top: 16px;
  text-align: center;
}

.donate-form .bottom-link a {
  color: #595959;
  font-size: 12px;
}

.donate-form .progress {
  display: grid;
  font-size: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
  text-align: center;
}

.donate-form .progress-step {
  color: #bfbfbf;
  padding-top: 22px;
  position: relative;
}

.donate-form .progress-step::after {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 12px;
  z-index: 100;
}

.donate-form .progress-step.checked {
  color: #000;
}

.donate-form .progress-step.checked::after {
  background-color: #000;
  background-image: url('../img/icon/check-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  border-color: #000;
}

.donate-form .progress-step.checked .progress-line {
  background-color: #000;
}

.donate-form .progress-step.current {
  color: #000;
  font-weight: bold;
}

.donate-form .progress-step.current::before {
  background-color: #000;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 3px;
  transform: translateX(-50%);
  width: 8px;
  z-index: 200;
}

.donate-form .progress-step.current::after {
  border-color: #000;
}

.donate-form .progress-line {
  background-color: #bfbfbf;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 6px;
  width: 100%;
  z-index: -100;
}

.donate-form .icon-qmark {
  height: 15px;
  width: 15px;
}

.donate-form .pay-grid {
  display: grid;
  gap: 16px 0;
  grid-template-columns: repeat(1, 1fr);
}

.donate-form .pay-grid .btn img {
  margin-left: 6px;
}

.donate-form .charge-breakdown .charge-row {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.donate-form .charge-breakdown .subcharge-box {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 8px;
  padding-top: 8px;
}

.donate-form .charge-breakdown .subcharge-box .charge-row {
  color: #636363;
  font-size: 14px;
}

.donate-form .charge-breakdown .grand-total-row {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.donate-form .charge-breakdown .grand-total {
  align-items: center;
  display: flex;
}

.donate-form .charge-breakdown .currency-label {
  color: #a1a4b1;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-right: 8px;
}

.donate-form .message-box span {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.donate-form .textarea {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  font-size: 14px;
  outline-color: #00a3b0;
  padding: 16px;
  resize: vertical;
  width: 100%;
}

.donate-form .textarea::placeholder {
  color: #bfbfbf;
}

.donate-form .message-box .submit-box {
  margin-top: 8px;
  text-align: right;
}

.donate-form .submit-box button {
  font-size: 14px;
  line-height: 1;
  min-height: 26px;
}

.donate-form a.link-block {
  color: #00a3b0;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
  text-align: center;
}

.donate-form .share-box {
  border-top: 1px solid #bfbfbf;
  padding-top: 16px;
  text-align: center;
}

.donate-form .share-box h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}

.donate-form .share-box p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}

.donate-form .share-btn-box {
  display: grid;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 16px;
}

.donate-form .share-btn-box .btn {
  font-size: 14px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

table.dataTable {
  border-color: #e8e8e8;
}

table.dataTable thead th {
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-bottom: 2px solid #c4c4c4;
  color: #000;
  font-size: 14px;
  padding: 16px 24px;
}

table.dataTable thead .sorting {
  background-image: none;
}

table.dataTable thead .sorting_asc {
  background-image: url('../img/icon/sort-up.svg');
}

table.dataTable thead .sorting_desc {
  background-image: url('../img/icon/sort-down.svg');
}

table.dataTable tbody td {
  font-size: 14px;
  padding: 12px 24px;
}

table.dataTable.display tbody tr.odd {
  background-color: #fafafa;
}

table.dataTable a.link {
  color: #000;
  font-weight: bold;
}
