.order_by {
  color: #000;
  font-weight: 600;
  position: relative;
  bottom: 2px;
  text-align: right; }

.search-area,
.order_by {
  display: inline-block; }

.search-area {
  position: relative;
  margin-top: 15px; }

.order_by .heading {
  color: #5B5C5C; }

.ui-selectmenu-button.ui-button {
  width: 9rem; }

.order_by .sort_option.selected {
  border-bottom: 2px solid #000; }

.filter-tags {
  margin-top: 9px;
  margin-bottom: 9px; }

.filter-tag {
  margin: 2px;
  text-transform: lowercase;
  background-color: #6F3FF5;
  color: white !important;
  border-radius: 2px;
  font-size: 12px;
  padding: 4px 5px;
  display: inline-block; }

.filter-tag i {
  margin-left: 7px;
  font-size: 9px; }

.ui-autocomplete {
  height: 33.33%;
  overflow-y: scroll; }

#results-count {
  color: #666666; }

.search_bar {
  border-bottom: 1px solid #D8D8D8; }

/* Remove IE default X */
#keywords::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

@media (max-width: 767.98px) {
  .title-row {
    display: inline-block; }
  .title-row .bounty-info {
    margin-bottom: 10px; }
  .title-row .bounty-info #modifiers {
    padding-left: 20px; }
  .search-area {
    margin-bottom: 10px;
    margin-left: 0; }
  .order_by {
    margin-top: 0; }
  .order_by .sort_option:last-child {
    margin-right: 0; }
  .search_bar div {
    padding-right: 15px; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0; }

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(10px * 2);
    padding: calc(var(--plyr-control-spacing,10px) * 2); } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(10px * -4));
  transform: translateY(calc(var(--plyr-control-spacing,10px) * -4)); }

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px); }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

a.plyr__control {
  text-decoration: none; }

a.plyr__control::after, a.plyr__control::before {
  display: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: calc(10px / 4);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 4); }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(10px / 4);
  padding-left: calc(var(--plyr-control-spacing,10px)/ 4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(10px / 2);
  padding: 0 calc(var(--plyr-control-spacing,10px)/ 2); }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr__controls:empty {
  display: none; }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: '';
  height: 0;
  position: absolute;
  right: calc(((18px / 2) + calc(10px * .7)) - (4px / 2));
  right: calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7); }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(10px * .7)/ 1.5);
  padding-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  padding-left: calc(calc(10px * .7) * 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-right: calc(calc(10px * .7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-top: calc(calc(10px * .7)/ 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(10px * .7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4); }

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(10px * .7) * 1.5) - 4px);
  right: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px)); }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(10px * .7);
  margin: calc(var(--plyr-control-spacing,10px) * .7);
  margin-bottom: calc(calc(10px * .7)/ 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  padding-left: calc(calc(10px * .7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
  position: relative;
  width: calc(100% - (calc(10px * .7) * 2));
  width: calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2)); }

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(10px * .7) * 1.5) - 4px);
  left: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px)); }

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: '';
  height: 1px;
  left: 0;
  margin-top: calc(calc(10px * .7)/ 2);
  margin-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(10px * .7);
  padding-left: calc(var(--plyr-control-spacing,10px) * .7); }

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))); }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control.plyr__tab-focus[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(10px * .7) - 2) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(10px * .7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: calc(13px * 2);
  border-radius: calc(var(--plyr-range-thumb-height,13px) * 2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((3px * 2) + 13px);
  height: calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0)); }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: calc(((13px - 5px)/ 2) * -1);
  margin-top: calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px); }

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0; }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input.plyr__tab-focus[type=range]::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input.plyr__tab-focus[type=range]::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input.plyr__tab-focus[type=range]::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: calc(768px - 1)) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  padding: calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((18px / 2) + calc(10px * .7));
  left: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((18px / 2) + calc(10px * .7));
  right: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control.plyr__tab-focus:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control.plyr__tab-focus:last-child .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1); }

