@-webkit-keyframes countup-animation {
  from {
    width: 0; }
  to {
    width: 100%; } }
@-moz-keyframes countup-animation {
  from {
    width: 0; }
  to {
    width: 100%; } }
@-ms-keyframes countup-animation {
  from {
    width: 0; }
  to {
    width: 100%; } }
@-o-keyframes countup-animation {
  from {
    width: 0; }
  to {
    width: 100%; } }
@keyframes countup-animation {
  from {
    width: 0; }
  to {
    width: 100%; } }
.countup {
  -webkit-animation: countup-animation 4s linear forwards;
  -moz-animation: countup-animation 4s linear forwards;
  -ms-animation: countup-animation 4s linear forwards;
  -o-animation: countup-animation 4s linear forwards;
  animation: countup-animation 4s linear forwards; }

@-webkit-keyframes countdown-animation {
  from {
    width: 100%; }
  to {
    width: 0; } }
@-moz-keyframes countdown-animation {
  from {
    width: 100%; }
  to {
    width: 0; } }
@-ms-keyframes countdown-animation {
  from {
    width: 100%; }
  to {
    width: 0; } }
@-o-keyframes countdown-animation {
  from {
    width: 100%; }
  to {
    width: 0; } }
@keyframes countdown-animation {
  from {
    width: 100%; }
  to {
    width: 0; } }
.countdown {
  -webkit-animation: countdown-animation 10s linear forwards;
  -moz-animation: countdown-animation 10s linear forwards;
  -ms-animation: countdown-animation 10s linear forwards;
  -o-animation: countdown-animation 10s linear forwards;
  animation: countdown-animation 10s linear forwards; }

@-webkit-keyframes shimmer-animation {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
@-moz-keyframes shimmer-animation {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
@-ms-keyframes shimmer-animation {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
@-o-keyframes shimmer-animation {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
@keyframes shimmer-animation {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.shimmer {
  position: relative;
  background: linear-gradient(to right, #eee 8%, #e1e1e1 18%, #eee 33%);
  background-size: 800px 100px;
  -webkit-animation: shimmer-animation 2s linear infinite;
  -moz-animation: shimmer-animation 2s linear infinite;
  -ms-animation: shimmer-animation 2s linear infinite;
  -o-animation: shimmer-animation 2s linear infinite;
  animation: shimmer-animation 2s linear infinite; }

#loading-horizontal {
  text-align: center; }
  #loading-horizontal .loading-box {
    display: inline-block;
    width: 300px; }
    #loading-horizontal .loading-box .loading-header {
      color: #444;
      font-weight: bold;
      margin-bottom: 15px;
      margin-top: 30px;
      text-transform: uppercase; }
    #loading-horizontal .loading-box .loading-bar {
      -webkit-animation: countup-animation 4s linear;
      -moz-animation: countup-animation 4s linear;
      -ms-animation: countup-animation 4s linear;
      -o-animation: countup-animation 4s linear;
      animation: countup-animation 4s linear;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background: repeating-linear-gradient(45deg, #4524a0, #4524a0 10px, #572dca 10px, #572dca 20px);
      height: 20px; }
      #loading-horizontal .loading-box .loading-bar.duration5 {
        -webkit-animation-duration: 5s;
        -moz-animation-duration: 5s;
        -ms-animation-duration: 5s;
        -o-animation-duration: 5s;
        animation-duration: 5s; }
      #loading-horizontal .loading-box .loading-bar.duration10 {
        -webkit-animation-duration: 10s;
        -moz-animation-duration: 10s;
        -ms-animation-duration: 10s;
        -o-animation-duration: 10s;
        animation-duration: 10s; }
      #loading-horizontal .loading-box .loading-bar.duration15 {
        -webkit-animation-duration: 15s;
        -moz-animation-duration: 15s;
        -ms-animation-duration: 15s;
        -o-animation-duration: 15s;
        animation-duration: 15s; }
      #loading-horizontal .loading-box .loading-bar.duration20 {
        -webkit-animation-duration: 20s;
        -moz-animation-duration: 20s;
        -ms-animation-duration: 20s;
        -o-animation-duration: 20s;
        animation-duration: 20s; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

.top0 {
  margin-top: 0; }

.top3 {
  margin-top: 3px; }

.top5 {
  margin-top: 5px; }

.top10 {
  margin-top: 10px; }

.top15 {
  margin-top: 15px; }

.top20 {
  margin-top: 20px; }

.top25 {
  margin-top: 25px; }

.top30 {
  margin-top: 30px; }

.bottom0 {
  margin-bottom: 0; }

.bottom3 {
  margin-bottom: 3px; }

.bottom5 {
  margin-bottom: 5px; }

.bottom10 {
  margin-bottom: 10px; }

.bottom15 {
  margin-bottom: 15px; }

.bottom20 {
  margin-bottom: 20px; }

.bottom25 {
  margin-bottom: 25px; }

.bottom30 {
  margin-bottom: 30px; }

.left0 {
  margin-left: 0; }

.left5 {
  margin-left: 5px; }

.left10 {
  margin-left: 10px; }

.left15 {
  margin-left: 15px; }

.left20 {
  margin-left: 20px; }

.left25 {
  margin-left: 25px; }

.left30 {
  margin-left: 30px; }

.right0 {
  margin-right: 0; }

.right5 {
  margin-right: 5px; }

.right10 {
  margin-right: 10px; }

.right15 {
  margin-right: 15px; }

.right20 {
  margin-right: 20px; }

.right25 {
  margin-right: 25px; }

.right30 {
  margin-right: 30px; }

.padding0 {
  padding: 0; }

.padding10 {
  padding: 10px; }

.spacing-content-between {
  display: flex;
  justify-content: space-between; }

body, p {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01rem;
  line-height: 1.5; }

