.pageContainer___Pl1XF {
  display: block;
  flex: 1;
  height: 100%;
  overflow: auto;
  padding: 25px 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pageContainer___Pl1XF {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .pageContainer___Pl1XF {
    flex: 1 1 75%;
    padding: 70px 60px;
  }
}
@keyframes rotate___M8ZhG {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.spinningLoader___D4ZqF {
  margin: auto;
  height: 40px;
  width: 40px;
  animation: rotate___M8ZhG 1.5s infinite;
}
.spinningLoader___D4ZqF path {
  fill: rgba(var(--color-primary-rgb), 0.5);
}
.welcomeCard___htdMo {
  background-color: var(--color-secondary);
  border-radius: 16px;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 85px;
  overflow: hidden;
  position: relative;
  padding: 15px 20px;
  transition: min-height 0.2s linear, padding 0.2s linear;
}
.welcomeCard__splash___yEPGI {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.welcomeCard__overlay___tWHEf {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.welcomeCard__message___Q0Rxc, .welcomeCard__projectInfo___tCMb7 {
  z-index: 1;
}
.welcomeCard__message___Q0Rxc {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.welcomeCard__projectInfo___tCMb7 {
  align-items: center;
  column-gap: 10px;
  display: flex;
  font-size: 16px;
  line-height: 24px;
}
.welcomeCard__loader___z2x9k {
  height: 60px;
  width: 60px;
}
.welcomeCard__loader___z2x9k path {
  fill: var(--color-white);
}
@media only screen and (min-width: 768px) {
  .welcomeCard___htdMo {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    min-height: 110px;
    padding: 20px 30px;
  }
  .welcomeCard__message___Q0Rxc {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .welcomeCard___htdMo {
    min-height: 150px;
  }
  .welcomeCard__message___Q0Rxc {
    font-size: 35px;
    font-weight: 700;
  }
}
.badges___LUyGK {
  display: flex;
  flex-direction: row;
}
.badges__badge___nbXTG {
  margin-left: -5px;
}
@media only screen and (min-width: 550px) {
  .badges__badge___nbXTG {
    margin-left: -15px;
  }
}
.badges__badge___nbXTG:first-child {
  margin-left: 0px;
}
.badges__badge___nbXTG svg {
  width: 100%;
}
@keyframes rotate___RWX5y {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.nextEventsCard___Qyy9w {
  background-color: var(--color-white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 15px 20px 20px;
}
.nextEventsCard__header___s5CwL {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 25px;
  margin-bottom: 15px;
}
.nextEventsCard__title___aQQMy {
  font-size: 20px;
  font-weight: 700;
}
.nextEventsCard__view___LLtaC {
  cursor: pointer;
}
.nextEventsCard__view___LLtaC:hover {
  text-decoration: underline;
}
.nextEventsCard__events___nip55 {
  display: grid;
  row-gap: 15px;
}
.nextEventsCard__loader___GPjjH {
  margin: 20px auto;
  height: 60px;
  width: 60px;
  animation: rotate___RWX5y 1.5s infinite;
}
.nextEventsCard__loader___GPjjH path {
  fill: rgba(var(--color-primary-rgb), 0.5);
}
.nextEventsCard__empty___UbbKx {
  font-size: 16px;
  line-height: 25px;
}

.eventDay___zGLn4 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  row-gap: 5px;
}
.eventDay__date___g358y {
  align-items: center;
  background-color: var(--color-events-day-bg);
  border-radius: 5px;
  color: var(--color-events);
  display: inline-flex;
  font-size: 20px;
  gap: 5px;
  padding: 10px;
  max-width: max-content;
}
.eventDay__date___g358y span {
  font-weight: 700;
}
.eventDay--events___bFu8h {
  background-color: var(--color-events-bg);
  padding: 10px;
  border-radius: 5px;
}
.eventDay--welcome___hXxDU .eventDay__date___g358y {
  background-color: var(--color-welcome-events-bg);
  color: var(--color-welcome-events);
}
.eventDay--birthday___lLBUF .eventDay__date___g358y {
  background-color: var(--color-birthday-events-bg);
  color: var(--color-birthday-events);
}

.eventInfo___JqXbe {
  overflow: hidden;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid var(--color-grey);
}
.eventInfo___JqXbe:last-child {
  border-bottom: none;
  padding: 5px 0;
}
.eventInfo__type___WLTz3 {
  align-items: center;
  background-color: rgba(var(--color-grey-rgb), 0.2);
  border-radius: 10px;
  color: var(--color-grey);
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 5px;
}
.eventInfo__title___MVt_F {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eventInfo__name___daaWO {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.eventInfo__name___daaWO:hover {
  text-decoration: underline;
}
.eventInfo__badge___Niomz {
  width: 30px;
  height: 30px;
}
.eventInfo__badge___Niomz svg {
  width: 30px;
  height: 30px;
}
.eventInfo__duration___ZIc_D {
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}
.eventInfo__link___BsHOt, .eventInfo__description____wXDt {
  display: -webkit-box;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.eventInfo__link___BsHOt {
  color: var(--color-secondary);
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}

.welcomeInfo___sP0mr {
  font-size: 16px;
  line-height: 25px;
}

.linkInfo___c5TZu {
  display: flex;
  gap: 10px;
  overflow: hidden;
}
.linkInfo__image___iE6kT {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
}
.linkInfo__text___EE9EL {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--color-text);
  line-height: 20px;
  font-size: 16px;
  gap: 5px;
  overflow: hidden;
}
.linkInfo__text__title___Y568n {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
.linkInfo__text__date___tJISN {
  font-weight: 300;
}

@media only screen and (min-width: 1024px) {
  .nextEventsCard___Qyy9w {
    height: max-content;
  }
  .nextEventsCard__title___aQQMy {
    font-size: 26px;
    line-height: 37px;
  }
}
.quicklinks___dDkuF {
  display: block;
}
.quicklinks__title___fWeBV {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
.quicklinks__links___httBO {
  align-items: flex-start;
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 60px;
}

.quicklink___jXIPT {
  align-items: center;
  display: flex;
  color: var(--color-text);
  column-gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  transition: font-weight 0.1s linear, color 0.1s linear;
}
.quicklink___jXIPT span::before {
  content: attr(data-text);
  display: block;
  font-weight: bold;
  height: 0;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  user-select: none;
}
.quicklink___jXIPT:hover {
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  .quicklinks__title___fWeBV {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .quicklinks__links___httBO {
    column-gap: 30px;
    row-gap: 20px;
  }
}
.dashboard___F8_f8 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.dashboard__content___Ai4uY {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
}

@media only screen and (min-width: 768px) {
  .dashboard___F8_f8 {
    row-gap: 30px;
  }
  .dashboard__content___Ai4uY {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
  .dashboard__content___Ai4uY > div:last-child {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 1024px) {
  .dashboard___F8_f8 {
    row-gap: 40px;
  }
  .dashboard__content___Ai4uY {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
  }
  .dashboard__content___Ai4uY > div:last-child {
    grid-column: auto;
  }
  .dashboard__large___nTUvF {
    grid-column: auto/span 2;
  }
}
@keyframes rotate___XElWc {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.weatherWidget___GEzbN {
  display: flex;
  border-radius: 16px;
  background-color: var(--color-primary);
  color: var(--color-white);
  min-height: 85px;
  padding: 15px 20px;
}
.weatherWidget__container___Y94Hz {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.weatherWidget__container___Y94Hz span:first-child {
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}
.weatherWidget__loader___EFipy {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotate___XElWc 1.5s infinite;
  flex: 1;
}
.weatherWidget__loader___EFipy :first-child {
  height: 50px;
  width: 50px;
  filter: brightness(0) invert(1);
}
.weatherWidget__icon___dEzcZ {
  display: flex;
  justify-content: center;
}
.weatherWidget__location___S0MZ3 {
  display: flex;
  gap: 5px;
}
.googleButton___LnPTp {
  align-items: center;
  background-color: var(--color-white);
  border: none;
  border-radius: 10px;
  color: var(--color-text);
  display: flex;
  font-size: 18px;
  height: 50px;
  justify-content: center;
  line-height: 27px;
  margin: 0;
  padding: 0;
  width: 100%;
  user-select: none;
}
.googleButton___LnPTp:focus, .googleButton___LnPTp:active {
  color: var(--color-text);
}
.googleButton___LnPTp svg {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .googleButton___LnPTp {
    width: 400px;
  }
}
.loginPage___wXL0v {
  background: linear-gradient(180deg, var(--color-secondary) 3.51%, #363E6C 100%);
  color: var(--color-white);
  display: block;
  overflow: hidden;
  padding: 0 45px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .loginPage___wXL0v {
    padding: 0;
  }
}
.loginPage--loading___Vz2U6 {
  align-items: center;
  display: flex;
  justify-content: center;
}
.loginPage__overlay___mWJxB {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5rem;
  position: relative;
  row-gap: 30px;
  z-index: 1;
}
.loginPage__logo___Pub4o {
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}
.loginPage__logo___Pub4o path {
  fill: var(--color-white);
}
@media only screen and (min-width: 768px) {
  .loginPage__logo___Pub4o {
    max-height: 100px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .loginPage__logo___Pub4o {
    max-height: 125px;
    max-width: 350px;
  }
}
.loginPage__welcome___QXEjE {
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  margin: 0 20px;
}
@media only screen and (min-width: 768px) {
  .loginPage__welcome___QXEjE {
    margin: 0;
  }
}
.loginPage__illustration___XGZXa {
  bottom: 0;
  left: 50%;
  min-width: 390px;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .loginPage__illustration___XGZXa {
    height: 40%;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .loginPage__illustration___XGZXa {
    height: 45%;
  }
}
.loginPage__loader___HybA4 {
  height: 150px;
  pointer-events: none;
  width: 150px;
  z-index: 1;
}
.loginPage__loader___HybA4 path {
  fill: var(--color-white);
}
.pageHeader___Ez4C4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  top: -26px;
  position: sticky;
  background-color: var(--color-background);
  z-index: 5;
  margin: 0 -30px;
  padding: 20px 30px;
}
@media only screen and (min-width: 768px) {
  .pageHeader___Ez4C4 {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 40px;
    justify-content: space-between;
    margin: 0;
    position: relative;
    padding: 0;
    top: 0;
    margin-bottom: 20px;
  }
}
.pageHeader___Ez4C4 > span {
  font-size: 26px;
  font-weight: 700;
  line-height: 21px;
}
@media only screen and (min-width: 768px) {
  .pageHeader__actions___WM9Hy {
    align-items: center;
    display: flex;
  }
}
.pageFooter___xICrX {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-top: 20px;
}
.searchInput___vb_9p {
  align-items: center;
  background-color: var(--color-inputs);
  border-radius: 6px;
  box-sizing: border-box;
  cursor: text;
  display: grid;
  grid-template-columns: 16px 1fr;
  column-gap: 15px;
  height: 40px;
  justify-content: center;
  padding: 5px 15px;
  position: relative;
  transition: background-color 0.2s linear, border-color 0.2s linear;
  width: auto;
}
.searchInput__icon___SPVd_ {
  height: 16px;
  width: 16px;
}
.searchInput__icon___SPVd_ path {
  fill: var(--color-grey);
  transition: fill 0.2s linear;
}
.searchInput___vb_9p > input[type=search] {
  background-color: transparent;
  border: 0;
  caret-color: var(--color-text);
  color: var(--color-text);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  height: 100%;
  outline: 0;
  width: 100%;
  transition: caret-color 0.2s linear, color 0.2s linear;
}
.searchInput___vb_9p > input[type=search]::placeholder {
  color: var(--color-grey);
}
.searchInput___vb_9p > input[type=search]::-webkit-search-decoration, .searchInput___vb_9p > input[type=search]::-webkit-search-results-button, .searchInput___vb_9p > input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.searchInput___vb_9p:focus-within:not(.searchInput--disabled___NWNhn) .searchInput__icon___SPVd_ path {
  fill: var(--color-primary);
}
.searchInput--disabled___NWNhn {
  background-color: var(--color-grey);
  cursor: not-allowed;
}
.searchInput--disabled___NWNhn > input[type=search] {
  color: var(--color-white);
  cursor: not-allowed;
}
.searchInput--disabled___NWNhn > input[type=search]::placeholder {
  color: var(--color-white);
}
.searchInput--disabled___NWNhn .searchInput__icon___SPVd_ path {
  fill: var(--color-white);
}
.table___acd4W {
  display: grid;
  border-collapse: collapse;
  overflow: hidden;
}
.table__header___d1lvZ {
  display: contents;
}
.table__body___BA0E1 {
  display: grid;
  row-gap: 5px;
}
.table__row___qqUjO {
  display: grid;
  height: 70px;
  overflow: hidden;
}
.table__row--header___Ctd_R {
  background-color: var(--color-table-header);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 50px;
}
.table__row--hover___UvhXK:hover {
  cursor: pointer;
  text-decoration: underline;
}
.table__cell___Vg8nK {
  align-items: center;
  background-color: var(--color-white);
  display: flex;
  font-size: 16px;
  height: 100%;
  line-height: 24px;
  padding: 15px 20px;
  width: 100%;
  overflow: hidden;
}
.table__cell___Vg8nK > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table__cell--header___hUg_J {
  background-color: transparent;
  color: var(--color-white);
  font-weight: 700;
}
.table__placeholder___l_a_g {
  align-items: center;
  background-color: var(--color-white);
  display: flex;
  font-style: italic;
  justify-content: center;
  padding: 20px;
}
.pagination___eLG6g {
  align-items: center;
  column-gap: 5px;
  display: flex;
}
.pagination__arrow___Kwzgs, .pagination__button___rtUK4 {
  border: none;
  background: none;
  font-size: 14px;
  line-height: 21px;
}
.pagination__separator___Cyi0W, .pagination__button___rtUK4 {
  align-items: center;
  border-radius: 4px;
  color: var(--color-grey);
  display: flex;
  height: 23px;
  justify-content: center;
  min-width: 23px;
}
.pagination__separator___Cyi0W {
  color: var(--color-grey);
  cursor: default;
}
.pagination__arrow___Kwzgs {
  align-items: center;
  border-radius: 4px;
  color: var(--color-text);
  display: flex;
  gap: 7px;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.pagination__arrow___Kwzgs > svg {
  fill: currentColor;
}
.pagination__arrow--disabled___GrgXp {
  cursor: not-allowed;
  color: var(--color-grey);
}
.pagination__arrow___Kwzgs:hover:not(.pagination__arrow--disabled___GrgXp) {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.pagination__arrow___Kwzgs:active:not(.pagination__arrow--disabled___GrgXp) {
  background-color: var(--color-secondary);
}
.pagination__button___rtUK4 {
  transition: background-color 0.2s linear, color 0.2s linear;
}
.pagination__button--active___kuqHM {
  background-color: var(--color-white);
  color: var(--color-text);
  cursor: default;
}
.pagination__button___rtUK4:hover:not(.pagination__button--active___kuqHM) {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.pagination__button___rtUK4:active:not(.pagination__button--active___kuqHM) {
  background-color: var(--color-secondary);
}
.userName___FtHwO {
  align-items: center;
  column-gap: 15px;
  display: grid;
  grid-template-columns: 40px 1fr;
  overflow: hidden;
}
.userName__container___fWwTO {
  position: relative;
  padding: 5px 0;
}
.userName__container__badges___Xwf1U {
  position: absolute;
  z-index: 1;
  left: 55%;
  bottom: -15px;
}
@media only screen and (min-width: 768px) {
  .userName__container__badges___Xwf1U {
    bottom: -19px;
  }
}
.userName__nameContainer___OOsNa {
  display: flex;
  flex-direction: column;
}
.userName__name___qR6eT, .userName__email___rBQXT {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userName__name___qR6eT {
  font-weight: 600;
}
@keyframes rotate___qSHQd {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form,
fieldset {
  border: none;
}

input,
button,
select,
label {
  font-family: inherit;
  line-height: inherit;
  vertical-align: middle;
  outline: none;
}

button {
  cursor: pointer;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: "Poppins", sans-serif;
  font-size: 100%;
  height: 100%;
  line-height: 1;
  overflow: hidden;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--color-grey);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s linear;
}
a:focus {
  outline: none;
}
a:hover {
  cursor: pointer;
  color: var(--color-secondary);
}

* {
  -webkit-tap-highlight-color: transparent;
}

*,
::after,
::before {
  box-sizing: border-box;
}

:root {
  --color-primary: #404980;
  --color-primary-rgb: 64, 73, 128;
  --color-secondary: #616FAB;
  --color-secondary-rgb: 97, 111, 171;
  --color-background: #F2F3F8;
  --color-background-rgb: 242, 243, 248;
  --color-grey: #979BAC;
  --color-grey-rgb: 151, 155, 172;
  --color-white: #FFFFFF;
  --color-white-rgb: 255, 255, 255;
  --color-text: #30303C;
  --color-text-rgb: 48, 48, 60;
  --color-inputs: #FFFFFF;
  --color-inputs-rgb: 255, 255, 255;
  --color-table-header: #20C197;
  --color-events: #394783;
  --color-events-rgb: 57, 71, 131;
  --color-events-day-bg: #DEE8F6;
  --color-events-bg: #F5F6FB;
  --color-birthday-events: #FF922B;
  --color-birthday-events-rgb: 255, 146, 43;
  --color-birthday-events-bg: #FFF4EA;
  --color-welcome-events: #28AD76;
  --color-welcome-events-rgb: 40, 173, 118;
  --color-welcome-events-bg: #D4EFE4;
}

html[dark] {
  --color-primary: #404980;
  --color-primary-rgb: 64, 73, 128;
  --color-secondary: #616FAB;
  --color-secondary-rgb: 97, 111, 171;
  --color-background: #F2F3F8;
  --color-background-rgb: 242, 243, 248;
  --color-grey: #979BAC;
  --color-grey-rgb: 151, 155, 172;
  --color-white: #FFFFFF;
  --color-white-rgb: 255, 255, 255;
  --color-text: #30303C;
  --color-text-rgb: 48, 48, 60;
  --color-inputs: #FFFFFF;
  --color-inputs-rgb: 255, 255, 255;
  --color-table-header: #20C197;
  --color-events: #394783;
  --color-events-rgb: 57, 71, 131;
  --color-events-bg: #F5F6FB;
  --color-birthday-events: #FF922B;
  --color-birthday-events-rgb: 255, 146, 43;
  --color-birthday-events-bg: #FFF4EA;
  --color-welcome-events: #28AD76;
  --color-welcome-events-rgb: 40, 173, 118;
  --color-welcome-events-bg: #D4EFE4;
}
.userAvatar___di2hH {
  position: relative;
  border: none !important;
}
.userAvatar__background___HpyIU {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  font-size: 16;
  font-weight: 600;
  z-index: 0;
}
.infiniteScroll___PoyZS {
  display: grid;
  column-gap: 15px;
  row-gap: 20px;
}
@media only screen and (min-width: 550px) {
  .infiniteScroll___PoyZS {
    grid-template-columns: 1fr 1fr;
  }
}
.infiniteScroll__loaderContainer___HPn5n {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
}
.infiniteScroll__loader___uq9Ac {
  height: 75px;
  width: 75px;
}
.infiniteScroll__loader___uq9Ac path {
  fill: rgba(var(--color-primary-rgb), 0.6);
}
.roleUnitsRow___YNmLY {
  display: grid;
  grid-template-columns: 165px auto;
  justify-content: space-between;
}
.roleUnitsRow__roleUnits___hw8MN {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.roleUnitsRow__roleUnits__role___GaUgr {
  font-weight: 600;
}
.roleUnitsRow__roleUnits___hw8MN span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userListCard___Y1Yzq {
  background-color: var(--color-white);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 100px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  transition: max-height cubic-bezier(0, 1, 0, 1) 0.2s;
  user-select: none;
  width: 100%;
}
.userListCard__info___JdFbL, .userListCard__content___lDpn7 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(100% - 17px);
}
.userListCard__info___JdFbL p, .userListCard__content___lDpn7 p {
  font-weight: 600;
}
.userListCard__info___JdFbL span, .userListCard__content___lDpn7 span {
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.userListCard__toggle___KfO1d {
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50px;
  transition: transform linear 0.2s;
  transform: translateY(-50%);
  width: 12px;
}
.userListCard__content___lDpn7 {
  gap: 10px;
  opacity: 0;
}
.userListCard__profile___EW3F7 {
  display: flex;
  justify-content: center;
  padding: 10px 5px;
  background-color: var(--color-table-header);
  border-radius: 5px;
  color: var(--color-white);
  font-weight: bold;
}
.userListCard__profile___EW3F7:hover {
  opacity: 0.9;
}
.userListCard--active___fqCKK {
  max-height: 500px;
  transition: max-height cubic-bezier(1, 0, 1, 0) 0.2s;
}
.userListCard--active___fqCKK .userListCard__toggle___KfO1d {
  transform: rotate(90deg);
}
.userListCard--active___fqCKK .userListCard__content___lDpn7 {
  opacity: 1;
  transition: opacity linear 0.2s 0.2s;
}
.teamPage___a_xRe {
  display: block;
}
@keyframes rotate___LADDt {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.userProfileCard___ldoYm {
  background-color: var(--color-white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 20px;
  height: 750px;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  margin-top: 20px;
}
.userProfileCard__avatar___kYtQS > div {
  border-radius: 10px;
  height: 130px;
  width: 130px;
  font-size: 30px;
}
.userProfileCard__loader___JnD6C {
  animation: rotate___LADDt 1.5s infinite;
  height: 60px;
  width: 60px;
}
.userProfileCard__loader___JnD6C path {
  fill: rgba(var(--color-secondary-rgb), 0.8);
}
.userProfileCard__info___fqM_s {
  font-size: 16px;
  line-height: 25px;
}
.userProfileCard__info__label___jC725 {
  font-weight: 600;
}
.backButton___SDYTE {
  align-items: center;
  background: none;
  border: none;
  color: var(--color-text);
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding: 0;
  margin: 0;
  transition: color 0.2s linear;
}
.backButton__icon___oSE4t {
  height: 13px;
  width: 13px;
  margin-right: 10px;
}
.backButton__icon___oSE4t path {
  fill: currentColor;
  transition: fill 0.2s linear;
}
.backButton___SDYTE:hover {
  color: var(--color-secondary);
}
.teamDetailsPage___KnxjO {
  display: block;
}
@keyframes rotate___D1_lL {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.tagFilters___KqedM {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.tagFilters__loader___xZgsg {
  height: 60px;
  width: 60px;
  animation: rotate___D1_lL 1.5s infinite;
}
.tagFilters__loader___xZgsg path {
  fill: rgba(var(--color-primary-rgb), 0.5);
}
.tagFilters__tag___ygvY5 {
  align-items: center;
  background-color: var(--color-white);
  border: 1px solid var(--color-secondary);
  border-radius: 10px;
  color: var(--color-secondary);
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0 15px;
  transition: background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
  user-select: none;
}
@media (hover: hover) {
  .tagFilters__tag___ygvY5:hover {
    background-color: rgba(var(--color-secondary-rgb), 0.2);
    color: var(--color-primary);
  }
}
.tagFilters__tag--active___qfZ9O {
  background-color: var(--color-secondary);
  border-color: transparent;
  color: var(--color-white);
}
@media (hover: hover) {
  .tagFilters__tag--active___qfZ9O:hover {
    background-color: rgba(var(--color-secondary-rgb), 0.8);
    border-color: transparent;
    color: var(--color-white);
  }
}
.tagFilters__tag___ygvY5:active {
  background-color: var(--color-primary);
}
.card___Ezt1h {
  background-color: var(--color-white);
  border-radius: 10px;
  display: block;
  overflow: hidden;
  height: 275px;
  width: 100%;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .card___Ezt1h {
    height: 320px;
  }
}
.card___Ezt1h:hover {
  transform: scale(1.02);
  box-shadow: 0px 5px 15px -5px rgba(var(--color-grey-rgb), 0.5);
}
.card__cursor___dMkQl {
  cursor: pointer;
}
.card__thumbnail___CBNwx {
  align-items: center;
  background: linear-gradient(180deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  display: flex;
  height: 115px;
  justify-content: center;
  overflow: hidden;
}
.card__thumbnail___CBNwx img {
  min-height: 100%;
  min-width: 100%;
}
.card__info___iyJFJ {
  display: flex;
  flex-direction: column;
  height: calc(100% - 110px);
  overflow: hidden;
  padding: 20px;
  row-gap: 12px;
}
.card__title___UWGEM, .card__subtitle___mjs2Q {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card__title___UWGEM {
  font-size: 18px;
  font-weight: 700;
}
.card__subtitle___mjs2Q {
  font-size: 16px;
  font-weight: 300;
}
.card__description___HaYaW {
  display: -webkit-box;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1024px) {
  .card__description___HaYaW {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.likeDislike___nkafe {
  align-items: center;
  display: flex;
  gap: 5px;
}

.likeButton___n1Xsb {
  align-items: center;
  background-color: rgba(var(--color-grey-rgb), 0.2);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 5px;
  height: 32px;
  justify-content: center;
  overflow: hidden;
  padding: 0 14px;
  min-width: 64px;
  max-width: 100px;
  cursor: pointer;
}
.likeButton__icon___zIxGs {
  fill: var(--color-grey);
}
.likeButton__voteCount___UjGAb {
  text-align: center;
}
.likeButton___n1Xsb .likeButton__icon___zIxGs {
  transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out;
}
.likeButton___n1Xsb:hover .likeButton__icon___zIxGs {
  transform: scale(1.1) rotate(-10deg);
  fill: #28AD76;
}
.likeButton--dislike___ZK9T1.likeButton--active___yuWiL {
  background-color: rgba(210, 97, 97, 0.2);
}
.likeButton--dislike___ZK9T1.likeButton--active___yuWiL .likeButton__icon___zIxGs {
  fill: #D26161;
}
.likeButton--dislike___ZK9T1:hover .likeButton__icon___zIxGs {
  transform: scale(1.1) rotate(10deg);
  fill: #D26161;
}
.likeButton--active___yuWiL {
  transition: background-color 0.2s ease-in-out;
  background-color: rgba(40, 173, 118, 0.2);
}
.likeButton--active___yuWiL .likeButton__icon___zIxGs {
  fill: #28AD76;
}
.likeButton--active___yuWiL:hover .likeButton__icon___zIxGs {
  transform: none;
}
.saveLinkCard___QvYxv {
  background-color: var(--color-secondary);
  color: white;
  padding: 15px;
  border-radius: 10px;
  height: 300px;
}
.saveLinkCard___QvYxv p {
  font-size: 16px;
  margin: 20px 0 20px 0;
}
.saveLinkCard___QvYxv p:first-child {
  font-size: 18px;
  margin: 15px 0 25px 0;
  font-weight: bold;
}
.linksPage___u1CMw {
  display: block;
}
.linksPage__votes___d67qz {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.linksPage__thumbnail___V2htm {
  height: 90px;
}
.linksPage__card___hUZi1 {
  height: 300px;
}
.linksPage__description___Z7FX6 {
  -webkit-line-clamp: 4;
}
.linksPage__info___jkTZG {
  height: calc(100% - 90px);
  row-gap: 5px;
  padding: 15px;
}
.linksPage__emptyMessage___sOUaG {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  margin: 0 auto;
  padding: 20px 0;
}
.customTabs___dXqUQ {
  align-items: center;
  border-bottom: 5px solid rgba(var(--color-primary-rgb), 0.2);
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .customTabs___dXqUQ {
    justify-content: flex-start;
  }
}
.customTabs__inkBar___SjUJw {
  background-color: var(--color-text);
  display: block;
  height: 5px;
  top: 100%;
  position: absolute;
  transition: left 0.2s, width 0.2s;
}
.customTabs__tab___SiWTN {
  cursor: pointer;
  display: flex;
  flex: 1;
  font-size: 20px;
  justify-content: center;
  line-height: 30px;
  margin-bottom: -5px;
  overflow: hidden;
  padding: 5px 5px 10px;
  transition: color 0.2s linear, font-weight 0.1s ease-in-out;
}
.customTabs__tab--active___rnNaT {
  font-weight: 700;
}
.customTabs__tab___SiWTN:hover:not(.customTabs__tab--active___rnNaT) {
  color: var(--color-secondary);
}
.customTabs__tab___SiWTN span {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.customTabs__tab___SiWTN span::before {
  content: attr(data-text);
  display: block;
  font-weight: bold;
  height: 0;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  user-select: none;
}
@media only screen and (min-width: 1024px) {
  .customTabs__tab___SiWTN {
    flex: unset;
    padding: 5px 25px;
  }
}
.projectsPage___B4Czp {
  display: block;
}
.projectsPage__emptyMessage___XiKdR {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  margin: 0 auto;
  padding: 20px 0;
}
@keyframes rotate___zdQnQ {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.dataRow___tEohL {
  align-items: baseline;
  column-gap: 10px;
  display: grid;
}
@media only screen and (min-width: 768px) {
  .dataRow___tEohL {
    grid-template-columns: 125px 1fr;
  }
}
.dataRow__label___dkClG, .dataRow__data___x07qv {
  font-size: 16px;
  line-height: 24px;
}
.dataRow__label___dkClG {
  color: var(--color-primary);
  font-weight: 600;
}
.dataRow__loader____FWAV {
  animation: rotate___zdQnQ 1.5s infinite ease-in-out;
  height: 16px;
  margin-top: 4px;
  width: 16px;
}
.dataRow__loader____FWAV path {
  fill: rgba(var(--color-secondary-rgb), 0.8);
}
.dataRow--centered___O6azf {
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .dataRow--closeToImage___uL8E7 {
    max-width: calc(100% - 275px);
  }
}
.membersList___qnzwO {
  align-items: center;
  display: grid;
  grid-template-columns: 40px minmax(100px, 130px);
  column-gap: 10px;
}
.membersList__avatar___qM4CU {
  align-items: center;
  display: flex;
  grid-row: 1/3;
  justify-content: center;
  overflow: hidden;
}
.membersList__name___yr0vf, .membersList__role___bbjGm {
  color: var(--color-text);
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.membersList__name___yr0vf {
  font-weight: 500;
}
.membersList___qnzwO:hover {
  cursor: pointer;
  text-decoration: underline;
}
@keyframes rotate___vTKrH {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.projectInfo___D923n {
  border-radius: 10px;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 30px;
  position: relative;
}
.projectInfo__name___nevYL {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.projectInfo__name__loader___DDDKF {
  animation: rotate___vTKrH 1.5s infinite ease-in-out;
  height: 20px;
  width: 20px;
}
.projectInfo__name__loader___DDDKF path {
  fill: rgba(var(--color-secondary-rgb), 0.8);
}
.projectInfo__thumbnail___vjk0p {
  align-items: center;
  background: linear-gradient(180deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  height: 125px;
  justify-content: center;
  position: relative;
  top: unset;
  right: unset;
  width: 100%;
}
.projectInfo__thumbnail__loader___U8zyU {
  animation: rotate___vTKrH 1.5s infinite ease-in-out;
  height: 30px;
  width: 30px;
}
.projectInfo__thumbnail__loader___U8zyU path {
  fill: rgba(var(--color-white-rgb), 0.8);
}
@media only screen and (min-width: 550px) {
  .projectInfo__thumbnail___vjk0p {
    width: 260px;
  }
}
@media only screen and (min-width: 768px) {
  .projectInfo__thumbnail___vjk0p {
    position: absolute;
    right: 30px;
    top: 50px;
  }
}
.projectInfo__team___K3hRy, .projectInfo__technologies___w0PL8 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.projectInfo__team___K3hRy {
  column-gap: 20px;
  row-gap: 15px;
}
.projectInfo__technologies___w0PL8 {
  gap: 10px;
}

@media only screen and (max-width: 1200px) {
  .projectInfo__thumbnail___vjk0p {
    position: relative;
    top: unset;
    right: unset;
  }
}
.projectTech___UiOT6 {
  align-items: center;
  background-color: rgba(var(--color-secondary-rgb), 0.1);
  border-radius: 10px;
  border: 1px solid var(--color-secondary);
  display: flex;
  height: 40px;
  padding: 0 15px;
}
.projectTech___UiOT6 span {
  color: var(--color-secondary);
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projectDetails___TMJlm {
  display: block;
}
.projectDetails__info___axBVp {
  margin-top: 20px;
}
.eventsPage___uyN34 {
  display: block;
}
.eventsPage__emptyMessage___F3bOy {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  margin: 0 auto;
  padding: 20px 0;
}
.eventsPage__description___YubvY {
  -webkit-line-clamp: 1;
}
@media only screen and (min-width: 1024px) {
  .eventsPage__description___YubvY {
    -webkit-line-clamp: 3;
  }
}

.eventCardTime__date___UmOx1, .eventCardTime__hours___Jx4r_ {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
}
.eventDetails___xFlD5 {
  display: block;
}
.eventDetails__info___NST6x {
  margin-top: 20px;
}
@keyframes rotate___GQ5Re {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.eventInfo___U8zRp {
  border-radius: 10px;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 30px;
  position: relative;
}
.eventInfo__header___wuNWn {
  display: flex;
  justify-content: space-between;
}
.eventInfo__header__name___XZTHZ {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.eventInfo__header__name__loader___HZYYn {
  animation: rotate___GQ5Re 1.5s infinite ease-in-out;
  height: 20px;
  width: 20px;
}
.eventInfo__header__name__loader___HZYYn path {
  fill: rgba(var(--color-secondary-rgb), 0.8);
}
.eventInfo__header__button___jfrTR {
  padding: 4px 30px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  border-radius: 5px;
  border: 0px;
  background: var(--color-birthday-events);
  transition: filter 0.2s linear;
  text-decoration: none;
}
.eventInfo__header__button___jfrTR:hover {
  filter: brightness(110%);
  color: var(--color-white);
}
.eventInfo__unitData___I8aQ7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.eventInfo__unitData__badges___ch5W1 {
  width: 30px;
  height: 30px;
}
.eventInfo__unitData__badges___ch5W1 svg {
  width: 30px;
  height: 30px;
}
.eventInfo__address___A6V_D {
  color: var(--color-primary);
  font-weight: 600;
}
.eventInfo__address___A6V_D span:last-child {
  text-decoration: underline;
}

.eventDataRow___mxLoS {
  align-items: baseline;
  column-gap: 10px;
  display: grid;
}
@media only screen and (min-width: 768px) {
  .eventDataRow___mxLoS {
    grid-template-columns: 125px 1fr;
  }
}
.eventDataRow__label___RD1nj, .eventDataRow__data___QvtSj {
  font-size: 16px;
  line-height: 24px;
}
.eventDataRow__label___RD1nj {
  color: var(--color-primary);
  font-weight: 600;
}
.eventDataRow__loader___NsUCz {
  animation: rotate___GQ5Re 1.5s infinite ease-in-out;
  height: 16px;
  margin-top: 4px;
  width: 16px;
}
.eventDataRow__loader___NsUCz path {
  fill: rgba(var(--color-secondary-rgb), 0.8);
}

.announcementsDataRow___V37Lf {
  display: grid;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .announcementsDataRow___V37Lf {
    grid-template-columns: 125px 1fr;
  }
}
.announcementsDataRow__card___XlL0G {
  display: grid;
  gap: 20px;
}
.announcementsDataRow__card__announcement___CqOGv {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: var(--color-events-bg);
  border-radius: 5px;
  overflow: hidden;
}
.announcementsDataRow__card__announcement__date___IALSz {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.announcementsDataRow__card__announcement__message___Z4Etj {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.announcementsDataRow__card__announcement__message___Z4Etj ul {
  margin-left: 5%;
}
.announcementsDataRow__card__announcement__message___Z4Etj span {
  color: var(--color-grey);
}
.announcementsDataRow__card__announcement__message___Z4Etj a {
  color: var(--color-secondary);
  font-size: 16px;
  text-decoration: underline;
}
.announcementsDataRow__card__announcement__message___Z4Etj a:hover {
  color: var(--color-primary);
}
.announcementsDataRow__card__announcement__images___HBcMS {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.announcementsDataRow__card__announcement__images___HBcMS img {
  display: block;
  max-width: 300px;
  max-height: 100%;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.announcementsDataRow__card__announcement__images__modal___EjRce {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.announcementsDataRow__card__announcement__images__modal___EjRce img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}
.customAnnouncerAvatar___K5qnr {
  position: relative;
  border: none !important;
}
.customAnnouncerAvatar__background___xSzPU {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  font-size: 16;
  font-weight: 600;
  z-index: 0;
}
.userProfilePage___KA8b5 {
  display: block;
}
.button___PvACW, .registered___my1tL {
  padding: 4px 0;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  border-radius: 5px;
  border: 0px;
  background: var(--color-birthday-events);
  transition: filter 0.2s linear;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
.button___PvACW:hover, .registered___my1tL:hover {
  filter: brightness(110%);
  color: var(--color-white);
}

.registered___my1tL {
  background: var(--color-welcome-events);
}
.registered___my1tL:hover {
  filter: brightness(100%);
  cursor: default;
}
.clubsPage___f7GR4 {
  display: block;
}
.clubsPage__emptyMessage___Odpea {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  padding: 20px 0;
}
.clubsPage__description___lT3GO {
  -webkit-line-clamp: 3;
  margin-top: -5px;
}
.clubsPage__card___ByUmm {
  height: 380px;
}
.clubsPage__info___Rr4Jg {
  height: calc(100% - 115px);
}
.clubsPage__members___bbyUC {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.clubsPage__members__title___Gpon2 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.clubsPage__members__group___IbN4A {
  justify-content: start;
  min-height: 45px;
}
.clubInfo___c8PYv {
  border-radius: 10px;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 30px;
  position: relative;
}
.clubInfo__name___cgm3V {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.clubInfo__name__loader___dim09 {
  animation: rotate___n5Z06 1.5s infinite ease-in-out;
  height: 20px;
  width: 20px;
}
.clubInfo__name__loader___dim09 path {
  fill: rgba(var(--color-secondary-rgb), 0.8);
}
.clubInfo__thumbnail___Ao6BY {
  align-items: center;
  background: linear-gradient(180deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  height: 125px;
  justify-content: center;
  position: relative;
  top: unset;
  right: unset;
  width: 100%;
}
.clubInfo__thumbnail__loader___wHyAS {
  animation: rotate___n5Z06 1.5s infinite ease-in-out;
  height: 30px;
  width: 30px;
}
.clubInfo__thumbnail__loader___wHyAS path {
  fill: rgba(var(--color-white-rgb), 0.8);
}
@media only screen and (min-width: 550px) {
  .clubInfo__thumbnail___Ao6BY {
    width: 260px;
  }
}
@media only screen and (min-width: 768px) {
  .clubInfo__thumbnail___Ao6BY {
    position: absolute;
    right: 30px;
    top: 50px;
  }
}
.clubInfo__button___uQppy {
  width: 125px;
}
.clubInfo__unitData___HclLJ {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.clubInfo__unitData__badges___J3OAm {
  width: 30px;
  height: 30px;
}
.clubInfo__unitData__badges___J3OAm svg {
  width: 30px;
  height: 30px;
}
.clubInfo__address___t0wqo {
  color: var(--color-primary);
  font-weight: 600;
}
.clubInfo__address___t0wqo span:last-child {
  text-decoration: underline;
}
.clubInfo__members___Rm14a {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
.clubDetails___fXbSu {
  display: block;
}
.clubDetails__info___bQBim {
  margin-top: 20px;
}
.booksPage___iXIfQ {
  display: block;
}
.booksPage__votes___TeHbT {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.booksPage__thumbnail___OPrP0 {
  height: 90px;
}
.booksPage__card___L7w7D {
  height: 300px;
}
.booksPage__info___uMZXx {
  height: calc(100% - 90px);
  padding: 15px;
}
.booksPage__emptyMessage___zOXz8 {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  margin: 0 auto;
  padding: 20px 0;
}

.booksDescription__container___jeMnb {
  display: flex;
  gap: 10px;
}
.booksDescription__text___zMW04 {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menuButton___n8bAb {
  display: block;
  cursor: pointer;
}
.menuButton__bar1___Gmwd1, .menuButton__bar2___ghvwR, .menuButton__bar3___zJi9W {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  background-color: var(--color-primary);
  margin: 5px 0;
  transition: 0.4s;
}
.menuButton--active___n0Kip .menuButton__bar1___Gmwd1 {
  transform: translate(0, 10px) rotate(-45deg);
}
.menuButton--active___n0Kip .menuButton__bar2___ghvwR {
  opacity: 0;
}
.menuButton--active___n0Kip .menuButton__bar3___zJi9W {
  transform: translate(0, -10px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .menuButton___n8bAb {
    display: none;
  }
}
.sidebar____a6m4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-white);
  width: 100%;
  height: 90px;
  padding: 20px;
  position: relative;
  transition: width 0.2s linear, padding 0.2s linear;
}
.sidebar__logo___Rfjnu {
  display: flex;
  justify-content: center;
}
.sidebar__logo___Rfjnu svg {
  width: 150px;
  height: 50px;
}
.sidebar__content___EkOQs {
  visibility: collapse;
  display: block;
  position: fixed;
  z-index: 10;
  top: 90px;
  left: -100%;
  bottom: 0;
  width: 100%;
  background: var(--color-white);
  padding: 20px;
  transition: all 0.2s linear, left 0.3s cubic-bezier(0.78, 0.8, 0.29, 1);
}
.sidebar__content--active___cVgTc {
  visibility: visible;
  left: 0;
}
.sidebar__content__links___c5bna {
  display: grid;
  row-gap: 5px;
}
@media only screen and (min-width: 550px) {
  .sidebar__content___EkOQs {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar____a6m4 {
    display: block;
    height: 100%;
    width: 75px;
    padding: 0;
    transition: width 0.2s linear, height 0.05s linear 0.2s;
  }
  .sidebar__logo___Rfjnu {
    padding: 20px 0 25px;
  }
  .sidebar__logo___Rfjnu svg {
    width: 100%;
  }
  .sidebar__content___EkOQs {
    visibility: visible;
    position: unset;
    padding: 0;
    width: 100%;
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar____a6m4 {
    height: 100%;
    width: 315px;
    padding: 20px;
  }
  .sidebar__logo___Rfjnu svg {
    width: 207px;
    height: 70px;
  }
}

.menuLink___JIgnL {
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  height: 50px;
  transition: background-color 0.2s linear;
  flex-direction: column;
}
.menuLink__icon___eUicb {
  height: 20px;
}
.menuLink__icon___eUicb path {
  fill: var(--color-primary);
  transition: fill 0.2s linear;
}
.menuLink__label___D5B4p {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menuLink__option___ZV46J {
  align-items: center;
  color: var(--color-text);
  column-gap: 12px;
  display: grid;
  font-size: 16px;
  grid-template-columns: 24px 1fr 24px;
  height: 100%;
  overflow: hidden;
  padding: 15px;
  transition: color 0.2s linear, font-weight 0.1s ease-in-out;
  width: 100%;
}
.menuLink__moreOptionsIcon___dZlYU path {
  stroke: var(--color-primary);
  fill: transparent;
}
.menuLink___JIgnL:hover, .menuLink--active___tYCzz {
  background-color: var(--color-primary);
}
.menuLink___JIgnL:hover .menuLink__icon___eUicb path, .menuLink--active___tYCzz .menuLink__icon___eUicb path {
  fill: var(--color-white);
}
.menuLink___JIgnL:hover .menuLink__moreOptionsIcon___dZlYU path, .menuLink--active___tYCzz .menuLink__moreOptionsIcon___dZlYU path {
  fill: var(--color-white);
}
.menuLink___JIgnL:hover .menuLink__option___ZV46J, .menuLink--active___tYCzz .menuLink__option___ZV46J {
  color: var(--color-white);
  font-weight: 700;
}
.menuLink___JIgnL:hover .menuLink__moreOptionsIcon___dZlYU path, .menuLink--active___tYCzz .menuLink__moreOptionsIcon___dZlYU path {
  stroke: var(--color-white);
  fill: transparent;
}
@media only screen and (min-width: 768px) {
  .menuLink___JIgnL {
    margin: 0 10px;
  }
  .menuLink__label___D5B4p {
    display: none;
  }
  .menuLink__option___ZV46J {
    display: flex;
    justify-content: center;
    column-gap: 0;
    padding: 0;
  }
  .menuLink__moreOptionsIcon___dZlYU {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .menuLink___JIgnL {
    margin: 0;
    border-radius: 7px;
  }
  .menuLink__label___D5B4p {
    display: block;
  }
  .menuLink__option___ZV46J {
    display: grid;
    justify-content: unset;
    column-gap: 15px;
    padding: 15px;
  }
  .menuLink__moreOptionsIcon___dZlYU {
    display: block;
  }
}

.subMenuOptions__container___B54sY {
  position: relative;
}
.subMenuOptions__list___IwbrK {
  display: grid;
  row-gap: 5px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.2s ease, opacity 0.2s ease;
  visibility: hidden;
}
@media only screen and (min-width: 550px) {
  .subMenuOptions__list___IwbrK {
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) {
  .subMenuOptions__list___IwbrK {
    background-color: blue;
    display: block;
    position: absolute;
    background-color: var(--color-white);
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 50;
    border-radius: 10px;
    left: 75px;
    top: -55px;
  }
}
@media only screen and (min-width: 1024px) {
  .subMenuOptions__list___IwbrK {
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
  }
}
.subMenuOptions__list--active___HyI4e {
  opacity: 1;
  visibility: visible;
}
.subMenuOptions__label___DNKJU {
  font-size: 16px;
  color: var(--color-text);
  text-decoration: none;
  line-height: 20px;
}
.subMenuOptions__link___fQFJX {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 12px;
  padding-left: 55px;
}
.subMenuOptions__link___fQFJX:hover {
  font-weight: 600;
}
.subMenuOptions__link__selected___cwLlS {
  font-weight: 600;
}
.versionDetails___HRH79 {
  background-color: var(--color-white);
  bottom: 0;
  color: var(--color-black);
  font-size: 14px;
  line-height: 20px;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  white-space: pre-wrap;
  z-index: 2;
}
.versionDetails__suggestionBox___ZpsDq {
  align-items: center;
  display: flex;
  gap: 7px;
}
.versionDetails__suggestionBox___ZpsDq svg {
  fill: var(--color-black);
}
.versionDetails__suggestionBox___ZpsDq a {
  margin-left: 3px;
  text-decoration: underline;
  color: var(--color-black);
}
.versionDetails__suggestionBox___ZpsDq a:hover {
  color: var(--color-primary);
}
.versionDetails__versionText___fp36d {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .versionDetails___HRH79 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: fixed;
    padding: 15px;
    white-space: normal;
    transition: all linear 0.3s;
  }
  .versionDetails__versionText___fp36d {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .versionDetails___HRH79 {
    display: block;
    padding: 30px;
    position: absolute;
    white-space: normal;
  }
  .versionDetails__versionText___fp36d {
    margin-top: 25px;
  }
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

:root {
  --toastify-color-success: var(--color-welcome-events);
}

.Toastify__toast {
  border-radius: 10px;
}



.insideApp___TXF6X {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .insideApp___TXF6X {
    flex-direction: row;
  }
}
.insideApp__logout___RlBsr {
  background-color: var(--color-primary);
  border: none;
  border-radius: 10px;
  bottom: 10px;
  color: var(--color-white);
  left: 10px;
  padding: 10px 20px;
  position: absolute;
}
#root {
  height: 100%;
  width: 100%;
}
