/*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(36, 56, 85, 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(36, 56, 85, 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: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*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(255, 122, 0, 0.3);
    border-radius: 3px;
  }
  .supporter-popup__content::-webkit-scrollbar-thumb:hover {
    background: #243855;
  }
}
.scrollbar--white .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.scrollbar--light .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
}
.scrollbar--primary .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #243855;
}
.scrollbar--accent-2 .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #C4C4C4;
}
.scrollbar--dark .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #FF7A00;
}
.scrollbar--secondary .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #FF7A00;
}
.scrollbar--accent .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #FFC845;
}
.scrollbar--accent-3 .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #008E9B;
}
.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 */