.plyr__progress {
  left: calc(13px * .5);
  left: calc(var(--plyr-range-thumb-height,13px) * .5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(13px * -.5);
  margin-left: calc(var(--plyr-range-thumb-height,13px) * -.5);
  margin-right: calc(13px * -.5);
  margin-right: calc(var(--plyr-range-thumb-height,13px) * -.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height,13px)); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((5px / 2) * -1);
  margin-top: calc((var(--plyr-range-track-height,5px)/ 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }

.plyr__volume input[type=range] {
  margin-left: calc(10px / 2);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 2);
  margin-right: calc(10px / 2);
  margin-right: calc(var(--plyr-control-spacing,10px)/ 2);
  position: relative;
  z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr--video {
  background: #000;
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%; }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(10px / 2);
  padding: calc(var(--plyr-control-spacing,10px)/ 2);
  padding-top: calc(10px * 2);
  padding-top: calc(var(--plyr-control-spacing,10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(10px * 3.5);
    padding-top: calc(var(--plyr-control-spacing,10px) * 3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: calc(10px * 1.5);
  padding: calc(var(--plyr-control-spacing,10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr.plyr--vimeo:-webkit-full-screen .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr.plyr--vimeo:-ms-fullscreen .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr.plyr--vimeo:fullscreen .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr.plyr--hide-controls:-webkit-full-screen {
  cursor: none; }

.plyr.plyr--hide-controls:-ms-fullscreen {
  cursor: none; }

.plyr.plyr--hide-controls:fullscreen {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr.plyr--vimeo:-webkit-full-screen .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr.plyr--hide-controls:-webkit-full-screen {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr.plyr--vimeo:-moz-full-screen .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr.plyr--hide-controls:-moz-full-screen {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr.plyr--vimeo:-ms-fullscreen .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr.plyr--hide-controls:-ms-fullscreen {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3; }

.plyr__ads::after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1); }

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

body {
  background-color: #FFF; }

.none {
  display: none; }

.explorer {
  margin-top: 2em;
  color: #6F3FF5; }

.explorer i {
  position: relative;
  font-size: 10px;
  top: -1px; }

#extended-expiration-date #extended-days {
  border-bottom: 1px solid black; }

.progress-bar {
  background-color: #D8D8D8;
  display: block;
  height: 2px;
  overflow: hidden; }

.progress-bar .progress {
  background-color: #0FCE7C;
  height: 2px;
  width: 50%; }

.progress-bar.expired .progress {
  background-color: #f7981b; }

.bounty_details h4,
.bounty_details h5 {
  letter-spacing: 0;
  text-transform: capitalize; }

.avatar {
  width: 50px;
  height: 50px;
  margin: 0px auto;
  border-radius: 50px; }

.invite-user .avatar {
  width: 5.5rem;
  height: 5.5rem; }

#avatar_url .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px; }

.quote-container {
  width: 55%;
  z-index: 2; }

.quote-container img {
  top: 3rem;
  left: -2rem;
  position: relative; }

.quote-container .quote_text {
  font-size: 1.1rem;
  color: #4A4A4A; }

.quote-container .quote_author {
  color: #4A4A4A;
  font-size: 1rem;
  font-style: italic; }

.bounty_details .avatar.Azure-Samples {
  border-radius: 0px; }

.avatar-big {
  width: 80px;
  height: 80px; }

.avatar-small {
  width: 25px;
  height: 25px; }

#status {
  color: #00A55E;
  text-transform: uppercase;
  margin-bottom: 5px; }

.stat-card {
  background: #ecf0fa;
  border-radius: 4px; }

.stat-card h2,
.stat-card p,
.related-bounties li .bounty-org,
.popover-bounty__content .summary {
  color: #717171; }

.related-bounties {
  list-style-type: none; }

.related-bounties .static-stars .far {
  font-size: 0.8rem; }

.box {
  padding: 14px;
  border-bottom: 1px solid #DBDBDB;
  border-radius: 3px;
  margin: 0; }

.box .empty {
  text-align: center;
  font-size: 16px;
  color: #7A7A7A;
  font-weight: 600; }

.box .empty p {
  margin: 1rem; }

#extended-expiration-date p {
  font-size: 1rem;
  font-weight: bold; }

.contributor-box .fa-minus {
  font-size: 14px;
  margin: 0;
  color: #7A7A7A; }

.bounty-heading {
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 2em;
  font-size: 18px;
  color: #333333; }

#description {
  border-top: 1px solid #D4D4D4;
  margin-bottom: 2em; }

.tooltip-sm {
  font-size: 13px;
  padding: 10px; }

.bounty-text {
  font-size: 14px;
  color: #6F3FF5; }

.issue_description {
  color: #000000;
  font-size: 14px; }

.bounty-subheading {
  font-weight: lighter;
  font-size: 14px; }

.bounty-info div {
  font-weight: 500; }

.bounty-info-heading {
  color: #0D0764;
  font-weight: 500;
  text-transform: capitalize; }

.break-line {
  white-space: pre-line; }

.bounty-info i {
  font-size: 11px;
  top: -1px;
  position: relative; }

.bounty-info-text {
  color: #717171;
  text-transform: capitalize; }

.funder-avatar,
.activity div {
  margin: auto; }

#timer {
  display: inline-grid; }

#timer div {
  width: 12em;
  margin-right: 0;
  display: inline-block; }

#timer .bounty-info-heading,
#timer .bounty-info-text {
  font-size: 12px; }

#timer .bounty-info-text {
  position: relative;
  top: 2px; }

#bounty_details .activity-tag-first {
  margin-right: 0.2em; }

#bounty_details .tag {
  display: inline-block; }

.issue-url > a {
  color: #ffffff; }

.transaction-status {
  display: block;
  position: relative;
  width: 80%;
  left: 10%;
  top: 30px;
  margin-bottom: 30px;
  border-radius: 2px;
  padding: 3vh 5vw;
  text-align: center; }

.transaction-status a {
  color: white;
  text-decoration: underline; }

.red_warning,
#network {
  background-color: #fbe0d6;
  color: #fb9470;
  padding: 5px 10px;
  border-radius: 2px;
  margin-bottom: 15px;
  display: block; }

.red_warning a,
#network a {
  color: #fb9470;
  font-weight: bold; }

.bounty-actions {
  display: inherit; }

.bounty-actions .tag.usd {
  padding-left: 10px;
  padding-right: 10px; }

.tag.keyword {
  padding: 5px 10px; }

.contributor-box {
  border-right: 1px solid #DBDBDB; }

.contributor-box:last-child {
  border-right: none; }

.contributors-info {
  margin: 0;
  text-align: center; }

.contributor-box h6 {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 600; }

.contributor-box i {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #333333; }

#issue_keywords .keyword:first-child {
  margin-left: 0; }

#bounty_owner_github_username a {
  color: #0D0764;
  margin-bottom: 5px;
  font-weight: 600; }

a.btn {
  border-radius: 0.2rem; }

.funder-avatar,
.activity-avatar {
  text-align: center; }

.sticky {
  position: fixed;
  top: 0;
  z-index: 1010;
  text-align: center; }

#btn-white {
  background-color: #FFFFFF;
  border: 1px solid #979797;
  color: #0D0764;
  border-radius: 3px;
  position: relative; }

.waiting-state {
  position: relative;
  top: -6rem; }

.loading_img::before {
  content: '';
  width: 12rem;
  height: 12rem;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  top: 0; }

.loading_img img {
  position: absolute;
  max-width: 100%;
  width: 13rem;
  z-index: 2;
  padding-right: 1rem;
  top: 50%;
  transform: translateY(-50%); }

.waiting-state img {
  top: -2rem;
  transform: none; }

.comment {
  border-left: 1px solid #979797;
  padding-right: 20px;
  margin-left: 5px; }

.activity {
  margin-bottom: 10px;
  font-size: 13px; }

.fulfilled .bounty-text,
.activity-time {
  color: #717171; }

.activity .activity-status i {
  margin-left: 10px;
  color: #0ECF7C; }

.activity-kudos {
  width: 60px;
  float: right; }

.activity .bounty-subheading,
.activity .bounty-text {
  font-size: 12px; }

#extended-expiration-date i {
  position: relative;
  top: 2px; }

.transaction-header h2 {
  color: #ffffff;
  font-size: 2rem; }

#bounty_details {
  display: none;
  margin-bottom: 2em; }

.issue_description img {
  max-height: 30rem;
  max-width: 100%;
  cursor: zoom-in;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.issue_description h1,
.issue_description h2,
.issue_description h3,
.issue_description h4,
.issue_description h5,
.issue_description h6 {
  letter-spacing: 1px;
  font-size: 16px;
  margin-top: 15px;
  text-transform: none; }

#bounty_reserved_for img {
  vertical-align: top;
  margin-left: 3px;
  margin-top: -2px; }

#bounty_reserved_for a {
  margin-left: 5px;
  font-weight: bold; }

#funder_notif_info:empty {
  display: none; }

#funder_notif_info .bounty-notification {
  border: orange 2px solid;
  border-radius: 3px;
  padding: 0.5rem; }

.related-bounties .bounty-title,
#funder_notif_info #bounty_funded_by,
#funder_notif_info i {
  color: #6F3FF5; }

#funder_notif_info img {
  width: 1.25rem;
  position: relative;
  top: -2px; }

