.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; } }

.box-transaction {
  max-width: 35rem;
  margin: auto;
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 1em 3em 3em 3em; }

.transaction {
  background-color: #0d023b;
  background-image: -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("/static/v2/images/header-bg.png");
  background-image: -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("/static/v2/images/header-bg.png");
  background-image: -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("/static/v2/images/header-bg.png");
  background-image: linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("/static/v2/images/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }

.alert_msg {
  top: 0px;
  width: 100%;
  z-index: 99999;
  background-color: #f44336;
  color: white;
  position: fixed;
  text-align: center; }

.alert_msg.info {
  background-color: #2196F3; }

.line-back {
  position: relative;
  display: block; }

.line-back:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -3em;
  width: calc(100% + 6em);
  height: 1px;
  z-index: -1;
  background: #c8cccf; }

.copyright a {
  color: white; }

[data-rangeslider] {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #0D0764;
  outline: none;
  margin: 1rem 0; }

[data-rangeslider]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background: #0D0764;
  cursor: pointer;
  transition: .1s all linear; }

[data-rangeslider]:hover::-webkit-slider-thumb {
  width: 22px;
  height: 22px; }

[data-rangeslider]:focus::-webkit-slider-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50px 50px 4px;
  transform: rotate(45deg);
  margin-bottom: 50px; }

.select2 {
  width: 100%;
  max-width: 100%; }

.select2-container--bootstrap4 {
  border: 1px solid #ced4da;
  padding: 0.25em;
  border-radius: .25rem; }

.select2-container--bootstrap4.select2-container--disabled {
  background-color: #e9ecef;
  opacity: 1; }

.select2-container--bootstrap4.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.45rem 0.45rem 0.45rem; }

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 0.375rem;
  top: 0;
  width: 0.85rem; }

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: #6c757d transparent transparent transparent;
  border-style: solid;
  border-width: 0.45rem 0.45rem 0 0.45rem;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: 4px;
  margin: auto; }

.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
  border-radius: 4px;
  border: 1px solid #7777; }

.select2-container--open .select2-dropdown.select2-dropdown--below {
  top: -3px;
  left: -1px; }

.select2-container--open .select2-dropdown.select2-dropdown--above {
  top: 1px;
  left: -1px; }

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da; }

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.kd-card {
  position: relative; }

.kd-card.ghost {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4; }

.kd-card.gold .img-thumbnail {
  border-image: linear-gradient(to bottom, rgba(255, 193, 7, 0.5), rgba(169, 116, 21, 0.5));
  border-image-slice: 1; }

