/* 
Force Framework - CSS Styles
Version: 2.0
Author: Force Framework
Initial built: 09-10-2017
Latest built: 12-12-2023
*/

/* Force Framework Roboto Font import */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');

/* Force Framework Basics styles */
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #262626;
  position: relative;
}
code,
blockquote,
pre,
kbd,
samp {
  font-family: "Courier New", Courier, monospace;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: 300;
}
p {
  margin: 2px 0 12px;
  font-weight: 300;
}
a {
  color: #1eaedb;
  background-color: transparent
}
a:hover,
a:focus,
a.active {
  color: #0fa0ce;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  white-space: normal;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 15px 0 15px 25px;
  font-size: 90%;
}
code {
  padding: 2px 5px;
  margin: 0 2px;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 10px 16px;
  white-space: pre;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border: none;
  border-spacing: 0;
  border-color: transparent;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 5px;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 15px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 30px;
  border-width: 0;
  border-top: 1px solid #e6e6e6;
}
b, strong {
  font-weight: 500;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -4px;
}
sup {
  top: -8px;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
header {
  display: block;
}
footer {
  background: rgba(23, 12, 0, 0.8);
  color: #ffffff;
  padding: 60px 0 40px;
  margin-top: 60px;
}
footer nav {
  color: #f6923a;
}
footer nav strong {
  display: inline-block;
  width: 64px;
  color: #ffffff;
  margin-right: 10px;
}
footer a {
  color: #f6923a;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}
footer a:hover,
footer a:focus {
  text-decoration: none;
  color: #f6923a;
  border-bottom: 1px dotted #f6923a;
}
footer nav a:last-child:after {
  content: "";
}
footer h3 {
  margin: 0;
}
footer .logo img {
  max-width: 128px;
  cursor: pointer;
}
nav strong {
  margin-right: 15px;
}
.header-force-framework {
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Force Framework Grid Layout styles */
.container {
  position: relative;
  width: 100%;
  max-width: 94%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.container:after,
.horizontal:after {
  content: "";
  display: table;
  clear: both;
}
.container-fluid {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.horizontal {
  width: 100%;
  box-sizing: border-box;
}
.vertical, .verticals {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.vertical, .verticals {
  margin-left: 4%;
}
.one.vertical, .one.verticals {
  width: 4.6666666666%;
}
.two.vertical, .two.verticals {
  width: 13.3333333333%;
}
.three.vertical, .three.verticals {
  width: 22%;
}
.four.vertical, .four.verticals {
  width: 30.6666666666%;
}
.five.vertical, .five.verticals {
  width: 39.3333333333%;
}
.six.verticals, .six.verticals {
  width: 48%;
}
.seven.vertical, .seven.verticals {
  width: 56.6666666666%;
}
.eight.vertical, .eight.verticals {
  width: 65.3333333333%;
}
.nine.vertical, .nine.verticals {
  width: 74%;
}
.ten.vertical, .ten.verticals {
  width: 82.6666666666%;
}
.eleven.vertical, .eleven.verticals {
  width: 91.3333333333%;
}
.twelve.vertical, .twelve.verticals {
  width: 100%;
  margin-left: 0;
}
.one-third.vertical, .one-third.verticals {
  width: 30.6666666666%;
}
.two-thirds.vertical, .two-thirds.verticals {
  width: 65.3333333333%;
}
.one-half.vertical, .one-half.verticals {
  width: 48%;
}

/* Force Framework Margin reset styles */
.vertical:first-child,
.verticals:first-child {
  margin-left: 0;
}
.two.vertical:nth-child(6n+1),
.two.verticals:nth-child(6n+1) {
  margin-left: 0;
}
.three.vertical:nth-child(4n+1),
.three.verticals:nth-child(4n+1) {
  margin-left: 0;
}
.four.vertical:nth-child(3n+1),
.four.verticals:nth-child(3n+1) {
  margin-left: 0;
}
.five.vertical:nth-child(n+1),
.five.verticals:nth-child(n+1) {
  margin-left: 0;
}
.six.vertical:nth-child(2n+1),
.six.verticals:nth-child(2n+1) {
  margin-left: 0;
}
.one-third.vertical:nth-child(3n+1), 
.one-third.verticals:nth-child(3n+1) {
  margin-left: 0;
}
.one-half.vertical:nth-child(2n+1), 
.one-half.verticals:nth-child(2n+1) {
  margin-left: 0;
}

/* Force Framework Vertical offset styles */
.offset-by-one.vertical,
.offset-by-one.verticals {
  margin-left: 8.6666666666% !important;
}
.offset-by-two.vertical,
.offset-by-two.verticals {
  margin-left: 17.3333333333% !important;
}
.offset-by-three.vertical,
.offset-by-three.verticals {
  margin-left: 26% !important;
}
.offset-by-four.vertical,
.offset-by-four.verticals {
  margin-left: 34.6666666666% !important;
}
.offset-by-five.vertical,
.offset-by-five.verticals {
  margin-left: 43.3333333333% !important;
}
.offset-by-six.vertical,
.offset-by-six.verticals {
  margin-left: 52% !important;
}
.offset-by-seven.vertical,
.offset-by-seven.verticals {
  margin-left: 60.6666666666% !important;
}
.offset-by-eight.vertical,
.offset-by-eight.verticals {
  margin-left: 69.3333333333% !important;
}
.offset-by-nine.vertical,
.offset-by-nine.verticals {
  margin-left: 78% !important;
}
.offset-by-ten.vertical,
.offset-by-ten.verticals {
  margin-left: 86.6666666666% !important;
}
.offset-by-eleven.vertical,
.offset-by-eleven.verticals {
  margin-left: 95.3333333333% !important;
}
.offset-by-one-third.vertical,
.offset-by-one-third.verticals {
  margin-left: 34.6666666666% !important;
}
.offset-by-two-thirds.vertical,
.offset-by-two-thirds.verticals {
  margin-left: 69.3333333333% !important;
}
.offset-by-one-half.vertical,
.offset-by-one-half.verticals {
  margin-left: 52% !important;
}

/* Force Framework Default styles */
.fluid {
  width: 100%;
  max-width: none;
}
.force-right {
  float: right;
}
.force-left {
  float: left;
}
.force-text-center {
  text-align: center;
}
.force-text-right {
  text-align: right;
}
.force-text-left {
  text-align: left;
}
.force-full-width {
  width: 100%;
  box-sizing: border-box;
}
.caption {
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 15px;
  background: #f5f5f5;
  display: block;
  border-radius: 5px;
  color: #3c3c3c;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
ul.inline {
  list-style: circle inside;
}
ul.inline li {
  display: inline-block;
}

/* Force Framework Padding/Margin default styles */
.force-intro, .force-reset-top-margin {
  margin-top: 110px;
}
.horizontal-pad-10 {
  padding: 10px 0;
}
.horizontal-pad-20 {
  padding: 20px 0;
}
.horizontal-pad-30 {
  padding: 30px 0;
}
.horizontal-pad-40 {
  padding: 40px 0;
}
.horizontal-pad-50 {
  padding: 50px 0;
}
.horizontal-pad-60 {
  padding: 60px 0;
}
.horizontal-pad-70 {
  padding: 70px 0;
}
.horizontal-pad-80 {
  padding: 80px 0;
}
.horizontal-mar-10 {
  margin: 10px 0;
}
.horizontal-mar-20 {
  margin: 20px 0;
}
.horizontal-mar-30 {
  margin: 30px 0;
}
.horizontal-mar-40 {
  margin: 40px 0;
}
.horizontal-mar-50 {
  margin: 50px 0;
}
.horizontal-mar-60 {
  margin: 60px 0;
}
.horizontal-mar-70 {
  margin: 70px 0;
}
.horizontal-mar-80 {
  margin: 80px 0;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-r-50 {
  margin-right: 50px;
}
.underline {
  text-decoration: underline;
}
.op9 {
  opacity: 0.9;
}
.op8 {
  opacity: 0.8;
}
.op7 {
  opacity: 0.7;
}
.op6 {
  opacity: 0.6;
}
.op5 {
  opacity: 0.5;
}
.op4 {
  opacity: 0.4;
}
.op3 {
  opacity: 0.3;
}
.op2 {
  opacity: 0.2;
}
.op1 {
  opacity: 0.1;
}
.op0 {
  opacity: 0;
}
.nodrop {
  cursor: no-drop;
}

/* Force Framework Navigation styles */
.header-force-framework {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  height: 100px;
  line-height: 100px;
  -webkit-box-shadow: 0 0px 35px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 35px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 35px 0 rgba(0, 0, 0, 0.05);
}
.header-force-framework .logo img {
  max-width: 90px;
  padding: 5px 0;
}
.primary-nav {
  height: 100px;
  text-align: right;
}
.primary-nav ul {
  display: block;
  list-style: none;
}
.primary-nav ul li {
  display: inline-block;
}
.primary-nav ul li a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 40px 15px;
  line-height: 70px;
  color: #FF6D00;
}
.primary-nav ul li:hover a,
.primary-nav ul li:focus a,
.primary-nav ul li.active a {
  background: rgba(255,109,0,.05);
  border-bottom: 2px solid #FF6D00;
}

/* Force Framework Tables styles */
table {
  font-weight: 300;
}
.force-table {
  font-size: 14px;
}
.force-table-responsive {
  max-height: 640px;
  overflow-y: scroll;
  font-size: 14px;
}
.force-table-responsive table {
  margin-bottom: 0;
}
.force-table-shadow {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2); 
  -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
}
.force-table-compressed th,
.force-table-compressed td {
  padding: 5px 9px;
}
.force-table table th {
  background: #f6f6f6;
}
.force-table table tr:nth-child(2n) {
  background: #f9f9f9;
}
.force-table table tr:nth-child(2n + 1) {
  background: #ffffff;
}
.force-table table tr th:first-child,
.force-table table tr td:first-child {
  padding-left: 12px;
}
.force-table-shadow thead.dark {
  background: #676767;
  color: #ffffff;
}
.force-table-shadow thead.dark th,
.force-table-shadow thead.bg-orange th,
.force-table-shadow thead.bg-green th,
.force-table-shadow thead.bg-purple th,
.force-table-shadow thead.bg-red th,
.force-table-shadow thead.bg-violet th,
.force-table-shadow thead.bg-pink th,
.force-table-shadow thead.bg-alt-blue th {
  background: transparent !important;
}

/* Force Framework Buttons styles */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  line-height: 38px;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 300;
  margin: 5px;
  -webkit-appearance: button;
  border-style: none;
}
.btn,
.button {
  -webkit-transition: box-shadow ease-in-out 0.1s;
  -moz-transition: box-shadow ease-in-out 0.1s;
  -o-transition: box-shadow ease-in-out 0.1s;
  transition: box-shadow ease-in-out 0.1s;
  color: #373737;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus {
  outline: none;
  outline-offset: 0;
}
.button:focus,
.button:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}
.btn {
  -webkit-transition: box-shadow ease-in-out 0.1s;
  -moz-transition: box-shadow ease-in-out 0.1s;
  -o-transition: box-shadow ease-in-out 0.1s;
  transition: box-shadow ease-in-out 0.1s;
  color: #ffffff;
}
.button {
  line-height: 26px;
  font-size: 16px;
  padding: 8px 16px;
}
.button.button-small {
  line-height: 18px;
  letter-spacing: 0.5px;
  font-size: 12px;
  padding: 3px 8px;
}
.button.button-large {
  line-height: 38px;
  font-size: 20px;
  letter-spacing: 1.2px;
  padding: 12px 24px;
}
.button.disabled {
  cursor: no-drop !important;
  background: #f7f5f5;
}

.btn[class*="bg-"]:hover {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.1);
}

/* Force Framework Typography styles */
h1, .h1 {
  font-size: 38px;
  line-height: 1.24;
  font-weight: 700;
}
h2, .h2 {
  font-size: 32px;
  line-height: 1.24;
  font-weight: 700;
}
h3, .h3 {
  font-size: 28px;
  line-height: 1.44;
  font-weight: 500;
}
h4, .h4 {
  font-size: 24px;
  line-height: 1.54;
  font-weight: 500;
}
h5, .h5 {
  font-size: 18px;
  line-height: 1.64;
  font-weight: 500;
}
h6, .h6 {
  font-size: 16px;
  line-height: 1.64;
  font-weight: 300;
}
.large {
  font-size: 120%;
}
.small {
  font-size: 90%;
}
.boredered-heading:after {
  content: "";
  width: 40px;
  height: 5px;
  background: #efefef;
  position: relative;
  display: block;
  margin: auto;
  margin-top: 10px;
}

/* Force Framework background & Text styles */
.white {
  color: #ffffff;
}
.bg-white {
  background-color: #ffffff !important;
  color: #676767 !important;
}
.orange {
  color: #ff6d00;
}
.bg-orange {
  background-color: #ff6d00 !important;
  color: #ffffff;
}
.green {
  color: #43a047;
}
.bg-green {
  background-color: #43a047 !important;
  color: #ffffff;
}
.blue {
  color: #1ba1e5;
}
.bg-blue {
  background-color: #1ba1e5 !important;
  color: #ffffff;
}
.purple {
  color: #800080;
}
.bg-purple {
  background-color: #800080 !important;
  color: #ffffff;
}
.red {
  color: #ff5252;
}
.bg-red {
  background-color: #ff5252 !important;
  color: #ffffff;
}
.violet {
  color: #7F00FF;
}
.bg-violet {
  background-color: #7F00FF !important;
  color: #ffffff;
}
.pink {
  color: #ff6090;
}
.bg-pink {
  background-color: #ff6090 !important;
  color: #ffffff;
}
.alt-blue {
  color: #7c9cad;
}
.bg-alt-blue {
  background-color: #7c9cad !important;
  color: #ffffff;
}
.bg-orange:hover,
.bg-orange:focus,
.bg-orange:active,
.bg-green:hover,
.bg-green:focus,
.bg-green:active,
.bg-blue:hover,
.bg-blue:focus,
.bg-blue:active,
.bg-purple:hover,
.bg-purple:focus,
.bg-purple:active,
.bg-red:hover,
.bg-red:focus,
.bg-red:active,
.bg-violet:hover,
.bg-violet:focus,
.bg-violet:active,
.bg-pink:hover,
.bg-pink:focus,
.bg-pink:active,
.bg-alt-blue:hover,
.bg-alt-blue:focus,
.bg-alt-blue:active {
  color: #ffffff !important;
  -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
}
.gray-pale {
  color: #526273;
}
.gray-dark {
  color: #444444;
}
.gray-light {
  color: #908e8e;
}

.fit-image {
  max-width: 100%;
}

/* Force Framework Force box styles */
.force-box {
  display: block;
  max-width: 1010px;
  border-radius: 3px;
  background: rgba(66, 63, 63, 0.03);
  margin: 30px auto;
  color: #5e5e5e;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.force-box .force-box-container {
  padding: 80px;
  text-align: center;
}
.force-box ul {
  text-align: center;
}
.force-box .fit-image {
  max-width: 128px;
  margin-bottom: 10px;
}
.force-box h3,
.force-box h4 {
  font-weight: 300;
}

/* Force Framework badges styles */
.badge {
  padding: 6px 8px;
  font-size: 80%;
  letter-spacing: 0.1px;
  background: rgba(0, 0, 0, 0.05);
  margin: 2px;
  border-radius: 3px;
  float: left;
}
.badge.small {
  padding: 2px 4px;
  font-size: 70%;
}
.badge.large {
  padding: 8px 12px;
  font-size: 120%;
}

/* Force Framework badges styles */
.alert {
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  margin: 10px 0;
  font-size: 18px;
}
.alert span {
  clear: left;
  display: block;
  font-size: 80%;
  margin-top: 4px;
}

/* Force Framework card styles */
.card {
  padding: 10px;
}
.card.half {
  display: table-cell;
}
.card .card-data {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.card .card-data hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.card.one-third {
  display: table-cell;
}
.card.one-fourth {
  display: table-cell;
}
.card h4 {
  margin-bottom: 4px;
}
.card p {
  margin-bottom: 8px;
}

.card-data-container {
  width: calc(100% + 20px);
  margin-left: -10px;
}

/* Force Framework Pagination styles */
.pagination {
  text-align: center;
  padding: 20px 0;
}
.pagination a {
  font-size: 12px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: #222;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  text-decoration: none;
  border-radius: 50%;
  margin: 2px;
  transition: all 0.2s linear;
}
.pagination a:hover,
.pagination a.selected {
  color: #fff;
  background-color: #3498db;
}
.pagination.small a {
  font-size: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.pagination.large a {
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.pagination.orange a:hover,
.pagination.orange a.selected {
  background-color: #ff6d00;
}
.pagination.blue a:hover,
.pagination.blue a.selected {
  background-color: #1ba1e5;
}
.pagination.red a:hover,
.pagination.red a.selected {
  background-color: #ff5252;
}
.pagination.green a:hover,
.pagination.green a.selected {
  background-color: #43a047;
}
.pagination.violet a:hover,
.pagination.violet a.selected {
  background-color: #9162e4;
}
.pagination.pink a:hover,
.pagination.pink a.selected {
  background-color: #ff6090;
}
.pagination.purple a:hover,
.pagination.purple a.selected {
  background-color: #5e055e;
}
.pagination.alt-blue a:hover,
.pagination.alt-blue a.selected {
  background-color: #7c9cad;
}