#started_owners_username,
#fulfilled_owners_username,
#submitted_owners_username {
  padding-left: 0;
  margin: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

#started_owners_username a,
#fulfilled_owners_username a,
#submitted_owners_username a,
#started_owners_username i,
#fulfilled_owners_username i,
#submitted_owners_username i {
  margin-left: 5px;
  margin-right: 5px; }

#started_owners_username i,
#fulfilled_owners_username i,
#submitted_owners_username i {
  margin-top: 5px; }

.uninterest-button {
  margin: 5px; }

.stop-work-container {
  position: absolute;
  right: 0;
  top: -1px; }

.stop-work {
  float: right;
  padding-left: 5px; }

#moderator-admin-actions:not(:empty) {
  background: #F2F6F9;
  padding: 16px 0 10px;
  left: 0; }

@media (max-width: 767px) {
  #title {
    padding-top: 1em; }
  .loading_img img {
    width: 10rem; }
  #bounty_details .tags {
    margin-top: 10px;
    float: none; }
  #bounty_details .row {
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px; }
  .contributor-box,
  #bounty_details .row.activity {
    margin-bottom: 10px; }
  .contributor-box {
    border-right: 0;
    border-bottom: 1px solid #DBDBDB; }
  .contributor-box:last-child {
    border-bottom: none; }
  .actions {
    margin-bottom: 20px; } }

#add_interest form > div {
  margin-top: 10px; }

.add-interest-modal {
  height: auto;
  width: 100%; }

#add_interest form {
  padding: 1em;
  width: 100%; }

#issue_message {
  min-height: 12em; }

.add-interest-options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

#add_interest .login {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem auto; }

#add_interest .login__text {
  margin-bottom: 1rem; }

#add_interest .login__button .fa-github {
  margin-right: 0.4rem; }

#add_interest .login__button span {
  padding-left: 0.5rem;
  border-left: 1px solid #fff; }

#add_interest form .filter-label {
  display: inline;
  margin-left: 0.625rem; }

.add-interest-options > .option {
  width: auto; }

.btn-interested,
.btn-extend,
.btn-cancel {
  float: right;
  padding: 0.375rem 0.9375rem;
  font-size: 12px;
  text-align: center; }

.btn-cancel {
  margin-right: 25px; }

.close:hover, .close:focus {
  box-shadow: none; }

.modal.magnify,
.modal .magnify {
  width: auto;
  max-width: 100%;
  overflow-y: scroll; }

.bg-container {
  background-color: #3f24f9;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10rem; }

.transaction-header {
  display: block;
  position: relative;
  width: 80%;
  left: 10%;
  top: 30px;
  padding: 3vh 5vw;
  text-align: center; }

.waiting_room_entertainment {
  text-align: center; }

.ethereum-issue {
  width: 100%;
  color: #ffffff; }

.ethereum-issue,
.issue-url {
  font-size: 1.2rem;
  text-align: center; }

.hackathon-alt {
  font-size: 11px;
  color: #0d0764;
  font-weight: 600;
  letter-spacing: 1.7px; }

.rocket {
  position: absolute;
  top: 10rem;
  width: 4rem;
  animation: MoveUpDown 3s infinite alternate;
  -webkit-animation: MoveUpDown 3s infinite alternate; }

.circle,
.cross {
  position: absolute;
  width: 1.8rem;
  z-index: 0; }

#c1 {
  top: 25%;
  right: 11%; }

#c2 {
  top: 35%;
  left: 10%; }

#c3 {
  top: 22%;
  left: 13%; }

#c4 {
  top: 40%;
  right: 10%; }

#cs1 {
  top: 14%;
  left: 10%;
  transform: rotate(75deg); }

#cs2 {
  top: 40%;
  left: 25%; }

#cs3 {
  top: 40%;
  right: 35%;
  transform: rotate(25deg); }

#cs4 {
  top: 30%;
  right: 20%; }

#cloud {
  position: relative;
  right: 2rem;
  float: right;
  top: 7rem; }

#bounty-options {
  padding: 0 25px; }