.kd-card .img-thumbnail {
  width: 100%;
  padding: 1.25rem 2.14rem;
  transition: all linear .15s;
  background-image: url(data:image/gif;base64,R0lGODlhHgAeAKUAAAQCBISGhMTGxERCROTm5GRmZKyurCQmJNTW1FRSVJyanPT29HR2dLy6vDQ2NIyOjMzOzExKTOzu7GxubNze3FxaXLS2tDQyNKSipPz+/Hx+fMTCxDw+PBwaHIyKjMzKzERGROzq7GxqbLSytCwqLNza3FRWVJyenPz6/Hx6fLy+vDw6PJSSlNTS1ExOTPTy9HRydOTi5FxeXP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAzACwAAAAAHgAeAAAG/sCZcEgcLmCwRXHJFKJexFbEVSJKlE0iSjOJDVuuCOLLqaCyxknBkxFKXeNZRnbhYNGzUaHwcYfjIxcXJ3hDKAwFKUpvYwsgFy53SyhnQx97IzNgEVUsgipEC5UzKCwBG5UZHgUTLxICG64rFwVtMy8PBwNYCwEaGiwIZxQsIUsUE1UoBg4dHQdQQjEKGikaJwRyTW0QJs4dLhBFGRAPvxi22xXOFwajRSgNAcZ4CAcB0WiSaPTwIQT//r1DQ0CAQYMfXhhQwLAhhUJCDACYSNGBARYNMT6EKJHiRAcoCIgUGWJflhAHEebTAnGGyUkILKxs8sJCiYFDMsRoMGLEjod0TDIIGGGgQQygMyRsIDpCgARtQW9tsEDUqSGqI1QQaCMh4ZIXAqDo5DnCQiUUKmymWmp2gUgUC6gKsIUipop0Gd4R6DlGQs+nCHpmM4RUS4OiZ/yOeBrPwN2WMUcMDmFgsbSeVQqhkGsrBNGncjYYsFB4SYa0oJP+HSKhwWPN7zwbSE2qNES0AnAyCQIAIfkECQkANAAsAAAAAB4AHgCFBAIEhIKExMLEREJE5OLkpKakZGJkJCIk1NLU9PL0lJKUVFZUtLa0dHJ0FBIUjIqMzMrMTEpM7OrsrK6sbGpsNDI03Nrc/Pr8nJqcXF5cvL68HBocDA4MhIaExMbEREZE5ObkrKqsZGZkLC4s1NbU9Pb0XFpcvLq8fH58jI6MzM7MTE5M7O7stLK0bG5sPD483N7c/P78nJ6cHB4c////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5AmnBIHJY6j1JxyRRelEOLQQQjJqDN4UXRAUVFhqrQsqBcssYOShYbT8WXRmRxRgsFqIBqLKIKTysRIXZGKSgpZ1JhNCUZESJYSzF1Qgh5JzQWfVUygR5EJZQXITIqdTEYKB0lCSoQCSwmESh1JRgvJlAlMhgYBTBtBAUSSwQoFjQxJxEjFS8JQxITCr0txG1MbQgiFc0GJEUxFgW9DNhNMRTdK+ZNJR4yLIQWLxiR7oRC8ksXLP7+V/LRYAHBlcEEAlooXOglH4MNDjZI3BBBg8IJLTA2JPRwYsQV/f7BomRHgkEPKlRA4yeQmJ0LJBisRIOAA4qZ4QicUAjhXJK2DwAAzChAcmBCjB7k+STSBsKLoABeQNDCQKEGEG0I4hSSwAO0CwVmBOWw74IGBhZOJWTwBASIJ1U9YEuAgkMFLJOIgFAIjoVCeSQUbqQRsMmFExNOnPHbQt7hCRqWZonZoqG0xkIIKERG6EJcbBIy7oshYEI7OzHO7hv4dwiLE5HzXSAZesJqGhckCzTroWiTIAAh+QQJCQA3ACwAAAAAHgAeAIUEAgSEgoTEwsREQkTk4uSkoqRkYmQkIiTU0tRUUlT08vS0srQ0MjSUkpR0dnQUEhTMysxMSkzs6uysqqwsKizc2txcWlz8+vy8uryMjoxsbmw8Ojycmpx8fnwMDgyEhoTExsRERkTk5uSkpqRkZmQkJiTU1tRUVlT09vS0trQ0NjR8enwcGhzMzsxMTkzs7uysrqwsLizc3txcXlz8/vy8vrycnpz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCbcEgcojgcVHHJFF6UQ0KnQyCiLs3iZWKTDGWdQFUo0wSwWaeNA6MJCSuq80PSoNM3CLJCno5BJCQYeEMXIxwjWGByKA4GK3dLNJEVHA0tN1JiNzCBmEZ3FzUpFWg0MBw2KAoICKsaBg1oKBMJdk4pCws1Im4SKQpLIg1VFwIGES4nwUIvAjC6IMFuTG4VDi4uEQ58RDQEGNAg1E00KxERMwLkWibAhAQnI1BpkWkvTBcv+/z2WS+tWrQyoUCAroMLRBASUoNBDBUxGDCYUUMXjFwJF95oKFFiDAP6+O3z1wSgwBYmXOXT6AXPBXfM0pgokSFmkW8YdEFgJ8kClosHKtoUcbZAHD6eQ9y0SMCiaYJPNy5g5OXmBQSbQkxEwHQBhooHLEowE0XKlMEUT0SIuCDiAYAQ1BRkKDGA3iQiInSZuPFCF74VAABMIKKApJNwGLD0XYDvBQsAB+jhcZfxhgRo+G7YCPxhodQF44RIKJr5ggoAHiSXG5WZr98hEDwwUN3kQqTRMFpbxqoxag0QhosEAQAh+QQJCQAwACwAAAAAHgAeAIUEAgSEgoTEwsREQkTk4uSkoqRkZmTU0tT08vQkJiSUkpS0srR0dnRUVlQ0NjSMiozMyszs6uzc2tz8+vy8urxMSkysqqxsbmycmpx8fnw8PjwcGhyEhoTExsTk5uTU1tT09vQ0MjSUlpS0trR8enxcWlw8OjyMjozMzszs7uzc3tz8/vy8vrxMTkysrqx0cnT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCYcEgcTlyuSXHJFE6UQw8G4yGCoM3hijVCREXUIYEjWmWNo4XADJOGYStMhoM9S1wLglAqighRGQECZ0QTLAsUSm5VEyckJ3VFK3UECy4SbWB+FBkZH4VYhiMSUCsdCyMTICoqIAgcGQVsEwsXASBOaQssHmYpEF5FEQVVKxAMBgYXwTApAngLHV5sS2YqD8kGDyqSBBR4HdRMKwrJLxCRRh9dhDAEFwu4hOlNzIUp+Pn0TCkSHx/+JIAQsKCgwSrtYHSo0KICwwovDlnShbBdh4YtML6YkE9fwmYB/wlksm9JinYT1tlrIkEDBnnVvBWEIK7ahRAhKoyo6cxShrSTNbXAOGAAZwgDn3IV5OUL2BIJJQ7AmDCiAk4NwUSRErKCYCoPSCJESLChARsQIjQ0wDKJiIeCnwQAANABBocNGxZYKTnhWyIYLObWRRBigwOYhNYtQCiXrhALeE8kpBqNTWDHUytsSIC4yZYRJ4U0rvsnwYCSoIiMJpKi88dmIRysbBIEACH5BAkJADQALAAAAAAeAB4AhQQCBISChMTCxERGRKSipOTi5GRmZCwqLJSSlNTS1LSytPTy9FRWVBQSFHx6fIyKjMzKzKyqrOzq7JyanNza3Ly6vPz6/FxeXExOTGxubDw+PBwaHAwODISGhMTGxExKTKSmpOTm5GxqbDQyNJSWlNTW1LS2tPT29FxaXHx+fIyOjMzOzKyurOzu7JyenNze3Ly+vPz+/GRiZBweHP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJpwSBxaBAJLcckUWpRDCcvUIp6gzWEMZloMWwpFVShxRWJZo0khQNOkYmGMNXFh0xSWoiAEx2kUExMraUQWMAoVSmAsVRYEJCB3RTF3BQosFG8KVDQQJBMvhliHJhRQMR6cFichIRYLLhMKbocdJFAWawowIWgtEF5FLSYSNDEJKikBHSdfAnoKHl5uS2ghLinLE3xEMQUVeh7VTDEEDgEPCZNGJV2FbwEwzoXsTcJFFi37/PZMCy8oBHzx4oSAMAgVhIAnZIUMAwYeyniACNOuhQxXQNxo4IE+fvv8LVlAoWTJgkxEDoNnwR2+LC8YSGryrUIYCOSsBfiAQQaVjJwtDoqrklMLIAcfeDrQ5GRXLzQQMDAl8iKDpkMGkjKgV+qUEw0AOLSQYIKKBA0jREA5AYKBWi13QAAAkMLThg0QaCAYMQKGFZELZgCY4cVDgw2EFgwYgYEevABzQQjxcJcQDQV8XTBswQGABiiUG1i2cGGEBsdZLBzgkHdy5SErNDBQOWTBGNeiiSxAzfALz5dZggAAIfkECQkANwAsAAAAAB4AHgCFBAIEhIKExMLEREJE5OLkpKKkZGJkJCIk1NLU9PL0tLK0lJKUdHJ0NDI0VFJUHBocjIqMzMrM7OrsrKqs3Nrc/Pr8vLq8fHp8PDo8TEpMbG5sLCosnJqcXF5cDA4MhIaExMbE5ObkpKakZGZkJCYk1NbU9Pb0tLa0dHZ0NDY0VFZUHB4cjI6MzM7M7O7srK6s3N7c/P78vL68fH58PD48TE5MnJ6c////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv7Am3BIHFYEgkpxyRRWlEPJ6+QiVmLNYkx2SgxdCkVV6DoJsFnnSXEWSsXCmEBxgqZvlJeCQA6PCWEUd0YyChZKYC9VFRYvMnZLMZCAL4ISdFUlYSFWaDcVXBRQMSB0FSYhIaeNIGgVLRwTUBVrCjIhWC4RXkUJIF4xFCIcCzZ2LgJ6Cr83nlo3l8QcJxJaBI3LzpEKxCIw2kYlXYMuNi2QTehZJkwVLu/w6k0JBPX2JnNh+pyDNyUzAANyKKRgyqZ+/gIEDHCBgzt47+QxoWevHrsl1frxSpPggocSg0JoUHBxSYUCDwAAqAGOSIwFBkagiKANBAaVAAa0aNYEC5YBCCNGGIAAI4oHlStk3WjRoWgRAjMExYiAIigDXgk2eAhwsYKDByTeybDgIoGDDDNmKdCQdoiJjTdePHgAYWmDBghu2MhQQwARExJvJEjxoAG7Fnd3muiQYUTgIizmvhDSYgNeITIyZJigkcSDGlAQX/6EIoOKx0JM0CCxk3LiISVUaECdGm6Eu3mHJCiJULeKDryzBAEAIfkECQkALgAsAAAAAB4AHgCFBAIEhIKExMLETEpM5OLkpKKkZGZk1NLU9PL0lJKUtLK0JCYkdHZ0zMrMVFZU7Ors3Nrc/Pr8nJqcvLq8NDY0jI6MrKqsbG5sfH58HBochIaExMbETE5M5Obk1NbU9Pb0lJaUtLa0NDI0fHp8zM7MXF5c7O7s3N7c/P78nJ6cvL68PD48rK6sdHJ0////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5Al3BIHEYEgkhxyRRGlMMHK2QiRlDNIkoVQgxNCkVVaAoJsFlnSHEWSsVClEARgqZdEJaCQA6PCWEQd0YqChNKYCxVERMsKnZLKJCALIIPdFUeYR1WaC4RXBBQKBt0ER8dHaeNG2gREGZQEWsKKh1YJg1eRQgbXigEhVN2JgJ6Cr4unlouJqVhG2NDwI3Iy5ENCiwTBNdGHl2DCAoe3kuQaR9MvRvt7Q+DQh8PHfQPDxEiAPv8CvEuJySAECiQhT5++/zFCziQoCJ37uDFQ0WvniomEgepu4NAw4ITgx5oeNQkggURGTKUMGekAAYMFQ5cI8EhZQYHB5Q1wUIgRZWAERhScCKzICUFBUoOXOBTpEMCPhEOVMAQQMNGBCsWVNgYwYCIFQic+TJxwUAFVyoCgLATYZeQECJEgHBxYMAADy5YGDBAwgo6Ih84iBig7gCHu59aGBjxt4mEuCGEGOYgyIWAvZHFrRCxUrJdvMo0GGixMZ2DFaDpcqA8BMKFAI2XfHBL125lIQhK/xuC4AID3VmCAAAh+QQJCQAzACwAAAAAHgAeAIUEAgSEgoTEwsRERkTk4uSkoqRkZmQkIiSUkpTU0tT08vS0srRUVlR8enw0MjQcGhyMiozMyszs6uycmpzc2tz8+vy8urxMTkysqqx0cnRkYmQ8OjwMDgyEhoTExsRMSkzk5uSkpqRsamwsKiyUlpTU1tT09vS0trRcWlx8fnwcHhyMjozMzszs7uycnpzc3tz8/vy8vrw8Pjz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCZcEgcVgSCSnHJFFaUQ8li0SJWYM0iLHZSRKdVYesUw2adp4XA3AILYYLFCXqeUaYEsXtGmFLqRicnFkptVDMVaTF0SxVeQyBTJTOGVSVTIFZmMwojHB2PcHIVJiAEJokLHmYVJSdJQhIcAAAHGFgtHiZLCh5VMCAWU3NDHhu0AAMRM5tanHFTvkUVLg+0H81LMB7DINlDCg0ck3UKJyXfSxKAQru8LCwR8SxhgBUt+PkVAw/9/hbsZkSaQlAAP3/9TgQcSHBBDAURPEhkIY3dvXz40tWr4+6MCRIbXgBq4SICIysLPjhwkCHdEBgWJpAIQSFbAg0rHRiY5BKLkRSZExasEyNj5YUTWCgEyFREQoFMMCiEkOkCigkGMia4g5HhAooWCuApUNAhRQEoFVi4wECHFBEBFz6EsGPAgEgLKVKQc+JyhgkNHzTsoqDBLiIIKRCczBIibgwhFOqKnMEirwB2Vz80gBJZw+QKE1J0WNxIBIM/QkpIHkKgAwnSS0w8gmzAMxFUAWN3gNDxTBAAIfkECQkAMwAsAAAAAB4AHgCFBAIEhIKExMLETEpM5OLkpKKkZGZkJCYk1NLU9PL0tLK0lJKUdHZ0FBIUVFZUNDY0zMrM7OrsrKqs3Nrc/Pr8vLq8jIqMbG5sNDI0nJqcfH58HBocXF5cDA4MhIaExMbETE5M5ObkpKakbGpsLCos1NbU9Pb0tLa0fHp8XFpcPD48zM7M7O7srK6s3N7c/P78vL68nJ6cHB4c////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv7AmXBIHFIEAkpxyRSaIkSWosUiUl7NoonUgAwjilNVyDoJsFlhogNQKWeslmL8EoTf6ZkGABAJwXNCBAoKE3lDCTIAMglwclUUFS0weEsUJkQifBpwhFUlhCFWaDMmKgcLmDMUKgAdLBQhIZcnCh9oFBNmbywHGw0qCkoQA4ZFCR+NLwQwUyd4ECC/Gw4IM6RFWCwfU7aNViIPGxsp2Esv3AoVBOaIHgfGaQknJZVNUIelTAkICCv9K74dMsGioMEXKTAoXAgj3wxAhAgJcLCQocMQhORITLCiY8cSYw5RMGjQnhqHqtKYKOCAwKEyE0wKoQCDwwAQAdoReQGB0Jc6cxMYDLiJwpDOa3A+yGnxIWQCB0MNJJnhYgG+KCegvAhRgdAzJyMcSFD1woKBCyYSlCiRNkYGBbhKnIBB6hIRCAYMKKAaAIVLCBkyuBiVhQIDAygwEUChweXKBSKOLlGQ1wtVDY2FTHC7Ip+JCwYsoHGB2eW1FhliyCxCQcMF03z9DgkRQ4JkKwJnLM48xMTqgYFTpgkCACH5BAkJADEALAAAAAAeAB4AhQQCBISGhMTGxExKTKSmpOTm5GRmZCQmJNTW1LS2tJSWlPT29HR2dDQ2NFRWVIyOjMzOzKyurOzu7Nze3Ly+vFRSVGxubDQyNJyenPz+/Hx+fDw+PBwaHIyKjMzKzExOTKyqrOzq7GxqbCwqLNza3Ly6vJyanPz6/Hx6fDw6PFxeXJSSlNTS1LSytPTy9OTi5MTCxP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJhwSBxKLilXcckULiREGAAgIJ4yzeJiM4IMpVRjAobNCl0HzqcMrsYyglbiZB52OJyIsC18tVokdUMuDRwXCzEUU1UZJREUdE0niEMReB0xfAh/BVZlMQsOGxiUJx8cBxIFICAhJwktAmUnJGOREikXFx8lWBAqgUUuAkoZLxQtEXNDLCq6FwaBkUtYEnERsUpWLQO6Fp9MGR7YJS/gRC4KKROCLgkk01lQgjHxQwskCAj5JPOCJxICCjxhYcAHgwMGeKAXo8Cfhy1gWDhI8cNCeg6TwYqIb59HbYKeCAxo7wzDkksWtLDQqY47eE3gMDBgYMW5IuKSlTs3oQOMTQMdXryJGUMCjD8RBPhzYYEmCg9YXhAIsWRYsQIl/iwDpcFCi0gnMGgIsGDBhAmTYMkScgJBAgqfTsRjoUEDjIYmTHQiwclTlgUPUKxAVCBvp1ctIDGEUZeFkMIKqMbwA4jeggAoMJSBLDkDDGUoi5xYEUCokBAKTEguOuYmk0lEOFsJ/Q9EBNpEggAAIfkECQkAMQAsAAAAAB4AHgCFBAIEhIKExMLEREZE5OLkpKKkZGZkJCIk1NLU9PL0tLK0lJKUdHZ0VFZUNDI0zMrM7OrsrKqs3Nrc/Pr8vLq8HBocjI6MTE5MbG5snJqcfH58PDo8DA4MhIaExMbETEpM5ObkpKakbGpsLC4s1NbU9Pb0tLa0fHp8XF5czM7M7O7srK6s3N7c/P78vL68nJ6cPD48////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv7AmHBIHCYGl0RxyRSWlENPpZIiqqDN4aQBIw0f06rQw3FMssaNw3COSSsP4WQD4JTQw8zIYRqHhS8AAB14QyUXDh93b1UqFQAHd00TkkIUexlufyeCEUQTLYYiDRGSEwYOMCoQCisqIBwAA20TJCYCbQkNHxcGAqEIGARLJB9VLSAUCgombTEkDLwfJywxoUxnKh7LKx4qRRMuKBcfGtdNLQ+tFCDnRSUFDcN4KiYSzllYeJVEJSwsEgCy0IdmgoqDCCcEMMCwIYJCQkAsm6hAwMKGDB9ClLiC2y1/EkKGJJilxBWEKvAZghhDJTYKHSAUSmDPpZAWKSxo0BDC3ZCSFttWUCDgk0CGnQFegLCGLkYCASZaeTPUQUMACwhCQTBBMoEHJS0IKGNGa0EAXHIUZHhBCQQISlE9XKtlwsU5SkRYLMhQhZWCbySWLdXi81OIDCGytfo2gcIKuyxTZMggQQiEjt9iEFhWudCEFwtWXFOxLHMLAWQ9R3ghUwhpV0PqQfbMj/TfT4VZhkNbKAgAIfkECQkANwAsAAAAAB4AHgCFBAIEhIKExMLEREJE5OLkpKakZGJkJCIk1NLU9PL0lJKUVFZUtLa0dHZ0NDI0FBIUzMrMTEpM7OrsrK6sbGps3Nrc/Pr8nJqcjI6MLC4sXF5cvL68fH58PDo8HBocDA4MhIaExMbEREZE5ObkrKqsZGZkJCYk1NbU9Pb0lJaUXFpcvLq8fHp8zM7MTE5M7O7stLK0bG5s3N7c/P78nJ6cPD48HB4c////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv7Am3BIHCY0hkRxyRRalMOWI3MivlDNoqWkqkQdDsQQYhpYskPUItKYCaUZ8Q3l8piwaGHB5RK8wXIkHh4YeUMWBhEGWHBVLxkeHXhMFpM3AhEuBTdSYTcggxNEKGdCKAExDKUWDREqCRIbKy8SJg8LbjcJAR8ZeAkxJSUsLW4VHCNLFRpVFgU2AAAPL0MyICUGJRgEN7lLbhA10QAdEFohDdkK3pQD0TYFlkQWEzEShi0fHFBo/Hn3S1AQGEhQXhYLLxIqtHCBg8OHXgzdGAGjokUBKR5ClDgRxoSKExgIsECwIEcULxIofFGqiMEmLQ9CoEEtTwIGFWISmVGhQJaKCwzYfYNQcQUBoRIm/AR6T+gQNy8EfJwQouYcGhcuFKgAFYI/IQlCKJkxYkNFVU5I0GhRaoYAGKpQjBhRiQGMELksnGCwwduMmAQ8enlRkdqJiskOOT20YsKGM4QnULPQuC/HvTC43XjxsWZgGBHzWLCLV4iEwkLcwtXJZMYGBlYJw4jNd/ESCzGTzp5n25AFASMlBgEAOw==);
  background-repeat: no-repeat;
  background-position: center; }

.kd-card a:hover .img-thumbnail {
  border-color: #6F3FF5;
  box-shadow: inset 0 0 0px 2px #6F3FF5; }

.kd-card .kd-name {
  font-weight: 300;
  padding: 0.5em; }

header .kd-card .kd-name {
  color: white; }

.kd-card .kd-price {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em; }

.kd-date {
  font-size: 1.1rem;
  color: #43484d; }

.kd-shadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }

.kd-extended {
  background: #fff;
  border-radius: .25rem;
  height: 100%;
  transition: all 0.5s ease-in-out; }

.kd-extended:hover {
  z-index: 2; }

.kd-extended > a {
  position: relative;
  display: block; }

.kd-extended .sender-avatar {
  position: absolute;
  border-radius: 50%;
  bottom: 1em;
  left: 7%;
  width: 18%; }

.kd-extended .sender-avatar.right {
  left: auto;
  right: 5%; }

.kd-extended .img-thumbnail {
  padding: 1.25rem 3.05rem; }

.kd-extended .kd-title {
  font-size: 1.25rem;
  padding: 0; }

.kd-content {
  font-size: 0.9rem;
  padding: 1.3rem 1.3rem 0.7rem; }

.kd-content a,
.kd-content b {
  color: #6F3FF5; }

.content-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(62, 0, 255, 0.8);
  color: white;
  padding: 1rem;
  overflow-y: auto;
  flex-direction: column; }

.content-hover a {
  color: white;
  font-weight: 700;
  font-size: 0.9rem; }

.content-hover time {
  font-size: 0.75rem; }

.listing-kudo a {
  color: #43484d; }

.full-height {
  min-height: 100vh; }

.bg-dark-blue {
  background-color: #0d023b;
  color: white; }

.bg-light-blue {
  background-color: #6F3FF5;
  color: white; }

.bg-cellarius {
  background-color: #4D5858; }

.lh-3 {
  line-height: 3rem; }

.cta-square {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: .25rem;
  color: #fff;
  background-color: #6F3FF5;
  font-size: 2em; }

.cta-square:after {
  content: ' ';
  padding-top: 100%;
  display: table; }

.cta-square > div {
  display: flex;
  flex-direction: column;
  padding: 0 0.6em 0;
  line-height: 1.1;
  align-self: stretch;
  justify-content: space-evenly; }

.cta-square:hover {
  color: rgba(255, 255, 255, 0.8); }

#carouselkudos .carousel-inner {
  width: 90%;
  margin: auto; }

.carousel-control-kudos .carousel-control-next,
.carousel-control-kudos .carousel-control-prev {
  width: 3.3rem;
  height: 3.3rem;
  background: #0d023b;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 40px; }

.carousel-control-kudos .carousel-control-next-icon,
.carousel-control-kudos .carousel-control-prev-icon {
  height: 34px; }

.carousel-control-kudos .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='19px' height='34px' viewBox='0 0 19 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 %2855047%29 - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Headers/Header-%239' transform='translate%28-101.000000, -638.000000%29' fill='%23C1C1C1'%3E%3Cpath d='M116.89675,671.709 L101.58275,656.405 C100.80575,655.629 100.80575,654.371 101.58275,653.595 L116.89675,638.291 C117.28475,637.903 117.91475,637.903 118.30275,638.291 L119.70875,639.696 C120.09675,640.084 120.09675,640.713 119.70875,641.101 L106.50275,654.297 C106.11475,654.685 106.11475,655.315 106.50275,655.702 L119.70875,668.899 C120.09675,669.287 120.09675,669.916 119.70875,670.304 L118.30275,671.709 C117.91475,672.097 117.28475,672.097 116.89675,671.709' id='Icon'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.carousel-control-kudos .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='19px' height='34px' viewBox='0 0 19 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 %2855047%29 - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Headers/Header-%239' transform='translate%28-1320.000000, -638.000000%29' fill='%23C1C1C1'%3E%3Cpath d='M1335.89675,671.709 L1320.58275,656.405 C1319.80575,655.629 1319.80575,654.371 1320.58275,653.595 L1335.89675,638.291 C1336.28475,637.903 1336.91475,637.903 1337.30275,638.291 L1338.70875,639.696 C1339.09675,640.084 1339.09675,640.713 1338.70875,641.101 L1325.50275,654.297 C1325.11475,654.685 1325.11475,655.315 1325.50275,655.702 L1338.70875,668.899 C1339.09675,669.287 1339.09675,669.916 1338.70875,670.304 L1337.30275,671.709 C1336.91475,672.097 1336.28475,672.097 1335.89675,671.709' id='Icon' transform='translate%281329.499875, 655.000000%29 scale%28-1, 1%29 translate%28-1329.499875, -655.000000%29 '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.wallet-popover {
  max-width: 490px; }

.wallets-list {
  max-height: 140px;
  overflow-y: auto;
  background-color: #f3f3f3; }

.wallets-list:empty {
  display: none; }

.btn-lightblue {
  color: white;
  background-color: var(--gc-blue); }

.btn-orange {
  background-color: #d38971;
  color: white;
  padding: .75rem 1.5rem; }

.btn-orange:hover {
  color: white;
  background-color: rgba(211, 137, 113, 0.9); }

.hexagon {
  background: red;
  width: 10rem;
  margin: auto;
  height: 11.56rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }

a:hover #shape-hexagon {
  animation-play-state: paused; }

#shape-hexagon {
  animation: rotation 5s linear infinite;
  animation-fill-mode: none;
  animation-direction: alternate;
  animation-iteration-count: infinite; }

@keyframes rotation {
  0% {
    stroke: #0cc67f;
    fill: rgba(12, 198, 127, 0.6); }
  15% {
    stroke: #1e6ee2;
    fill: rgba(30, 110, 226, 0.6); }
  30% {
    stroke: #662d91;
    fill: rgba(102, 45, 145, 0.6); }
  50% {
    stroke: #018cb2;
    fill: rgba(1, 140, 178, 0.6); }
  65% {
    stroke: #e57418;
    fill: rgba(229, 116, 24, 0.6); }
  85% {
    stroke: #4d4d4d;
    fill: rgba(77, 77, 77, 0.6); }
  100% {
    stroke: #0044e0;
    fill: rgba(0, 68, 224, 0.6); } }

.hexagon-group {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  font-size: 16px;
  padding-bottom: 3em;
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.hexagon-group svg {
  height: 16.8em;
  width: 14.4em; }

.hexagon-group svg text {
  font-size: 1.1em; }

.hexagon-group .paging-animation {
  font-size: 14px;
  margin: 0.8em;
  margin-bottom: -3em;
  perspective: 1000px;
  position: relative;
  height: 208px; }

.hexagon-group .paging-animation .faces {
  transform-style: preserve-3d;
  transition: all 0.5s linear;
  width: 100%;
  height: 100%; }

.hexagon-group .paging-animation .face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.hexagon-group .paging-animation .back {
  display: block;
  transform: rotateY(0.5turn);
  box-sizing: border-box; }

.hexagon-group .paging-animation:hover .faces {
  transform: rotateY(0.5turn); }

.hexagon-group .paging-animation:nth-child(1) {
  color: #FF7200;
  grid-column: 1/4; }

.hexagon-group .paging-animation:nth-child(2) {
  color: #F9006C;
  grid-column: 2/5; }

.hexagon-group .paging-animation:nth-child(3) {
  color: #6F3FF5;
  grid-column: 1/4; }

.hexagon-group .paging-animation:nth-child(4) {
  color: #0ECF7C;
  grid-column: 2/5; }

.hexagon-group .paging-animation:nth-child(5) {
  color: #7ED321;
  grid-column: 1/4; }

.hexagon-group .paging-animation:nth-child(6) {
  color: #8E2ABE;
  grid-column: 2/5; }

.hexagon-group .paging-animation:nth-child(7) {
  color: #43D0B0;
  grid-column: 1/4; }

@media (min-width: 400px) {
  .hexagon-group svg text {
    font-size: 1.3em; }
  .hexagon-group .paging-animation {
    height: 260px;
    font-size: 16px; }
  .hexagon-group .paging-animation:nth-child(1) {
    grid-column: 1/3; }
  .hexagon-group .paging-animation:nth-child(2) {
    grid-column: 2/4; }
  .hexagon-group .paging-animation:nth-child(3) {
    grid-column: 1/3; }
  .hexagon-group .paging-animation:nth-child(4) {
    grid-column: 3/5; }
  .hexagon-group .paging-animation:nth-child(5) {
    grid-column: 2/4; }
  .hexagon-group .paging-animation:nth-child(6) {
    grid-column: 1/3; }
  .hexagon-group .paging-animation:nth-child(7) {
    grid-column: 3/5; } }

@media (min-width: 800px) {
  .hexagon-group {
    grid-template-columns: repeat(8, 1fr); }
  .hexagon-group .paging-animation:nth-child(1) {
    grid-column: 1/3; }
  .hexagon-group .paging-animation:nth-child(2) {
    grid-column: 3/5; }
  .hexagon-group .paging-animation:nth-child(3) {
    grid-column: 5/7; }
  .hexagon-group .paging-animation:nth-child(4) {
    grid-column: 7/9; }
  .hexagon-group .paging-animation:nth-child(5) {
    grid-column: 2/4; }
  .hexagon-group .paging-animation:nth-child(6) {
    grid-column: 4/6; }
  .hexagon-group .paging-animation:nth-child(7) {
    grid-column: 6/8; } }

.star-pulse {
  animation: pulse-shadow .5s ease-out infinite;
  animation-direction: alternate;
  margin-left: -60px;
  margin-top: 4rem;
  top: 0; }

@media (max-width: 768px) {
  #kudos-section .kudos_card_container {
    width: 50%; } }

@media (max-width: 768px) {
  .star-pulse {
    right: -10px;
    margin-top: 0;
    width: 5rem; } }

@keyframes pulse-shadow {
  0% {
    transform: scale(0.98);
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.9)); }
  100% {
    transform: scale(1);
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5)); } }

