/*border radius*/
.supporter__social-media {
  margin-top: 40px;
  text-align: center;
}
.supporter__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  font-size: 1.2rem;
  background: rgba(101, 192, 15, 0.2);
  border-radius: 4px;
}
.supporter__social:not(:first-of-type) {
  margin-left: 10px;
}

.supporter-profile__social-media {
  margin-top: 40px;
}
.supporter-profile__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  font-size: 1.2rem;
  background: rgba(101, 192, 15, 0.2);
  border-radius: 4px;
}
.supporter-profile__social:not(:first-of-type) {
  margin-left: 10px;
}
.supporter-profile__photo-container {
  text-align: center;
  margin-bottom: 50px;
}
.supporter-profile__photo {
  max-width: 250px;
  max-height: 250px;
}
.supporter-profile__content {
  flex: 1;
}
.supporter-profile__website {
  display: inline-block;
  margin-top: 10px;
}
.supporter-profile__footer {
  margin-top: 25px;
}
.supporter-profile .supporter__social-media {
  margin-top: 0;
}

/*border radius*/
/*border radius*/
/*border radius*/
/*border radius*/
.spinner--primary {
  color: #65c00f !important;
}
.spinner--secondary {
  color: #1c2633;
}

/*border radius*/
@media (min-width: 992px) {
  .supporter-popup {
    top: 60px;
  }
}
.supporter-popup__close {
  background-color: rgba(255, 255, 255, 0);
}
.supporter-popup__sessions-header {
  top: 0;
  padding: 0 0 20px 0;
  margin-bottom: 0;
  background: #fff;
  z-index: 10;
}
@media (min-width: 992px) {
  .supporter-popup__sessions-header {
    position: sticky;
  }
}
.supporter-popup__content {
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .supporter-popup__content {
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .supporter-popup__content::-webkit-scrollbar {
    width: 8px;
  }
  .supporter-popup__content::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .supporter-popup__content::-webkit-scrollbar-thumb {
    background: rgba(28, 38, 51, 0.3);
    border-radius: 3px;
  }
  .supporter-popup__content::-webkit-scrollbar-thumb:hover {
    background: #65c00f;
  }
}
.scrollbar--white .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.scrollbar--light .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
}
.scrollbar--light-1 .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #eeeeee;
}
.scrollbar--light-2 .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #fafafa;
}
.scrollbar--primary .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #65c00f;
}
.scrollbar--accent-2 .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #0b8096;
}
.scrollbar--dark .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #1c2633;
}
.scrollbar--secondary .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #1c2633;
}
.scrollbar--accent .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #34b291;
}
.scrollbar--accent-3 .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #4a79b2;
}
.supporter-popup .fade-in {
  height: 100%;
}
.supporter-popup .supporter-profile__content {
  margin-bottom: 40px;
}
.supporter-popup .supporter-profile__footer {
  margin-top: 15px;
}

/*# sourceMappingURL=supporters.css.map */