a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #4524a0; }
  a:focus, a:hover {
    color: #572dca; }
  a:active {
    color: #777;
    text-decoration: none; }
  a.fa:hover {
    text-decoration: none; }
  a.label:hover {
    text-decoration: none; }

em {
  font-style: italic; }

h1, h2, h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  h1 small, h2 small, h3 small {
    margin-left: 10px; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px; }

.text-primary {
  color: #4524a0; }

.text-success {
  color: #00c5b4; }

.text-info {
  color: #0297e1; }

.text-danger {
  color: #ce0061; }

.text-warning {
  color: #fcbf01; }

.text-disabled {
  color: #777; }

.bg-primary {
  background-color: #4524a0;
  color: #fff; }

.bg-success {
  background-color: #00c5b4;
  color: #fff; }

.bg-info {
  background-color: #0297e1;
  color: #fff; }

.bg-warning {
  background-color: #fcbf01;
  color: #fff; }

.bg-danger {
  background-color: #ce0061;
  color: #fff; }

.bg-disabled {
  background-color: #eee; }

.text-large {
  font-size: 18.2px; }
  .text-large, .text-large a {
    line-height: 27px; }

.text-xsmall {
  font-size: 9px; }
  .text-xsmall, .text-xsmall a {
    line-height: 9px; }

.text-small {
  font-size: 11px; }
  .text-small, .text-small a {
    line-height: 18px; }

.text-strong, a {
  font-weight: bold; }
  .text-strong, a, .text-strong a, a a {
    line-height: 18px; }

.text-normal {
  font-weight: normal; }

.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.no-underline {
  text-decoration: none !important; }

.pointer {
  cursor: pointer; }

.table-borderless > tbody > tr > td {
  border: 0; }

.table-nowrap > thead > tr > th {
  white-space: nowrap; }

.table-top-align > thead > tr > th {
  vertical-align: top; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 2px 5px; }

.table-sortable .fa-sort,
.table-sortable .fa-sort-asc,
.table-sortable .fa-sort-desc {
  margin-left: 5px;
  vertical-align: top; }
.table-sortable .fa-sort {
  color: #777; }
.table-sortable .tablesorter-headerAsc,
.table-sortable .tablesorter-headerDesc {
  background-color: #eee; }
.table-sortable .fa-sort-desc,
.table-sortable .tablesorter-headerAsc .fa-sort {
  display: none; }
.table-sortable .tablesorter-headerAsc .fa-sort-asc {
  display: inline; }
.table-sortable .fa-sort-asc,
.table-sortable .tablesorter-headerDesc .fa-sort {
  display: none; }
.table-sortable .tablesorter-headerDesc .fa-sort-desc {
  display: inline; }
.table-sortable th {
  cursor: pointer; }

.tablesorter-bootstrap .tablesorter-header {
  cursor: pointer; }

.tablesorter-bootstrap .sorter-false {
  cursor: default; }

.tablesorter-bootstrap .tablesorter-header.sorter-false i.tablesorter-icon {
  display: none; }

.tablesorter-bootstrap .tablesorter-header i.tablesorter-icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  /* half the icon height; older IE doesn't like this */
  background-repeat: no-repeat;
  line-height: 14px;
  font-size: 11px; }

.tablesorter-bootstrap .bootstrap-icon-unsorted {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAA20lEQVR4AWJABpKSkoxALCstLb0aUAsZaCAMhVEY6B0amx8YZWDDEDSBa2AGe7XeIiAAClYwVGBvsAcIllsf/mvcC9DgOOd8h90fxWvngVEUbZIkuWRZZlE8eQjcisgZMM9zi+LJ6ZfwegmWZflZDugdHMfxTcGqql7TNBlUB/QObtv2VBSFrev6OY7jngzFk9OT/fn73fWYpqnlXNyXDMWT0zuYx/Bvel9ej+LJ6R08DMOu67q7DkTkrSA5vYPneV71fX/QASdTkJwezhs0TfMARn0wMDDGXEPgF4oijqwM5YjNAAAAAElFTkSuQmCC); }

.tablesorter-header-inner {
  padding-right: 24px; }

.btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .btn.active, .btn:active, .open .btn.dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none; }

.btn-group .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
.btn-group .btn-sm {
  -webkit-border-radius: calc(5px - 1px);
  -moz-border-radius: calc(5px - 1px);
  border-radius: calc(5px - 1px); }
.btn-group .btn-lg {
  -webkit-border-radius: calc(5px + 2px);
  -moz-border-radius: calc(5px + 2px);
  border-radius: calc(5px + 2px); }

.btn-default {
  color: #444;
  background-color: #fff;
  border-color: #ddd; }
  .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .btn-default.dropdown-toggle {
    color: #444;
    background-color: whitesmoke;
    border-color: lightgray; }
  .btn-default.active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open .btn-default.dropdown-toggle:focus, .open .btn-default.dropdown-toggle:hover {
    color: #444;
    background-color: #ebebeb;
    background-image: none;
    border-color: #c9c9c9; }
  .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ddd; }
  .btn-default .badge {
    background-color: #444;
    color: #fff; }

.btn-disabled {
  color: #777;
  background-color: #fff;
  border-color: #ddd; }
  .btn-disabled.active, .btn-disabled.focus, .btn-disabled:active, .btn-disabled:focus, .btn-disabled:hover, .open .btn-disabled.dropdown-toggle {
    color: #777;
    background-color: whitesmoke;
    border-color: lightgray; }
  .btn-disabled.active, .btn-disabled.active.focus, .btn-disabled.active:focus, .btn-disabled.active:hover, .btn-disabled:active, .btn-disabled:active.focus, .btn-disabled:active:focus, .btn-disabled:active:hover, .open .btn-disabled.dropdown-toggle:focus, .open .btn-disabled.dropdown-toggle:hover {
    color: #777;
    background-color: #ebebeb;
    background-image: none;
    border-color: #c9c9c9; }
  .btn-disabled.disabled, .btn-disabled.disabled.active, .btn-disabled.disabled.focus, .btn-disabled.disabled:active, .btn-disabled.disabled:focus, .btn-disabled.disabled:hover, .btn-disabled[disabled], .btn-disabled[disabled].active, .btn-disabled[disabled].focus, .btn-disabled[disabled]:active, .btn-disabled[disabled]:focus, .btn-disabled[disabled]:hover, fieldset[disabled] .btn-disabled, fieldset[disabled] .btn-disabled.active, fieldset[disabled] .btn-disabled.focus, fieldset[disabled] .btn-disabled:active, fieldset[disabled] .btn-disabled:focus, fieldset[disabled] .btn-disabled:hover {
    background-color: #fff;
    border-color: #ddd; }
  .btn-disabled .badge {
    background-color: #777;
    color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #4524a0;
  border-color: #4524a0; }
  .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3e208f;
    border-color: #3e208f; }
  .btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open .btn-primary.dropdown-toggle:focus, .open .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #371d7f;
    background-image: none;
    border-color: #371d7f; }
  .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #4524a0;
    border-color: #4524a0; }
  .btn-primary .badge {
    background-color: #fff;
    color: #4524a0; }

.btn-primary-inverse, .btn-white {
  color: #4524a0;
  background-color: #fff;
  border-color: #4524a0;
  border-width: 2px; }
  .btn-primary-inverse.active, .active.btn-white, .btn-primary-inverse.focus, .focus.btn-white, .btn-primary-inverse:active, .btn-white:active, .btn-primary-inverse:focus, .btn-white:focus, .btn-primary-inverse:hover, .btn-white:hover, .open .btn-primary-inverse.dropdown-toggle, .open .dropdown-toggle.btn-white {
    color: #4524a0;
    background-color: whitesmoke;
    border-color: #3e208f; }
  .btn-primary-inverse.active, .active.btn-white, .btn-primary-inverse.active.focus, .active.focus.btn-white, .btn-primary-inverse.active:focus, .active.btn-white:focus, .btn-primary-inverse.active:hover, .active.btn-white:hover, .btn-primary-inverse:active, .btn-white:active, .btn-primary-inverse:active.focus, .btn-white:active.focus, .btn-primary-inverse:active:focus, .btn-white:active:focus, .btn-primary-inverse:active:hover, .btn-white:active:hover, .open .btn-primary-inverse.dropdown-toggle:focus, .open .dropdown-toggle.btn-white:focus, .open .btn-primary-inverse.dropdown-toggle:hover, .open .dropdown-toggle.btn-white:hover {
    color: #4524a0;
    background-color: #ebebeb;
    background-image: none;
    border-color: #371d7f; }
  .btn-primary-inverse.disabled, .disabled.btn-white, .btn-primary-inverse.disabled.active, .disabled.active.btn-white, .btn-primary-inverse.disabled.focus, .disabled.focus.btn-white, .btn-primary-inverse.disabled:active, .disabled.btn-white:active, .btn-primary-inverse.disabled:focus, .disabled.btn-white:focus, .btn-primary-inverse.disabled:hover, .disabled.btn-white:hover, .btn-primary-inverse[disabled], [disabled].btn-white, .btn-primary-inverse[disabled].active, [disabled].active.btn-white, .btn-primary-inverse[disabled].focus, [disabled].focus.btn-white, .btn-primary-inverse[disabled]:active, [disabled].btn-white:active, .btn-primary-inverse[disabled]:focus, [disabled].btn-white:focus, .btn-primary-inverse[disabled]:hover, [disabled].btn-white:hover, fieldset[disabled] .btn-primary-inverse, fieldset[disabled] .btn-white, fieldset[disabled] .btn-primary-inverse.active, fieldset[disabled] .active.btn-white, fieldset[disabled] .btn-primary-inverse.focus, fieldset[disabled] .focus.btn-white, fieldset[disabled] .btn-primary-inverse:active, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-primary-inverse:focus, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-primary-inverse:hover, fieldset[disabled] .btn-white:hover {
    background-color: #fff;
    border-color: #4524a0; }
  .btn-primary-inverse .badge, .btn-white .badge {
    background-color: #4524a0;
    color: #fff; }

.btn-success {
  color: #fff;
  background-color: #00c5b4;
  border-color: #00c5b4; }
  .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00b1a1;
    border-color: #00b1a1; }
  .btn-success.active, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open .btn-success.dropdown-toggle:focus, .open .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #009c8f;
    background-image: none;
    border-color: #009c8f; }
  .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #00c5b4;
    border-color: #00c5b4; }
  .btn-success .badge {
    background-color: #fff;
    color: #00c5b4; }

.btn-success-inverse {
  color: #00c5b4;
  background-color: #fff;
  border-color: #00c5b4;
  border-width: 2px; }
  .btn-success-inverse.active, .btn-success-inverse.focus, .btn-success-inverse:active, .btn-success-inverse:focus, .btn-success-inverse:hover, .open .btn-success-inverse.dropdown-toggle {
    color: #00c5b4;
    background-color: whitesmoke;
    border-color: #00b1a1; }
  .btn-success-inverse.active, .btn-success-inverse.active.focus, .btn-success-inverse.active:focus, .btn-success-inverse.active:hover, .btn-success-inverse:active, .btn-success-inverse:active.focus, .btn-success-inverse:active:focus, .btn-success-inverse:active:hover, .open .btn-success-inverse.dropdown-toggle:focus, .open .btn-success-inverse.dropdown-toggle:hover {
    color: #00c5b4;
    background-color: #ebebeb;
    background-image: none;
    border-color: #009c8f; }
  .btn-success-inverse.disabled, .btn-success-inverse.disabled.active, .btn-success-inverse.disabled.focus, .btn-success-inverse.disabled:active, .btn-success-inverse.disabled:focus, .btn-success-inverse.disabled:hover, .btn-success-inverse[disabled], .btn-success-inverse[disabled].active, .btn-success-inverse[disabled].focus, .btn-success-inverse[disabled]:active, .btn-success-inverse[disabled]:focus, .btn-success-inverse[disabled]:hover, fieldset[disabled] .btn-success-inverse, fieldset[disabled] .btn-success-inverse.active, fieldset[disabled] .btn-success-inverse.focus, fieldset[disabled] .btn-success-inverse:active, fieldset[disabled] .btn-success-inverse:focus, fieldset[disabled] .btn-success-inverse:hover {
    background-color: #fff;
    border-color: #00c5b4; }
  .btn-success-inverse .badge {
    background-color: #00c5b4;
    color: #fff; }

.btn-info {
  color: #fff;
  background-color: #0297e1;
  border-color: #0297e1; }
  .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0289cd;
    border-color: #0289cd; }
  .btn-info.active, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open .btn-info.dropdown-toggle:focus, .open .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #027cb9;
    background-image: none;
    border-color: #027cb9; }
  .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #0297e1;
    border-color: #0297e1; }
  .btn-info .badge {
    background-color: #fff;
    color: #0297e1; }

.btn-info-inverse {
  color: #0297e1;
  background-color: #fff;
  border-color: #0297e1;
  border-width: 2px; }
  .btn-info-inverse.active, .btn-info-inverse.focus, .btn-info-inverse:active, .btn-info-inverse:focus, .btn-info-inverse:hover, .open .btn-info-inverse.dropdown-toggle {
    color: #0297e1;
    background-color: whitesmoke;
    border-color: #0289cd; }
  .btn-info-inverse.active, .btn-info-inverse.active.focus, .btn-info-inverse.active:focus, .btn-info-inverse.active:hover, .btn-info-inverse:active, .btn-info-inverse:active.focus, .btn-info-inverse:active:focus, .btn-info-inverse:active:hover, .open .btn-info-inverse.dropdown-toggle:focus, .open .btn-info-inverse.dropdown-toggle:hover {
    color: #0297e1;
    background-color: #ebebeb;
    background-image: none;
    border-color: #027cb9; }
  .btn-info-inverse.disabled, .btn-info-inverse.disabled.active, .btn-info-inverse.disabled.focus, .btn-info-inverse.disabled:active, .btn-info-inverse.disabled:focus, .btn-info-inverse.disabled:hover, .btn-info-inverse[disabled], .btn-info-inverse[disabled].active, .btn-info-inverse[disabled].focus, .btn-info-inverse[disabled]:active, .btn-info-inverse[disabled]:focus, .btn-info-inverse[disabled]:hover, fieldset[disabled] .btn-info-inverse, fieldset[disabled] .btn-info-inverse.active, fieldset[disabled] .btn-info-inverse.focus, fieldset[disabled] .btn-info-inverse:active, fieldset[disabled] .btn-info-inverse:focus, fieldset[disabled] .btn-info-inverse:hover {
    background-color: #fff;
    border-color: #0297e1; }
  .btn-info-inverse .badge {
    background-color: #0297e1;
    color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #fcbf01;
  border-color: #fcbf01; }
  .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e8b001;
    border-color: #e8b001; }
  .btn-warning.active, .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open .btn-warning.dropdown-toggle:focus, .open .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d3a001;
    background-image: none;
    border-color: #d3a001; }
  .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #fcbf01;
    border-color: #fcbf01; }
  .btn-warning .badge {
    background-color: #fff;
    color: #fcbf01; }

.btn-warning-inverse {
  color: #fcbf01;
  background-color: #fff;
  border-color: #fcbf01;
  border-width: 2px; }
  .btn-warning-inverse.active, .btn-warning-inverse.focus, .btn-warning-inverse:active, .btn-warning-inverse:focus, .btn-warning-inverse:hover, .open .btn-warning-inverse.dropdown-toggle {
    color: #fcbf01;
    background-color: whitesmoke;
    border-color: #e8b001; }
  .btn-warning-inverse.active, .btn-warning-inverse.active.focus, .btn-warning-inverse.active:focus, .btn-warning-inverse.active:hover, .btn-warning-inverse:active, .btn-warning-inverse:active.focus, .btn-warning-inverse:active:focus, .btn-warning-inverse:active:hover, .open .btn-warning-inverse.dropdown-toggle:focus, .open .btn-warning-inverse.dropdown-toggle:hover {
    color: #fcbf01;
    background-color: #ebebeb;
    background-image: none;
    border-color: #d3a001; }
  .btn-warning-inverse.disabled, .btn-warning-inverse.disabled.active, .btn-warning-inverse.disabled.focus, .btn-warning-inverse.disabled:active, .btn-warning-inverse.disabled:focus, .btn-warning-inverse.disabled:hover, .btn-warning-inverse[disabled], .btn-warning-inverse[disabled].active, .btn-warning-inverse[disabled].focus, .btn-warning-inverse[disabled]:active, .btn-warning-inverse[disabled]:focus, .btn-warning-inverse[disabled]:hover, fieldset[disabled] .btn-warning-inverse, fieldset[disabled] .btn-warning-inverse.active, fieldset[disabled] .btn-warning-inverse.focus, fieldset[disabled] .btn-warning-inverse:active, fieldset[disabled] .btn-warning-inverse:focus, fieldset[disabled] .btn-warning-inverse:hover {
    background-color: #fff;
    border-color: #fcbf01; }
  .btn-warning-inverse .badge {
    background-color: #fcbf01;
    color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #ce0061;
  border-color: #ce0061; }
  .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ba0057;
    border-color: #ba0057; }
  .btn-danger.active, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open .btn-danger.dropdown-toggle:focus, .open .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #a5004e;
    background-image: none;
    border-color: #a5004e; }
  .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #ce0061;
    border-color: #ce0061; }
  .btn-danger .badge {
    background-color: #fff;
    color: #ce0061; }

.btn-danger-inverse {
  color: #ce0061;
  background-color: #fff;
  border-color: #ce0061;
  border-width: 2px; }
  .btn-danger-inverse.active, .btn-danger-inverse.focus, .btn-danger-inverse:active, .btn-danger-inverse:focus, .btn-danger-inverse:hover, .open .btn-danger-inverse.dropdown-toggle {
    color: #ce0061;
    background-color: whitesmoke;
    border-color: #ba0057; }
  .btn-danger-inverse.active, .btn-danger-inverse.active.focus, .btn-danger-inverse.active:focus, .btn-danger-inverse.active:hover, .btn-danger-inverse:active, .btn-danger-inverse:active.focus, .btn-danger-inverse:active:focus, .btn-danger-inverse:active:hover, .open .btn-danger-inverse.dropdown-toggle:focus, .open .btn-danger-inverse.dropdown-toggle:hover {
    color: #ce0061;
    background-color: #ebebeb;
    background-image: none;
    border-color: #a5004e; }
  .btn-danger-inverse.disabled, .btn-danger-inverse.disabled.active, .btn-danger-inverse.disabled.focus, .btn-danger-inverse.disabled:active, .btn-danger-inverse.disabled:focus, .btn-danger-inverse.disabled:hover, .btn-danger-inverse[disabled], .btn-danger-inverse[disabled].active, .btn-danger-inverse[disabled].focus, .btn-danger-inverse[disabled]:active, .btn-danger-inverse[disabled]:focus, .btn-danger-inverse[disabled]:hover, fieldset[disabled] .btn-danger-inverse, fieldset[disabled] .btn-danger-inverse.active, fieldset[disabled] .btn-danger-inverse.focus, fieldset[disabled] .btn-danger-inverse:active, fieldset[disabled] .btn-danger-inverse:focus, fieldset[disabled] .btn-danger-inverse:hover {
    background-color: #fff;
    border-color: #ce0061; }
  .btn-danger-inverse .badge {
    background-color: #ce0061;
    color: #fff; }

.btn-upcoming {
  color: #777;
  background-color: #fff;
  border-color: #ddd; }
  .btn-upcoming.active, .btn-upcoming.focus, .btn-upcoming:active, .btn-upcoming:focus, .btn-upcoming:hover, .open .btn-upcoming.dropdown-toggle {
    color: #777;
    background-color: whitesmoke;
    border-color: lightgray; }
  .btn-upcoming.active, .btn-upcoming.active.focus, .btn-upcoming.active:focus, .btn-upcoming.active:hover, .btn-upcoming:active, .btn-upcoming:active.focus, .btn-upcoming:active:focus, .btn-upcoming:active:hover, .open .btn-upcoming.dropdown-toggle:focus, .open .btn-upcoming.dropdown-toggle:hover {
    color: #777;
    background-color: #ebebeb;
    background-image: none;
    border-color: #c9c9c9; }
  .btn-upcoming.disabled, .btn-upcoming.disabled.active, .btn-upcoming.disabled.focus, .btn-upcoming.disabled:active, .btn-upcoming.disabled:focus, .btn-upcoming.disabled:hover, .btn-upcoming[disabled], .btn-upcoming[disabled].active, .btn-upcoming[disabled].focus, .btn-upcoming[disabled]:active, .btn-upcoming[disabled]:focus, .btn-upcoming[disabled]:hover, fieldset[disabled] .btn-upcoming, fieldset[disabled] .btn-upcoming.active, fieldset[disabled] .btn-upcoming.focus, fieldset[disabled] .btn-upcoming:active, fieldset[disabled] .btn-upcoming:focus, fieldset[disabled] .btn-upcoming:hover {
    background-color: #fff;
    border-color: #ddd; }
  .btn-upcoming .badge {
    background-color: #777;
    color: #fff; }

.btn-ready {
  color: #fff;
  background-color: #00c5b4;
  border-color: #00c5b4; }
  .btn-ready.active, .btn-ready.focus, .btn-ready:active, .btn-ready:focus, .btn-ready:hover, .open .btn-ready.dropdown-toggle {
    color: #fff;
    background-color: #00b1a1;
    border-color: #00b1a1; }
  .btn-ready.active, .btn-ready.active.focus, .btn-ready.active:focus, .btn-ready.active:hover, .btn-ready:active, .btn-ready:active.focus, .btn-ready:active:focus, .btn-ready:active:hover, .open .btn-ready.dropdown-toggle:focus, .open .btn-ready.dropdown-toggle:hover {
    color: #fff;
    background-color: #009c8f;
    background-image: none;
    border-color: #009c8f; }
  .btn-ready.disabled, .btn-ready.disabled.active, .btn-ready.disabled.focus, .btn-ready.disabled:active, .btn-ready.disabled:focus, .btn-ready.disabled:hover, .btn-ready[disabled], .btn-ready[disabled].active, .btn-ready[disabled].focus, .btn-ready[disabled]:active, .btn-ready[disabled]:focus, .btn-ready[disabled]:hover, fieldset[disabled] .btn-ready, fieldset[disabled] .btn-ready.active, fieldset[disabled] .btn-ready.focus, fieldset[disabled] .btn-ready:active, fieldset[disabled] .btn-ready:focus, fieldset[disabled] .btn-ready:hover {
    background-color: #00c5b4;
    border-color: #00c5b4; }
  .btn-ready .badge {
    background-color: #fff;
    color: #00c5b4; }

.btn-outbid {
  color: #fff;
  background-color: #ce0061;
  border-color: #ce0061; }
  .btn-outbid.active, .btn-outbid.focus, .btn-outbid:active, .btn-outbid:focus, .btn-outbid:hover, .open .btn-outbid.dropdown-toggle {
    color: #fff;
    background-color: #ba0057;
    border-color: #ba0057; }
  .btn-outbid.active, .btn-outbid.active.focus, .btn-outbid.active:focus, .btn-outbid.active:hover, .btn-outbid:active, .btn-outbid:active.focus, .btn-outbid:active:focus, .btn-outbid:active:hover, .open .btn-outbid.dropdown-toggle:focus, .open .btn-outbid.dropdown-toggle:hover {
    color: #fff;
    background-color: #a5004e;
    background-image: none;
    border-color: #a5004e; }
  .btn-outbid.disabled, .btn-outbid.disabled.active, .btn-outbid.disabled.focus, .btn-outbid.disabled:active, .btn-outbid.disabled:focus, .btn-outbid.disabled:hover, .btn-outbid[disabled], .btn-outbid[disabled].active, .btn-outbid[disabled].focus, .btn-outbid[disabled]:active, .btn-outbid[disabled]:focus, .btn-outbid[disabled]:hover, fieldset[disabled] .btn-outbid, fieldset[disabled] .btn-outbid.active, fieldset[disabled] .btn-outbid.focus, fieldset[disabled] .btn-outbid:active, fieldset[disabled] .btn-outbid:focus, fieldset[disabled] .btn-outbid:hover {
    background-color: #ce0061;
    border-color: #ce0061; }
  .btn-outbid .badge {
    background-color: #fff;
    color: #ce0061; }

.btn-winning {
  color: #fff;
  background-color: #0297e1;
  border-color: #0297e1; }
  .btn-winning.active, .btn-winning.focus, .btn-winning:active, .btn-winning:focus, .btn-winning:hover, .open .btn-winning.dropdown-toggle {
    color: #fff;
    background-color: #0289cd;
    border-color: #0289cd; }
  .btn-winning.active, .btn-winning.active.focus, .btn-winning.active:focus, .btn-winning.active:hover, .btn-winning:active, .btn-winning:active.focus, .btn-winning:active:focus, .btn-winning:active:hover, .open .btn-winning.dropdown-toggle:focus, .open .btn-winning.dropdown-toggle:hover {
    color: #fff;
    background-color: #027cb9;
    background-image: none;
    border-color: #027cb9; }
  .btn-winning.disabled, .btn-winning.disabled.active, .btn-winning.disabled.focus, .btn-winning.disabled:active, .btn-winning.disabled:focus, .btn-winning.disabled:hover, .btn-winning[disabled], .btn-winning[disabled].active, .btn-winning[disabled].focus, .btn-winning[disabled]:active, .btn-winning[disabled]:focus, .btn-winning[disabled]:hover, fieldset[disabled] .btn-winning, fieldset[disabled] .btn-winning.active, fieldset[disabled] .btn-winning.focus, fieldset[disabled] .btn-winning:active, fieldset[disabled] .btn-winning:focus, fieldset[disabled] .btn-winning:hover {
    background-color: #0297e1;
    border-color: #0297e1; }
  .btn-winning .badge {
    background-color: #fff;
    color: #0297e1; }

.btn-won {
  color: #fff;
  background-color: #4524a0;
  border-color: #4524a0; }
  .btn-won.active, .btn-won.focus, .btn-won:active, .btn-won:focus, .btn-won:hover, .open .btn-won.dropdown-toggle {
    color: #fff;
    background-color: #3e208f;
    border-color: #3e208f; }
  .btn-won.active, .btn-won.active.focus, .btn-won.active:focus, .btn-won.active:hover, .btn-won:active, .btn-won:active.focus, .btn-won:active:focus, .btn-won:active:hover, .open .btn-won.dropdown-toggle:focus, .open .btn-won.dropdown-toggle:hover {
    color: #fff;
    background-color: #371d7f;
    background-image: none;
    border-color: #371d7f; }
  .btn-won.disabled, .btn-won.disabled.active, .btn-won.disabled.focus, .btn-won.disabled:active, .btn-won.disabled:focus, .btn-won.disabled:hover, .btn-won[disabled], .btn-won[disabled].active, .btn-won[disabled].focus, .btn-won[disabled]:active, .btn-won[disabled]:focus, .btn-won[disabled]:hover, fieldset[disabled] .btn-won, fieldset[disabled] .btn-won.active, fieldset[disabled] .btn-won.focus, fieldset[disabled] .btn-won:active, fieldset[disabled] .btn-won:focus, fieldset[disabled] .btn-won:hover {
    background-color: #4524a0;
    border-color: #4524a0; }
  .btn-won .badge {
    background-color: #fff;
    color: #4524a0; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }
  .btn-facebook.active, .btn-facebook.focus, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover, .open .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #355089;
    border-color: #355089; }
  .btn-facebook.active, .btn-facebook.active.focus, .btn-facebook.active:focus, .btn-facebook.active:hover, .btn-facebook:active, .btn-facebook:active.focus, .btn-facebook:active:focus, .btn-facebook:active:hover, .open .btn-facebook.dropdown-toggle:focus, .open .btn-facebook.dropdown-toggle:hover {
    color: #fff;
    background-color: #30487b;
    background-image: none;
    border-color: #30487b; }
  .btn-facebook.disabled, .btn-facebook.disabled.active, .btn-facebook.disabled.focus, .btn-facebook.disabled:active, .btn-facebook.disabled:focus, .btn-facebook.disabled:hover, .btn-facebook[disabled], .btn-facebook[disabled].active, .btn-facebook[disabled].focus, .btn-facebook[disabled]:active, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook, fieldset[disabled] .btn-facebook.active, fieldset[disabled] .btn-facebook.focus, fieldset[disabled] .btn-facebook:active, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn-facebook .badge {
    background-color: #fff;
    color: #3b5998; }

.btn-facebook-inverse {
  color: #3b5998;
  background-color: #fff;
  border-color: #3b5998;
  border-width: 2px; }
  .btn-facebook-inverse.active, .btn-facebook-inverse.focus, .btn-facebook-inverse:active, .btn-facebook-inverse:focus, .btn-facebook-inverse:hover, .open .btn-facebook-inverse.dropdown-toggle {
    color: #3b5998;
    background-color: whitesmoke;
    border-color: #355089; }
  .btn-facebook-inverse.active, .btn-facebook-inverse.active.focus, .btn-facebook-inverse.active:focus, .btn-facebook-inverse.active:hover, .btn-facebook-inverse:active, .btn-facebook-inverse:active.focus, .btn-facebook-inverse:active:focus, .btn-facebook-inverse:active:hover, .open .btn-facebook-inverse.dropdown-toggle:focus, .open .btn-facebook-inverse.dropdown-toggle:hover {
    color: #3b5998;
    background-color: #ebebeb;
    background-image: none;
    border-color: #30487b; }
  .btn-facebook-inverse.disabled, .btn-facebook-inverse.disabled.active, .btn-facebook-inverse.disabled.focus, .btn-facebook-inverse.disabled:active, .btn-facebook-inverse.disabled:focus, .btn-facebook-inverse.disabled:hover, .btn-facebook-inverse[disabled], .btn-facebook-inverse[disabled].active, .btn-facebook-inverse[disabled].focus, .btn-facebook-inverse[disabled]:active, .btn-facebook-inverse[disabled]:focus, .btn-facebook-inverse[disabled]:hover, fieldset[disabled] .btn-facebook-inverse, fieldset[disabled] .btn-facebook-inverse.active, fieldset[disabled] .btn-facebook-inverse.focus, fieldset[disabled] .btn-facebook-inverse:active, fieldset[disabled] .btn-facebook-inverse:focus, fieldset[disabled] .btn-facebook-inverse:hover {
    background-color: #fff;
    border-color: #3b5998; }
  .btn-facebook-inverse .badge {
    background-color: #3b5998;
    color: #fff; }

.btn-google {
  color: #fff;
  background-color: #4885ed;
  border-color: #4885ed; }
  .btn-google.active, .btn-google.focus, .btn-google:active, .btn-google:focus, .btn-google:hover, .open .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #3579eb;
    border-color: #3579eb; }
  .btn-google.active, .btn-google.active.focus, .btn-google.active:focus, .btn-google.active:hover, .btn-google:active, .btn-google:active.focus, .btn-google:active:focus, .btn-google:active:hover, .open .btn-google.dropdown-toggle:focus, .open .btn-google.dropdown-toggle:hover {
    color: #fff;
    background-color: #236ce9;
    background-image: none;
    border-color: #236ce9; }
  .btn-google.disabled, .btn-google.disabled.active, .btn-google.disabled.focus, .btn-google.disabled:active, .btn-google.disabled:focus, .btn-google.disabled:hover, .btn-google[disabled], .btn-google[disabled].active, .btn-google[disabled].focus, .btn-google[disabled]:active, .btn-google[disabled]:focus, .btn-google[disabled]:hover, fieldset[disabled] .btn-google, fieldset[disabled] .btn-google.active, fieldset[disabled] .btn-google.focus, fieldset[disabled] .btn-google:active, fieldset[disabled] .btn-google:focus, fieldset[disabled] .btn-google:hover {
    background-color: #4885ed;
    border-color: #4885ed; }
  .btn-google .badge {
    background-color: #fff;
    color: #4885ed; }

.btn-google-inverse {
  color: #4885ed;
  background-color: #fff;
  border-color: #4885ed;
  border-width: 2px; }
  .btn-google-inverse.active, .btn-google-inverse.focus, .btn-google-inverse:active, .btn-google-inverse:focus, .btn-google-inverse:hover, .open .btn-google-inverse.dropdown-toggle {
    color: #4885ed;
    background-color: whitesmoke;
    border-color: #3579eb; }
  .btn-google-inverse.active, .btn-google-inverse.active.focus, .btn-google-inverse.active:focus, .btn-google-inverse.active:hover, .btn-google-inverse:active, .btn-google-inverse:active.focus, .btn-google-inverse:active:focus, .btn-google-inverse:active:hover, .open .btn-google-inverse.dropdown-toggle:focus, .open .btn-google-inverse.dropdown-toggle:hover {
    color: #4885ed;
    background-color: #ebebeb;
    background-image: none;
    border-color: #236ce9; }
  .btn-google-inverse.disabled, .btn-google-inverse.disabled.active, .btn-google-inverse.disabled.focus, .btn-google-inverse.disabled:active, .btn-google-inverse.disabled:focus, .btn-google-inverse.disabled:hover, .btn-google-inverse[disabled], .btn-google-inverse[disabled].active, .btn-google-inverse[disabled].focus, .btn-google-inverse[disabled]:active, .btn-google-inverse[disabled]:focus, .btn-google-inverse[disabled]:hover, fieldset[disabled] .btn-google-inverse, fieldset[disabled] .btn-google-inverse.active, fieldset[disabled] .btn-google-inverse.focus, fieldset[disabled] .btn-google-inverse:active, fieldset[disabled] .btn-google-inverse:focus, fieldset[disabled] .btn-google-inverse:hover {
    background-color: #fff;
    border-color: #4885ed; }
  .btn-google-inverse .badge {
    background-color: #4885ed;
    color: #fff; }

.btn-google-red {
  color: #fff;
  background-color: #df4a32;
  border-color: #df4a32; }
  .btn-google-red.active, .btn-google-red.focus, .btn-google-red:active, .btn-google-red:focus, .btn-google-red:hover, .open .btn-google-red.dropdown-toggle {
    color: #fff;
    background-color: #da3c22;
    border-color: #da3c22; }
  .btn-google-red.active, .btn-google-red.active.focus, .btn-google-red.active:focus, .btn-google-red.active:hover, .btn-google-red:active, .btn-google-red:active.focus, .btn-google-red:active:focus, .btn-google-red:active:hover, .open .btn-google-red.dropdown-toggle:focus, .open .btn-google-red.dropdown-toggle:hover {
    color: #fff;
    background-color: #c9371f;
    background-image: none;
    border-color: #c9371f; }
  .btn-google-red.disabled, .btn-google-red.disabled.active, .btn-google-red.disabled.focus, .btn-google-red.disabled:active, .btn-google-red.disabled:focus, .btn-google-red.disabled:hover, .btn-google-red[disabled], .btn-google-red[disabled].active, .btn-google-red[disabled].focus, .btn-google-red[disabled]:active, .btn-google-red[disabled]:focus, .btn-google-red[disabled]:hover, fieldset[disabled] .btn-google-red, fieldset[disabled] .btn-google-red.active, fieldset[disabled] .btn-google-red.focus, fieldset[disabled] .btn-google-red:active, fieldset[disabled] .btn-google-red:focus, fieldset[disabled] .btn-google-red:hover {
    background-color: #df4a32;
    border-color: #df4a32; }
  .btn-google-red .badge {
    background-color: #fff;
    color: #df4a32; }

.btn-google-red-inverse {
  color: #db3236;
  background-color: #fff;
  border-color: #db3236;
  border-width: 2px; }
  .btn-google-red-inverse.active, .btn-google-red-inverse.focus, .btn-google-red-inverse:active, .btn-google-red-inverse:focus, .btn-google-red-inverse:hover, .open .btn-google-red-inverse.dropdown-toggle {
    color: #db3236;
    background-color: whitesmoke;
    border-color: #d32529; }
  .btn-google-red-inverse.active, .btn-google-red-inverse.active.focus, .btn-google-red-inverse.active:focus, .btn-google-red-inverse.active:hover, .btn-google-red-inverse:active, .btn-google-red-inverse:active.focus, .btn-google-red-inverse:active:focus, .btn-google-red-inverse:active:hover, .open .btn-google-red-inverse.dropdown-toggle:focus, .open .btn-google-red-inverse.dropdown-toggle:hover {
    color: #db3236;
    background-color: #ebebeb;
    background-image: none;
    border-color: #c22226; }
  .btn-google-red-inverse.disabled, .btn-google-red-inverse.disabled.active, .btn-google-red-inverse.disabled.focus, .btn-google-red-inverse.disabled:active, .btn-google-red-inverse.disabled:focus, .btn-google-red-inverse.disabled:hover, .btn-google-red-inverse[disabled], .btn-google-red-inverse[disabled].active, .btn-google-red-inverse[disabled].focus, .btn-google-red-inverse[disabled]:active, .btn-google-red-inverse[disabled]:focus, .btn-google-red-inverse[disabled]:hover, fieldset[disabled] .btn-google-red-inverse, fieldset[disabled] .btn-google-red-inverse.active, fieldset[disabled] .btn-google-red-inverse.focus, fieldset[disabled] .btn-google-red-inverse:active, fieldset[disabled] .btn-google-red-inverse:focus, fieldset[disabled] .btn-google-red-inverse:hover {
    background-color: #fff;
    border-color: #db3236; }
  .btn-google-red-inverse .badge {
    background-color: #db3236;
    color: #fff; }

.btn-select-filter {
  color: #000;
  background-color: rgba(0, 197, 180, 0.1);
  border-color: #00c5b4; }
  .btn-select-filter.active, .btn-select-filter.focus, .btn-select-filter:active, .btn-select-filter:focus, .btn-select-filter:hover, .open .btn-select-filter.dropdown-toggle {
    color: #000;
    background-color: rgba(0, 177, 161, 0.1);
    border-color: #00b1a1; }
  .btn-select-filter.active, .btn-select-filter.active.focus, .btn-select-filter.active:focus, .btn-select-filter.active:hover, .btn-select-filter:active, .btn-select-filter:active.focus, .btn-select-filter:active:focus, .btn-select-filter:active:hover, .open .btn-select-filter.dropdown-toggle:focus, .open .btn-select-filter.dropdown-toggle:hover {
    color: #000;
    background-color: rgba(0, 156, 143, 0.1);
    background-image: none;
    border-color: #009c8f; }
  .btn-select-filter.disabled, .btn-select-filter.disabled.active, .btn-select-filter.disabled.focus, .btn-select-filter.disabled:active, .btn-select-filter.disabled:focus, .btn-select-filter.disabled:hover, .btn-select-filter[disabled], .btn-select-filter[disabled].active, .btn-select-filter[disabled].focus, .btn-select-filter[disabled]:active, .btn-select-filter[disabled]:focus, .btn-select-filter[disabled]:hover, fieldset[disabled] .btn-select-filter, fieldset[disabled] .btn-select-filter.active, fieldset[disabled] .btn-select-filter.focus, fieldset[disabled] .btn-select-filter:active, fieldset[disabled] .btn-select-filter:focus, fieldset[disabled] .btn-select-filter:hover {
    background-color: rgba(0, 197, 180, 0.1);
    border-color: #00c5b4; }
  .btn-select-filter .badge {
    background-color: #000;
    color: rgba(0, 197, 180, 0.1); }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 42px;
  font-size: 16px;
  padding: 10px;
  border-width: 2px; }
  .form-control.input-sm {
    height: 30px;
    font-size: 12px;
    padding: 5px 10px; }
  .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #4524a0; }

input.error,
select.error,
textarea.error {
  border-color: #ce0061; }

label.error {
  color: #ce0061; }

.input-group label.error {
  margin-left: 10px; }

input.invalid,
select.invalid,
textarea.invalid {
  border-color: #ce0061; }

label.invalid {
  color: #ce0061; }

.input-group label.invalid {
  margin-left: 10px; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: transparent; }

.nav > li.active > a,
.nav > li > a {
  padding: 8px; }

.nav-center {
  display: flex;
  justify-content: center;
  text-align: center; }

.nav-pills > li + li {
  margin: 0; }
.nav-pills > li > a, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
  color: #444;
  font-weight: normal;
  background-color: transparent; }
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #4524a0;
  font-weight: bold;
  background-color: transparent; }
.nav-pills > li a:hover {
  text-decoration: underline; }

.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.nav-tabs > li > a:hover {
  border-top-color: whitesmoke;
  border-left-color: whitesmoke;
  border-right-color: whitesmoke; }

a.list-group-item:active {
  color: #777;
  background-color: #eee;
  border-color: #ddd; }

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  color: #fff;
  background-color: #4524a0;
  border-color: #4524a0; }

.list-group-item > .badge,
.list-group-item.active > .badge {
  color: #fff;
  background-color: #4524a0; }

.list-group-actions .list-group-item {
  font-size: 18px;
  font-weight: normal;
  padding: 15px; }
  .list-group-actions .list-group-item .fa {
    position: absolute;
    right: 15px;
    color: #4524a0; }

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1); }

.dropdown-menu > li > a {
  color: #000; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #4524a0;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2); }
  .dropdown-menu > li > a:focus i,
  .dropdown-menu > li > a:focus span,
  .dropdown-menu > li > a:hover i,
  .dropdown-menu > li > a:hover span {
    color: #fff; }
  .dropdown-menu > li > a:focus .badge,
  .dropdown-menu > li > a:focus .label,
  .dropdown-menu > li > a:hover .badge,
  .dropdown-menu > li > a:hover .label {
    background-color: #444; }

.dropdown-menu > li > a:active {
  background-color: #4524a0;
  color: #fff; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #4524a0;
  color: #fff; }

.dropdown-menu {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .dropdown-menu .badge {
    background-color: #4524a0; }
  .dropdown-menu span.label {
    text-transform: uppercase;
    background-color: #4524a0; }

.dropdown-scrollable {
  max-height: 600px;
  overflow-x: hidden; }

.dropdown.open ::-webkit-scrollbar {
  width: 8px; }
.dropdown.open ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  border-radius: 10px; }
.dropdown.open ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .dropdown.open ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3); }

.pagination > li > a,
.pagination > li > span {
  color: #4524a0; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #4524a0; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #4524a0;
  border-color: #4524a0; }

.page-entries {
  line-height: 30px; }

.panel-footer > .pagination {
  margin-top: 0;
  margin-bottom: 0; }

.panel-selected {
  border: 3px solid #4524a0; }

.panel-default > .panel-heading {
  background-color: #fff; }

.panel-body h3 {
  margin-top: 0; }
.panel-body ul {
  margin-bottom: 0; }

.panel-invoice .panel-body {
  position: relative; }
  .panel-invoice .panel-body .top-right {
    position: absolute;
    top: 15px;
    right: 15px; }
  .panel-invoice .panel-body .mid-right {
    position: absolute;
    bottom: 45px;
    right: 15px; }

.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 2px; }
  .alert.alert-info {
    color: #0297e1;
    background-color: #e3f6ff;
    border-color: #02a8fa; }
    .alert.alert-info h5 {
      margin-top: 0; }
  .alert.alert-success {
    color: #00c5b4;
    background-color: #dffffc;
    border-color: #00dfcb; }
  .alert.alert-warning {
    color: #c99801;
    background-color: #fffcf3;
    border-color: #fecd32; }
  .alert.alert-danger {
    color: #ce0061;
    background-color: #ffe8f3;
    border-color: #ff0279; }

.badge {
  text-transform: uppercase;
  color: #fff !important; }
  .badge.badge-primary {
    background-color: #4524a0 !important; }
  .badge.badge-info {
    background-color: #0297e1 !important; }
  .badge.badge-success {
    background-color: #00c5b4 !important; }
  .badge.badge-warning {
    background-color: #fcbf01 !important; }
  .badge.badge-danger {
    background-color: #ce0061 !important; }
  .badge.badge-empty {
    background-color: white;
    color: #999 !important; }

.label {
  text-transform: uppercase; }
  .label.label-primary {
    background-color: #4524a0; }
  .label.label-info {
    background-color: #0297e1; }
  .label.label-success {
    background-color: #00c5b4; }
  .label.label-warning {
    background-color: #fcbf01; }
  .label.label-danger {
    background-color: #ce0061; }
  .label.label-disabled {
    background-color: #777; }
  .label a {
    color: #fff;
    line-height: 1; }

.modal .modal-dialog .modal-body.scrollable {
  max-height: 500px;
  overflow: scroll; }
.modal .modal-dialog .modal-header h3 {
  margin: 0; }

.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.modal-backdrop.in {
  opacity: 0.7; }
  .modal-backdrop.in ~ .modal-backdrop.in {
    opacity: 0; }

@media only screen and (min-width: 768px) {
  .modal-dialog {
    margin-top: 55px; } }
@media only screen and (max-width: 767px) {
  .modal-dialog {
    margin-top: 25px; } }
@media only screen and (max-width: 400px) {
  .category-banner {
    display: none; } }
body.modal-open, body.react-modal-open {
  overflow: hidden; }

.modal-open, .react-modal-open {
  overflow-y: auto; }

.react-modal-open {
  overflow: hidden; }
  .react-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.progress {
  height: 24px; }
  .progress .progress-bar {
    line-height: 24px;
    font-weight: bold;
    background-color: #00c5b4;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5); }
    .progress .progress-bar.progress-bar-primary {
      background-color: #4524a0; }
    .progress .progress-bar.progress-bar-info {
      background-color: #0297e1; }
    .progress .progress-bar.progress-bar-warning {
      background-color: #fcbf01; }
    .progress .progress-bar.progress-bar-danger {
      background-color: #ce0061; }

.select2-container .select2-selection--single {
  border: 2px solid #ccc !important;
  height: 40px !important;
  padding-top: 4px !important;
  font-size: 16px !important; }

.label-default {
  color: black;
  background-color: white;
  border: 1px solid #ddd;
  font-weight: normal; }

@media only screen and (max-width: 768px) {
  .hidden-button {
    display: none; }

  .shown-button {
    display: table-cell; } }
@media only screen and (min-width: 768px) {
  .hidden-button {
    display: table-cell; }

  .shown-button {
    display: none; } }
@media only screen and (min-width: 992px) {
  .hidden-button {
    display: none; }

  .shown-button {
    display: table-cell; } }
@media only screen and (min-width: 1200px) {
  .hidden-button {
    display: table-cell; }

  .shown-button {
    display: none; } }
html body {
  padding-top: 40px; }
html.webview body {
  padding-top: 0; }
html.navless body {
  padding-top: 0; }
html.prenav body {
  padding-top: 80px; }
html.subnav body {
  padding-top: 77px; }
html.prenav.subnav body {
  padding-top: 117px; }
html.prenav body #sidebar {
  top: 40px !important; }
html.sticky-footer body {
  padding-bottom: 37px; }
html.webview #awning {
  display: none; }

body {
  background-color: #fff; }
  body, body p {
    color: #222; }

#main {
  padding: 15px 0; }
  #main > .container {
    min-height: 500px; }

.grid {
  display: grid; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid {
      display: flex; } }

#awning .page-header, #awning h1 {
  margin-top: 0; }

.navbar-fixed-top {
  border-width: 0; }

.navbar {
  min-height: 40px;
  background-color: #fff;
  margin: 0;
  border: none; }
  .navbar .navbar-wrapper {
    position: relative;
    border-bottom: 2px solid #eee; }
  .navbar .navbar-header .navbar-left > a, .navbar .navbar-nav li > a, .navbar .navbar-subnav li > a {
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap; }
  .navbar .navbar-header .navbar-brand {
    height: 40px; }
    .navbar .navbar-header .navbar-brand.visible-xs {
      padding-top: 6px;
      padding-bottom: 0; }
    .navbar .navbar-header .navbar-brand.hidden-xs {
      padding: 6px 0 0; }
  .navbar .navbar-header .navbar-left {
    margin-top: 10px;
    margin-bottom: 0; }
    .navbar .navbar-header .navbar-left a {
      margin: 0 5px; }
      .navbar .navbar-header .navbar-left a.navbar-unselected {
        font-weight: normal;
        color: #444; }
  .navbar .navbar-nav {
    white-space: nowrap; }
    .navbar .navbar-nav li > a {
      height: 40px;
      font-weight: normal;
      color: #444; }
      .navbar .navbar-nav li > a:hover, .navbar .navbar-nav li > a:focus {
        color: #4524a0;
        background-color: #eee; }
      .navbar .navbar-nav li > a:active {
        background-color: #f3f3f3; }
      .navbar .navbar-nav li > a.active {
        font-weight: bold;
        color: #4524a0; }
      .navbar .navbar-nav li > a, .navbar .navbar-nav li > a .fa {
        line-height: 24px; }
      .navbar .navbar-nav li > a span.badge {
        display: inline; }
  .navbar .navbar-overflow {
    position: absolute;
    top: 8px;
    right: 15px; }
    .navbar .navbar-overflow .navbar-wallet {
      display: inline-block;
      position: relative;
      background: #f5f5f5;
      border-radius: 16px;
      padding: 4px 8px; }
      .navbar .navbar-overflow .navbar-wallet .wallet-info-wrapper {
        align-content: center;
        vertical-align: text-bottom;
        text-decoration: none;
        cursor: pointer; }
        .navbar .navbar-overflow .navbar-wallet .wallet-info-wrapper .credit-text {
          line-height: 16px;
          color: #999;
          font-size: 12px;
          font-weight: normal; }
    .navbar .navbar-overflow .avatar-badge {
      display: inline-block;
      position: relative; }
      .navbar .navbar-overflow .avatar-badge [class|="navbar-user"] {
        vertical-align: bottom; }
      .navbar .navbar-overflow .avatar-badge .navbar-user-avatar {
        border-radius: 50%;
        height: 25px;
        width: 25px; }
        .navbar .navbar-overflow .avatar-badge .navbar-user-avatar.no-image {
          display: inline-block;
          background-color: #fcbf01;
          color: #fff;
          font-size: 14px;
          line-height: 25px;
          text-align: center;
          text-transform: uppercase; }
      .navbar .navbar-overflow .avatar-badge .navbar-user-badge {
        left: -12px;
        height: 20px;
        margin-right: -12px;
        position: relative;
        width: 20px; }
      .navbar .navbar-overflow .avatar-badge .navbar-user-badge-pulse img {
        animation: pulse 1s linear infinite; }
    .navbar .navbar-overflow .navbar-user-badge-pulse.no-avatar {
      animation: pulse 1s linear infinite;
      border-radius: 50%;
      display: inline-block;
      width: 25px;
      height: 25px;
      position: relative; }
    .navbar .navbar-overflow .navbar-user-badge {
      width: 25px;
      height: 25px; }
@keyframes pulse {
  0% {
    box-shadow: 0 0 0.25rem 0.0625rem rgba(51, 27, 120, 0.3); }
  50% {
    box-shadow: 0 0 0.25rem 0.3rem #a392d0; }
  100% {
    box-shadow: 0 0 0.25rem 0.0625rem rgba(51, 27, 120, 0.3); } }
    .navbar .navbar-overflow .sidebar-open {
      margin-left: 10px; }
      .navbar .navbar-overflow .sidebar-open span.fa.fa-bars {
        color: #222; }
    .navbar .navbar-overflow .navbar-menu {
      height: 25px;
      vertical-align: middle;
      display: inline-block; }
  .navbar .navbar-banner {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #4524a0; }
    .navbar .navbar-banner, .navbar .navbar-banner a {
      color: #fff;
      line-height: 40px; }
    .navbar .navbar-banner a {
      text-decoration: underline; }
      .navbar .navbar-banner a:hover {
        color: #eee; }
  .navbar .navbar-subnav {
    border-bottom: 2px solid #eee; }
    .navbar .navbar-subnav ul.nav-overflow {
      display: none; }
      .navbar .navbar-subnav ul.nav-overflow li:hover {
        background-color: #eee; }
      .navbar .navbar-subnav ul.nav-overflow li a {
        margin: 0; }
    .navbar .navbar-subnav #nav-catalogs {
      height: 34px;
      overflow: hidden; }
      .navbar .navbar-subnav #nav-catalogs > li.active > a, .navbar .navbar-subnav #nav-catalogs > li > a {
        padding: 8px 8px 4px; }
      .navbar .navbar-subnav #nav-catalogs .nav-catalogs-more > a {
        padding: 8px 60px 4px 8px; }
      .navbar .navbar-subnav #nav-catalogs .nav-catalogs-popup {
        position: fixed;
        top: inherit;
        left: inherit; }

#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  width: 300px;
  background-color: #fff;
  color: #222; }
  #sidebar ::-webkit-scrollbar {
    width: 8px; }
  #sidebar ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  #sidebar ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    #sidebar ::-webkit-scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.3); }
  #sidebar .sidebar-wrapper {
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 30px 0 0; }
    #sidebar .sidebar-wrapper .sidebar-close {
      position: absolute;
      top: 2px;
      right: 16px;
      font-size: 20px;
      cursor: pointer; }
      #sidebar .sidebar-wrapper .sidebar-close:active {
        opacity: 0.5; }
    #sidebar .sidebar-wrapper ul {
      list-style: none;
      padding: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
      margin-bottom: 10px;
      padding-bottom: 10px; }
      #sidebar .sidebar-wrapper ul:last-child {
        border: 0; }
      #sidebar .sidebar-wrapper ul li.title {
        font-weight: bold;
        text-transform: uppercase;
        margin: 5px 0 5px 10px; }
      #sidebar .sidebar-wrapper ul li a {
        display: block;
        color: #222;
        font-weight: normal;
        padding: 9px 10px; }
        #sidebar .sidebar-wrapper ul li a:hover, #sidebar .sidebar-wrapper ul li a:focus {
          text-decoration: none;
          background-color: rgba(0, 0, 0, 0.05); }
        #sidebar .sidebar-wrapper ul li a:active {
          background-color: rgba(0, 0, 0, 0.07); }

#sidenav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px; }
  #sidenav ul li.title {
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    margin: 0 0 10px 10px; }
  #sidenav ul li.active a {
    border-color: #4524a0;
    font-weight: bold; }
  #sidenav ul li a {
    display: block;
    font-weight: normal;
    text-decoration: none;
    color: #4524a0;
    border-left: 3px solid #fff;
    padding: 5px 10px; }
    #sidenav ul li a:hover {
      border-color: #00c5b4; }
    #sidenav ul li a:active, #sidenav ul li a:focus {
      border-color: #ce0061; }

#footer-wrapper {
  border-top: 3px solid #eee; }
  #footer-wrapper h2 {
    margin-top: 0;
    color: #4524a0;
    font-weight: 400; }
  #footer-wrapper h3, #footer-wrapper li > a, #footer-wrapper .fa {
    color: #222; }
  #footer-wrapper, #footer-wrapper a, #footer-wrapper p {
    color: #fff; }
  #footer-wrapper hr {
    border-color: rgba(255, 255, 255, 0.1); }
  #footer-wrapper .icons a {
    display: block;
    text-align: center;
    padding: 20px 0; }
  #footer-wrapper .icons .fa {
    font-size: 20px; }
  #footer-wrapper .footer-bs3 a {
    font-weight: 400; }
  #footer-wrapper .footer-bs3 ul {
    list-style: none;
    padding: 0; }
  #footer-wrapper .footer-bs3 .fa {
    margin-left: 5px; }
  #footer-wrapper .footer-bs3.mission-container {
    position: relative;
    padding: 0 20px 40px;
    overflow: hidden; }
    #footer-wrapper .footer-bs3.mission-container .mission-footer-bar-container {
      position: relative;
      height: 4px;
      background-color: #4524a0;
      margin-bottom: 10px; }
    #footer-wrapper .footer-bs3.mission-container #mission-footer-bar {
      position: absolute;
      top: 0;
      right: 0;
      width: 30%;
      height: 100%; }
    #footer-wrapper .footer-bs3.mission-container #mission-footer-icon {
      height: 25px;
      vertical-align: top; }
    #footer-wrapper .footer-bs3.mission-container span {
      vertical-align: middle; }
  #footer-wrapper .footer-bs3.desktop {
    padding: 20px 20px 40px; }
    #footer-wrapper .footer-bs3.desktop h3 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  #footer-wrapper .footer-bs3.mobile {
    padding: 10px 5px; }
    #footer-wrapper .footer-bs3.mobile h3 {
      margin-top: 0; }

#sticky-footer {
  background-color: #fff;
  border-top: 3px solid #eee; }
  #sticky-footer li > a {
    font-size: 12px;
    text-transform: uppercase;
    color: #999; }
    #sticky-footer li > a:hover {
      text-decoration: none; }

/* ==========================================================================
   All print styles can go on this page. Be careful when editing.
   You should test out PDFs on lots#print when making changes.
   ========================================================================== */
body.print-layout {
  background-color: #fff !important;
  padding-top: 0;
  font-family: Helvetica, Arial; }

.page-break:not(:last-child) {
  page-break-after: always; }

/* ==========================================================================
   orders#print.pdf - PDFs.
   ========================================================================== */
.wicked-pdf-wrapper .shipping-label-portrait {
  height: 600px;
  width: 410px; }
.wicked-pdf-wrapper .shipping-label-intl {
  height: 600px;
  width: 900px; }

/* ==========================================================================
   orders#print - Preview pane.
   ========================================================================== */
.print-wrapper .page-break {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 15px; }
.print-wrapper img.shipping-label-portrait {
  width: 400px;
  height: 600px; }

/* ==========================================================================
   orders#print + orders#print.pdf
   ========================================================================== */
.print-wrapper table, .wicked-pdf-wrapper table {
  width: 100%; }
  .print-wrapper table td, .wicked-pdf-wrapper table td {
    vertical-align: top; }
.print-wrapper h3, .wicked-pdf-wrapper h3 {
  margin: 0 0 10px 0; }
.print-wrapper hr, .wicked-pdf-wrapper hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 10px 0;
  padding: 0; }

/* ==========================================================================
   Print media queries - these styles *only* show when the user goes to file->print.
   @TODO: Use bootstrap's built-in print classes instead.
   See: https://getbootstrap.com/docs/3.3/css/#responsive-utilities-print
   ========================================================================== */
@media print {
  #main, body {
    padding-top: 0; }

  #awning, #footer-wrapper, .error, .modal, .navbar {
    display: none; }

  a[href]:after {
    content: none; }

  .page-break {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important; } }
.braintree-hosted-fields-focused {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #4524a0; }

.braintree-hosted-fields-invalid-custom {
  border: 2px solid #ce0061; }

.deal .panel-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .deal .panel-default .panel-heading {
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer; }
    .deal .panel-default .panel-heading img {
      margin: 0 auto; }
    .deal .panel-default .panel-heading .debug {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      font-size: 11px;
      text-transform: uppercase;
      text-shadow: 0 1px rgba(0, 0, 0, 0.5);
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 0 5px; }
    .deal .panel-default .panel-heading .badge, .deal .panel-default .panel-heading .discount {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: none;
      position: absolute;
      top: 6px;
      right: 0;
      height: 26px;
      line-height: 26px;
      font-weight: bold;
      text-shadow: 0 1px rgba(0, 0, 0, 0.1);
      color: #fff;
      padding: 0 5px; }
    .deal .panel-default .panel-heading .badge {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background-color: #00c5b4; }
    .deal .panel-default .panel-heading .discount {
      background-color: #444; }
    .deal .panel-default .panel-heading .remind-me {
      position: absolute;
      top: 8px;
      left: 8px;
      z-index: 1;
      width: 24px;
      height: 24px;
      background-image: url("/assets/heart_in_slots-47cdbc2a2c60af4b98e5dbbcddbea3ff074cefa0fe39f13c6c1276b6ad138ebf.png");
      background-size: 24px 24px; }
      .deal .panel-default .panel-heading .remind-me.reminded {
        background-image: url("/assets/heart_in_slots_filled-fbc09329de90695fb84abe2a01604dcbb81b0d35c472b0dad965c8ee07b4a8cb.png");
        background-size: 24px 24px; }
  .deal .panel-default .panel-body {
    padding: 5px 10px;
    cursor: pointer; }
    .deal .panel-default .panel-body .row:first-child div[class^="col-"] {
      line-height: 27px; }
    .deal .panel-default .panel-body .shipping-price {
      white-space: nowrap; }
    .deal .panel-default .panel-body .pricing {
      padding-right: 0; }
      .deal .panel-default .panel-body .pricing .price {
        font-weight: bold;
        font-size: 20px;
        margin-right: 5px; }
      .deal .panel-default .panel-body .pricing .retail-price {
        color: #999;
        text-decoration: line-through; }
    .deal .panel-default .panel-body .ratings {
      color: #999;
      text-align: right; }
      .deal .panel-default .panel-body .ratings .rating {
        font-weight: bold; }
      .deal .panel-default .panel-body .ratings .fa-star {
        color: #fcbf01; }
    .deal .panel-default .panel-body .shipping-price {
      font-size: 12px;
      color: #999; }
  .deal .panel-default .panel-footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    cursor: pointer; }

.deal-timer {
  font-size: 12px;
  color: #999; }
  .deal-timer .claimed-bar-wrapper {
    height: 5px;
    overflow: hidden;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 5px; }
    .deal-timer .claimed-bar-wrapper .claimed-bar {
      width: 0%;
      height: 5px;
      background-color: #0297e1; }
  .deal-timer .urgency {
    text-align: right; }
    .deal-timer .urgency .urgency-timer {
      font-weight: bold;
      font-size: 13px;
      color: #0297e1; }
    .deal-timer .urgency .ending-soon {
      color: #ce0061; }

#deals-banner {
  position: fixed;
  top: -100px;
  z-index: 1030;
  height: 100px;
  left: 0;
  right: 0;
  justify-content: center;
  text-align: center; }
  #deals-banner a {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: white;
    background-color: #00c5b4;
    padding: 3px 15px; }

#deals-loader {
  text-align: center;
  margin: 20px 0; }

#catalogs-filters #refine-by-title {
  line-height: 30px; }
#catalogs-filters #refine-by-btn {
  line-height: 25px;
  color: #4524a0;
  display: none; }
@media only screen and (max-width: 768px) {
  #catalogs-filters .btn-toolbar {
    display: none; }
  #catalogs-filters #refine-by-title {
    display: none; }
  #catalogs-filters #refine-by-btn {
    display: block; } }
#catalogs-filters #filters-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
  width: 300px;
  background-color: #fff;
  color: black; }
  #catalogs-filters #filters-drawer #filters-submit {
    color: #4524a0; }
  #catalogs-filters #filters-drawer #filters-drawer-wrapper {
    position: relative;
    height: 100%;
    overflow: auto; }
  #catalogs-filters #filters-drawer .table {
    background-color: #F8F8F8;
    margin-bottom: 0;
    text-align: center;
    height: 45px; }
    #catalogs-filters #filters-drawer .table td {
      vertical-align: middle; }
  #catalogs-filters #filters-drawer #filters-form .form-check {
    width: 100%;
    background-color: #fff;
    vertical-align: middle;
    padding: 15px 10px;
    margin-bottom: 0; }
    #catalogs-filters #filters-drawer #filters-form .form-check label {
      font-weight: 400;
      width: 100%; }
    #catalogs-filters #filters-drawer #filters-form .form-check input {
      float: right; }

#catalogs-sort .dropdown-menu > .active > a,
#catalogs-sort .dropdown-menu > li > a:focus,
#catalogs-sort .dropdown-menu > li > a:hover {
  text-shadow: none;
  background-color: #eee;
  color: #000; }
  #catalogs-sort .dropdown-menu > .active > a span,
  #catalogs-sort .dropdown-menu > li > a:focus span,
  #catalogs-sort .dropdown-menu > li > a:hover span {
    color: #000; }
#catalogs-sort .dropdown-menu > li > a {
  padding-left: 5px;
  padding-right: 10px; }
#catalogs-sort .fa-check {
  padding-right: 4px; }
#catalogs-sort .caret {
  margin: 5px 0; }

#back-to-auctions {
  margin: 0 0 15px 0; }
  #back-to-auctions a:hover div, #back-to-auctions a:focus div, #back-to-auctions a:active div {
    text-decoration: underline; }
  #back-to-auctions a div {
    display: inline-block; }
  #back-to-auctions a .fa {
    font-size: 10px; }

.threads {
  list-style: none;
  padding: 0;
  margin: 0; }
  .threads .thread {
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 15px;
    cursor: pointer; }
    .threads .thread:last-child {
      margin-bottom: 20px; }
    .threads .thread:hover {
      background-color: #f9f9f9; }
    .threads .thread:active {
      background-color: #f3f3f3; }
    .threads .thread .status {
      margin-top: 10px; }
      .threads .thread .status.read {
        color: #ddd; }
      .threads .thread .status.unread {
        color: #4524a0; }
    .threads .thread .data .body {
      color: #777; }
    .threads .thread .timestamp {
      text-align: right;
      color: #777; }
      .threads .thread .timestamp .label {
        line-height: 18px; }
    .threads .thread .fa-chevron-right {
      text-align: right;
      color: #4524a0;
      margin-top: 12px; }

.inbox-messages {
  word-wrap: break-word; }
  .inbox-messages .timestamp {
    color: #bbb;
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 5px; }
    .inbox-messages .timestamp:first-child {
      border-top: 0; }
  .inbox-messages .inbox-message {
    position: relative; }
    .inbox-messages .inbox-message::after, .inbox-messages .inbox-message::before {
      content: ' ';
      display: table; }
    .inbox-messages .inbox-message::after {
      clear: both; }
    .inbox-messages .inbox-message.received .body {
      float: left;
      background-color: #fff;
      border: 1px solid #ddd; }
    .inbox-messages .inbox-message.received .tail {
      left: -4px; }
      .inbox-messages .inbox-message.received .tail .outer {
        border-right: 5px solid #ddd; }
      .inbox-messages .inbox-message.received .tail .inner {
        left: 1px;
        border-right: 4px solid #fff; }
    .inbox-messages .inbox-message.sent .author {
      text-align: right; }
    .inbox-messages .inbox-message.sent .body {
      float: right;
      background-color: #ddd; }
    .inbox-messages .inbox-message.sent .tail {
      right: -9px; }
      .inbox-messages .inbox-message.sent .tail .outer {
        border-left: 5px solid #ddd; }
      .inbox-messages .inbox-message.sent .tail .inner {
        left: 0;
        border-left: 4px solid #ddd; }
    .inbox-messages .inbox-message .author {
      margin: 10px; }
    .inbox-messages .inbox-message .body {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      max-width: 600px;
      position: relative;
      padding: 7px 12px;
      margin-bottom: 10px; }
      .inbox-messages .inbox-message .body p:last-child {
        margin-bottom: 0; }
    .inbox-messages .inbox-message .tail {
      position: absolute;
      width: 10px;
      height: 10px; }
      .inbox-messages .inbox-message .tail .inner,
      .inbox-messages .inbox-message .tail .outer {
        position: absolute;
        width: 0;
        height: 0;
        vertical-align: text-bottom; }
      .inbox-messages .inbox-message .tail .outer {
        top: 4px;
        left: 0;
        z-index: 10;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent; }
      .inbox-messages .inbox-message .tail .inner {
        top: 5px;
        z-index: 11;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent; }

.inbox-folders {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 11px; }

.counter {
  position: absolute;
  top: -25px;
  right: -5px;
  font-size: 11px;
  color: #777;
  padding: 10px; }
  .counter.warning {
    color: #fcbf01; }
  .counter.exceeded {
    color: #ce0061; }

#inbox_message_body {
  height: 200px; }

.inbox-message .body img {
  max-width: 700px;
  height: auto; }

@media (min-width: 768px) {
  #register-modal .modal-dialog {
    width: 668px; } }
#register-modal .img-rating {
  width: 100px;
  margin: auto auto 10px; }
#register-modal .img-logo {
  height: 28px;
  margin: 0 auto 15px; }
#register-modal h3 {
  margin-top: 0; }
#register-modal hr {
  margin: 10px 0; }
#register-modal .forgot-password {
  margin-top: 4px;
  margin-bottom: 10px;
  display: block; }
#register-modal .testimonial {
  color: #222;
  font-size: 14px;
  font-weight: normal;
  font-style: italic; }
#register-modal .quote {
  font-size: 12px; }
#register-modal .form-group {
  position: relative;
  margin: 0; }
  #register-modal .form-group .form-control {
    position: relative;
    z-index: 1;
    height: 44px;
    border-radius: 0;
    border-width: 1px;
    margin-bottom: -1px;
    -webkit-appearance: none; }
    #register-modal .form-group .form-control:focus {
      z-index: 2; }
    #register-modal .form-group .form-control.invalid {
      border-color: #ccc; }
    #register-modal .form-group .form-control.invalid:focus {
      border-color: #4524a0; }
  #register-modal .form-group label.invalid {
    position: absolute;
    top: 12px;
    right: 5px;
    z-index: 3;
    font-size: 11px;
    text-transform: uppercase;
    color: #ce0061; }
  #register-modal .form-group .btn {
    padding: 10px 12px; }
  #register-modal .form-group .btn-primary, #register-modal .form-group .btn-success {
    margin-top: 10px; }

#soft-prompt-modal #alert-main {
  width: 110px;
  height: 110px; }
#soft-prompt-modal #enable-push {
  margin: 20px 0 0; }
#soft-prompt-modal .app-icon {
  width: 120px;
  margin: 0 0 10px; }

#lot-modal #lot-modal-loader {
  position: absolute;
  top: 60px;
  left: 50%; }
#lot-modal h3.title {
  height: 22px;
  overflow: hidden; }
#lot-modal .main-image {
  margin: 0 auto 5px; }
#lot-modal .thumbnails img {
  width: 50px;
  border: 3px solid #eee;
  padding: 1px;
  margin: 0 5px 10px 0;
  cursor: pointer; }
  #lot-modal .thumbnails img.selected {
    opacity: 0.75;
    border-color: #0297e1; }
#lot-modal .slider-box {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }
  #lot-modal .slider-box .slide-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%; }
    #lot-modal .slider-box .slide-container > .count {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 0.357em;
      /* =5px (5/14) */
      color: #fff;
      font-size: 14px;
      padding: .25em .5em;
      position: absolute;
      left: 1em;
      bottom: 1em; }
  #lot-modal .slider-box .animate {
    transition: transform 0.3s ease-out; }
  #lot-modal .slider-box .slides {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    height: 100%; }
  #lot-modal .slider-box .slide {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    height: 50vmax;
    text-align: center;
    overflow: hidden; }
    #lot-modal .slider-box .slide > img {
      height: 100%; }
#lot-modal .sharing {
  margin: 7px 0 0;
  text-align: right; }
  #lot-modal .sharing a {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin-left: 10px; }
#lot-modal .link-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline;
  margin: 0;
  padding: 0; }
#lot-modal .link-button:hover,
#lot-modal .link-button:focus {
  text-decoration: underline; }
#lot-modal #actions {
  margin-bottom: 15px; }
  #lot-modal #actions .panel-body {
    padding-bottom: 0; }
  #lot-modal #actions #lot-modal-slot-auction, #lot-modal #actions #buy, #lot-modal #actions #remind {
    display: none;
    margin-bottom: 15px; }
  #lot-modal #actions #buy-btn, #lot-modal #actions #reminder-btn {
    position: relative; }
    #lot-modal #actions #buy-btn.reminded, #lot-modal #actions #reminder-btn.reminded {
      color: #999; }
    #lot-modal #actions #buy-btn.reminded .fa, #lot-modal #actions #reminder-btn.reminded .fa {
      color: #ce0061; }
    #lot-modal #actions #buy-btn.btn-lg .fa, #lot-modal #actions #reminder-btn.btn-lg .fa {
      top: 12px; }
    #lot-modal #actions #buy-btn .fa, #lot-modal #actions #reminder-btn .fa {
      position: absolute;
      top: 8px;
      left: 15px; }
  #lot-modal #actions #buy .buy-details {
    color: #999;
    margin-bottom: 5px; }
    #lot-modal #actions #buy .buy-details .discount-price {
      font-size: 20px;
      font-weight: bold;
      color: #000;
      margin-right: 5px; }
    #lot-modal #actions #buy .buy-details .discount-msrp {
      text-decoration: line-through; }
    #lot-modal #actions #buy .buy-details .discount-spacer {
      font-size: 20px; }
    #lot-modal #actions #buy .buy-details .discount-percent {
      font-weight: bold;
      color: #00c5b4; }
    #lot-modal #actions #buy .buy-details .deal-timer {
      font-size: 14px; }
      #lot-modal #actions #buy .buy-details .deal-timer .claimed-bar-wrapper {
        margin: 8px 0 4px; }
  #lot-modal #actions #buy .select-variations {
    width: 100%;
    margin-bottom: 10px; }
  #lot-modal #actions #remind .remind-details {
    color: #999;
    margin-top: 5px; }
  #lot-modal #actions #remind .stopwatch {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #999;
    margin-top: 5px; }
#lot-modal #details {
  height: 325px;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-bottom: 5px; }
  #lot-modal #details ::-webkit-scrollbar {
    width: 8px; }
  #lot-modal #details ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  #lot-modal #details ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    #lot-modal #details ::-webkit-scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.3); }
  #lot-modal #details .details-section {
    margin-bottom: 15px; }
    #lot-modal #details .details-section:last-child {
      margin-bottom: 0; }
    #lot-modal #details .details-section h5 {
      font-weight: bold;
      border-bottom: 1px solid #eee;
      padding-bottom: 5px;
      margin: 0 0 5px 0; }
    #lot-modal #details .details-section p {
      margin: 0; }
    #lot-modal #details .details-section .ratings-summary .fa-star, #lot-modal #details .details-section .ratings-summary .fa-star-o {
      font-size: 20px;
      color: #fcbf01; }
    #lot-modal #details .details-section .ratings-recent hr {
      margin: 10px 0; }
    #lot-modal #details .details-section .ratings-recent p {
      margin: 0 0 5px 0; }
    #lot-modal #details .details-section .ratings-recent .fa-star, #lot-modal #details .details-section .ratings-recent .fa-star-o {
      font-size: 13px;
      color: #fcbf01; }
    #lot-modal #details .details-section .ratings-recent .created-at {
      color: #999; }

@media only screen and (max-width: 767px) {
  #details {
    height: auto !important; } }
.products-module {
  border: 1px solid #eee;
  padding: 5px 20px 0 20px;
  margin-bottom: 15px; }
  .products-module .panel-heading {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .products-module .panel-heading img {
      position: absolute;
      width: 100%; }
    .products-module .panel-heading .badge, .products-module .panel-heading .discount {
      z-index: 1; }
  .products-module .panel-heading:after {
    content: '';
    display: block;
    padding-bottom: 100%; }

#pay-flow-modal #confirm-cashback .privacy_and_terms, #pay-flow-modal #confirm-cashback .privacy_and_terms a {
  color: #777; }

#redeem-voucher-modal .voucher-button-width {
  width: 100%; }
#redeem-voucher-modal .voucher-image-width {
  width: 15%; }
#redeem-voucher-modal .voucher-text-width {
  width: 70%;
  margin: auto; }
#redeem-voucher-modal #footer-wrapper {
  border-top: none; }
#redeem-voucher-modal .footer-bs3.mission-container {
  padding: 0; }
  #redeem-voucher-modal .footer-bs3.mission-container .mission-footer-bar-container {
    margin-bottom: 0; }

#voucher-warning-modal {
  display: flex;
  flex-direction: column;
  text-align: center; }
  #voucher-warning-modal .voucher-modal-image {
    background-image: url("/assets/vouchers/warning_after_bid_icon-a6841288073fa8d9b0ac0cf92976e6482ff8d63ed096d594cb52f400c0775b20.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    padding: 20px 20px;
    margin: 20px; }
  #voucher-warning-modal .voucher-modal-footer {
    padding: 15px;
    text-align: right;
    display: flex;
    justify-content: center; }

.voucher-dialog {
  margin: 10% auto; }

body.onsite {
  padding-top: 0;
  background-color: #4524a0; }
  body.onsite #candidate #overview {
    color: #fff;
    background-color: #4524a0;
    padding: 15px; }
    body.onsite #candidate #overview img {
      width: 100px; }
    body.onsite #candidate #overview a {
      color: #00c5b4; }
    body.onsite #candidate #overview hr {
      border-top-color: #572dca; }
  body.onsite #candidate #agenda {
    background-color: #f7f7f7;
    padding: 15px; }
    body.onsite #candidate #agenda h1 {
      margin-top: 0; }
    body.onsite #candidate #agenda h2 {
      margin-top: 5px; }
    body.onsite #candidate #agenda .fa {
      font-size: 20px; }
    body.onsite #candidate #agenda .media {
      margin-top: 20px;
      display: flex;
      align-items: flex-start; }
  body.onsite #onsite #overview {
    color: #fff;
    background-color: #4524a0;
    padding: 15px; }
    body.onsite #onsite #overview img {
      width: 100px; }
    body.onsite #onsite #overview a {
      color: #00c5b4; }
    body.onsite #onsite #overview hr {
      border-top-color: #572dca; }
  body.onsite #onsite #agenda {
    background-color: #f7f7f7;
    padding: 15px; }
    body.onsite #onsite #agenda h1 {
      margin-top: 0; }
    body.onsite #onsite #agenda h2 {
      margin-top: 5px; }
    body.onsite #onsite #agenda .fa {
      font-size: 20px; }
    body.onsite #onsite #agenda .media {
      margin-top: 20px;
      display: flex;
      align-items: flex-start; }

body.about-page .container-wrapper {
  padding: 30px 0; }
  body.about-page .container-wrapper.separator {
    border-bottom: 1px solid #eee; }
  body.about-page .container-wrapper .container {
    text-align: center; }
    body.about-page .container-wrapper .container h1 {
      margin: 0 0 30px; }
body.about-page .header {
  background-color: white;
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  margin: 0; }
  body.about-page .header.about-header {
    background-image: url(/assets/company/headers/shopping-982110057d41ae4807ec4e0124a178847e7f8ec7735b24f990fe1ca579d62053.jpg); }
  body.about-page .header.press-header {
    background-image: url(/assets/company/headers/ballpark-6dadd1a1f676db85ca8963ccdf16b2545dad8fbb054be628596ca64f08b6ad76.jpg); }
  body.about-page .header .intro-text {
    padding-top: 60px;
    padding-bottom: 100px;
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 0;
    text-shadow: 1px 1px 5px black; }
body.about-page .jumbotron {
  padding: 0;
  margin: 0; }
body.about-page .image-colored {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(49, 49, 49, 0.3)); }
body.about-page .location {
  width: 100%;
  height: 150px;
  position: relative;
  background-size: cover; }
  body.about-page .location h2 {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    text-shadow: 0 1px rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center; }
body.about-page .circular {
  overflow: hidden;
  border-radius: 50%;
  display: inline-block; }
body.about-page .press-bordered {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd; }
body.about-page .press-description p {
  text-align: left; }
body.about-page .press-stats h2 {
  font-size: 40px; }
body.about-page .press-coverage .press-content {
  text-align: left;
  margin-bottom: 20px; }
body.about-page .press-coverage .img-wrapper {
  position: relative;
  height: 50px; }
  body.about-page .press-coverage .img-wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    margin: auto; }
body.about-page .press-assets .press-content {
  text-align: center;
  margin-bottom: 20px; }
  body.about-page .press-assets .press-content p {
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
    margin: 10px 0 20px; }
body.about-page .press-assets img {
  display: inline;
  max-width: 250px;
  max-height: 175px; }
@media (min-width: 768px) {
  body.about-page .header .intro-text {
    padding-top: 160px;
    padding-bottom: 280px;
    font-weight: 500;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 0; } }
@media (max-width: 992px) {
  body.about-page .press-bordered {
    border: none; }
  body.about-page .press-content {
    margin-bottom: 20px; } }
@media (min-width: 1600px) {
  body.about-page .header .intro-text {
    padding-top: 350px;
    padding-bottom: 450px;
    font-weight: 500;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 0; } }
body.about-page .bg-primary p {
  color: #fff;
  text-shadow: 0 1px #000; }

#share-earn #share-earn-banner {
  background-image: url(/assets/share_earn_banner-452014cb4f782a6d08d1da670e8bfaa2fa67e768555cd4077b835b50a4f30382.jpg);
  background-size: cover;
  height: 300px;
  text-align: center;
  color: white;
  position: relative; }
  #share-earn #share-earn-banner .text {
    position: absolute;
    height: 45%;
    width: 100%; }
    #share-earn #share-earn-banner .text h1 {
      position: relative;
      top: 20%;
      margin: auto;
      padding: 0; }
#share-earn #share-earn-description {
  margin: 10px 0 0 0;
  color: #444; }
#share-earn #email-inputs {
  position: relative;
  bottom: 125px; }
  #share-earn #email-inputs .panel.panel-default {
    width: 50%;
    margin: auto; }
#share-earn #invites-sent {
  position: relative;
  bottom: 125px; }

@media only screen and (max-width: 767px) {
  #share-earn #email-inputs .panel.panel-default {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  #share-earn #share-earn-banner {
    height: 225px; }
    #share-earn #share-earn-banner .text h1 {
      font-size: 22px; } }
#wrapper-404 {
  margin-top: 20px;
  display: flex;
  overflow: auto;
  align-items: center;
  flex-wrap: wrap; }
  #wrapper-404 .col-md-6 wrap {
    flex: 1;
    flex-shrink: 0; }
  #wrapper-404 .col-md-5 {
    padding: 0;
    margin-bottom: 3%; }

#head-back-404 {
  padding-top: 2%;
  margin-bottom: 4%; }

/* Rating Stars */
.rating-stars {
  margin: 5px 0 0; }
  .rating-stars .fa {
    font-size: 20px; }
  .rating-stars .fa-star, .rating-stars .fa-star-half-o, .rating-stars .fa-star-o {
    color: #fcbf01; }
  .rating-stars .rating-avg, .rating-stars .rating-count {
    color: #999; }
  .rating-stars .rating-avg {
    font-weight: bold; }
  .rating-stars .rating-count {
    font-weight: normal; }

/* Sizing Table General */
table.sizing-ratings-table {
  width: 100%;
  border-collapse: collapse; }

table.sizing-ratings-table.td.header {
  width: 30%; }

td.total-ratings {
  width: 10%;
  text-align: right;
  font-size: 14px; }

td.sizing-bar-background {
  background: #ddd;
  position: relative;
  z-index: 1;
  width: 60%; }

div.sizing-bar {
  background: #fcbf01;
  position: absolute;
  top: 0;
  height: 100%; }

/* Lot Modal Sizing Table */
table.sizing-ratings-table.lot-modal-table tr {
  border-bottom: 12px solid #fff;
  height: 20%;
  position: relative;
  top: 5px; }

/* Other */
#ratings-modal footer:before {
  content: '' !important; }

#variation-modal .media {
  margin: 0 0 20px; }
#variation-modal .media-object {
  width: 80px; }

.variation-container .reset-color,
.variation-container .reset-size {
  display: block;
  position: absolute;
  top: 10px;
  right: 25px; }

.product-parent .prices .panel-default,
.product-parent .variations .panel-default {
  margin-bottom: 0; }
.product-parent .prices th,
.product-parent .variations th {
  text-transform: uppercase;
  font-size: 11px; }
.product-parent .variations .table-responsive {
  max-height: 252px;
  /* Fits exactly 5 variations. */
  overflow-y: auto; }
.product-parent .variations tr.disabled {
  opacity: 0.5; }
.product-parent .prices th {
  position: relative; }
.product-parent .prices .fa-info-circle {
  position: absolute;
  top: 5px;
  right: 5px; }
.product-parent .prices .fee-warning {
  text-transform: none; }
.product-parent .input-sm {
  width: 65px; }
.product-parent .table-condensed > tbody > tr > td,
.product-parent .table-condensed > tbody > tr > th,
.product-parent .table-condensed > tfoot > tr > td,
.product-parent .table-condensed > tfoot > tr > th,
.product-parent .table-condensed > thead > tr > td,
.product-parent .table-condensed > thead > tr > th {
  padding: 5px; }
.product-parent .product-image img {
  width: 75px; }
.product-parent .product-health {
  cursor: pointer;
  line-height: 18px; }
  .product-parent .product-health:hover, .product-parent .product-health:focus {
    text-decoration: none; }
  .product-parent .product-health .product-health-title {
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    margin-left: 5px; }
.product-parent .product-rating {
  font-size: 10px; }
.product-parent .product-sales {
  font-size: 10px;
  text-transform: uppercase;
  color: #999; }
.product-parent .label {
  line-height: 22px;
  font-size: 10px; }
.product-parent code {
  line-height: 22px;
  font-size: 10px;
  color: #444;
  background-color: #ddd;
  white-space: nowrap; }
.product-parent tr.campaign label {
  text-transform: uppercase;
  font-size: 11px; }
.product-parent tr.campaign .fa-info-circle {
  position: relative;
  top: inherit;
  right: inherit; }
.product-parent tr.campaign .input-sm {
  width: 100%; }

.panel-dropzone {
  cursor: pointer; }
  .panel-dropzone .dropzone,
  .panel-dropzone .dropzone * {
    box-sizing: border-box; }
  .panel-dropzone .dropzone {
    position: relative; }
    .panel-dropzone .dropzone .dz-preview {
      position: relative;
      display: inline-block;
      width: 120px;
      margin: 0.5em; }
    .panel-dropzone .dropzone .dz-preview .dz-progress {
      height: 10px; }
    .panel-dropzone .dropzone .dz-preview .dz-progress .dz-upload {
      display: block;
      height: 100%;
      width: 0;
      background: #00c5b4; }
    .panel-dropzone .dropzone .dz-preview .dz-error-message {
      color: #ce0061;
      display: none; }
    .panel-dropzone .dropzone .dz-preview.dz-error .dz-error-mark,
    .panel-dropzone .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .panel-dropzone .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .panel-dropzone .dropzone .dz-preview .dz-error-mark,
    .panel-dropzone .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }

.panel-dropzone-image .dropzone .dz-preview.dz-complete .dz-progress .dz-upload {
  display: none; }
.panel-dropzone-image .dropzone .dz-preview .dz-image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 1px solid #eee;
  text-align: center; }
.panel-dropzone-image .dropzone .dz-preview .dz-image > img {
  height: 120px; }
.panel-dropzone-image .dropzone .dz-preview .dz-details .dz-size {
  display: none; }
.panel-dropzone-image .dropzone .dz-preview .dz-details .dz-filename {
  display: none; }
.panel-dropzone-image .dropzone .dz-remove {
  font-size: 11px;
  text-transform: uppercase; }

.panel-dropzone-file .dropzone .dz-preview .dz-error-mark, .panel-dropzone-file .dropzone .dz-preview .dz-success-mark {
  top: 0; }

.product-health-green {
  color: #2ecc71; }

.product-health-red {
  color: #c0392b; }

.table-schedules .tablesorter-header-inner {
  padding-right: 0; }

#navbar-search {
  width: 175px;
  margin: 7px 7px 0 0; }
  #navbar-search input {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    height: 26px;
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 0 5px; }
    #navbar-search input:focus {
      border-color: #999; }
  #navbar-search .input-group-btn .btn {
    color: #fff;
    background-color: #fff;
    border-color: #ddd;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    width: 26px;
    height: 26px;
    border-left: 0;
    margin: 0;
    padding: 0; }
    #navbar-search .input-group-btn .btn.active, #navbar-search .input-group-btn .btn.focus, #navbar-search .input-group-btn .btn:active, #navbar-search .input-group-btn .btn:focus, #navbar-search .input-group-btn .btn:hover, .open #navbar-search .input-group-btn .btn.dropdown-toggle {
      color: #fff;
      background-color: whitesmoke;
      border-color: lightgray; }
    #navbar-search .input-group-btn .btn.active, #navbar-search .input-group-btn .btn.active.focus, #navbar-search .input-group-btn .btn.active:focus, #navbar-search .input-group-btn .btn.active:hover, #navbar-search .input-group-btn .btn:active, #navbar-search .input-group-btn .btn:active.focus, #navbar-search .input-group-btn .btn:active:focus, #navbar-search .input-group-btn .btn:active:hover, .open #navbar-search .input-group-btn .btn.dropdown-toggle:focus, .open #navbar-search .input-group-btn .btn.dropdown-toggle:hover {
      color: #fff;
      background-color: #ebebeb;
      background-image: none;
      border-color: #c9c9c9; }
    #navbar-search .input-group-btn .btn.disabled, #navbar-search .input-group-btn .btn.disabled.active, #navbar-search .input-group-btn .btn.disabled.focus, #navbar-search .input-group-btn .btn.disabled:active, #navbar-search .input-group-btn .btn.disabled:focus, #navbar-search .input-group-btn .btn.disabled:hover, #navbar-search .input-group-btn .btn[disabled], #navbar-search .input-group-btn .btn[disabled].active, #navbar-search .input-group-btn .btn[disabled].focus, #navbar-search .input-group-btn .btn[disabled]:active, #navbar-search .input-group-btn .btn[disabled]:focus, #navbar-search .input-group-btn .btn[disabled]:hover, fieldset[disabled] #navbar-search .input-group-btn .btn, fieldset[disabled] #navbar-search .input-group-btn .btn.active, fieldset[disabled] #navbar-search .input-group-btn .btn.focus, fieldset[disabled] #navbar-search .input-group-btn .btn:active, fieldset[disabled] #navbar-search .input-group-btn .btn:focus, fieldset[disabled] #navbar-search .input-group-btn .btn:hover {
      background-color: #fff;
      border-color: #ddd; }
    #navbar-search .input-group-btn .btn .badge {
      background-color: #fff;
      color: #fff; }
  #navbar-search .input-group-btn .fa-search {
    color: #999;
    margin: 0 0 2px 0; }

.facets:last-child {
  border: 0; }
.facets .facet-header {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 5px; }
.facets .facet-list {
  list-style: none;
  padding: 0; }
.facets .breadcrumb {
  display: inline-block;
  border: 1px solid #ddd;
  margin-bottom: 10px; }
  .facets .breadcrumb:last-child {
    margin-bottom: 0; }
  .facets .breadcrumb span.attribute {
    font-size: 9px;
    text-transform: uppercase;
    color: #777;
    margin-right: 5px; }
  .facets .breadcrumb span.fa {
    font-size: 11px;
    margin-left: 5px; }
.facets form {
  position: relative; }
  .facets form input[type=submit] {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 9px; }
.facets h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 5px;
  padding: 0; }
  .facets h3 a {
    margin-left: 5px; }
.facets ul.facet {
  list-style: none;
  padding: 0;
  margin: 20px 0 0; }
  .facets ul.facet li {
    margin: 8px 0;
    line-height: 15px; }
    .facets ul.facet li a {
      font-size: 13px; }
      .facets ul.facet li a:hover span {
        color: #eee; }
      .facets ul.facet li a.expand {
        display: block;
        text-transform: uppercase;
        font-size: 11px;
        color: #777;
        margin: 5px 0; }
      .facets ul.facet li a span {
        font-size: 11px;
        color: #777;
        margin-left: 3px; }

.algolia-autocomplete, .algolia-autocomplete .aa-input, .algolia-autocomplete .algolia-autocomplete .aa-hint, .algolia-autocomplete .aa-dropdown-menu {
  width: 100%; }
.algolia-autocomplete .aa-dropdown-menu {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none; }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
    cursor: pointer;
    padding: 5px 4px; }
    .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
      background-color: #eee; }
    .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
      font-weight: bold;
      font-style: normal; }

body.smart-banner .navbar-fixed-top, body.smart-banner .navbar-fixed-bottom {
  display: none; }
body.smart-banner #slot-client {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin-top: 15px; }

.smart-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #eee; }
  .smart-banner .app-background {
    position: absolute;
    z-index: 0;
    height: 50%;
    width: 100%;
    background-size: cover;
    opacity: 1; }
  .smart-banner .app-overlay {
    display: flex;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 15px 0; }
    .smart-banner .app-overlay h3 {
      margin: 0; }
    .smart-banner .app-overlay .smart-banner-buttons {
      text-align: center; }
      .smart-banner .app-overlay .smart-banner-buttons a {
        display: block;
        margin: 15px 0; }

#slot-client {
  padding: 15px 0 30px 0; }
  #slot-client #loading-horizontal {
    position: fixed;
    top: 140px;
    left: 50%;
    z-index: 1030;
    margin-left: -150px; }
    #slot-client #loading-horizontal .loading-box {
      position: relative;
      height: 30px;
      background-color: rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      #slot-client #loading-horizontal .loading-box .loading-header {
        position: absolute;
        top: 5px;
        left: 0;
        width: 100%;
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        margin: 0 auto; }
      #slot-client #loading-horizontal .loading-box .loading-bar {
        height: 30px; }

.slot .placeholder-state {
  display: none; }
.slot.placeholder .placeholder-state {
  display: block; }
.slot.placeholder .slot-state {
  display: none; }

.slot-auction .slot-wrapper, .slot-shimmer .slot-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 20px; }
.slot-auction .slot-debug, .slot-auction .slot-header, .slot-auction .slot-footer, .slot-shimmer .slot-debug, .slot-shimmer .slot-header, .slot-shimmer .slot-footer {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 12px; }
.slot-auction .slot-debug, .slot-shimmer .slot-debug {
  top: -11px;
  left: 4px;
  padding: 0 5px;
  background-color: rgba(0, 0, 0, 0.5); }
.slot-auction .slot-header, .slot-shimmer .slot-header {
  top: -11px;
  right: 4px;
  background: #4524a0;
  padding: 0 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%); }
.slot-auction .slot-footer, .slot-shimmer .slot-footer {
  bottom: 0;
  right: 15px;
  background: #444;
  padding: 0 5px; }
.slot-auction .slot-footer-cashback, .slot-shimmer .slot-footer-cashback {
  bottom: 0;
  left: 15px;
  right: 55%;
  background: #444;
  padding: 2px 5px;
  border-top-right-radius: 5px; }
.slot-auction .col-right .shimmer-wrapper, .slot-shimmer .col-right .shimmer-wrapper {
  margin-top: 7px; }
  .slot-auction .col-right .shimmer-wrapper .shimmer, .slot-shimmer .col-right .shimmer-wrapper .shimmer {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 65px; }
.slot-auction .lot-image-holder, .slot-shimmer .lot-image-holder {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%; }
  .slot-auction .lot-image-holder .lot-image, .slot-shimmer .lot-image-holder .lot-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
.slot-auction .offer-image-holder img, .slot-shimmer .offer-image-holder img {
  object-fit: cover;
  width: 100%;
  height: 100%; }
.slot-auction .bid-button, .slot-shimmer .bid-button {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 5px 0 3px 0;
  height: 60px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent; }
.slot-auction .heart-in-slot, .slot-shimmer .heart-in-slot {
  position: relative;
  float: left;
  z-index: 1; }
  .slot-auction .heart-in-slot .remind-me, .slot-auction .heart-in-slot .remind-me-react, .slot-shimmer .heart-in-slot .remind-me, .slot-shimmer .heart-in-slot .remind-me-react {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/assets/heart_in_slots-47cdbc2a2c60af4b98e5dbbcddbea3ff074cefa0fe39f13c6c1276b6ad138ebf.png") 50% 50%/24px 24px no-repeat;
    padding: 22px; }
  .slot-auction .heart-in-slot .reminded, .slot-shimmer .heart-in-slot .reminded {
    background-image: url("/assets/heart_in_slots_filled-fbc09329de90695fb84abe2a01604dcbb81b0d35c472b0dad965c8ee07b4a8cb.png"); }
.slot-auction .button-timer-wrapper, .slot-shimmer .button-timer-wrapper {
  position: absolute;
  bottom: -6px;
  height: 5px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background-color: #eee;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  width: calc(100% + 2px);
  left: -1px; }
  .slot-auction .button-timer-wrapper .button-timer, .slot-shimmer .button-timer-wrapper .button-timer {
    width: 100%;
    height: 5px; }
    .slot-auction .button-timer-wrapper .button-timer.upcoming, .slot-shimmer .button-timer-wrapper .button-timer.upcoming {
      background-color: #ddd; }
    .slot-auction .button-timer-wrapper .button-timer.active, .slot-shimmer .button-timer-wrapper .button-timer.active {
      background-color: #ddd; }
    .slot-auction .button-timer-wrapper .button-timer.open, .slot-shimmer .button-timer-wrapper .button-timer.open {
      background-color: #4524a0; }
    .slot-auction .button-timer-wrapper .button-timer.reset, .slot-shimmer .button-timer-wrapper .button-timer.reset {
      background-color: #4524a0; }
    .slot-auction .button-timer-wrapper .button-timer.going_once, .slot-shimmer .button-timer-wrapper .button-timer.going_once {
      background-color: #fcbf01; }
    .slot-auction .button-timer-wrapper .button-timer.going_twice, .slot-shimmer .button-timer-wrapper .button-timer.going_twice {
      background-color: #ce0061; }
    .slot-auction .button-timer-wrapper .button-timer.closed, .slot-shimmer .button-timer-wrapper .button-timer.closed {
      background-color: #ddd; }
.slot-auction .bid-button, .slot-shimmer .bid-button {
  border: 1px solid transparent;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0; }
  .slot-auction .bid-button.btn-disabled, .slot-shimmer .bid-button.btn-disabled {
    border-color: #ddd; }
  .slot-auction .bid-button.btn-upcoming, .slot-shimmer .bid-button.btn-upcoming {
    border-color: #ddd; }
  .slot-auction .bid-button .bid-button-text-wrapper, .slot-shimmer .bid-button .bid-button-text-wrapper {
    height: 45px; }
.slot-auction .fa-heart-o, .slot-auction .fa-heart, .slot-shimmer .fa-heart-o, .slot-shimmer .fa-heart {
  display: block;
  padding: 2%;
  color: #ce0061; }
.slot-auction .reminder-slot-button, .slot-shimmer .reminder-slot-button {
  background-color: #fff;
  color: #ce0061;
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 5px 0 3px 0;
  height: 60px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  border: 2px solid #ce0061;
  position: relative; }
  .slot-auction .reminder-slot-button.reminded, .slot-shimmer .reminder-slot-button.reminded {
    color: #999;
    border-color: #999; }
  .slot-auction .reminder-slot-button.reminded .fa, .slot-shimmer .reminder-slot-button.reminded .fa {
    color: #ce0061; }
  .slot-auction .reminder-slot-button.btn-lg .fa, .slot-shimmer .reminder-slot-button.btn-lg .fa {
    top: 12px; }
  .slot-auction .reminder-slot-button .fa, .slot-shimmer .reminder-slot-button .fa {
    top: 15px;
    left: 10px;
    margin-top: 5px;
    padding: 0; }
.slot-auction .reminder-slot-details-wrapper, .slot-shimmer .reminder-slot-details-wrapper {
  font-size: 12px; }
  @media screen and (max-width: 576px) {
    .slot-auction .reminder-slot-details-wrapper .shipping-amount, .slot-shimmer .reminder-slot-details-wrapper .shipping-amount {
      clear: left;
      width: 100%; } }
  @media screen and (max-width: 360px) {
    .slot-auction .reminder-slot-details-wrapper > .starting-bid-amount, .slot-auction .reminder-slot-details-wrapper .shipping-amount, .slot-shimmer .reminder-slot-details-wrapper > .starting-bid-amount, .slot-shimmer .reminder-slot-details-wrapper .shipping-amount {
      font-size: 10px; } }
.slot-auction .buy-now-button, .slot-shimmer .buy-now-button {
  background-color: #fff;
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 5px 0 3px 0;
  height: 60px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #00c5b4; }
  .slot-auction .buy-now-button .buy-now-button-text-wrapper, .slot-shimmer .buy-now-button .buy-now-button-text-wrapper {
    height: 45px; }
    .slot-auction .buy-now-button .buy-now-button-text-wrapper .buy-now-button-title, .slot-auction .buy-now-button .buy-now-button-text-wrapper .buy-now-button-subtitle, .slot-shimmer .buy-now-button .buy-now-button-text-wrapper .buy-now-button-title, .slot-shimmer .buy-now-button .buy-now-button-text-wrapper .buy-now-button-subtitle {
      color: #00c5b4; }
.slot-auction .slot-details, .slot-shimmer .slot-details {
  height: 80px;
  overflow: hidden;
  font-weight: bold;
  font-size: 13px; }
  .slot-auction .slot-details .state, .slot-auction .slot-details .retail-container, .slot-auction .slot-details .discount, .slot-auction .slot-details .rating-stars, .slot-auction .slot-details .stopwatch, .slot-shimmer .slot-details .state, .slot-shimmer .slot-details .retail-container, .slot-shimmer .slot-details .discount, .slot-shimmer .slot-details .rating-stars, .slot-shimmer .slot-details .stopwatch {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .slot-auction .slot-details .state, .slot-auction .slot-details .stopwatch, .slot-shimmer .slot-details .state, .slot-shimmer .slot-details .stopwatch {
    text-align: center; }
  .slot-auction .slot-details .retail, .slot-shimmer .slot-details .retail {
    text-decoration: line-through; }
  .slot-auction .slot-details .discount, .slot-auction .slot-details .rating-stars, .slot-auction .slot-details .shipping-price, .slot-shimmer .slot-details .discount, .slot-shimmer .slot-details .rating-stars, .slot-shimmer .slot-details .shipping-price {
    text-align: right; }
  .slot-auction .slot-details .shipping-price, .slot-shimmer .slot-details .shipping-price {
    padding-top: 5px; }
  .slot-auction .slot-details .buy-now-price, .slot-shimmer .slot-details .buy-now-price {
    font-size: 20px; }
  .slot-auction .slot-details .rating-stars, .slot-shimmer .slot-details .rating-stars {
    margin: 0; }
    .slot-auction .slot-details .rating-stars .fa, .slot-shimmer .slot-details .rating-stars .fa {
      font-size: 13px; }
.slot-auction .loading-title-container, .slot-shimmer .loading-title-container {
  padding-top: 5px; }

#slot-group.bidder-badge-card .slot-details, #lot-modal-slot-auction .slot-details {
  height: 106px; }
  #slot-group.bidder-badge-card .slot-details .top-bidder, #lot-modal-slot-auction .slot-details .top-bidder {
    cursor: pointer;
    min-height: 34px;
    margin: 4px 0 8px; }
    #slot-group.bidder-badge-card .slot-details .top-bidder .user-avatar, #lot-modal-slot-auction .slot-details .top-bidder .user-avatar {
      border-radius: 50%;
      float: left;
      height: 32px;
      margin-right: 8px;
      width: 32px; }
      #slot-group.bidder-badge-card .slot-details .top-bidder .user-avatar.no-img, #lot-modal-slot-auction .slot-details .top-bidder .user-avatar.no-img {
        background-color: #fcbf01;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        text-align: center; }
    #slot-group.bidder-badge-card .slot-details .top-bidder .top-bidder-status-wrapper, #lot-modal-slot-auction .slot-details .top-bidder .top-bidder-status-wrapper {
      color: #999;
      display: inline-block;
      font-size: 12px;
      margin: 0;
      padding: 0;
      width: calc(100% - 40px); }
      #slot-group.bidder-badge-card .slot-details .top-bidder .top-bidder-status-wrapper .top-bidder-name, #lot-modal-slot-auction .slot-details .top-bidder .top-bidder-status-wrapper .top-bidder-name {
        font-weight: bold; }
      @media screen and (max-width: 768px) {
        #slot-group.bidder-badge-card .slot-details .top-bidder .top-bidder-status-wrapper > .top-bidder-name, #slot-group.bidder-badge-card .slot-details .top-bidder .top-bidder-status-wrapper .top-bidder-status, #lot-modal-slot-auction .slot-details .top-bidder .top-bidder-status-wrapper > .top-bidder-name, #lot-modal-slot-auction .slot-details .top-bidder .top-bidder-status-wrapper .top-bidder-status {
          display: inline-block; }
        #slot-group.bidder-badge-card .slot-details .top-bidder .top-bidder-status-wrapper .top-bidder-status, #lot-modal-slot-auction .slot-details .top-bidder .top-bidder-status-wrapper .top-bidder-status {
          clear: left;
          width: 100%; } }
    #slot-group.bidder-badge-card .slot-details .top-bidder .top-bidder-badges, #lot-modal-slot-auction .slot-details .top-bidder .top-bidder-badges {
      clear: left;
      display: inline-block;
      width: 100%; }
      #slot-group.bidder-badge-card .slot-details .top-bidder .top-bidder-badges img, #slot-group.bidder-badge-card .slot-details .top-bidder .top-bidder-badges .blank-badge, #lot-modal-slot-auction .slot-details .top-bidder .top-bidder-badges img, #lot-modal-slot-auction .slot-details .top-bidder .top-bidder-badges .blank-badge {
        display: inline-block;
        height: 16px;
        margin-right: 8px;
        width: 16px;
        vertical-align: middle; }
      #slot-group.bidder-badge-card .slot-details .top-bidder .top-bidder-badges .blank-badge, #lot-modal-slot-auction .slot-details .top-bidder .top-bidder-badges .blank-badge {
        background-image: linear-gradient(to bottom, #f0f0f0, #ddd);
        border-radius: 50%; }
      @media screen and (max-width: 768px) {
        #slot-group.bidder-badge-card .slot-details .top-bidder .top-bidder-badges, #lot-modal-slot-auction .slot-details .top-bidder .top-bidder-badges {
          position: relative;
          left: -40px; } }
  @media screen and (max-width: 768px) {
    #slot-group.bidder-badge-card .slot-details, #lot-modal-slot-auction .slot-details {
      height: 124px; }
      #slot-group.bidder-badge-card .slot-details .state, #lot-modal-slot-auction .slot-details .state {
        text-align: left; } }
@media screen and (min-width: 1200px) {
  #slot-group.bidder-badge-card .video-slot-wrapper, #lot-modal-slot-auction .video-slot-wrapper {
    height: 442.5px; } }
@media screen and (max-width: 768px) {
  #slot-group.bidder-badge-card#lot-modal-slot-auction .slot-details, #lot-modal-slot-auction#lot-modal-slot-auction .slot-details {
    height: 108px; }
  #slot-group.bidder-badge-card#lot-modal-slot-auction .top-bidder-status-wrapper > .top-bidder-name, #slot-group.bidder-badge-card#lot-modal-slot-auction .top-bidder-status-wrapper .top-bidder-status, #lot-modal-slot-auction#lot-modal-slot-auction .top-bidder-status-wrapper > .top-bidder-name, #lot-modal-slot-auction#lot-modal-slot-auction .top-bidder-status-wrapper .top-bidder-status {
    display: inline; }
  #slot-group.bidder-badge-card#lot-modal-slot-auction .top-bidder-status-wrapper .top-bidder-status, #lot-modal-slot-auction#lot-modal-slot-auction .top-bidder-status-wrapper .top-bidder-status {
    clear: none;
    width: auto; }
  #slot-group.bidder-badge-card#lot-modal-slot-auction .top-bidder-badges, #lot-modal-slot-auction#lot-modal-slot-auction .top-bidder-badges {
    left: 0; } }
@media only screen and (max-width: 1200px) {
  #slot-group.bidder-badge-card .video-slot-wrapper, #lot-modal-slot-auction .video-slot-wrapper {
    height: 473.328px; } }
@media only screen and (max-width: 992px) and (min-width: 768px) {
  #slot-group.bidder-badge-card .video-slot-wrapper, #lot-modal-slot-auction .video-slot-wrapper {
    height: 525px; } }