.payout-input-amount-container input {
  border-top: none;
  border-left: none;
  border-right: none;
  max-width: 12rem;
  outline: none;
  color: #03B16B; }

.payout-input-amount-container input::-webkit-outer-spin-button,
.payout-input-amount-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.bounty_details .tooltip-inner {
  max-width: 500px !important; }

@media (max-width: 575.98px) {
  #timer {
    margin-bottom: 10px; }
  .loading .issue-url {
    font-size: 1rem; }
  .rocket {
    width: 3.5rem; }
  #bounty_actions {
    margin-top: 10px;
    margin-bottom: 1rem; } }

@media (max-width: 768px) {
  .issue-url {
    margin-top: 15px; }
  .left-rails {
    display: none; }
  #funder_notif_info {
    text-align: center; }
  .stop-work-container {
    position: relative;
    margin-bottom: 1rem !important; }
  .stop-work {
    float: none;
    margin-top: 1rem !important; } }

@media (max-width: 991.98px) {
  .explorer {
    display: none; }
  #moderator-admin-actions span {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px; }
  .bounty-actions {
    display: block; }
  .bounty-actions .col-12 {
    text-align: center; }
  #right_actions .dropdown {
    float: none !important;
    text-align: center;
    margin-bottom: 1rem; } }

.payout-summary-container {
  background: #F9F7FF; }

#submit_transaction .payout-tx-container {
  border: 1px solid #D8D8D8;
  border-radius: 3px; }

@media (min-width: 769px) {
  .activity-time {
    margin-left: 0.625rem !important; }
  .rocket {
    right: 11rem; } }

@media (max-width: 1024px) {
  #funder_notif_info .bounty-notification {
    margin-top: 1rem;
    display: inline-block;
    margin-left: 0 !important; } }

@media (min-width: 1441px) and (max-width: 2560px) {
  .bounty_details .quote-container {
    margin-top: 1rem; } }

@keyframes MoveUpDown {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-3rem); } }

@-webkit-keyframes MoveUpDown {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-3rem); } }

.qrcode {
  display: inline-block; }

.tag.bounty-category-tag {
  background-color: #F0EBFF;
  color: #6F3FF5;
  border-radius: 10px;
  font-size: 0.75rem; }

.tag.bounty-info-amount-usd {
  background-color: var(--usd-bg);
  color: var(--usd-color);
  border-radius: 10px;
  font-size: 0.85rem; }

.tag.bounty-info-amount-token {
  background-color: #F0EBFF;
  color: #6F3FF5;
  border-radius: 10px;
  font-size: 0.85rem; }

.bounty-info-payment-token {
  font-size: 0.85rem; }

.bounty-info-payment-token i {
  font-size: 11px;
  top: -1px;
  position: relative; }

.bounty-info-payment-token-name {
  color: #6F3FF5; }

.tab-container {
  position: relative;
  display: block;
  text-align: left;
  border-bottom: 1px #dfdfdf solid;
  width: 100%; }

.tab-container > button {
  margin: .5rem 3rem 0 0;
  transition: none; }

.tab-container > button:first-child {
  margin-left: 0; }

.section-tab {
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  color: black;
  padding: 0 0 0.5rem 0;
  margin-bottom: 1rem;
  font-weight: 600; }

.section-tab:hover,
.section-tab:active,
.section-tab:focus {
  color: var(--gc-blue) !important; }

.section-tab.active {
  color: var(--gc-blue);
  border-bottom: 4px var(--gc-blue) solid;
  font-weight: 600; }

.tab-sections {
  width: 100%;
  position: relative;
  transition: transform .3s; }

.tab-section {
  width: 100%;
  display: none; }

.tab-section.active {
  display: block; }

.nav-badge {
  font-size: 9px;
  color: #3e00ff;
  top: -8px;
  position: relative;
  font-weight: bold; }

@media (max-width: 768px) {
  .tab-container > button,
  .tab-container > button:first-child {
    text-align: center;
    margin: 0.25rem 1rem; } }

body {
  background: #FFFFFF; }

.invisible {
  background: #FFFFFF !important;
  visibility: hidden;
  height: 0; }

.navigation {
  height: 60px;
  display: flex;
  align-items: center; }

.navigation a {
  font-weight: 500;
  padding: 0; }

.navigation a.active {
  font-weight: bold;
  color: #0b0d9d;
  border-bottom: 4px solid #0b0d9d; }

#onboard-dashboard {
  background: #F2F6F9;
  margin-bottom: 2em; }

#onboard-dashboard > div {
  padding-top: 3.5rem;
  padding-bottom: 2em; }

#onboard-dashboard .info i.circle,
.darkify {
  font-weight: bolder;
  color: #280076; }

#onboard-dashboard h2,
#onboard-dashboard h3 {
  text-transform: capitalize;
  letter-spacing: 0; }

#onboard-footer p a,
#onboard-dashboard .info p a {
  color: #007BFF;
  text-decoration: none; }

#onboard-dashboard .info #onboard-alert {
  float: right;
  padding: .3rem 1.7rem; }

#onboard-dashboard .info i {
  font-size: 0.7rem;
  margin-right: 1rem; }

#onboard-dashboard .tips .fa-circle {
  font-size: 5.7px;
  margin-right: 0.4rem;
  top: -2px;
  position: relative; }

#onboard-footer p {
  margin: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

#onboard-dashboard .tips .tips-info {
  margin-top: 1rem; }

#onboard-dashboard .tips .tips-info p {
  margin-bottom: 0.45rem; }

#onboard-dashboard .no-results {
  background: #FFFFFF; }

