.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

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

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*
	https://developer.mozilla.org/en/docs/Web/CSS/box-shadow
	box-shadow: [inset?] [top] [left] [blur] [size] [color];

	Tips:
	- We're setting all the blurs to 0 since we want a solid fill.
	- Add the inset keyword so the box-shadow is on the inside of the element
	- Animating the inset shadow on hover looks like the element is filling in from whatever side you specify ([top] and [left] accept negative values to become [bottom] and [right])
	- Multiple shadows can be stacked
	- If you're animating multiple shadows, be sure to keep the same number of shadows so the animation is smooth. Otherwise, you'll get something choppy.
*/
.fill {
  --color: #a972cb;
  --hover: #cb72aa; }

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover); }

.pulseButton {
  --color: #ef6eae;
  --hover: #ef8f6e; }

.pulseClick,
.pulseButton:hover,
.pulseButton:focus {
  -webkit-animation: pulse 1s;
  animation: pulseButton 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0); }

.close {
  --color: #ff7f82;
  --hover: #ffdc7f; }

.raise {
  --color: #000;
  --hover: #000; }

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em); }

.up {
  --color: #e4cb58;
  --hover: #94e458; }

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover); }

.offset {
  --color: #19bc8b;
  --hover: #1973bc;
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color); }

.offset:hover,
.offset:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover); }

button {
  color: var(--color);
  -webkit-transition: 0.25s;
  transition: 0.25s; }

button:hover,
button:focus {
  outline: none; }

@-webkit-keyframes pulseButton {
  0% {
    box-shadow: 0 0 0 0 var(--hover); } }

@keyframes pulseButton {
  0% {
    box-shadow: 0 0 0 0 var(--hover); } }

.btn {
  border-radius: 3px; }

.btn-gc-black,
.btn-gc-blue,
.btn-gc-green,
.btn-gc-dark-green,
.btn-gc-purple,
.btn-gc-pink {
  color: white; }

.btn-gc-dark-green {
  background-color: var(--gc-dark-green); }

.btn-gc-dark-green:hover {
  background-color: var(--gc-green); }

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

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

.btn-gc-black {
  background-color: var(--gc-black); }

.btn-gc-black:hover {
  background-color: #18046b;
  color: white; }

.btn-gc-outline-red {
  border-color: #dc3545;
  color: #dc3545;
  background: none; }

.btn-gc-outline-red:hover {
  border-color: #dc3545;
  color: #dc3545;
  background: none; }

.btn-outline-gc-blue {
  border-color: var(--gc-blue);
  color: var(--gc-blue); }

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

.btn-outline-gc-black {
  border-color: var(--gc-black);
  color: var(--gc-black); }

.btn-outline-gc-black:hover {
  background-color: var(--gc-black);
  color: white; }

.btn-outline-white {
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none; }