@media screen and (max-width: 768px) {
  #slot-group.bidder-badge-card .video-slot-wrapper, #lot-modal-slot-auction .video-slot-wrapper {
    height: auto; } }

.toasts {
  position: fixed;
  top: 10vh;
  width: 320px;
  right: 18px;
  z-index: 1040; }
  @media screen and (max-width: 768px) {
    .toasts {
      top: initial;
      right: initial;
      left: 50%;
      bottom: 0;
      margin: 0 0 0 -160px; } }

.toast {
  background-color: rgba(34, 34, 34, 0.9);
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 1em;
  padding: 1em 4em 1em 1em;
  position: relative;
  width: 320px; }
  .toast.flex-display {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    padding-right: 2.5em; }
    .toast.flex-display .message-copy {
      padding-left: 1em; }
  .toast .message-copy {
    flex: 1 1 auto;
    padding-left: 0; }
  .toast .badge-col {
    flex: 1 1 auto; }
  .toast img {
    height: 72px;
    margin: auto 0;
    min-height: 5em;
    min-width: 5em;
    vertical-align: top;
    width: auto; }
  .toast h3 {
    font-weight: 400;
    font-size: 18px;
    margin-top: 0; }
  .toast p {
    color: #ddd;
    font-size: 14px; }
  .toast.new {
    transform: translateX(100%); }
    @media screen and (max-width: 768px) {
      .toast.new {
        transform: translate(0, 100%); } }
  .toast.show-toast {
    animation: slideIn 400ms ease-out; }
    @media screen and (max-width: 768px) {
      .toast.show-toast {
        animation: slideUp 400ms ease-out; } }
  .toast.remove {
    transform: translateX(0);
    animation: slideOut 300ms ease-out; }
    @media screen and (max-width: 768px) {
      .toast.remove {
        animation: slideDown 300ms ease-out; } }
  .toast .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    top: .5em;
    right: .5em; }
  .toast::after {
    clear: both;
    content: '';
    display: table; }
  @media screen and (max-width: 768px) {
    .toast {
      position: absolute;
      bottom: -100%;
      left: 0;
      margin-bottom: 0; } }

