@import url('https://fonts.googleapis.com/css2?family=Heebo&family=Inter:wght@500;600&family=Readex+Pro:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Lexend+Deca:wght@300;400;700;800&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;


@layer components {
  .btn {
    @apply rounded-md px-3 py-2
  }

  .btn-secondary {
    @apply border-2 text-white hover:bg-white/25 hover:text-white font-medium min-w-84
  }

  .text-gradient {
    @apply from-pink-500 to-violet-500 bg-gradient-to-r bg-clip-text text-transparent;
  }

  .btn-violet {
    @apply bg-violet-600 py-4 px-9 rounded-md border-solid border-2 border-white hover:bg-violet-800
  }

  .input-select select {
    @apply bg-input rounded border-none min-h-50px w-full min-w-[calc(100vw-40px)] sm:min-w-[400px]
  }

  .show-success-message {
    @apply btn btn-secondary fixed text-sm bottom-5 right-5 z-20 text-green-500
  }

  .show-error-message {
    @apply btn btn-secondary fixed text-sm bottom-5 right-5 z-20 text-red-500
  }
}

html {
  scroll-behavior: smooth;
}

body {
  /* background: url(/assets/decorative/bg-organic-lines-mobile-f1a3d7449561a361e3362138861e7001dec56666d5c1d7f8cc65d7523a4162fe.svg) no-repeat 100% 0%; */
  /* background-color: black; */
  background-color: #160A30;
  color: white;
  overflow-x: hidden;
}

input::placeholder {
  color: #ffffffa1;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

.scrol::-webkit-scrollbar {
  width: 16px;
}

.scrol::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: #25124e9d;
  border: 5px solid #160A30;
}

@media (max-width: 1000px) {
  .just-start {
    justify-content: flex-start;
  }
}
@media (max-width: 1330px) {
  .hide-below-1331 {
    display: none;
  }
}
@media (max-width: 766px) {
  .show-on-mobile-toggle {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .custom-padding-lg-only {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .custom-padding-lg-only {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 824px){
    .text-small{
      gap: 18px;
  }
}
@media (max-width: 768px){
  .organizeButton{
    display: none
  }
}
@media (min-width: 1331px){
  .hideAgain{
    display: none;
  }
}
.sdp-days-of-week {
  display: none !important;
} 
:root {
  --sdp-selected: #7d4fe0;
  --sdp-selected-invert: #ffffff;
  --sdp-prev-month: #888888;
  --sdp-next-month: #888888;
  --sdp-disabled: #1010104d;
  --sdp-disabled-invert: #ffffff;
  --sdp-background: #28272a;
  --sdp-border: #dddddd;
  --sdp-shadow: 0deg 0% 50%;
  --sdp-icon: #4a4a4acc;
  --sdp-nav-button-background: #f5f5f5;
  --sdp-nav-button-background-hover: #eeeeee;
  --sdp-days-of-week: #4a4a4a;
}

@keyframes fadeIn {
  from {
    transform: translateY(-40px) scale(0.75);
    opacity: 0;
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  to {
    transform: translateY(-40px) scale(0.75);
    opacity: 0;
  }
}

[data-controller="datepicker"] {
  position: relative;
}


@media screen and (max-width: 500px) {
  .datapicker-input {
    height: 39px !important;
    width: 39px !important;
    border-width: 0px;
    color: transparent !important;
    font-style: normal;
    font-weight: 200;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;

    cursor: pointer;

    -webkit-appearance: none;

    background-color: #7D4FE0 !important;
    padding: 9px;
    border-radius: 6px;
  }

  .datapicker-input input {
    display: none !important;
  }

  .datapicker-input p {
    display: none !important;
  }

  .datapicker-icon img {
    width: 20px;
    position: absolute;
    top: 8px !important;
    right: 10px !important;
  }

  .sdp-cal {
    right: -27px;
  }
}

.datapicker-icon img {
  width: 20px;
  position: absolute;
  top: 8px;
  right: 15px;
}

.datapicker-input {
  height: 37px;
  width: 174px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  border-width: 0px;
  color: hsla(0, 0%, 100%, .64);
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;

  cursor: pointer;

  padding: 14px;
  -webkit-appearance: none;
}

.sdp-cal {
  z-index: 1;
  position: absolute;
  margin-top: 5px;
  box-sizing: border-box;
  width: fit-content;
  border-radius: 5px;
  padding: 15px;
  background: var(--sdp-background);
}

.sdp-cal.fade-in {
  animation: fadeIn 0.1s ease-out;
}

.sdp-cal.fade-out {
  animation: fadeOut 0.1s ease-out;
}

@media (prefers-reduced-motion) {

  .sdp-cal.fade-in,
  .sdp-cal.fade-out {
    animation: none
  }
}

.sdp-cal button {
  border: none;
  background: none;
  padding: 0;
}

.sdp-nav {
  margin-bottom: 1.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sdp-nav-dropdowns,
.sdp-nav-buttons {
  display: flex;
}

.sdp-nav-dropdowns select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: var(--sdp-background);
  color: currentColor;
  padding: 1px 12px 1px 1px;
  border: 1px solid transparent;
  font-size: 1.1em;
  font-weight: 500;
  cursor: pointer;
}

.sdp-nav-dropdowns>div {
  display: flex;
  align-items: center;
}

.sdp-nav-dropdowns>div::after {
  content: " ";
  border: 2px solid var(--sdp-icon);
  border-top: 0;
  border-right: 0;
  width: 0.3em;
  height: 0.3em;
  transform: translateY(-1px) rotate(-45deg);
  right: 10px;
  position: relative;
}

.sdp-nav-buttons button {
  display: flex;
  place-content: center;
  place-items: center;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  color: var(--sdp-icon);
  background-color: var(--sdp-nav-button-background);
  cursor: pointer;
}

.sdp-nav-buttons button:hover {
  background-color: var(--sdp-nav-button-background-hover);
}

.sdp-nav-buttons svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  width: 0.75em;
  height: 0.75em;
}

.sdp-goto-today {
  margin-left: 0.3em;
  margin-right: 0.3em;
}

.sdp-days-of-week,
.sdp-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  place-items: center;
  gap: 0.3em;
}

.sdp-days-of-week {
  margin-bottom: 0.7em;
}

.sdp-days-of-week div {
  text-transform: uppercase;
  font-size: 0.8em;
  color: var(--sdp-days-of-week);
  font-weight: 600;
}

.sdp-days button {
  width: 4.5ch;
  height: 4.5ch;
  border-radius: 50%;
  background-color: transparent;
}

.sdp-days button:not([aria-disabled]) {
  color: currentColor;
  cursor: pointer;
}

.sdp-days button[aria-disabled] {
  color: var(--sdp-disabled);
}

.sdp-days button:not([aria-disabled]).sdp-selected {
  background-color: var(--sdp-selected);
  color: var(--sdp-selected-invert);
}

.sdp-days button[aria-disabled].sdp-selected {
  background-color: var(--sdp-disabled);
  color: var(--sdp-disabled-invert);
}

.sdp-days button:not([aria-disabled]).sdp-today {
  border: 1px solid var(--sdp-selected);
}

.sdp-days button[aria-disabled].sdp-today {
  border: 1px solid var(--sdp-disabled);
}

/* Ideally we would use outline and outline-offset for the :hover and :focus
 * styles.  But Safari's outline doesn't follow the border-radius; it is square.
 * https://bugs.webkit.org/show_bug.cgi?id=231433
 * https://bugs.webkit.org/show_bug.cgi?id=20807
 */
.sdp-days button:hover,
.sdp-days button:focus {
  outline: none;
}

.sdp-days button:not([aria-disabled]):hover,
.sdp-days button:not([aria-disabled]):focus {
  border: 2px solid var(--sdp-selected);
}

.sdp-days button[aria-disabled]:hover,
.sdp-days button[aria-disabled]:focus {
  border: 2px solid var(--sdp-disabled);
}

.sdp-days button:not([aria-disabled]).sdp-selected:hover,
.sdp-days button:not([aria-disabled]).sdp-selected:focus {
  border: 2px solid var(--sdp-selected-invert);
  box-shadow: 0 0 0 2px var(--sdp-selected);
}

.sdp-days button[aria-disabled].sdp-selected:hover,
.sdp-days button[aria-disabled].sdp-selected:focus {
  border: 2px solid var(--sdp-disabled-invert);
  box-shadow: 0 0 0 2px var(--sdp-disabled);
}

.sdp-days button:not([aria-disabled]).sdp-today:hover,
.sdp-days button:not([aria-disabled]).sdp-today:focus {
  border: 2px solid var(--sdp-selected);
}

.sdp-days button[aria-disabled].sdp-today:hover,
.sdp-days button[aria-disabled].sdp-today:focus {
  border: 2px solid var(--sdp-disabled);
}

.sdp-days button:not([aria-disabled]).sdp-prev-month {
  color: var(--sdp-prev-month);
}

.sdp-days button:not([aria-disabled]).sdp-next-month {
  color: var(--sdp-next-month);
}

.sdp-days button[aria-disabled].sdp-prev-month,
.sdp-days button[aria-disabled].sdp-next-month {
  color: var(--sdp-disabled);
}
.dropdownFilter {
  position: relative;
}

.dropdownFilter img {
  position: absolute;
  right: 13px;
}

.header .dropdownFilter {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}

.header .dropdownFilter button {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 20px;
  color: #FFFFFF;
}

.teste-hide {

  flex-direction: column;
}


@media screen and (max-width: 768px) {
  .show-dropdown-information {
    display: none;
  }

  .hide-dropdown-information {
    display: flex;
  }

  .dropdownFilter {
    margin-right: 10px;
  }
}
@import "datepicker.css";
@import "dropdown.css";
@import "tiny-slider.css";
@import "organanization_details.css";
/* app/assets/stylesheets/organization_details.css */
.organization-details-page {
  font-family: Arial, sans-serif;
  background-size: cover;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
}
.organization-details-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  z-index: 0;
}
.organization-details-page .container {
  margin-bottom: -1%;
  position: relative;
  background-color: rgba(22,11,48,255);
  border-radius: 20px;
  text-align: center;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.organization-details-page .title, .organization-details-page p {
  color: white;
}
.organization-details-page .title {
  font-size: 80px;
  margin: 20px 0;
  font-weight: bold;
}
.organization-details-page .stats {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}
.organization-details-page .stat {
  text-align: center;
}
.organization-details-page .stat-number {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.stat-number-p{
  color: white;
}
 .organization-details-section .buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}


 .organization-details-section .events-tabs {
  text-align: center;
  margin: 20px 0;
  margin-top: 0%;

}

 .organization-details-section .tab-button {
  background-color: rgba(125,79,224,255);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  margin: 0 10px;
  transition: background-color 0.3s;
  border-radius: 10px;
  margin-top: 30px;
}
 .organization-details-section .tab-button.active {
  background-color: rgba(91,33,182,255);
}
.organization-details-section .events-section.hidden {
  display: none;
}
.organization-details-section .events-section.active {
  display: block;
}


.organization-details-section .events-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 20px;
    margin-top: 0;
  }

.organization-details-section .container-description.more-info {
  position: absolute;
  bottom: 10px;
  left: 48.15%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}
.organization-details-section .container-description {
  padding: 15px;
  text-align: left;
}
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.tns-no-calc {
  position: relative;
  left: 0
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important
}

.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s
}

.tns-autowidth {
  display: inline-block
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6
}

.tns-lazy-img.tns-complete {
  opacity: 1
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s
}

.tns-nav {
  margin: 0;
  padding: 0;
}

.tns-ovh {
  overflow: hidden;
  margin-top: -25px;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.tns-transparent {
  opacity: 0;
  visibility: hidden
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.tns-vpfix {
  white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both
}

.tns-t-ct>div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left
}

.bg-white {
  border-radius: 20px;
}

.cards-image-format{
  width: fit-content;
  
}

.cards-image-format .image {
  width: 212px;
  height: 212px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0 !important;
  background-color: rgba(217, 217, 217, 0.06);
  color: white;
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.cards-image-format .image:hover {
  opacity: 0.7;
}

.cards-image-format .no-image {
  width: 212px;
  height: 212px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 0;
  background-color: rgba(217, 217, 217, 0.06);
  color: white;
  border-radius: 5px;
  border-width: 0px;
  box-shadow: 0px 0px 8px #000000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.cards-image-format .no-image:hover {
  opacity: 0.7;
}

.more-info {
  position: relative;
  display: flex;
  height: 64px;
  width: 212px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-decoration: inherit;
  color: #ffffff;
  margin-top: -63px;

  background: rgba(53, 15, 136, 0.76);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  border-radius: 0px 0px 5px 5px;
  transition: 0.3s;
}

.more-info:hover {
  background-color: rgba(29, 0, 95, 0.76);
}

.container-card {
  width: 154px;
}

@media screen and (max-width: 640px) {
  .container-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .container-description {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    margin: 20px 0px 0px;
    padding-left: 10px;
  }

  .container-description h4 {
    font-size: 20px;
  }

  .container-description p {
    font-size: 17px;
  }


  .cards-image-format .image {
    width: 90vw;
    height: 300px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0 !important;
    background-color: rgba(217, 217, 217, 0.06);
    color: white;
    border-radius: 5px;
    border-width: 0px;
    box-shadow: 0px 6px 13px #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
  }

  .cards-image-format .no-image {
    width: 90vw;
    height: 300px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 0 !important;
    background-color: rgba(217, 217, 217, 0.06);
    color: white;
    border-radius: 5px;
    border-width: 0px;
    box-shadow: 0px 6px 13px #000000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
  }

  .more-info {
    position: relative;
    display: flex;
    height: 64px;
    width: 90vw;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    text-decoration: inherit;
    color: #ffffff;
    margin-top: -63px;

    background: rgba(53, 15, 136, 0.76);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    border-radius: 0px 0px 5px 5px;
    transition: 0.3s;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