.bg-hexa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.187946429'%3E%3Cg transform='translate(-227.000000, -1170.000000)' stroke='%233E00FF' stroke-width='10'%3E%3Cg id='Group-5-Copy-7' transform='translate(294.737804, 1248.626588) rotate(-330.000000) translate(-294.737804, -1248.626588) translate(223.737804, 1186.126588)'%3E%3Cpolygon opacity='0.334877232' points='105.943991 0 35.3139974 0 9.09494702e-13 62.3980694 35.3139974 124.7941 105.943991 124.7941 141.259988 62.3980694'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 2rem 2rem;
  background-repeat: no-repeat; }

.text-featured {
  font-size: 1.7rem; }

.badge-kudos {
  background-color: #D8EAFF;
  color: #4A4A4A;
  border-radius: 2px;
  text-decoration: none; }

#world {
  z-index: -1; }

a.cellarius-partner:before {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 3rem;
  width: 16%;
  height: 16%;
  background: url("/static/v2/images/kudos/assets/cellarius-logo.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.cellarius-badge {
  right: 1rem;
  bottom: 3rem;
  width: 16%;
  height: 16%;
  background: url("/static/v2/images/kudos/assets/cellarius-logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50px; }

.kudos-details__title {
  font-weight: 200;
  font-size: 3.2rem;
  margin-bottom: 0; }

.kudos-details__subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #0D0764;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem; }

.kudos-details__subtitle img {
  position: relative;
  top: -2px; }

.kudos-details__price {
  font-size: 1.5rem;
  font-weight: 700; }

.kudos-details__price small {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4A4A4A; }

.kudos-details__address {
  color: #6F3FF5; }

.text-color_blue {
  color: #0D0764; }

.text-weight_semibold {
  font-weight: 600; }

.tooltip-kudos .title-tooltip {
  text-align: left;
  display: block;
  font-size: 14px;
  color: #0ECF7C;
  font-weight: 600;
  line-height: 1.5; }

.tooltip-kudos .tooltip-inner {
  width: 300px;
  background-color: #0D0764;
  font-size: 12px;
  padding: 1rem;
  max-width: 240px; }

.tooltip-kudos .tooltip-inner table {
  width: 100%; }

.author-shape {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }

#kudos-image, .kudos_levitate_container {
  cursor: pointer; }

#kudos-image.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

.kudos_msg {
  margin-top: -90px;
  display: none;
  position: relative;
  background-color: #6F3FF5;
  border-radius: 10px;
  color: white;
  padding: 3px 10px;
  margin-bottom: 20px; }

.kudos_msg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #6F3FF5;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px; }

.flip-card {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000px;
  position: relative;
  outline: none;
  background-color: transparent;
  display: flex; }

.flip-card:focus .flip-card__flipper {
  transform: rotateY(-10deg);
  box-shadow: 2px 0px 7px 1px rgba(0, 0, 0, 0.1); }

.flip-card__hold {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.flip-card__flipper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: 0.6s;
  position: relative;
  display: flex;
  cursor: pointer;
  border-radius: 3px; }

.flip-card__front {
  position: relative;
  background: white;
  border-radius: .25rem;
  z-index: 2;
  transform: rotateY(0); }

.flip-card__flipper:hover {
  transform: rotateY(-10deg);
  box-shadow: 2px 0px 7px 1px rgba(0, 0, 0, 0.1); }

.flip-card.turn .flip-card__flipper {
  transform: rotateY(-0.5turn); }

.flip-card__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(-0.5turn);
  border-radius: .25rem; }

.flip-card__extra-data {
  display: flex;
  justify-content: space-between;
  margin: .5rem 0 1.5rem; }

.flip-card__extra-data a {
  font-size: 0.75rem; }

.flip-card__stack-img {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end; }

.flip-card__stack-img img {
  border: 1px solid #fff;
  height: 30px;
  margin-left: -18px; }

.bubble {
  background: rgba(0, 0, 0, 0.4);
  padding: 0.7em;
  position: relative;
  border-radius: 3px;
  margin-top: 1.3em;
  line-height: 1.3em; }

.bubble p {
  margin-bottom: 0; }

.bubble:after {
  content: '';
  border: 11px solid;
  position: absolute;
  border-color: transparent transparent rgba(0, 0, 0, 0.4) transparent;
  border-width: 0px 0.5em 0.5em 0.5em;
  top: -0.5em;
  left: 1em; }

/* CK Enggagement */
body.ck {
  background-image: url("/static/v2/images/ck.png") !important; }

body.ck .top-nav {
  display: none !important; }

body.ck img.mw-100 {
  display: none !important; }

#tip_nav {
  padding-left: 0px;
  margin-bottom: 0px; }

#tip_nav li {
  list-style: none;
  display: inline-block;
  background-color: #eeeeee;
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-left: solid 1px black;
  padding: 3px 5px;
  cursor: pointer;
  border-radius: 3px 3px 0px 0px; }

#tip_nav li:hover {
  text-decoration: underline; }