.title-row {
  display: flex;
  float: right;
  border-bottom: 2px solid #3E24FB; }

.bounty-info {
  top: 4px;
  text-align: right; }

#stats {
  padding-left: 5px;
  font-weight: 300;
  color: #7A7A7A; }

.title {
  text-transform: capitalize;
  font-weight: 600; }

.bounty_row {
  color: #000000;
  text-decoration: none;
  padding: 10px 3rem 10px 1rem;
  display: flex;
  flex-wrap: wrap; }

.bounty_row .avatar-container {
  text-align: right;
  margin-top: auto;
  margin-bottom: auto; }

.bounty_row img {
  margin-right: 20px; }

.bounty_row .title {
  margin-bottom: 2px; }

.bounty_row:hover {
  color: #000000;
  text-decoration: none;
  background-color: #F9F9F9; }

.bounty-detail {
  margin-top: 10px;
  margin-bottom: 10px; }

.bounty-summary {
  display: inline-flex; }

.bounty-summary img {
  position: absolute;
  width: 20px;
  margin: 0;
  top: 2px; }

.bounty-summary .col-xs-1 {
  margin-right: 2em; }

.bounty-summary .github-comment {
  position: absolute;
  text-align: center;
  color: white;
  width: 20px;
  top: 0px; }

#onboard-dashboard .no-results img {
  width: 15rem; }

.bounty-detail .info {
  color: #666666; }

#onboard-dashboard .robot {
  margin-top: auto;
  margin-bottom: auto; }

#onboard-dashboard .robot img {
  width: 12rem; }

.tags {
  display: flex;
  flex-wrap: wrap; }

.tags.fixed {
  padding-bottom: 1rem; }

#onboard-footer {
  text-align: center;
  background: #F2F6F9;
  padding-top: 2rem;
  padding-bottom: 2rem; }

@media (min-width: 992px) {
  #onboard-dashboard .tips {
    padding-left: 2rem;
    border-left: 1.5px solid #dbdcdc; } }

@media (max-width: 991.98px) {
  .bounty_row {
    padding-left: 1rem;
    padding-right: 1rem; }
  #onboard-dashboard .robot {
    display: none; }
  .bounty_row .avatar-container {
    display: none !important; } }

@media (max-width: 768px) {
  #onboard-dashboard .col-12 {
    padding-left: 3em;
    padding-right: 3em; }
  .bounty-info {
    top: 10px;
    font-size: 10px;
    text-align: left; }
  #stats {
    font-size: 10px; } }

.hiring-alt {
  font-size: 11px;
  color: #4A90E2;
  font-weight: 700;
  letter-spacing: 1.7px; }

.hackathon-alt {
  font-size: 11px;
  color: #0d0764;
  font-weight: 600;
  letter-spacing: 1.7px; }

.hackathon-explorer {
  background: #f2f6f9 !important; }

.hackathon-explorer .hackathon-alt {
  display: none; }

.status-open {
  color: #00A652; }

.status-reserved {
  color: #d58512; }

.status-started {
  color: #0D0764; }

.status-submitted {
  color: #008EFF; }

.status-done {
  color: #666666; }

.status-cancelled,
.status-expired {
  color: #C70018; }

.separator-bull {
  margin: 0 0.6em; }

.separator-bull:after {
  content: '\2022'; }

.btn-expand-token {
  position: absolute;
  line-height: 1.5rem;
  border: 0;
  background-color: transparent;
  font-weight: 400;
  color: #007bff; }

.btn-expand-token:focus {
  color: #007bff; }

.expired-icon {
  font-size: 15px;
  padding-right: 0.5em;
  vertical-align: text-bottom; }

body {
  background: #FFFFFF; }

.invisible {
  background: #FFFFFF !important;
  visibility: hidden;
  height: 0; }

#left_sidebar .townsquare-org-filter {
  cursor: pointer; }

#left_sidebar .townsquare-org-filter:active {
  border-bottom: 4px solid #280076 !important; }

#onboard-dashboard {
  background: #F2F6F9;
  margin-bottom: 2em; }

#onboard-dashboard > div {
  padding-top: 3.5rem;
  padding-bottom: 2em; }

#onboard-dashboard .info i.circle,
.darkify {
  font-weight: bolder;
  color: #280076; }

#onboard-dashboard h2,
#onboard-dashboard h3 {
  text-transform: capitalize;
  letter-spacing: 0; }

.navigation a {
  width: 100% !important;
  font-weight: 500 !important;
  padding: 0 !important; }

#onboard-footer p a,
#onboard-dashboard .info p a {
  color: #007BFF;
  text-decoration: none; }

#onboard-dashboard .info #onboard-alert {
  float: right;
  padding: .3rem 1.7rem; }

#onboard-dashboard .info i {
  font-size: 0.7rem;
  margin-right: 1rem; }

#onboard-dashboard .tips .fa-circle {
  font-size: 5.7px;
  margin-right: 0.4rem;
  top: -2px;
  position: relative; }

#onboard-footer p {
  margin: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

#onboard-dashboard .tips .tips-info {
  margin-top: 1rem; }

#onboard-dashboard .tips .tips-info p {
  margin-bottom: 0.45rem; }

#onboard-dashboard .no-results {
  background: #FFFFFF; }

.title-row {
  display: flex;
  float: right;
  border-bottom: 2px solid #3E24FB; }

.bounty-info {
  top: 4px;
  text-align: right; }

#stats {
  padding-left: 5px;
  font-weight: 300;
  color: #7A7A7A; }

.title {
  text-transform: capitalize;
  font-weight: 600; }

.bounty_row {
  color: #000000;
  text-decoration: none;
  padding: 10px 3rem 10px 1rem;
  display: flex;
  flex-wrap: wrap; }

.bounty_row .avatar-container {
  text-align: right;
  margin-top: auto;
  margin-bottom: auto; }

.bounty_row img {
  margin-right: 20px; }

.bounty_row .title {
  margin-bottom: 2px; }

.bounty_row:hover {
  color: #000000;
  text-decoration: none;
  background-color: #F9F9F9; }

.bounty-detail {
  margin-top: 10px;
  margin-bottom: 10px; }

.bounty-summary {
  display: inline-flex; }

.bounty-summary img {
  position: absolute;
  width: 20px;
  margin: 0;
  top: 2px; }

.bounty-summary .col-xs-1 {
  margin-right: 2em; }

.bounty-summary .github-comment {
  position: absolute;
  text-align: center;
  color: white;
  width: 20px;
  top: 0px; }

#onboard-dashboard .no-results img {
  width: 15rem; }

.bounty-detail .info {
  color: #666666; }

#onboard-dashboard .robot {
  margin-top: auto;
  margin-bottom: auto; }

#onboard-dashboard .robot img {
  width: 12rem; }

.tags {
  display: flex;
  flex-wrap: wrap; }

.tags.fixed {
  padding-bottom: 1rem; }

#onboard-footer {
  text-align: center;
  background: #F2F6F9;
  padding-top: 2rem;
  padding-bottom: 2rem; }