@keyframes slideIn {
  to {
    transform: translateX(0); } }
@keyframes slideOut {
  to {
    transform: translateX(100%); } }
@keyframes slideUp {
  to {
    transform: translateY(0); } }
@keyframes slideDown {
  to {
    transform: translateY(100%); } }
.category-banner {
  height: 140px;
  margin: 0 0 15px;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat; }
  .category-banner .category-banner-copy {
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    -o-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    display: inline-block;
    height: 140px;
    color: #fff;
    padding-right: 40px;
    padding-left: 32px; }
    .category-banner .category-banner-copy h1 {
      font-size: 24pt;
      text-transform: uppercase; }
    .category-banner .category-banner-copy h2 {
      font-size: 12pt;
      margin-top: 0; }
    .category-banner .category-banner-copy .live-now {
      font-weight: bold;
      margin-top: 0; }
    .category-banner .category-banner-copy .big-countdown {
      font-size: 24px; }
    .category-banner .category-banner-copy.category-banner-color-home {
      background-color: #ffc001; }
    .category-banner .category-banner-copy.category-banner-color-free_shipping {
      background-color: #01c6b5; }
    .category-banner .category-banner-copy.category-banner-color-fashion {
      background-color: #f00063; }
    .category-banner .category-banner-copy.category-banner-color-electronics {
      background-color: #0098e4; }
    .category-banner .category-banner-copy.category-banner-color-fine_jewelry {
      background-color: #222222; }
    .category-banner .category-banner-copy.category-banner-color-jewelry {
      background-color: #4d1fa5; }
    .category-banner .category-banner-copy.category-banner-color-all {
      background-color: #4d1fa5; }
    .category-banner .category-banner-copy.category-banner-color-deal_drop {
      background-color: #ce0061; }

@media only screen and (min-width: 768px) {
  .slot-auction .bid-button-text-wrapper .bid-button-title, .slot-auction .bid-button-text-wrapper .buy-now-button-title, .slot-auction .buy-now-button-text-wrapper .bid-button-title, .slot-auction .buy-now-button-text-wrapper .buy-now-button-title, .slot-auction .reminder-slot-button .bid-button-title, .slot-auction .reminder-slot-button .buy-now-button-title {
    font-size: 20px; }
    .slot-auction .bid-button-text-wrapper .bid-button-title.style-if-no-subtitle, .slot-auction .bid-button-text-wrapper .buy-now-button-title.style-if-no-subtitle, .slot-auction .buy-now-button-text-wrapper .bid-button-title.style-if-no-subtitle, .slot-auction .buy-now-button-text-wrapper .buy-now-button-title.style-if-no-subtitle, .slot-auction .reminder-slot-button .bid-button-title.style-if-no-subtitle, .slot-auction .reminder-slot-button .buy-now-button-title.style-if-no-subtitle {
      padding-top: 7px; }
  .slot-auction .bid-button-text-wrapper .bid-button-subtitle, .slot-auction .bid-button-text-wrapper .buy-now-button-subtitle, .slot-auction .buy-now-button-text-wrapper .bid-button-subtitle, .slot-auction .buy-now-button-text-wrapper .buy-now-button-subtitle, .slot-auction .reminder-slot-button .bid-button-subtitle, .slot-auction .reminder-slot-button .buy-now-button-subtitle {
    margin-top: -5px;
    font-size: 11px;
    line-height: 24px; } }
@media only screen and (max-width: 767px) {
  .slot-auction .bid-button-text-wrapper .bid-button-title, .slot-auction .bid-button-text-wrapper .buy-now-button-title, .slot-auction .bid-button-text-wrapper .reminder-slot-button-title, .slot-auction .buy-now-button-text-wrapper .bid-button-title, .slot-auction .buy-now-button-text-wrapper .buy-now-button-title, .slot-auction .buy-now-button-text-wrapper .reminder-slot-button-title, .slot-auction .reminder-slot-button .bid-button-title, .slot-auction .reminder-slot-button .buy-now-button-title, .slot-auction .reminder-slot-button .reminder-slot-button-title {
    padding-top: 5px;
    font-size: 15px; }
    .slot-auction .bid-button-text-wrapper .bid-button-title.style-if-no-subtitle, .slot-auction .bid-button-text-wrapper .buy-now-button-title.style-if-no-subtitle, .slot-auction .bid-button-text-wrapper .reminder-slot-button-title.style-if-no-subtitle, .slot-auction .buy-now-button-text-wrapper .bid-button-title.style-if-no-subtitle, .slot-auction .buy-now-button-text-wrapper .buy-now-button-title.style-if-no-subtitle, .slot-auction .buy-now-button-text-wrapper .reminder-slot-button-title.style-if-no-subtitle, .slot-auction .reminder-slot-button .bid-button-title.style-if-no-subtitle, .slot-auction .reminder-slot-button .buy-now-button-title.style-if-no-subtitle, .slot-auction .reminder-slot-button .reminder-slot-button-title.style-if-no-subtitle {
      padding-top: 7px;
      font-size: 20px; }
  .slot-auction .bid-button-text-wrapper .bid-button-subtitle, .slot-auction .bid-button-text-wrapper .buy-now-button-subtitle, .slot-auction .buy-now-button-text-wrapper .bid-button-subtitle, .slot-auction .buy-now-button-text-wrapper .buy-now-button-subtitle, .slot-auction .reminder-slot-button .bid-button-subtitle, .slot-auction .reminder-slot-button .buy-now-button-subtitle {
    margin-top: -5px;
    font-size: 10px;
    line-height: 24px; } }
@media only screen and (max-width: 360px) {
  .slot-auction .slot-header, .slot-auction .reminder-slot-button .reminder-slot-button-title {
    font-size: 10px; } }
@media only screen and (min-width: 1200px) {
  .video-slot-wrapper {
    height: 416.5px; } }
@media only screen and (max-width: 1200px) {
  .video-slot-wrapper {
    height: 447.34px; } }
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .video-slot-wrapper {
    height: 499px; } }
@media only screen and (max-width: 768px) {
  .video-slot-wrapper {
    height: 186.5px; } }
.slot-auction.slot-buy-now .slot-details {
  display: flex;
  flex-direction: column; }
.slot-auction.slot-buy-now .filler {
  flex-grow: 1; }

.slot-auction.slot-offer .slot-details .description {
  font-weight: normal;
  color: #999; }

.slot-auction.slot-video {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  .slot-auction.slot-video .slot-grid-wrapper {
    height: 100%; }
  .slot-auction.slot-video .slot-wrapper {
    cursor: auto;
    background-color: #4524a0;
    color: #fff; }
  .slot-auction.slot-video .title-wrapper {
    height: 40px;
    margin: -10px -10px 0 -10px;
    padding: 10px; }
  .slot-auction.slot-video .title {
    text-align: center;
    font-size: 16px; }
  .slot-auction.slot-video .video-wrapper {
    margin: 0 -10px;
    padding: 0;
    overflow: hidden; }
    .slot-auction.slot-video .video-wrapper .video-container {
      position: relative;
      width: 100%;
      padding: 50%;
      height: 0; }
      .slot-auction.slot-video .video-wrapper .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none; }
  @media only screen and (max-width: 768px) {
    .slot-auction.slot-video .title-wrapper {
      display: none; }
    .slot-auction.slot-video .video-wrapper {
      position: relative;
      height: 100%;
      overflow: hidden; }
      .slot-auction.slot-video .video-wrapper .video-container {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        padding-top: 0;
        margin: -30px 0; }
    .slot-auction.slot-video .mute-button {
      display: none; } }
  .slot-auction.slot-video .subtitle {
    margin: 17px 0; }
    .slot-auction.slot-video .subtitle div {
      margin: 0 auto;
      width: 86%;
      text-align: center; }
    .slot-auction.slot-video .subtitle .subtitle-1 {
      margin-bottom: 17px;
      font-weight: 700; }
  .slot-auction.slot-video .mute-button {
    position: absolute;
    z-index: 999;
    top: 2%;
    right: 2%;
    cursor: pointer; }
    .slot-auction.slot-video .mute-button .volume {
      color: #000; }
    .slot-auction.slot-video .mute-button:hover .fa-circle, .slot-auction.slot-video .mute-button:focus .fa-circle, .slot-auction.slot-video .mute-button:active .fa-circle {
      color: #ebebeb; }

.upsell-image-zoom {
  position: absolute;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.25) 0 6px 8px 2px;
  border: 1px solid #949494; }

.product-reminder-icon {
  text-align: right;
  padding-right: 2px; }

.product-reminder-count {
  text-align: left;
  color: #999;
  padding-left: 2px;
  padding-top: 2px; }

.seller-onboarding .row h1 {
  margin-top: 0; }
.seller-onboarding .row a:hover, .seller-onboarding .row a:focus {
  text-decoration: none; }
  .seller-onboarding .row a:hover.complete, .seller-onboarding .row a:focus.complete {
    cursor: text; }
  .seller-onboarding .row a:hover.incomplete, .seller-onboarding .row a:focus.incomplete {
    cursor: pointer; }
.seller-onboarding .row .tile.incomplete .panel {
  color: #444; }
.seller-onboarding .row .tile.incomplete .panel-footer div {
  color: #777; }
.seller-onboarding .row .tile.complete .panel {
  border-color: #4524a0; }
.seller-onboarding .row .tile.complete .panel-body .fa {
  color: #d9cff4;
  border-color: #4524a0; }
.seller-onboarding .row .tile.complete .panel-footer {
  border-color: #4524a0;
  border-top: none;
  background-color: #d9cff4; }
  .seller-onboarding .row .tile.complete .panel-footer div {
    color: #4524a0; }
.seller-onboarding .row .tile .panel .panel-body .media img {
  height: 64px; }
.seller-onboarding .row .tile .panel .panel-footer {
  text-transform: uppercase;
  font-weight: bold; }
.seller-onboarding .row .info {
  padding-left: 0; }
  .seller-onboarding .row .info .panel {
    border-color: #0297e1; }
    .seller-onboarding .row .info .panel .panel-body {
      color: #0297e1;
      background-color: #e3f6ff; }

.seller-panel {
  background-color: #fff;
  box-sizing: border-box;
  font-size: 1.09375vw;
  margin: 1.71428em auto;
  max-width: 1170px;
  padding: 1em 0;
  line-height: 1.3; }
  .seller-panel h2 {
    font-size: 1.28571em;
    font-weight: 400;
    margin: 0 0 1.71429em;
    text-align: center;
    text-transform: uppercase; }
    .seller-panel h2.welcome-subtitle {
      text-align: left; }
  .seller-panel.welcome {
    background: #fff url("/assets/sellers/start/seller_landing_main-1aa3bb7f2fe13468904c007f18d5d767a8893eec0ca6b275e9c52dce1718d2c0.png") 100% 0/auto 100% no-repeat;
    height: 26em; }
    @media screen and (max-width: 768px) {
      .seller-panel.welcome {
        background-position: 50% 0;
        background-size: 90% auto;
        height: auto;
        padding-top: 25em; } }
    @media screen and (max-width: 576px) {
      .seller-panel.welcome {
        padding-top: 11em; } }
    @media screen and (min-width: 351px) and (max-width: 576px) {
      .seller-panel.welcome {
        padding-top: 18em; } }
  @media screen and (max-width: 768px) {
    .seller-panel {
      font-size: 1.82292vw; } }
  @media screen and (max-width: 350px) {
    .seller-panel {
      font-size: 4.375vw; } }
  @media screen and (min-width: 351px) and (max-width: 576px) {
    .seller-panel {
      font-size: 2.43056vw; } }
  @media screen and (min-width: 1280px) {
    .seller-panel {
      font-size: 14px; } }

.welcome-copy {
  padding-top: 5.71429em;
  width: 36%; }
  .welcome-copy h1 {
    font: 600 2.85714em / 1.3 'AvenirNext', 'Helvetica', sans-serif;
    margin: 0;
    text-transform: uppercase; }
  .welcome-copy h2 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    margin: 1em 0;
    text-transform: none; }
  @media screen and (max-width: 768px) {
    .welcome-copy {
      background-color: #fff;
      padding-top: 0;
      width: 100%; }
      .welcome-copy h1, .welcome-copy h2.welcome-subtitle {
        text-align: center; }
      .welcome-copy h1 {
        font-size: 1.28571em; }
      .welcome-copy h2 {
        font-size: 1em; }
      .welcome-copy .seller-cta {
        text-align: center; } }

ul.grid {
  margin: 0;
  padding: 0; }
  ul.grid li {
    list-style: none; }

.four-item {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  margin-bottom: 1em; }
  .four-item li {
    color: #999;
    text-align: center;
    text-transform: uppercase; }
  .four-item.fast-facts .fact-item {
    border-right: 1px solid #ddd;
    grid-template-columns: auto;
    grid-template-rows: .3fr 1fr .3fr; }
    .four-item.fast-facts .fact-item:last-child {
      border: 0; }
    .four-item.fast-facts .fact-item .fast-fact-num {
      line-height: 1.626; }
    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .four-item.fast-facts .fact-item {
        flex-direction: column; }
        .four-item.fast-facts .fact-item span {
          flex: 1 1 auto; }
          .four-item.fast-facts .fact-item span.fast-fact-num {
            flex: 1 2 auto; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .four-item.fast-facts li {
      flex: 1 1 25%; } }
  .four-item.in-control {
    grid-column-gap: 1.14286em; }
    .four-item.in-control li {
      background: rgba(217, 242, 251, 0.4) url("/assets/sellers/start/icon-guaranteed_exposure-9be0e63e1dd705185cecaad9ab0fdc07d87a90374f53df425ddd54ee66570a0b.png") 50%/6.85714em auto no-repeat;
      color: #000;
      padding-bottom: 4.57143em;
      padding-top: 13.57143em; }
      .four-item.in-control li.rapid-sales {
        background-image: url("/assets/sellers/start/icon-rapid_sales-cadecd394600fcaed7aa87609df1e803f8f4249a91890b2a6915edd2617180cd.png"); }
      .four-item.in-control li.sales-volume {
        background-image: url("/assets/sellers/start/icon-high_sales_volume-0a8f8207b5ea95267104aa9cc41a9d754ada83cc3a5519155e77066cb5a30f02.png"); }
      .four-item.in-control li.commissions {
        background-image: url("/assets/sellers/start/icon-low_commissions-1a2dff47781c94bdd8e634bcc704dd9ae69823da5840b0dfaedbeebb82f6f392.png"); }
    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .four-item.in-control li {
        flex: 1 1 25%;
        padding-right: 1.14286em; } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .four-item {
      flex-wrap: nowrap; } }
  @media screen and (max-width: 768px) {
    .four-item {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr; }
      .four-item.fast-facts {
        position: relative;
        grid-row-gap: 1.5em; }
        .four-item.fast-facts .fact-item:nth-child(even) {
          border: 0; }
        .four-item.fast-facts::after {
          border-top: 1px solid #ddd;
          content: '';
          position: absolute;
          top: 50%;
          width: 100%; } }
    @media screen and (max-width: 768px) and (-ms-high-contrast: none), screen and (max-width: 768px) and (-ms-high-contrast: active) {
      .four-item.fast-facts {
        flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
      .four-item.in-control {
        grid-row-gap: 1.14286em; } }
    @media screen and (max-width: 768px) and (-ms-high-contrast: none), screen and (max-width: 768px) and (-ms-high-contrast: active) {
      .four-item.in-control {
        flex-wrap: wrap; } }

.seller-cta.center-align {
  margin-top: 1.42857em;
  text-align: center; }
.seller-cta .apply-button {
  background-color: #4524a0;
  border-radius: .28571em;
  color: #fff;
  display: inline-block;
  line-height: 1.57143;
  padding: 0.92857em 2.835em;
  text-decoration: none;
  text-transform: uppercase; }

.fast-fact-num {
  color: #0297e1;
  font: 600 2.85714em 'AvenirNext', 'Helvetica', sans-serif; }

.categories-grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-column-gap: 1.14286em;
  grid-row-gap: 1.14286em; }
  .categories-grid .category-item {
    background: 0 0 / 100% auto no-repeat;
    padding-top: 13.07142em;
    text-align: center; }
    .categories-grid .category-item h3 {
      background-color: #d1c8e7;
      font-size: .85714em;
      line-height: 4.25;
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .categories-grid {
      flex-wrap: wrap; }
      .categories-grid .category-item {
        flex: 1 1 33%;
        padding-right: 1.14286em;
        margin-bottom: 1.14286em; } }
  @media screen and (max-width: 768px) {
    .categories-grid {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(9, 1fr);
      grid-column-gap: 0;
      grid-row-gap: .57143em; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: none), screen and (max-width: 768px) and (-ms-high-contrast: active) {
    .categories-grid {
      display: block; }
      .categories-grid .category-item {
        display: block;
        margin-bottom: .57143em; } }

.quotes {
  grid-template-columns: .48fr .52fr;
  margin-bottom: 2em; }
  .quotes .video-column {
    height: 0;
    padding-top: 56.25%;
    position: relative;
    width: 100%; }
    .quotes .video-column .embed-video {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .quotes .video-column .embed-video iframe {
        width: 100%;
        height: 100%; }
  .quotes .carousel.slide h2 {
    text-align: left;
    margin-left: 5.49em; }
  .quotes .item {
    padding: 0 7em; }
  .quotes .carousel-control {
    color: #999;
    text-shadow: none; }
  .quotes .carousel-control.left {
    background-image: linear-gradient(to right, white 60%, rgba(255, 255, 255, 0) 100%); }
  .quotes .carousel-control.right {
    background-image: linear-gradient(to left, white 60%, rgba(255, 255, 255, 0) 100%); }
  .quotes .seller-quotes {
    height: 15em;
    padding: 0; }
    .quotes .seller-quotes blockquote {
      border: 0; }
  .quotes .carousel-indicators {
    bottom: 0;
    margin: 0 auto 0 -30%; }
    .quotes .carousel-indicators li {
      background-color: transparent;
      border-color: #999; }
      .quotes .carousel-indicators li.active {
        background-color: #999; }
  @media screen and (max-width: 768px) {
    .quotes {
      display: block; }
      .quotes .video-column {
        display: none; }
      .quotes .carousel.slide h2 {
        text-align: center;
        margin-left: 0; } }

.partners {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 9.28571em 9.28571em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center; }
  .partners .partner {
    text-align: center; }
  .partners img {
    max-height: 9.28571em;
    max-width: 17.14286em; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .partners {
      flex-wrap: wrap; }
      .partners .partner {
        flex: 1 1 25%;
        padding-right: 1em;
        margin-bottom: 1em; } }
  @media screen and (max-width: 768px) {
    .partners {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: repeat(4, 1fr); }
      .partners .partner {
        text-align: center; }
      .partners img {
        width: 90%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: none), screen and (max-width: 768px) and (-ms-high-contrast: active) {
    .partners {
      display: block; }
      .partners .partner {
        padding: 0; } }

html.reg #sticky-footer {
  background-color: #eee;
  border-color: #eee;
  opacity: 0.95; }
  html.reg #sticky-footer li > a {
    font-weight: bold;
    color: #222; }

#reg-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 37px;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.65; }

#reg-grid {
  padding: 15px 0; }

#reg {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  transform: translate(-50%, -50%);
  max-width: 900px;
  min-width: 290px; }
  #reg .modal-body {
    padding: 0 15px; }
  #reg .modal-content {
    border: none;
    background-color: #fff; }
  #reg .modal-header {
    background-color: #4524a0;
    padding: 0 15px; }
  #reg .row-subheader {
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px dotted rgba(0, 0, 0, 0.05); }
  #reg .row-body, #reg .row-trust {
    background-color: #fff; }
  #reg .row-trust {
    padding: 20px 0 10px; }
  #reg .reg-logo {
    padding: 15px 0; }
    #reg .reg-logo img {
      max-height: 40px;
      margin: 0 auto; }
  #reg .reg-header {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    padding: 15px 0; }
  #reg .reg-showcase {
    padding: 15px 0;
    display: block; }
    #reg .reg-showcase .panel {
      margin: 0; }
    #reg .reg-showcase .panel-heading {
      height: 300px;
      overflow: hidden;
      background-position: center;
      background-size: cover; }
  #reg .reg-success {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1; }
  #reg .reg-body {
    position: relative;
    text-align: center; }
    #reg .reg-body h3 {
      line-height: 24px;
      margin: 0 0 15px; }
    #reg .reg-body hr {
      border-color: #ddd; }
    #reg .reg-body p {
      font-size: 11px; }
      #reg .reg-body p, #reg .reg-body p a {
        color: #999; }
    #reg .reg-body .social-auth {
      margin: 0 0 15px; }
      #reg .reg-body .social-auth .btn {
        position: relative;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 5px;
        padding-left: 34px; }
        #reg .reg-body .social-auth .btn.btn-top {
          -webkit-border-top-right-radius: 4px;
          -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
          -webkit-border-top-left-radius: 4px;
          -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px; }
        #reg .reg-body .social-auth .btn.btn-bottom {
          -webkit-border-bottom-right-radius: 4px;
          -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
          -webkit-border-bottom-left-radius: 4px;
          -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px; }
        #reg .reg-body .social-auth .btn .fa-logo {
          position: absolute;
          top: -1px;
          left: -1px;
          height: 34px;
          width: 34px;
          font-size: 14px;
          line-height: 34px;
          color: rgba(255, 255, 255, 0.75);
          background-color: rgba(0, 0, 0, 0.05);
          border-right: 1px solid rgba(0, 0, 0, 0.075); }
          #reg .reg-body .social-auth .btn .fa-logo.fa-facebook {
            -webkit-border-top-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px; }
          #reg .reg-body .social-auth .btn .fa-logo.fa-envelope {
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px; }
    #reg .reg-body .press {
      text-align: left; }
    #reg .reg-body #sign-up-email, #reg .reg-body #authenticate, #reg .reg-body #reset-password {
      display: none;
      margin: 0 0 15px; }
      #reg .reg-body #sign-up-email .form-control, #reg .reg-body #authenticate .form-control, #reg .reg-body #reset-password .form-control {
        height: 34px;
        font-size: 14px; }
      #reg .reg-body #sign-up-email input[type=email], #reg .reg-body #authenticate input[type=email], #reg .reg-body #reset-password input[type=email] {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        border-bottom: 0; }
      #reg .reg-body #sign-up-email input[type=password], #reg .reg-body #authenticate input[type=password], #reg .reg-body #reset-password input[type=password] {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-bottom: 0; }
      #reg .reg-body #sign-up-email button[type=submit], #reg .reg-body #authenticate button[type=submit], #reg .reg-body #reset-password button[type=submit] {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        font-weight: bold; }
    #reg .reg-body #reg-loader {
      display: none;
      padding: 15px 0 0; }
    #reg .reg-body .recaptcha {
      display: none; }
      #reg .reg-body .recaptcha .g-recaptcha {
        margin: 0 0 15px; }
        #reg .reg-body .recaptcha .g-recaptcha > div {
          width: auto !important;
          height: auto !important; }
  #reg .reg-footer {
    position: relative;
    background-color: #4524a0;
    height: 4px; }
    #reg .reg-footer img {
      width: 30%;
      right: 0;
      position: absolute;
      height: 4px; }
  #reg .recaptcha, #reg #sign-up-email, #reg #authenticate, #reg #reset-password {
    display: none; }
  #reg.sign-up-all .recaptcha, #reg.sign-up-all #sign-up-email, #reg.sign-up-all #authenticate, #reg.sign-up-all #reset-password {
    display: none; }
  #reg.sign-up-all #sign-up-header, #reg.sign-up-all #sign-up-all {
    display: block; }
  #reg.sign-up-email #sign-up-all, #reg.sign-up-email #authenticate, #reg.sign-up-email #reset-password {
    display: none; }
  #reg.sign-up-email .recaptcha, #reg.sign-up-email #sign-up-email {
    display: block; }
  #reg.authenticate .recaptcha, #reg.authenticate #sign-up-header, #reg.authenticate #sign-up-all, #reg.authenticate #sign-up-email, #reg.authenticate #reset-password {
    display: none; }
  #reg.authenticate #authenticate {
    display: block; }
  #reg.reset-password .recaptcha, #reg.reset-password #sign-up-header, #reg.reset-password #sign-up-all, #reg.reset-password #sign-up-email, #reg.reset-password #authenticate {
    display: none; }
  #reg.reset-password #reset-password {
    display: block; }