#tip_nav li.selected {
  font-weight: bold; }

.grant-item {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  border: 1px solid #D3D3D3;
  color: #757087;
  height: 100%;
  justify-content: space-between; }

.flip-card__flipper {
  border: 1px solid #D3D3D3; }

.grant-item__title {
  line-height: 24px;
  overflow-y: hidden;
  font-weight: bold;
  margin-bottom: 15px; }

.grant-item--list .grant-item__title {
  font-size: 1rem;
  margin-bottom: 2px; }

.grant-item__pitch {
  height: 3.8rem;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 22px;
  text-overflow: ellipsis; }

.idle-or-hidden img, .idle-or-hidden .font-subheader {
  opacity: 50%; }

.grant-item__img img {
  width: 100%;
  object-fit: cover;
  min-height: 220px;
  min-height: max( 9vh ,190px); }

.grant-item__logo {
  background-color: white;
  border-radius: 10px;
  display: inline-block;
  margin-top: -35px; }

.grant-item__logo img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin: 13px; }

.grant-item__owner-image,
.flip-card__flipper .grant__stakeholders-item {
  height: 35px;
  width: 35px; }

.grant-item__owner-image img {
  width: 100%;
  border-radius: 50%; }

.flip-card__flipper .grant__stakeholders-item img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-bottom: 1rem; }

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

