.toolbar {
  background: #7dca29 !important;
  margin-top: 6rem;
  padding: 1rem 3rem 3rem 0rem;
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  box-shadow: 4px -4px 22px -4px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  position: fixed;
  left: 0;
  bottom: 5rem;
  height: 8rem;
  width: 4rem;
  transition: all 0.2s ease-out;
  z-index: 1002;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.toolbar-options {
  padding-top: 1rem;
  position: relative;
  left: 1.5rem;
}

.toolbar-inner {
  padding-top: 0.5rem;
  visibility: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.toolbar:hover {
  width: 20rem;
}
.toolbar:hover .toolbar-inner {
  visibility: visible;
}

@media (max-width: 760px) {
  .toolbar {
    display: none;
  }
}
@media (max-width: 760px) {
  .nav {
    flex-direction: column;
  }
  #menu li + li {
    padding-top: 0rem;
    -webkit-margin-start: 3rem !important;
            margin-inline-start: 3rem !important;
  }
  #menu li + li span {
    color: white !important;
  }
  .menu {
    background: #7dca29 !important;
    box-shadow: 4px -4px 22px -4px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    flex-direction: column;
    height: 4rem;
    width: 3rem;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    transition: all 0.4s ease-out;
  }
  .menu:hover {
    width: 95vw;
    height: unset;
  }
  .menu:hover .menu-three-dots-svg {
    display: none;
  }
  .menu-option {
    position: relative;
    left: -0.25rem;
    top: 0.5rem;
  }
  .menu-three-dots {
    display: inherit !important;
    -webkit-margin-start: 0rem !important;
            margin-inline-start: 0rem !important;
  }
  .menu-three-dots-svg {
    margin-top: 1.1rem;
    margin-left: 0.3rem;
  }
  .menu-icon {
    display: inherit !important;
  }
  .menu-mobile {
    display: inherit !important;
  }
}
.menu-entry {
  display: flex;
  flex-direction: row;
}

.overlay-gray {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}

.modal-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: calc(100vw - 0.1em);
  max-height: calc(100vh - 2em);
  border-radius: 0.25rem;
  z-index: 1001;
}

.modal-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: calc(100vw - 2em);
  max-height: calc(100vh - 6em);
  border-radius: 0.25rem;
  z-index: 1001;
}

.splide_element {
  border-radius: 0.25rem;
  margin-left: 2rem !important;
  margin-right: 2rem !important;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  transition: all 0.1s ease-in-out;
}

.slipe-text {
  display: none !important;
}

.splide_element:hover .slipe-text {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}

.splide_element:hover {
  transform: scale(1.1);
  z-index: 1000;
}

:root {
  --gap: 24px;
  --content-gap: 20px;
  --nav-width: 1024px;
  --main-width: 900px;
  --header-height: 60px;
  --footer-height: 60px;
  --radius: 8px;
  --theme: rgb(255, 255, 255);
  --entry: rgb(255, 255, 255);
  --primary: rgb(30, 30, 30);
  --secondary: rgb(108, 108, 108);
  --tertiary: rgb(214, 214, 214);
  --content: rgb(31, 31, 31);
  --hljs-bg: rgb(28, 29, 33);
  --code-bg: rgb(245, 245, 245);
  --border: rgb(238, 238, 238) ;
}

summary::marker {
  content: "";
}

li::marker {
  content: "";
  font-size: 1.2em;
}

.profile {
  justify-content: flex-start !important;
  flex-direction: column !important;
  min-height: unset !important;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.profile img {
  display: inline-table;
  border-radius: 0%;
}

.lang-flag {
  height: 1rem;
}

.lang-text {
  margin-left: -0.4rem;
}

.padding-left-1rem {
  padding-left: 1rem;
}

.min25rem {
  min-width: 25rem;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

h3.primary {
  color: #7dca29;
  margin-top: -1rem;
  font-weight: bold;
  padding-bottom: 1rem;
}

.primary {
  letter-spacing: 0.5rem;
}

.source {
  font-style: italic;
  text-align: end;
  font-size: medium;
}

.alt {
  font-style: normal;
  font-size: small;
  margin-top: -0.8rem;
}

.post-content img {
  border-radius: 0.25rem;
  box-shadow: 4px -4px 22px -4px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
  margin: 1rem 0;
}

.paragraph {
  width: 2em;
  display: inline-block;
}

@media (max-width: 760px) {
  .paragraph {
    width: 0.5em;
  }
}
@media (max-width: 760px) {
  .flex-container {
    display: inherit;
  }
  .padding-left-1rem {
    padding-left: 0rem;
  }
  .min25rem {
    min-width: inherit;
  }
}
.bank-details {
  padding-top: 4rem;
}
.bank-details span svg {
  height: 1rem;
}

.bank-name {
  font-size: small;
}

.pointer {
  cursor: pointer;
}

.toastify-copy {
  background: #7dca29 !important;
  padding: 1rem 3rem !important;
  border-radius: 0.25rem !important;
  box-shadow: 4px -4px 22px -4px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
}

.nav_link:hover {
  box-shadow: none !important;
}

.small-img {
  height: 12rem;
}

.medium-img {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0.25rem;
}

.place-and-time {
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.dl {
  text-align: center;
  background: #7dca29 !important;
  padding: 1rem 1rem 1rem 1rem;
  margin-left: 15rem;
  margin-right: 15rem;
  border-radius: 1rem;
  box-shadow: 4px -4px 22px -4px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 760px) {
  .dl {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

.external-logo {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.centered {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.badge {
  width: 135px;
  height: 40px;
  max-width: 135px;
  max-height: 40px;
}/*# sourceMappingURL=base.css.map */