.btn-outline-white:hover {
  background: #ffffff;
  color: #3f00ff; }

.btn-gc-green {
  background-color: var(--gc-green); }

.btn-gc-green:hover {
  background-color: var(--gc-green-hover);
  color: white; }

.btn-outline-gc-green {
  border-color: var(--gc-green);
  color: var(--gc-green); }

.btn-outline-gc-green:hover {
  background-color: var(--gc-green);
  color: white; }

.btn-outline-gc-grey {
  border-color: #E2E0E7;
  color: #0E0333; }

.btn-outline-gc-grey:hover {
  background-color: #0E0333;
  color: white;
  border-color: #0E0333; }

.btn-gc-purple {
  background-color: var(--gc-purple); }

.btn-outline-black {
  border: 1px solid #000;
  background: white;
  color: #000; }

.btn-outline-green {
  border: 1px solid var(--gc-green);
  background: white;
  color: var(--gc-green); }

.btn-outline-green:hover {
  border: 1px solid var(--gc-green);
  background: var(--gc-green);
  color: #fff; }

.btn-gc-purple:hover {
  background-color: var(--gc-purple-hover);
  color: white; }

.btn-outline-gc-purple {
  border-color: var(--gc-purple);
  color: var(--gc-purple); }

.btn-outline-gc-purple:hover {
  background-color: var(--gc-purple);
  color: white; }

.btn-gc-pink {
  background-color: var(--gc-pink); }

.btn-gc-pink:hover {
  background-color: var(--gc-pink-hover); }

/* Icons in buttons */
.btn > svg:first-child {
  margin-right: .5rem; }

#metamask_connect {
  background: none;
  color: white;
  border: 2px solid white;
  border-radius: 4px; }

.btn.btn-circle {
  border-radius: 50px;
  line-height: 2em; }

.btn.btn-social:hover {
  color: white;
  filter: saturate(3); }

.btn-twitter {
  color: white;
  background-color: #1DA1F2; }

.btn-facebook {
  color: white;
  background-color: #4267B2; }

.btn-email {
  color: white;
  background-color: #F24283; }

.btn-metamask {
  background: #FF7F00;
  color: white; }

.btn-metamask:hover {
  color: white;
  background: #E17000; }

.btn-lg-padding {
  padding: 0.6rem 2rem; }

.btn-radio {
  border: 1px solid #D3D3D3;
  min-height: 40px; }

.btn-radio.active {
  border-color: #6F3FF5; }

.btn-radio i {
  color: var(--button-radio-icon-color); }

.badge-greylight {
  background-color: #F3F3F3;
  color: #666666;
  font-weight: 600; }

.btn-gc-grey {
  color: #171717;
  background-color: #EEE; }

.btn-gc-grey.active:not(:disabled):not(.disabled) {
  color: white;
  background-color: #6f3ef5;
  border-color: #6F3FF5; }

.tline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.tline:before {
  background-color: #cdcdcd;
  bottom: 0;
  border-radius: 2px;
  content: '';
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 5px; }

.tline > li {
  margin-bottom: 15px;
  position: relative; }

.tline > li:before,
.tline > li:after {
  content: ' ';
  display: table; }

.tline > li:after {
  clear: both; }

.tline > li > .tline_module {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  float: left;
  padding: 15px;
  position: relative;
  width: 45%; }

.tline > li > .tline_module:before {
  border-color: transparent white;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: '';
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 10px; }

.tline > li > .tline_module:after {
  border-color: transparent white;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: ' ';
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 10px; }

.tline > li > .tline_badge {
  background-color: #aaa;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #fff;
  font-size: 1.4em;
  height: 55px;
  line-height: 55px;
  left: 50%;
  margin-left: -28px;
  position: absolute;
  text-align: center;
  top: 16px;
  width: 55px;
  z-index: 1; }

.tline img {
  margin: 10px 0;
  width: 100%; }

.tline > li > .tline_badge img {
  width: 35px;
  height: 35px;
  filter: invert(100%); }

.tline > li.tline_other > .tline_module {
  float: right; }

.tline > li.tline_other > .tline_module:before {
  border-left-width: 0;
  border-right-width: 5px;
  left: -5px;
  right: auto; }

.tline > li.tline_other > .tline_module:after {
  border-left-width: 0;
  border-right-width: 5px;
  left: -5px;
  right: auto; }

.tline_title {
  margin-top: 0;
  color: inherit; }

.tline_body > p,
.tline_body > ul {
  margin-bottom: 0; }

.tline > li > .tline_module:hover {
  border-left: 1px solid #d3d3d3;
  border-bottom: 2px solid #d3d3d3;
  margin-bottom: -1px; }

.tline > li.tline_other > .tline_module:hover {
  border-right: 1px solid #d3d3d3;
  border-left: none;
  padding-right: 16px; }

.tline_module.contain1 {
  left: -21%;
  width: 25% !important;
  margin-top: 20px; }

.tline_title span {
  color: #70757e; }

.tline_heading {
  text-align: left; }

.tline_module.mod2 {
  text-align: left;
  left: 12% !important;
  width: 34% !important;
  margin-top: 20px; }

.tline_module.contain1 p {
  text-align: left; }

@media (max-width: 760px) {
  .tline_module {
    padding-left: 30px !important; }
  ul.tline:before {
    left: 41px; }
  ul.tline > li > .tline_badge {
    left: 15px;
    margin-left: 0;
    top: 16px; }
  ul.tline > li > .tline_module {
    float: right; }
  ul.tline > li > .tline_module:before {
    left: -15px;
    right: auto; }
  ul.tline > li > .tline_module:after {
    left: -14px;
    right: auto; }
  .tline_module.contain1 {
    left: 0 !important;
    width: 87% !important; }
  .tline_module.mod2 {
    left: 0% !important;
    width: 86% !important; } }

.carousel {
  overflow: hidden; }

#slides {
  transition: transform .75s ease-in-out; }

.carousel .avatar {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border-radius: 50%; }

.carousel .author, .carousel .org {
  font-size: 0.9rem; }

.carousel .author a {
  text-decoration: none; }

.carousel .org {
  color: #999; }

.carousel .slide {
  width: 100vw;
  padding: 0 2rem; }

.carousel .content {
  max-width: 100%; }

.testimonial {
  max-width: 40rem; }

.carousel .slide:hover {
  box-shadow: none; }

.showing {
  opacity: 1; }

.decorated-quote {
  color: var(--gc-blue);
  font-size: 6rem;
  align-self: flex-start;
  line-height: .6; }

html {
  --gc-light-blue: #16a8d5;
  --gc-blue: #6F3FF5;
  --gc-blue-hover: #5932C4;
  --gc-purple: #0D0764;
  --gc-purple-hover: #0b0d9d;
  --gc-green: #0FCE7C;
  --gc-dark-green: #0ACE7C;
  --gc-green-hover: #25E899;
  --gc-light-green: rgb(211, 250, 235);
  --gc-pink: #f9006c;
  --gc-pink-hover: #f167a3;
  --gc-yellow: #F5A623;
  --gc-white: #ffffff;
  --gc-light-violet: #bbafd0;
  --gc-dark-violet: #130b88;
  --gc-black: #0d023a;
  --t: #ccc;
  --gc-grey: #fafafa;
  --gc-blue-grey: #f2f6f9;
  --gc-dark-grey: #868789;
  --gc-medium-dark-gray: #666666;
  --gc-darker-grey: #3d3d3d;
  --text-light: #D8D8D8;
  --text-dark: var(--gc-black);
  --bg-shade-0: white;
  --bg-shade-1: #EFF3F6;
  --bg-shade-2: #5f5c74;
  --bg-activity: white;
  --bg-comment-container: var(--bg-shade-1);
  --main-bg: #eff3f6;
  --form-input-bg: white;
  --form-input-color: rgba(0, 0, 0, 0.38);
  --button-radio-icon-color: #6F3FF5;
  --link-color: #6F3FF5;
  --townsquare-link-color: black;
  --townsquare-block-header-color: #626365;
  --active-button-border-color: var(--link-color);
  --default-text-color: var(--text-dark);
  --pinned-activity: var(--gc-green); }

/* @media screen and (prefers-color-scheme: dark) { */
html.dark-mode {
  --gc-light-blue: #16a8d5;
  --gc-blue: #6F3FF5;
  --gc-blue-hover: #5932C4;
  --gc-purple: #0D0764;
  --gc-purple-hover: #0b0d9d;
  --gc-green: #0FCE7C;
  --gc-green-hover: #25E899;
  --gc-light-green: transparent;
  --gc-pink: #f9006c;
  --gc-pink-hover: #f167a3;
  --gc-yellow: #F5A623;
  --gc-white: #ffffff;
  --gc-light-violet: #bbafd0;
  --gc-dark-violet: #130b88;
  --gc-black: #0d023a;
  --t: #ccc;
  --gc-grey: #fafafa;
  --gc-blue-grey: #f2f6f9;
  --gc-dark-grey: #868789;
  --gc-darker-grey: #3d3d3d;
  --gc-medium-dark-gray: #bbbbbb;
  --gc-darker-grey: #3d3d3d;
  --text-light: #D8D8D8;
  --text-dark: var(--gc-black);
  --bg-shade-0: #221D3E;
  --bg-shade-1: #373351;
  --bg-shade-2: #5F5C74;
  --bg-activity: var(--bg-shade-1);
  --bg-comment-container: var(--bg-shade-0);
  --main-bg: #0a0428;
  --form-input-bg: #221D3E;
  --form-input-color: white;
  --button-radio-icon-color: white;
  --link-color: #91b5ff;
  --townsquare-link-color: white;
  --townsquare-block-header-color: white;
  --active-button-border-color: white;
  --default-text-color: white;
  --pinned-activity: white; }

.text-highlight-purple {
  color: var(--gc-purple); }

.text-highlight-green {
  color: var(--gc-green); }

.text-highlight-dark-blue {
  color: var(--gc-blue); }

.text-highlight-gc-purple {
  color: var(--gc-purple); }

.text-highlight-gc-blue {
  color: var(--gc-blue); }

.text-highlight-light-blue {
  color: var(--gc-light-blue); }

.text-highlight-pink {
  color: var(--gc-pink); }

.text-highlight-yellow {
  color: var(--gc-yellow); }

.text-medium-dark-grey {
  color: var(--gc-medium-dark-gray); }

.text-black {
  color: #000; }

.gc-alert-yellow {
  background-color: #FFF4CB; }

.text-dark-purple {
  color: #0E0333; }

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

.form__checkbox input {
  position: absolute;
  opacity: 0; }

.form__checkbox .form__label {
  cursor: pointer; }

.form__checkbox .form__label::before {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  content: '';
  display: inline-flex;
  justify-content: center;
  height: 18px;
  margin-right: 10px;
  vertical-align: text-top;
  width: 18px; }

.form__checkbox input.error ~ .form__label,
.form__checkbox input.error ~ .form__label a {
  color: #D50000; }

.form__checkbox input:disabled ~ .form__label::before {
  background-color: #d0d0d0 !important;
  border-color: #d0d0d0 !important;
  cursor: not-allowed; }

.form__checkbox label.error {
  display: none !important; }

.form__checkbox input:checked ~ .form__label::before {
  background-color: #6F3FF5;
  border-color: #6F3FF5;
  content: url("/static/v2/images/check.svg"); }

.form__drop {
  align-items: center;
  border: 1px dashed #9B9B9B;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  margin-top: 35px;
  justify-content: center;
  padding: 24px;
  position: relative;
  min-height: 8rem; }

.form__drop.is-dragging {
  border: 1px dashed #0D0764; }

.form__drop:hover {
  cursor: pointer; }

.form__drop span {
  color: #9B9B9B;
  cursor: pointer;
  font-size: 14px;
  pointer-events: none; }

.form__drop input[type="file"] {
  cursor: pointer;
  height: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  width: 100%; }

.form__intro {
  margin: 40px 0; }

.form__intro h1 {
  font-size: 24px;
  letter-spacing: 0;
  text-transform: none; }

.form__group {
  display: flex; }

.form__group-item {
  height: 37px;
  flex: 1;
  position: relative; }

.form__img {
  margin-top: 70px; }

.form__group-horizontal {
  width: 100%;
  margin-bottom: 12px; }

.form__amount-wrapper {
  margin-right: 1rem; }

.form__group-item:not(:last-of-type) {
  margin-right: 1rem; }

.form__flex-group {
  display: flex; }

.form__flex-item {
  flex: 1; }

.form__footer {
  padding-top: 1.5rem;
  margin-bottom: 3rem; }

.form__footer a {
  font-weight: 500; }

.form__footer button {
  margin-bottom: .5rem; }

.form__footer--right {
  text-align: right; }

@media (max-width: 540px) {
  .form__group {
    flex-direction: column; }
  .form__group-item {
    margin-bottom: 1em;
    width: 100%; } }

@media (min-width: 992px) {
  .form__footer a {
    position: relative;
    top: 10px; }
  .form__footer button {
    float: right; } }

.form__input {
  background-color: var(--form-input-bg);
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  padding: 5px 7px;
  width: 100%;
  letter-spacing: -0.09px;
  outline: none;
  height: 40px; }

textarea.form__input {
  height: auto; }

.form__input-lg {
  font-size: 1rem; }

.form__input_lg {
  padding: 8px; }

.form__input + label.error,
.cat-error .error,
.form__select2 .error {
  color: #D50000;
  margin-bottom: 0;
  display: block;
  font-size: 12px; }

.form__input.error {
  padding-right: 2.8rem;
  color: #D50000;
  background-image: url("/static/v2/images/close-red.png");
  background-repeat: no-repeat;
  background-size: auto 1.313rem;
  background-position: top 0.5rem right 0.5rem; }

.form__input.valid {
  padding-right: 2.8rem;
  background-image: url("/static/v2/images/success.png");
  background-repeat: no-repeat;
  background-size: auto 1.313rem;
  background-position: top 0.5rem right 0.5rem; }

.dark-mode .form__input,
.form__input::-webkit-input-placeholder {
  color: var(--form-input-color); }

.form__input:disabled {
  background-color: #EAEAEA;
  color: #9B9B9B;
  border-color: #EAEAEA; }

.form__input-help {
  color: #868e96;
  font-size: 12px; }

.form__input-help--dynamic {
  margin-top: 5px;
  display: block; }

.amount_container {
  height: 100px; }

.dark-mode .form-control,
.dark-mode .form__input,
.dark-mode .border,
.dark-mode .activity_stream .box {
  border-color: transparent !important; }

.dark-mode .form-control.bg-lightblue:focus {
  background: var(--main-bg) !important;
  color: white; }

.form__label {
  font-size: 12px;
  margin: .5rem 0; }

.form__label-lg {
  font-size: 1rem;
  margin: .7rem 0; }

.form__radio {
  position: relative;
  width: 100%; }

.form__radio input {
  position: absolute;
  opacity: 0; }

.form__radio label {
  cursor: pointer;
  padding-left: 30px;
  width: 100%; }

.form__radio label::before,
.form__radio label::after {
  align-items: center;
  position: absolute;
  background: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 100%;
  content: '';
  display: inline-flex;
  left: 0;
  justify-content: center;
  height: 18px;
  transition: background 0.25s linear;
  top: 2px;
  width: 18px; }

.form__radio label::before {
  background-color: #6F3FF5;
  border: 1px solid #6F3FF5; }

.form__radio input:checked + label::after {
  background-color: #6F3FF5;
  border: 2px solid #fff;
  transform: scale(0.9); }

.form__select,
.form__select2 {
  position: relative;
  outline: none; }

.form__select2 {
  display: flex; }

.form__select__icon {
  align-items: center;
  background: #fff;
  border-radius: 0 3px 3px 0;
  border: 1px solid #0D0764;
  border-left: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 40px; }

.form__select select {
  background-color: #fff;
  border: 1px solid #0D0764;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  height: 37px;
  outline: none;
  width: 100%; }

.form__select select[multiple] {
  height: auto; }

.form__select select:disabled {
  background-color: #D2D2D2;
  border: 1px solid #D2D2D2;
  color: #9B9B9B; }

.form__select2 .select2-container {
  display: inline-block !important;
  min-width: 100%;
  height: 100%;
  font-size: 14px; }

.form__select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 33px;
  height: 100%; }

.form__select2 .select2-container--default .select2-selection--single {
  align-items: center;
  border: 1px solid #0D0764;
  display: flex;
  height: 100%;
  min-height: 37px;
  border-radius: 2px; }

/* Multi-select */
.g-multiselect .select2-container--default .select2-selection--multiple .select2-selection__rendered li:not(.select2-search),
li.select2-available__choice,
li.select2-tag__choice {
  align-items: center;
  border: 1px solid #6F3FF5;
  background-color: #6F3FF5;
  display: flex;
  color: #ffffff;
  height: 100%;
  min-height: 25px;
  border-radius: 3px; }

li.select2-available__choice,
li.select2-tag__choice {
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  cursor: pointer; }

.g-multiselect .select2 {
  font-size: 12px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #fff;
  color: #000; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #6F3FF5;
  color: #fff; }

.select2-selection.select2-selection--multiple,
.select2-selection.select2-selection--single,
.select2-container--default.select2-selection--single,
.form__select2.select2-container--default.select2-selection--single {
  border-radius: 2px !important;
  border: 1px solid #D3D3D3 !important;
  min-height: 2.5rem !important; }

.g-multiselect .select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 0;
  margin-top: 8px; }

.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #D3D3D3 !important; }

/* End multi-select */
.form__select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal; }

.form__select2 .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #EAEAEA;
  border: 1px solid #EAEAEA; }

.form__select2 .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #9B9B9B; }

.form__select2 .select2-container--disabled + .form__select__icon {
  background-color: #EAEAEA;
  border: 1px solid #EAEAEA; }

.form__select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  background-image: url("/static/v2/images/arrow-down.png");
  background-size: contain;
  content: '';
  display: block;
  height: 7px;
  width: 10px; }

.form__select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-available__choice__remove,
.select2-tag__choice__remove {
  color: #ffffff;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff; }

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
  line-height: 2.4em !important; }

/* Using checkbox
	<div class="checkbox_container">
		<input name="network" id="foobar" type="checkbox" />
		<label for=foobar>gitcoin</label>
	</div>
*/
.filter-label {
  display: inline-block;
  margin-left: 10px; }

.checkbox_container label::after {
  content: '';
  position: absolute;
  width: 0.4em;
  height: 0.8em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  -webkit-transform: rotate(45deg) translate(-0.6em, -1.2em);
  -ms-transform: rotate(45deg) translate(-0.6em, -1.2em);
  transform: rotate(45deg) translate(-0.6em, -1.2em);
  display: none; }

.checkbox_container input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.checkbox_container label::before {
  content: '';
  position: relative;
  display: inline-block !important;
  left: 0px;
  top: 3px;
  height: 1.25em;
  width: 1.25em;
  background-color: #FFF;
  border: 1px solid #D3D3D3;
  border-radius: 2px;
  margin-right: 0.5em; }

.checkbox_container input:checked ~ label::before,
.checkbox_container input:checked ~ * label::before {
  background-color: #6F3FF5;
  border: 1px solid #6F3FF5;
  display: block; }

.checkbox_container input:checked ~ label::after,
.checkbox_container input:checked ~ * label::after {
  display: block; }

.checkbox_container input:focus + label::before,
.checkbox_container input:focus ~ * label::before {
  outline: auto;
  outline-color: #619cf6; }

/* Below needs refactoring */
.checkbox .checkbox-label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  margin-bottom: 0;
  width: 100%; }

.checkbox .checkbox-label::before {
  background-color: #fff;
  border: 1px solid #0d023b;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  transition: all 0.04s linear;
  vertical-align: text-top;
  width: 18px; }

.checkbox .checkbox-input {
  position: absolute;
  opacity: 0; }

.checkbox .checkbox-input:checked + .checkbox-label::before {
  background-color: #26cd7f;
  border: 3px solid #36E69B; }

/* border checkbox  */
.gc-checkbox {
  display: flex;
  align-items: center; }

.gc-checkbox input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-top: .75em;
  opacity: .00001;
  position: relative;
  vertical-align: top;
  z-index: 2; }

.gc-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  min-height: 16px;
  vertical-align: middle; }

.gc-checkbox label::before,
.gc-checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block; }

.gc-checkbox label::before {
  height: 18px;
  width: 18px;
  border: 2px solid #9F9F9F;
  border-radius: 3px;
  left: 0px;
  top: 3px; }

.gc-checkbox label::after {
  height: 6px;
  width: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 4px;
  top: 8px; }

.gc-checkbox input[type="checkbox"] + label::after {
  content: none; }

.gc-checkbox input[type="checkbox"]:checked + label::after {
  content: ""; }

.gc-checkbox input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px; }

html {
  --color-notification: 37, 232, 153;
  --badge-bg: #D6FBEB;
  --badge-text: #00A55E;
  --badge-blue-bg: #E7F0FA;
  --badge-blue-text: #6587AE; }

/* @media screen and (prefers-color-scheme: dark) { */
html.dark-mode {
  --color-notification: 37, 232, 153;
  --badge-bg: #D6FBEB;
  --badge-text: #00A55E;
  --badge-blue-bg: #5f5c74;
  --badge-blue-text: white; }

.notification__dot {
  background: rgba(255, 255, 255, 0.8);
  color: #6F3FF5;
  display: none;
  min-width: 17px;
  height: 17px;
  border-radius: 8.5px;
  box-shadow: 0 0 0 rgba(var(--color-notification), 0.4);
  position: absolute;
  top: 0;
  left: 1.2rem;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  padding: 2px;
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  line-height: initial; }

.notification__dot_active {
  display: block;
  animation: BadgePulse 1.8s infinite; }

.notification__dot-small {
  background: rgba(var(--color-notification), 1);
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  opacity: 0; }

.notification__dot-small_active {
  opacity: 1; }

.badge--greenlight {
  background-color: var(--badge-bg);
  color: var(--badge-text); }

.badge--bluelight {
  background-color: var(--badge-blue-bg);
  color: var(--badge-blue-text); }

.notifications__box {
  border-radius: 3px;
  padding: 1em 0;
  max-width: calc(100vw - 2em); }

.notifications__link {
  color: var(--link-color);
  font-size: 0.75rem; }

.notifications__header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  padding: 0em 1em 0.8em; }

.notifications__title {
  font-size: 0.87rem;
  font-weight: 600; }

.notifications__list {
  max-height: min(328px, calc(60vh - 112px));
  overflow-y: auto;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #fafafa no-repeat;
  background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 100%;
  background-size: 100% 14px; }

.notifications__list:before,
.notifications__list:after {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  height: 30px;
  margin: 0 0 -30px;
  background: -webkit-linear-gradient(top, #fafafa, #fafafa 30%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #fafafa, #fafafa 30%, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #fafafa, #fafafa 30%, rgba(255, 255, 255, 0)); }

.notifications__list:after {
  margin: -30px 0 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fafafa 70%, #fafafa);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fafafa 70%, #fafafa);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fafafa 70%, #fafafa); }

.notifications__list:empty {
  display: none; }

.notifications__item {
  font-size: 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  padding: 1em;
  animation: animateElement linear .3s;
  animation-iteration-count: 1; }

.notifications__item-readed {
  padding: 0.6em 0.8em 0.6em 0; }

.notifications__time {
  flex: 1 0 68px;
  text-align: right; }

.notifications_content {
  color: #212529;
  display: flex;
  align-items: center; }

.notifications_content:hover {
  color: #5d666f;
  text-decoration: none; }

.notifications_content p {
  margin-bottom: 0; }

.notifications__avatar {
  flex-shrink: 0;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  margin-right: 1em; }

.notifications__button-all {
  display: block;
  text-align: center;
  font-weight: 700; }

@keyframes BadgePulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37, 232, 153, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 232, 153, 0.4);
    box-shadow: 0 0 0 0 rgba(37, 232, 153, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(37, 232, 153, 0);
    -webkit-box-shadow: 0 0 0 10px rgba(37, 232, 153, 0);
    box-shadow: 0 0 0 10px rgba(37, 232, 153, 0); }
  100% {
    -moz-box-shadow: 0 0 0 20px rgba(37, 232, 153, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 232, 153, 0);
    box-shadow: 0 0 0 20px rgba(37, 232, 153, 0); } }

@keyframes animateElement {
  0% {
    opacity: 0;
    transform: translate(0px, -10px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }

.inbox__notifications {
  background: white;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
  z-index: 0;
  position: relative;
  border-radius: 4px; }

.inbox__list {
  overflow-y: scroll;
  max-height: 600px; }

.notifications__no-results {
  text-align: center;
  margin: 3em 0; }

.notifications__no-results img {
  max-width: 80%;
  margin: auto;
  display: block;
  height: auto; }

[v-cloak] {
  display: none; }

.notifications_button-group {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 3rem;
  border-bottom: 1px solid #E6EAEE;
  user-select: none; }

.inbox__item {
  padding: 1rem 3rem; }

.btn-clean {
  color: #666666;
  border: none;
  background-color: transparent;
  user-select: none; }

.btn-clean:hover {
  color: #000; }

.btn-clean:focus {
  outline: #3b99fc auto 5px; }

.btn-clean + .btn-clean {
  margin-left: 1em; }

.btn-clean > i {
  margin-right: 0.4em; }

.btn-clean--danger {
  color: #F9006C; }

@media (min-width: 768px) {
  .notifications__box {
    min-width: 430px !important; } }

@media (max-width: 767.98px) {
  .notifications__list {
    max-height: unset; } }