.badge-banner-web {
  width: 100%;
  height: 133px;
  border-radius: 4px;
  margin-bottom: 17px;
  padding: 10px 16px;
  background-image: linear-gradient(103deg, #4524a0, #ce0061); }

.user-badge-web {
  margin: 17px 88px 10px 67px;
  width: 75px;
  position: relative;
  z-index: 1; }

.fireworks-web {
  margin: 5px 33px 0 15px;
  width: 175px;
  height: auto;
  position: absolute; }

.badge-notification-web p {
  color: #fff; }

.badge-notification-web > h5 {
  color: #fff;
  font-size: 14px;
  display: block; }

.badge-notification-web > a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  display: block; }

.badge-banner-mobile {
  display: none;
  width: 100%;
  height: 150px;
  border-radius: 4px;
  margin-bottom: 80px;
  padding: 10px 5% 0 5%;
  background-image: linear-gradient(103deg, #4524a0, #ce0061); }

.user-badge-mobile {
  display: none;
  margin: -50px auto -30px;
  width: 75px;
  position: relative;
  z-index: 1; }

.fireworks-mobile {
  display: none;
  margin: 0 auto 0 auto;
  width: 250px;
  height: auto;
  position: relative; }

.badge-notification-mobile-wrapper {
  color: #000;
  display: none;
  padding: 25px 10px 10px 10px;
  max-height: 180px;
  width: 100%;
  background-color: white;
  margin: 0;
  position: relative;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2); }

.badge-notification-mobile > h5 {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight: bold; }

.badge-notification-mobile > a {
  display: none;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none; }

input.avatar-upload {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@media only screen and (max-width: 1200px) {
  .badge-banner-wrapper .fireworks-web,
  .badge-banner-wrapper .user-badge-web,
  .badge-banner-wrapper .badge-banner-web {
    display: none; }
  .badge-banner-wrapper .badge-notification-web > h5,
  .badge-banner-wrapper .badge-notification-web > a {
    display: none; }
  .badge-banner-wrapper .fireworks-mobile,
  .badge-banner-wrapper .user-badge-mobile,
  .badge-banner-wrapper .badge-banner-mobile {
    display: block; }
  .badge-banner-wrapper .badge-notification-mobile-wrapper {
    display: inline-block; }
  .badge-banner-wrapper .badge-notification-mobile > h5,
  .badge-banner-wrapper .badge-notification-mobile > a {
    display: block; } }
.badge-banner-wrapper p {
  font-size: 12px;
  -webkit-font-smoothing: antialiased; }

.badge-size {
  font-size: 5vw; }
  @media screen and (min-width: 480px) {
    .badge-size {
      font-size: 3.33333vw; } }
  @media screen and (min-width: 640px) {
    .badge-size {
      font-size: 2.5vw; } }
  @media screen and (min-width: 768px) {
    .badge-size {
      font-size: 2.08333vw; } }
  @media screen and (min-width: 800px) {
    .badge-size {
      font-size: 2vw; } }
  @media screen and (min-width: 1024px) {
    .badge-size {
      font-size: 16px; } }

.profile-info {
  color: #999;
  padding: 16px;
  max-width: 600px; }
  .profile-info p, .profile-info h3 {
    color: #999; }
  .profile-info .profile-desc {
    color: #222;
    line-height: 1.64;
    margin-bottom: 16px; }

.profile-stats {
  align-items: stretch;
  color: #999;
  display: flex;
  justify-content: center; }
  .profile-stats .stat-cell {
    text-align: center;
    flex: 0 0 33.33333%; }
    .profile-stats .stat-cell strong {
      color: #222;
      font-size: 20px;
      font-weight: 400; }
    .profile-stats .stat-cell:not(:last-child) {
      border-right: 1px solid #999; }

.profile-page__background {
  background-image: linear-gradient(134deg, #4524A0 0%, #CE0061 100%); }

.badge-banner {
  grid-template-rows: 1fr 2fr;
  grid-template-columns: auto;
  margin: 0 auto 4em;
  max-width: 945px;
  padding: 1em 1.5em;
  width: 100%; }
  @media screen and (max-width: 992px) {
    .badge-banner {
      padding: 1.5em 1.5em; } }
  .badge-banner .gfx {
    position: relative;
    text-align: center; }
    .badge-banner .gfx .faq-link {
      color: #fff;
      position: absolute;
      right: 0;
      top: 0.5em;
      font-size: 24px;
      text-decoration: none; }
      @media screen and (max-width: 992px) {
        .badge-banner .gfx .faq-link {
          top: 0.2em; } }
  .badge-banner .user-badge {
    cursor: pointer;
    display: inline-block;
    height: 6.5em;
    margin: 0 auto 0 -3.25em;
    position: absolute;
    bottom: -3.25em;
    left: 50%;
    width: 6.5em; }
    .badge-banner .user-badge img {
      height: auto;
      width: 100%; }
  .badge-banner .copy {
    background-color: #fff;
    border-radius: .25em;
    box-shadow: 0 0.125em 0.125em 0.0625em rgba(0, 0, 0, 0.125);
    padding: 4em 1em 1em;
    margin-bottom: -2.5em; }
    .badge-banner .copy p .cta-copy {
      font-weight: 400; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .badge-banner {
      flex-direction: column;
      min-height: 192px;
      width: 100%; }
      .badge-banner .gfx {
        height: 33%; }
      .badge-banner .copy {
        height: 100%; } }
  .badge-banner.profile-ugc {
    display: block; }
    .badge-banner.profile-ugc .copy.grid {
      grid-template-columns: 6.48731em auto;
      grid-template-rows: auto;
      padding: 1em; }
      @media screen and (max-width: 768px) {
        .badge-banner.profile-ugc .copy.grid {
          grid-template-columns: auto;
          grid-template-rows: auto; } }
    .badge-banner.profile-ugc .avatar-wrap {
      position: relative; }
      .badge-banner.profile-ugc .avatar-wrap [class|="avatar"] {
        border: 3px solid #fff;
        border-radius: 50%;
        box-sizing: border-box;
        display: block;
        height: 104px;
        margin: 0 auto;
        position: relative;
        width: 104px; }
        .badge-banner.profile-ugc .avatar-wrap [class|="avatar"].fade {
          opacity: .25;
          transition: opacity .5s ease-out; }
        @media screen and (max-width: 768px) {
          .badge-banner.profile-ugc .avatar-wrap [class|="avatar"] {
            margin-bottom: -54px;
            top: -54px; } }
      .badge-banner.profile-ugc .avatar-wrap .avatar-letter {
        background-color: #fcbf01;
        color: #fff;
        font-size: 48px;
        font-weight: 400;
        line-height: 100px;
        text-align: center; }
      .badge-banner.profile-ugc .avatar-wrap .edit-image {
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.2);
        color: #999;
        cursor: pointer;
        display: block;
        height: 1.5em;
        position: absolute;
        right: .35em;
        text-align: center;
        top: 4.65em;
        width: 1.5em; }
        .badge-banner.profile-ugc .avatar-wrap .edit-image:before {
          line-height: 1.8em;
          font-size: .85em; }
      .badge-banner.profile-ugc .avatar-wrap .avatar-edit-options {
        background: #fff;
        border-radius: 0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        bottom: 5%;
        display: none;
        height: auto;
        list-style: none;
        left: 72.25%;
        margin: 0;
        padding: 0;
        position: absolute; }
        .badge-banner.profile-ugc .avatar-wrap .avatar-edit-options li {
          color: #4524a0;
          cursor: pointer;
          font-size: 12px; }
          .badge-banner.profile-ugc .avatar-wrap .avatar-edit-options li label {
            font-weight: 400;
            cursor: pointer; }
        .badge-banner.profile-ugc .avatar-wrap .avatar-edit-options::after {
          border-color: transparent transparent #fff;
          border-style: solid;
          border-width: 0 7px 7px;
          content: '';
          display: block;
          height: 5px;
          left: 2px;
          position: absolute;
          top: -10px;
          width: 14px; }
        .badge-banner.profile-ugc .avatar-wrap .avatar-edit-options.reveal {
          display: block; }
      .badge-banner.profile-ugc .avatar-wrap .fa-spinner {
        color: #999;
        left: 3em;
        opacity: 0;
        position: absolute;
        top: 3em; }
        .badge-banner.profile-ugc .avatar-wrap .fa-spinner.reveal {
          opacity: 1;
          transition: opacity .5s ease-in;
          animation: rotateSpinner 2s infinite linear; }
    .badge-banner.profile-ugc .profile-info {
      padding: 0 0 0 1em; }
      .badge-banner.profile-ugc .profile-info .name, .badge-banner.profile-ugc .profile-info .location, .badge-banner.profile-ugc .profile-info .profile-desc {
        text-align: left; }
      .badge-banner.profile-ugc .profile-info .name {
        color: #222;
        margin: 0 0 .75em;
        padding: 0; }
      .badge-banner.profile-ugc .profile-info .profile-stats .stat-cell {
        text-align: center;
        flex: 0 0 33.33333%; }
        .badge-banner.profile-ugc .profile-info .profile-stats .stat-cell strong {
          color: #222;
          font-size: 20px;
          font-weight: 400; }
        .badge-banner.profile-ugc .profile-info .profile-stats .stat-cell:first-child {
          text-align: center; }
          @media screen and (min-width: 768px) {
            .badge-banner.profile-ugc .profile-info .profile-stats .stat-cell:first-child {
              text-align: left;
              flex-basis: 27%; } }
        .badge-banner.profile-ugc .profile-info .profile-stats .stat-cell:not(:last-child) {
          border-right: 1px solid #999; }
      @media screen and (min-width: 768px) {
        .badge-banner.profile-ugc .profile-info .profile-stats {
          max-width: 255px;
          justify-content: flex-start; } }
      @media screen and (max-width: 768px) {
        .badge-banner.profile-ugc .profile-info {
          padding: 0; }
          .badge-banner.profile-ugc .profile-info .name, .badge-banner.profile-ugc .profile-info .location, .badge-banner.profile-ugc .profile-info .profile-desc {
            text-align: center; } }
    .badge-banner.profile-ugc .desc-edit-wrap {
      display: none;
      margin-bottom: 1em; }
      .badge-banner.profile-ugc .desc-edit-wrap .desc-input {
        display: inline-block;
        margin-right: 1em;
        vertical-align: middle;
        max-width: 18em;
        width: 100%; }
      .badge-banner.profile-ugc .desc-edit-wrap [class|="desc-edit"] {
        display: inline-block;
        cursor: pointer;
        font-size: .75em;
        margin-right: 1em;
        text-transform: uppercase;
        vertical-align: middle; }
      .badge-banner.profile-ugc .desc-edit-wrap .desc-edit-cancel {
        color: #4524a0; }
      .badge-banner.profile-ugc .desc-edit-wrap .desc-edit-done {
        background-color: #4524a0;
        border-radius: .25em;
        color: #fff;
        padding: .25em .5em; }
      @media screen and (max-width: 768px) {
        .badge-banner.profile-ugc .desc-edit-wrap {
          text-align: center; }
          .badge-banner.profile-ugc .desc-edit-wrap .desc-input {
            border: 1px solid;
            font-size: 14px;
            margin-bottom: .5em; }
          .badge-banner.profile-ugc .desc-edit-wrap [class|="desc-edit"] {
            font-size: 12px; } }
    @media screen and (max-width: 768px) {
      .badge-banner.profile-ugc .profile-desc-wrap {
        text-align: center; } }
    .badge-banner.profile-ugc .profile-desc-wrap.edit .profile-desc {
      display: none; }
    .badge-banner.profile-ugc .profile-desc-wrap.edit .desc-edit-wrap {
      display: block; }
    .badge-banner.profile-ugc .desc-edit-cta {
      color: #4524a0;
      cursor: pointer;
      display: inline-block;
      margin-left: .25em; }
    .badge-banner.profile-ugc p.desc-edit-cta {
      margin-left: 0; }
    @media screen and (max-width: 768px) {
      .badge-banner.profile-ugc {
        padding-top: 54px; } }

.badges {
  padding: 0 2em; }
  .badges .rewards-title {
    margin-bottom: 5px; }
    .badges .rewards-title .gray {
      color: #999; }
      .badges .rewards-title .gray .fa {
        font-size: 16px; }
  .badges .subtitle {
    color: #999;
    font-size: 12px; }
  @media screen and (max-width: 1200px) {
    .badges {
      padding: 0 1em; } }

.badge-section-title {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 0; }

.badge-section-count {
  color: #999;
  font-weight: 400;
  font-size: .85em; }

.badge-wrapper {
  grid-template-columns: repeat(auto-fill, minmax(3em, 5.5em));
  grid-template-rows: auto;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  margin: 0 auto 2em;
  max-width: 945px;
  width: 100%; }
  .badge-wrapper .badge-wrap {
    position: relative; }
    .badge-wrapper .badge-wrap .user-badge {
      background-color: #fff;
      border-radius: 50%;
      box-sizing: border-box;
      cursor: pointer;
      padding: 0;
      position: relative;
      text-align: center;
      z-index: 2; }
      .badge-wrapper .badge-wrap .user-badge .badge-image {
        height: auto;
        width: 100%; }
        .badge-wrapper .badge-wrap .user-badge .badge-image.locked {
          opacity: 0.3;
          filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
          /* Firefox 10+, Firefox on Android */
          filter: gray;
          /* IE6-9 */
          -webkit-filter: grayscale(100%);
          /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
    .badge-wrapper .badge-wrap .badge-progress {
      background-color: #fcbf01;
      border-radius: 50%;
      height: 109.09091%;
      width: 109.09091%;
      position: absolute;
      top: -4.545455%;
      left: -4.545455%;
      z-index: 1; }
    .badge-wrapper .badge-wrap.no-progress .user-badge {
      margin: 0; }
    .badge-wrapper .badge-wrap.no-progress .badge-progress {
      display: none; }
  @media screen and (max-width: 1200px) {
    .badge-wrapper {
      grid-template-rows: auto; } }
  @media screen and (max-width: 1200px) {
    .badge-wrapper {
      grid-template-columns: repeat(5, 1fr); } }
  @media screen and (max-width: 768px) {
    .badge-wrapper {
      grid-column-gap: 1em;
      grid-row-gap: 1em; } }
  @media screen and (max-width: 576px) {
    .badge-wrapper {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .badge-wrapper {
      flex-wrap: wrap;
      margin: 0 -2em -1em 0; }
      .badge-wrapper .badge-wrap {
        width: calc(100% / 8); } }
  @media screen and (-ms-high-contrast: none) and (max-width: 1200px), screen and (-ms-high-contrast: active) and (max-width: 1200px) {
    .badge-wrapper .badge-wrap {
      width: calc(100% / 4); } }

.badge-divider {
  border: solid #ddd;
  border-width: 1px 0 0;
  margin-bottom: 2em; }

#badge-modal {
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #000;
  z-index: 2000; }
  #badge-modal .modal-user-badge {
    padding-top: 24px; }
    #badge-modal .modal-user-badge img.badge-image {
      width: 104px;
      height: 104px; }
  #badge-modal .modal-header .title {
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: normal; }
  #badge-modal .modal-header p {
    font-size: 14px;
    line-height: 1.64; }
  #badge-modal .modal-header .body {
    letter-spacing: 0.1px;
    padding-top: 8px; }
  #badge-modal .modal-header .unlocked-subtitle {
    color: #999; }
  #badge-modal .close {
    width: 24px;
    height: 24px;
    object-fit: contain; }

#profile-modal p, #profile-modal h3 {
  text-align: center; }
@media screen and (min-width: 768px) {
  #profile-modal .modal-dialog {
    max-width: 400px; } }
#profile-modal.in .modal-dialog {
  transform: translate(0, 10%); }
#profile-modal .modal-content {
  background-color: transparent;
  box-shadow: 0 0.125em 0.125em 0.0625em rgba(0, 0, 0, 0.125); }
  #profile-modal .modal-content > div {
    background-color: #fff; }
#profile-modal .modal-avatar {
  margin: 0 auto;
  max-width: 104px;
  position: relative;
  padding-bottom: 10px; }
  #profile-modal .modal-avatar .avatar {
    border: 3px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 104px;
    margin: 0 auto -50px;
    position: relative;
    top: -50px;
    width: 104px; }
  #profile-modal .modal-avatar .no-image {
    background-color: #fcbf01;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 100px;
    text-align: center; }
  #profile-modal .modal-avatar .flag {
    border-radius: 50%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 26px; }
    #profile-modal .modal-avatar .flag img {
      width: 100%; }