@media (min-width: 992px) {
  #onboard-dashboard .tips {
    padding-left: 2rem;
    border-left: 1.5px solid #dbdcdc; } }

@media (max-width: 991.98px) {
  .bounty_row {
    padding-left: 1rem;
    padding-right: 1rem; }
  #onboard-dashboard .robot {
    display: none; }
  .bounty_row .avatar-container {
    display: none !important; } }

@media (max-width: 768px) {
  #onboard-dashboard .col-12 {
    padding-left: 3em;
    padding-right: 3em; }
  .bounty-info {
    top: 10px;
    font-size: 10px;
    text-align: left; }
  #stats {
    font-size: 10px; } }

.hiring-alt {
  font-size: 11px;
  color: #4A90E2;
  font-weight: 700;
  letter-spacing: 1.7px; }

.hackathon-alt {
  font-size: 11px;
  color: #0d0764;
  font-weight: 600;
  letter-spacing: 1.7px; }

.hackathon-explorer {
  background: #f2f6f9 !important; }

.hackathon-explorer .hackathon-alt {
  display: none; }

.status-open {
  color: #00A652; }

.status-reserved {
  color: #d58512; }

.status-started {
  color: #0D0764; }

.status-submitted {
  color: #008EFF; }

.status-done {
  color: #666666; }

.status-cancelled,
.status-expired {
  color: #C70018; }

.separator-bull {
  margin: 0 0.6em; }

.separator-bull:after {
  content: '\2022'; }

.btn-expand-token {
  position: absolute;
  line-height: 1.5rem;
  border: 0;
  background-color: transparent;
  font-weight: 400;
  color: #007bff; }

.btn-expand-token:focus {
  color: #007bff; }

.expired-icon {
  font-size: 15px;
  padding-right: 0.5em;
  vertical-align: text-bottom; }

.navigation {
  height: 60px;
  display: flex;
  align-items: center; }

.navigation .nav-link, .navigation .nav-link:hover {
  color: inherit;
  border: 0; }

.navigation .nav-link.active {
  font-weight: bold !important;
  border-bottom: 4px solid #6F3FF5 !important;
  color: #6F3FF5;
  background-color: transparent !important; }

li.navigation > a.nav-link {
  height: 100%; }

.sponsor-top {
  height: 60px;
  display: flex;
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e6; }

div.nav-tabs {
  background-color: #ffffff;
  border-left: 0; }

.hackathon-explorer ul.nav-tabs {
  border: 0; }

#reflink {
  cursor: pointer;
  padding: 3px;
  border: 0px solid;
  color: var(--link-color);
  background: var(--bg-shade-0); }

.click_here_to_join_video {
  width: 100%;
  cursor: pointer;
  min-height: 250px; }

.click_here_to_join_video iframe {
  min-height: 250px; }

.click_here_to_join_video img {
  width: 100%; }

.after_copy {
  font-size: 12px; }

.activity_stream {
  margin-bottom: 50px; }

.activity_stream .content {
  cursor: pointer; }

.activity_stream .content:not(.cursor-none):hover p:first-of-type, .activity_stream .content:not(.cursor-none):hover .title {
  text-decoration: underline; }

#new_activity_notifier {
  text-align: center;
  color: var(--link-color);
  background: var(--bg-shade-0);
  border-bottom: 1px solid var(--text-color);
  cursor: pointer;
  padding: 12px;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: bold; }

#activities .row.show_more a {
  margin: 0px auto; }

#activities .row .attachment {
  width: 100%;
  object-fit: contain;
  max-height: 200px;
  cursor: pointer; }

#activities .row .attachment.expanded {
  max-height: 450px; }

#activities {
  text-align: left; }

#bg-selector {
  height: 4em;
  width: 100%;
  padding: 0.5em;
  overflow: auto;
  white-space: nowrap; }

.bg-thumbnail {
  display: inline-block;
  height: 2.35em;
  width: 2em;
  margin-left: 0.2em;
  margin-right: 0.2em; }

.bg-icon {
  width: 100%;
  cursor: pointer; }

.status_background {
  width: 100%; }

.status_background_container {
  margin-top: 1em;
  position: relative;
  min-width: 100%; }

.image-text-container {
  padding: 1.5em;
  text-align: center;
  width: 100%;
  text-overflow: wrap;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18pt;
  font-weight: bold; }

.selector-bar {
  background-color: #6F3FF5;
  height: 0.15em;
  width: 100%;
  margin-top: 0.2em;
  border-radius: 0.075em; }

.action {
  padding: 3px;
  border-radius: 5px; }

.sup {
  vertical-align: super;
  font-size: smaller; }

.activity_feed_kudos_image {
  max-width: 70px; }

a .sup {
  color: black; }

.tip_activity,
.action:hover {
  cursor: pointer; }

.action.open {
  background-color: #eeeeee; }

.emoji-container {
  width: 3.6em;
  right: 0;
  top: 0; }

.comment_container .row {
  max-width: 100%; }

.comment_container .action {
  cursor: pointer; }

.comment_container .action.open,
.comment_container .open .fa-heart {
  color: var(--gc-pink) !important; }

.activity_stream .activity_detail {
  flex: 1;
  font-size: 0.75rem; }

.comment_container {
  background-color: var(--bg-comment-container);
  text-align: left;
  width: 300px;
  padding: .5rem;
  border-radius: 5px; }

.comment_container:empty {
  display: none; }

.comment_container img {
  border-radius: 20px;
  max-width: 40px; }

.activity_stream .content img {
  max-height: 100px; }

.activity_stream .content img.logo-metacard {
  max-width: 105px; }

.comment_container li {
  text-align: left;
  list-style: none;
  padding: 5px; }

.comment_container li .comment {
  padding-left: 25px; }

.comment_container li:nth-child(even) {
  background-color: #fafafa; }

.activity_stream .like_activity .action.open i,
.activity_stream .like_activity .action.open + .num {
  color: var(--gc-pink) !important; }

.activity_stream .activity_comments {
  font-size: 0.75rem; }

.activity_stream .activity_comments .activity_comments_main {
  text-align: initial;
  flex: 1; }

.activity_stream .activity_comments .activity_comments_main_comment {
  font-size: 0.875rem; }

.activity_stream .activity_comments .comment_container.filled {
  width: 100%;
  margin-top: 1rem; }

.tip_activity {
  color: black; }

.tip_activity:hover,
.like_activity:hover,
.flag_activity:hover,
.comment_activity:hover,
.copy_activity:hover,
.pin_activity:hover {
  text-decoration: none; }

.funder-avatar,
.activity-avatar {
  text-align: center; }

.activity_stream .activity-avatar {
  margin-top: -10px; }

.activity_stream .avatar {
  width: 4.5rem;
  height: 4.5rem;
  min-height: 2.5rem;
  margin: 0px auto;
  border-radius: 50px;
  margin-top: 0px; }

.activity_stream .box {
  padding: 0.75rem 1.2rem;
  border-bottom: 1px solid #EFEFEF;
  background-color: var(--bg-activity); }

#avatar_url .avatar {
  width: 80px;
  height: 80px; }

.activity .secondary_avatar {
  top: -1.5rem;
  position: absolute;
  width: 2rem !important;
  height: 2rem !important;
  max-width: 2rem;
  min-height: 2rem; }

.last-icon {
  font-size: 1.25rem;
  color: #0D0764; }

.tag {
  display: inline-block; }

#video_container {
  background-color: white;
  text-align: center; }

#video_container img {
  width: 75%;
  margin: 0px auto; }

iframe.popout {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 25% !important;
  height: 25% !important;
  z-index: 1; }

#poll_container input {
  display: block;
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }

.poll_choices div.vote {
  border: 1px solid black;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 3px; }

.poll_choices.answered div.vote {
  border: 1px solid #e9e9e9;
  cursor: default; }

.poll_choices div span {
  display: none; }

.poll_choices.answered div span {
  display: inline-block;
  font-style: italic; }

.poll_choices div p {
  padding: 3px 10px;
  margin: 0px; }

.poll_choices div.answer {
  color: black;
  border: 3px solid black;
  background-color: #f0f0f0; }

.activity_stream .activity_detail .tag {
  background-color: #e7f0fa;
  color: var(--gc-blue);
  font-size: 10px;
  list-style: none;
  padding: 5px; }

.staff_tag {
  background-color: #eEbAEE;
  border-radius: 5px;
  color: #8E2ABE;
  font-size: 10px;
  list-style: none;
  padding: 5px; }

.bounty_removed_by_funder .activity-tags .tag,
.bounty_removed_by_staff .activity-tags .tag,
.bounty_abandonment_escalation_to_mods .activity-tags .tag,
.bounty_abandonment_warning .activity-tags .tag,
.activity.new_kudos .activity-tags .tag {
  display: none; }

.dark-mode .activity_stream .activity_detail .tag {
  background-color: var(--gc-blue);
  color: white; }

@media (min-width: 768px) {
  .activity_feed_kudos_image {
    max-width: 110px; }
  .activity .secondary {
    position: relative;
    left: -10px; } }

@media (max-width: 767.98px) {
  .activity_stream .activity-avatar {
    margin-top: 0px; }
  .activity_stream .avatar {
    width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem; }
  .comment_container.filled {
    text-align: center;
    margin: 0px auto; }
  .activity-info {
    text-align: center; }
  #activities .organizations {
    text-align: center;
    margin: 0px auto; } }

.activity_pinned {
  display: none; }

.pinned .activity_pinned {
  display: block; }

.pinned-activity {
  -webkit-box-shadow: 0px 0px 8px 0px var(--pinned-activity);
  -moz-box-shadow: 0px 0px 8px 0px var(--pinned-activity);
  box-shadow: 0px 0px 8px 0px var(--pinned-activity); }

@media (max-width: 1100px) {
  .activity_stream .avatar {
    width: 3.5rem;
    height: 3.5rem; } }

@media (max-width: 1200px) {
  .activity_stream .avatar {
    width: 4rem;
    height: 4rem; } }

.activity_stream .dropdown-menu {
  min-width: 7rem; }

textarea.enter-activity-comment {
  height: 3em;
  transition: .1s all linear; }

.enter-activity-comment:focus {
  height: 6em; }

.activity_stream .comment_row .activity_comments_main {
  margin-top: 1em;
  padding-top: 5px; }

.activity_stream .comment_row:first-child .activity_comments_main {
  border-top: none; }

.animate-sparkle {
  position: relative;
  --r: 9px; }

@keyframes sparkles {
  0% {
    transform: translate(calc(var(--r) * -2.7), calc(var(--r) * -1.5)) scale(0);
    opacity: 0;
    background-size: 0 0; }
  51% {
    transform: translate(calc(var(--r) * -2.7), calc(var(--r) * -1.5)) scale(1.2);
    opacity: 1;
    background-size: calc(var(--r) / 3) calc(var(--r) / 3); }
  100% {
    transform: translate(calc(var(--r) * -2.7), calc(var(--r) * -1.5)) scale(0);
    opacity: 0;
    background-size: 0 0; } }

.animate-sparkle i::after {
  content: "";
  position: absolute;
  width: calc(4 * var(--r));
  height: calc(4 * var(--r));
  --c1:radial-gradient(circle,red 50%   ,transparent 60%);
  --c2:radial-gradient(circle,orange 50%,transparent 60%);
  background: var(--c1), var(--c1), var(--c1), var(--c1), var(--c2), var(--c2), var(--c2), var(--c2);
  background-size: calc(var(--r) / 3) calc(var(--r) / 3);
  background-position: calc(50% - var(--r)) calc(50% - var(--r)), calc(50% + var(--r)) calc(50% - var(--r)), calc(50% - var(--r)) calc(50% + var(--r)), calc(50% + var(--r)) calc(50% + var(--r)), calc(50% + 0px) calc(50% + var(--r) * 1.414), calc(50% + var(--r) * 1.414) calc(50% + 0px), calc(50% - var(--r) * 1.414) calc(50% + 0px), calc(50% + 0px) calc(50% - var(--r) * 1.414);
  background-repeat: no-repeat;
  transform: translate(calc(var(--r) * -2.7), calc(var(--r) * -1.5)) scale(0);
  animation: sparkles .8s forwards; }

.tag {
  --usd-bg: #d6fbeb;
  --usd-color: #00a55e;
  --usd-hover-bg: #c6ebdb;
  --network_warning-bg: #fbaf95;
  --network_warning-color: #fff;
  --network_warning-hover-bg: #fbaf95;
  --warning-bg: #7e1518;
  --warning-color: #fff;
  --warning-hover-bg: #d3696c;
  --success-bg: #216a12;
  --success-color: #fff;
  --success-hover-bg: #68b159;
  --in-progress-bg: #162955;
  --in-progress-color: #fff;
  --in-progress-hover-bg: #4f628e;
  --token-bg: #e7f0fa;
  --token-color: var(--gc-blue);
  --token-hover-bg: #d7e0ea;
  --hiring-bg: #3a9ced;
  --hiring-color: #fff;
  --hiring-hover-bg: #3a9ced;
  text-align: center;
  border-radius: 2px;
  margin: 4px;
  padding: 3px 6px;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer; }

.dark-mode .tag {
  --usd-bg: #00a55e;
  --usd-color: #d6fbeb;
  --usd-hover-bg: #1bbb76;
  --network_warning-bg: #fbaf95;
  --network_warning-color: #fff;
  --network_warning-hover-bg: #fbaf95;
  --warning-bg: #7e1518;
  --warning-color: #fff;
  --warning-hover-bg: #d3696c;
  --success-bg: #216a12;
  --success-color: #fff;
  --success-hover-bg: #68b159;
  --in-progress-bg: #162955;
  --in-progress-color: #fff;
  --in-progress-hover-bg: #4f628e;
  --token-bg: var(--gc-blue);
  --token-color: #e7f0fa;
  --token-hover-bg: var(--gc-blue-hover);
  --hiring-bg: #3a9ced;
  --hiring-color: #fff;
  --hiring-hover-bg: #3a9ced; }

.tag-lg {
  padding: 6px 16px; }

.tag p {
  margin-bottom: 1px; }

/* usd */
.tag.usd {
  background-color: var(--usd-bg);
  color: var(--usd-color); }

.tag.usd:hover {
  background-color: var(--usd-hover-bg); }

/* usd */
.tag.network_warning {
  background-color: var(--network_warning-bg);
  color: var(--network_warning-color); }

.tag.network_warning:hover {
  background-color: var(--network_warning-hover-bg); }

/* usd */
.tag.warning {
  background-color: var(--warning-bg);
  color: var(--warning-color); }

.tag.warning:hover {
  background-color: var(--warning-hover-bg); }

/* usd */
.tag.success {
  background-color: var(--success-bg);
  color: var(--success-color); }

.tag.success:hover {
  background-color: var(--success-hover-bg); }

/* usd */
.tag.in-progress {
  background-color: var(--in-progress-bg);
  color: var(--in-progress-color); }

.tag.in-progress:hover {
  background-color: var(--in-progress-hover-bg); }

/* usd */
.tag.token {
  background-color: var(--token-bg);
  color: var(--token-color); }

.tag.token:hover {
  background-color: var(--token-hover-bg); }

.tag.token > a {
  height: 0;
  line-height: 1.5rem;
  float: right; }

/* hiring */
.tag.hiring {
  background-color: var(--hiring-bg);
  color: var(--hiring-color); }

.tag.hiring:hover {
  background-color: var(--hiring-hover-bg); }

.keyword-group {
  display: flex;
  flex-wrap: wrap; }

.tag.keyword {
  display: inline-block;
  min-width: 0;
  font-size: 11px;
  background-color: #E7F0FA;
  color: #6587AE; }

.locations-tags {
  color: white;
  margin-bottom: 15px;
  text-align: left; }

.locations-tags .filter-tag {
  display: inline-block;
  background-color: #1AB56D;
  margin: 5px;
  border-radius: 3px;
  font-weight: bolder;
  padding: 2px 10px 5px;
  color: #FFFFFF;
  cursor: pointer;
  transition: .2s; }

.locations-tags .filter-tag i {
  margin-right: 8px; }