.grant-item__funding-number {
  color: #0D0764; }

.grant-item--list .grant-item__owner-image {
  height: 20px;
  width: 20px; }

.grant-item__funding-label {
  color: #BBBDBF; }

.grant-item__state-active,
.grant-item__state-completed {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 1px; }

.grant-item__state-active {
  background-color: #0FCE7C; }

.grant-item__state-completed {
  background-color: #1A91EB; }

.inner {
  margin-top: 2px;
  margin-left: 2px;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%; }

.grant-item__footer #CLR_banner {
  font-size: 0.8rem; }

.grant-item__footer #CLR_banner img {
  margin-top: 6px; }

#CLR_banner .logo {
  float: right; }

.grant-item__info a {
  border-color: white;
  background-color: #6144FF;
  color: white; }

.grant-item__info a:hover {
  color: white;
  text-decoration: underline; }

.h-90 {
  height: 90% !important; }

.progress-container {
  color: #000000; }

.progress-container .sub-title {
  line-height: 22px;
  letter-spacing: 1px; }

.progress-container .font-title {
  line-height: 25px;
  margin-bottom: 5px; }

.progress-container .font-caption {
  color: #000000;
  line-height: 15px; }

.match__round {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #069953;
  background-color: rgba(88, 254, 183, 0.1); }

.clr-prediction.arrow_box {
  background: transparent !important; }

.clr .font-title {
  font-size: 20px;
  line-height: 25px;
  color: #069953; }

.clr .font-caption, .clr-prediction .amount {
  line-height: 15px;
  color: #069953; }

.progress-container .contribution-overview {
  color: #666666; }

.clr-prediction .predict-label, .clr-prediction .title {
  font-size: 12px;
  line-height: 15px;
  color: #040404; }

.clr-prediction .amount {
  margin-top: 7px; }

.star-action:hover {
  color: var(--gc-blue-hover) !important; }

#add-to-collection {
  font-size: 16px; }
  #add-to-collection .modal-content {
    border-radius: 0; }
  #add-to-collection .modal-header {
    border: none; }
  #add-to-collection #grant-collection-select {
    margin-top: 0 !important; }

.collection-item {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  border: 1px solid #D3D3D3;
  background-color: var(--bg-shade-0); }

.collection-item__header h5 {
  font-size: 1rem;
  font-weight: 600; }

.collection-item__content {
  margin-top: 1.0625rem; }

.collection-item__title {
  line-height: 24px;
  overflow-y: hidden;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: var(--fs-header); }

.collection-item__title a {
  color: #454545; }

.collection-item__pitch {
  color: #000000;
  height: 24px;
  overflow: hidden;
  line-height: 22px;
  text-overflow: ellipsis; }

.collection-item__owner {
  align-items: center;
  display: flex; }

.collection-item__img--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.collection-item__img--small-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

.collection-item__img {
  background-color: var(--primary);
  overflow: hidden;
  padding: 10px 18px; }

.collection-item__img__cover {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
  border-radius: 2px;
  height: 75px;
  width: 96%;
  margin: 2px; }

.collection-item__img__cover--small {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
  border-radius: 2px;
  height: 55px;
  width: 84%;
  place-self: center;
  margin: 2px; }

.collection-item__img img {
  width: 100%;
  object-fit: cover;
  height: 100%; }

.collection-item__logo {
  background-color: white;
  border-radius: 10px;
  display: inline-block;
  margin-top: -35px; }

.collection-item__logo img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin: 13px; }

.collection-item__owner-image--cover {
  height: 60px;
  width: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px); }

.collection-item__owner-image {
  height: 20px;
  width: 20px; }

.collection-item__owner-image--large {
  height: 45px;
  width: 45px; }

.collection-item__owner-image img, .collection-item__owner-image--cover img, .collection-item__owner-image--large img {
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.collection-item__info a {
  border-color: white;
  background-color: #6144FF;
  color: white; }

.collection-item__info a:hover {
  color: white;
  text-decoration: underline; }

.vertical-scroll {
  flex-direction: row;
  overflow-x: auto;
  flex-wrap: nowrap; }

.submenu-option:hover {
  color: #5932C4;
  background-color: rgba(140, 101, 247, 0.1); }

#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; }

.sidebar_search {
  padding: 20px 20px 10px 40px; }

.subheading {
  color: #5B5C5C;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600; }

.subheading i {
  position: relative;
  top: -1px;
  font-size: 0.8rem; }

#expand,
#minimize {
  display: none; }

.close-icon {
  position: absolute;
  top: 13px;
  right: 25px;
  width: 15px;
  display: none;
  cursor: pointer; }

.sidebar_search .options .option {
  margin-bottom: 2px; }

.sidebar_search .option.Azure-Samples img {
  border-radius: 0px !important; }

.option label:before,
.option label:after {
  width: 16px;
  height: 16px;
  top: 3px; }

.option label {
  padding-left: 20px; }

.option label:after {
  border: 1px solid #D3D3D3;
  background: #FFF; }

.sidebar_search label,
.sidebar_search #clear {
  cursor: pointer; }

.sidebar_search #clear {
  margin-top: 2px;
  color: #6F3FF5; }

#new_search {
  color: #6F3FF5;
  position: absolute;
  right: 10px;
  top: 11px; }

.filter-label {
  display: inline-block;
  margin-left: 10px; }

.sidebar_search .col {
  border-top: 1px solid #D3D3D3; }

.accordion:after {
  color: #5B5C5C; }

.panel .col {
  margin-bottom: 1rem; }

.panel .col:first-child {
  border-top: none; }

@media (max-width: 991.98px) {
  #expand {
    display: inherit; }
  .sidebar_filters {
    display: none; }
  .search_bar div {
    padding-right: 15px !important; } }

@media (max-width: 1199.98px) {
  .sidebar_search {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 20px 10px; } }

.left-ribbon {
  border-left: 3px solid var(--gc-blue);
  padding-left: 6px !important; }