#profile-modal .modal-header {
  padding: 0;
  border: 0;
  color: #444; }
  #profile-modal .modal-header .name {
    color: #222;
    font-size: 24px;
    padding-top: 0; }
  #profile-modal .modal-header .location {
    font-size: 14px;
    padding: 4px 0 4px;
    color: #777; }
#profile-modal .modal-body {
  padding: 0 0 10px;
  color: #444; }
  #profile-modal .modal-body .row {
    margin: 0; }
  #profile-modal .modal-body .value {
    font-size: 18px;
    padding-top: 8px;
    margin-bottom: 0; }
  #profile-modal .modal-body .title {
    font-size: 14px;
    color: #777; }
#profile-modal .modal-badges .modal-badge-wrapper {
  border-top: 1px solid #ddd;
  height: 80px;
  padding: 15px; }
  #profile-modal .modal-badges .modal-badge-wrapper .image {
    width: 50px; }
  #profile-modal .modal-badges .modal-badge-wrapper .title {
    color: #444;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 50px;
    padding-left: 15px; }
#profile-modal .close {
  width: 24px;
  height: 24px;
  object-fit: contain; }
@media screen and (min-width: 768px) {
  #profile-modal.version1 .modal-dialog {
    max-width: 584px; }
  #profile-modal.version1.in .modal-dialog {
    transform: translate(0, 60%); } }
#profile-modal.version1 .profile-info {
  border-radius: 5px 0 0 5px; }
#profile-modal.version1 .modal-badges {
  border-radius: 0 5px 5px 0; }
#profile-modal.version1 .modal-avatar .avatar {
  top: -66px; }
#profile-modal.version1 .modal-avatar .flag {
  top: 8px; }
#profile-modal.version1 .profile-stats {
  align-items: stretch;
  color: #999;
  display: flex;
  justify-content: center; }
  #profile-modal.version1 .profile-stats .stat-cell {
    text-align: center;
    flex: 0 0 33.33333%; }
    #profile-modal.version1 .profile-stats .stat-cell strong {
      font-size: 20px;
      font-weight: 400; }
    #profile-modal.version1 .profile-stats .stat-cell:not(:last-child) {
      border-right: 1px solid #999; }
#profile-modal.version1 .modal-content.grid {
  background-color: #f1f1f1;
  border-radius: 5px;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  position: static; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #profile-modal.version1 .modal-content.grid {
      align-content: stretch;
      align-items: stretch;
      flex-wrap: nowrap; }
      #profile-modal.version1 .modal-content.grid .profile-info, #profile-modal.version1 .modal-content.grid .modal-badges {
        flex: 1 1 50%;
        margin-right: 8px; }
      #profile-modal.version1 .modal-content.grid .modal-badges {
        margin-right: 0; } }
#profile-modal.version1 .modal-badge-title {
  font-size: 12px;
  padding: 0 16px;
  position: relative; }
  #profile-modal.version1 .modal-badge-title .close {
    position: absolute;
    right: 8px;
    top: -16px; }
#profile-modal.version1 .modal-badge-wrapper.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  margin: 0 auto;
  padding: 15px 0;
  min-height: 254px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: calc(100% - 30px); }
  #profile-modal.version1 .modal-badge-wrapper.grid.no-scroll {
    overflow: hidden; }
  #profile-modal.version1 .modal-badge-wrapper.grid img {
    width: 100%; }
  #profile-modal.version1 .modal-badge-wrapper.grid .blank {
    background-color: #ddd;
    border-radius: 50%;
    display: block;
    height: 56px;
    width: 56px; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #profile-modal.version1 .modal-badge-wrapper.grid {
      align-content: stretch;
      align-items: stretch;
      flex-wrap: wrap; }
      #profile-modal.version1 .modal-badge-wrapper.grid > div {
        flex: 1 1 25%;
        padding: 4px; }
      #profile-modal.version1 .modal-badge-wrapper.grid img {
        max-width: 56px; } }
#profile-modal.version1 .badge-info {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 8px;
  position: absolute;
  width: 202px; }
  #profile-modal.version1 .badge-info p, #profile-modal.version1 .badge-info h4 {
    color: #999;
    font-size: 13px;
    font-weight: 400; }
  #profile-modal.version1 .badge-info h4 {
    color: #222;
    text-transform: uppercase;
    text-align: center; }
  #profile-modal.version1 .badge-info::before {
    background-color: #fff;
    content: '';
    border: solid #ddd;
    border-width: 1px 0 0 1px;
    height: 14px;
    position: absolute;
    top: -7px;
    transform: rotate(45deg);
    width: 14px;
    left: 46%; }
@media screen and (max-width: 768px) {
  #profile-modal.version1.in .modal-dialog {
    transform: translateY(10%); }
  #profile-modal.version1 .modal-content.grid {
    background-color: transparent;
    grid-template-columns: auto;
    grid-template-rows: 1fr .85fr;
    grid-row-gap: 11px; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: none), screen and (max-width: 768px) and (-ms-high-contrast: active) {
    #profile-modal.version1 .modal-content.grid {
      flex-direction: column;
      height: 100vh; }
      #profile-modal.version1 .modal-content.grid .profile-info {
        flex: 1 1 50%;
        margin-bottom: 11px; }
      #profile-modal.version1 .modal-content.grid .modal-badges {
        flex: 1 1 35%; } }
@media screen and (max-width: 768px) {
  #profile-modal.version1 .modal-badge-wrapper.grid {
    border: solid #ddd;
    border-width: 0 0 1px;
    display: inline-flex;
    flex-wrap: nowrap;
    margin: 0 12px;
    min-height: 5em;
    padding: 0;
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden; }
    #profile-modal.version1 .modal-badge-wrapper.grid.no-scroll {
      overflow: hidden; }
    #profile-modal.version1 .modal-badge-wrapper.grid > div {
      flex: 0 0 4em;
      margin-right: 8px;
      position: relative; }
      #profile-modal.version1 .modal-badge-wrapper.grid > div.active::before {
        background-color: #ddd;
        border: solid #ddd;
        border-width: 1px 0 0 1px;
        content: '';
        height: 14px;
        position: absolute;
        bottom: -7px;
        transform: rotate(45deg);
        width: 14px;
        left: 40%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: none), screen and (max-width: 768px) and (-ms-high-contrast: active) {
    #profile-modal.version1 .modal-badge-wrapper.grid > div {
      padding: 0; } }
@media screen and (max-width: 768px) {
  #profile-modal.version1 .profile-info {
    border-radius: 5px; }
    #profile-modal.version1 .profile-info .name {
      font-size: 16px; }
    #profile-modal.version1 .profile-info .location {
      font-size: 12px; }
    #profile-modal.version1 .profile-info .profile-desc {
      font-size: 12px;
      min-height: 22px; }
    #profile-modal.version1 .profile-info .stat-title {
      font-size: 12px; }
    #profile-modal.version1 .profile-info .stat-value {
      font-size: 16px; }
  #profile-modal.version1 .modal-badges {
    border-radius: 5px;
    padding-bottom: 7.6em;
    position: relative;
    overflow: scroll;
    min-height: 22rem; }
    #profile-modal.version1 .modal-badges.no-scroll {
      overflow: hidden; }
    #profile-modal.version1 .modal-badges .badge-info {
      background-color: transparent;
      box-shadow: none;
      border: 0;
      bottom: 0;
      height: 107px;
      left: 0;
      padding: 0 14px;
      width: 100%; }
      #profile-modal.version1 .modal-badges .badge-info .badge-desc, #profile-modal.version1 .modal-badges .badge-info .badge-title, #profile-modal.version1 .modal-badges .badge-info .badge-date {
        font-size: 12px; }
      #profile-modal.version1 .modal-badges .badge-info::before {
        display: none; } }

@keyframes rotateSpinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.react-tooltip {
  max-width: 250px;
  font-size: 14px; }
  .react-tooltip .react-tooltip-title {
    padding-bottom: 8px;
    font-weight: bold;
    border-bottom: 1px #ddd solid; }
  .react-tooltip .react-tooltip-description {
    padding-top: 8px; }
    .react-tooltip .react-tooltip-description .react-tooltip-description-subtitle {
      padding-top: 15px; }

.leaderboard-banner {
  cursor: pointer; }

#leaderboard-group-modal .modal-dialog {
  margin-top: 95px; }
#leaderboard-group-modal .modal-content {
  background: transparent;
  border: none; }

.leaderboard-modal-header {
  background-image: linear-gradient(103deg, #4524a0, #ce0061);
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 16px; }
  .leaderboard-modal-header img {
    width: 104px;
    margin: -68px auto auto auto;
    display: block; }
  .leaderboard-modal-header h3 {
    color: #fff;
    margin-top: 8px; }
  .leaderboard-modal-header p {
    color: #fff;
    margin: 0; }
  .leaderboard-modal-header .close {
    color: #fff;
    opacity: 1;
    font-weight: lighter; }

.leaderboard-modal-body {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 10px 0 0 0;
  overflow: hidden;
  height: 281px; }
  .leaderboard-modal-body .react-tabs__tab-list {
    border-bottom: 2px solid #ddd;
    margin: 0; }
  .leaderboard-modal-body .react-tabs__tab {
    display: inline-block;
    border: none;
    bottom: 0;
    padding: 4px 10px;
    position: relative;
    list-style: none;
    cursor: pointer; }
  .leaderboard-modal-body .react-tabs__tab--selected {
    color: #4524a0;
    border-bottom: 3px solid #4524a0; }
  .leaderboard-modal-body .avatar-letter {
    background-color: #fcbf01;
    color: #fff;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    padding-top: 2px;
    margin-right: 4px;
    display: inline-block; }
  .leaderboard-modal-body .avatar-image {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    display: inline-block; }
  .leaderboard-modal-body .avatar-flag {
    margin-left: -10px;
    margin-top: 10px;
    width: 12px; }
  .leaderboard-modal-body table {
    width: 100%; }
    .leaderboard-modal-body table img {
      margin-right: 4px; }
  .leaderboard-modal-body thead {
    background: #f5f5f5; }
    .leaderboard-modal-body thead img {
      width: 16px; }
  .leaderboard-modal-body tr.current-user-unlocked {
    background: #d1c8e7; }
  .leaderboard-modal-body tr.user-locked {
    background: #f5f5f5; }
  .leaderboard-modal-body td.current-user-locked {
    color: #000; }
  .leaderboard-modal-body td.current-user-unlocked {
    color: #000; }
  .leaderboard-modal-body td.user-unlocked {
    color: #999; }
  .leaderboard-modal-body td {
    padding: 8px 16px;
    color: #ddd; }
  .leaderboard-modal-body .right-align {
    text-align: right; }
  .leaderboard-modal-body th {
    padding: 8px 16px;
    font-weight: normal;
    color: #999; }
  .leaderboard-modal-body .faqs {
    padding: 0 16px; }
    .leaderboard-modal-body .faqs ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    .leaderboard-modal-body .faqs li {
      margin-top: 16px; }
  .leaderboard-modal-body .footer {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 5px; }
    .leaderboard-modal-body .footer p {
      color: #999; }

.split-image-container {
  position: relative;
  overflow: hidden; }
  .split-image-container .split-image-bottom {
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: black; }
    .split-image-container .split-image-bottom img {
      -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      position: relative;
      bottom: -1px;
      right: -1px; }
    .split-image-container .split-image-bottom:hover {
      -webkit-clip-path: none;
      clip-path: none; }
      .split-image-container .split-image-bottom:hover img {
        -webkit-clip-path: none;
        clip-path: none;
        bottom: 0;
        right: 0; }
  .split-image-container .split-image-top {
    position: absolute;
    top: 0; }
    .split-image-container .split-image-top:hover {
      z-index: 2; }

.wallet-page__background {
  background-image: linear-gradient(134deg, #0297e1 0%, #4524a0 100%); }

.wallet-page__header-img {
  margin: auto 0; }

.wallet-page__header-main {
  color: #0297e1;
  font-size: 24px; }

.wallet-page__credit {
  color: #0297e1;
  line-height: 32pt;
  font-size: 24pt; }

.two-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5em; }

.wallet-page__link {
  font-weight: normal;
  margin: auto 0;
  font-size: 16px;
  padding-bottom: 15px; }

.wallet-page__info-header {
  margin: auto 0 !important;
  font-size: 24px;
  padding-bottom: 15px; }

.wallet-page__credits {
  display: flex;
  flex-direction: column;
  border-top: 0.5px solid #ddd; }
  .wallet-page__credits .header {
    background-color: #f5f5f5;
    color: #999;
    padding: 8px;
    font-size: 14px; }
  .wallet-page__credits th {
    font-weight: normal; }

.credit-info {
  border-bottom: 0.5px solid #ddd;
  padding: 15px; }

.credit-info__description {
  font-weight: bold;
  font-size: 14px; }

.credit-info__remaining-credit {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-align: right; }

.credit-info__amount {
  color: #0297e1;
  font-weight: bold;
  font-size: 16px; }

.credit-info__exp {
  color: #999;
  font-size: 12px; }
