/* Ustawienia stylu dla mapy */
html {
    /* background: linear-gradient(to bottom, #2a1d5d, #3c2a85);   */
    /* background-color: #2a1d5d; */
    background: linear-gradient(40deg, #2a1d5d, #f25b9b, #7654f9);
    background-size: cover;
    background-attachment: fixed;
    color: #E8727E;
}
@font-face {
    font-family: 'AmbiguityNormate';
    src: url('https://beta.everparty.pl/fonts/AmbiguityNormate/AmbiguityNormate-Inline.ttf');
}

/* Styl dla mobilnego sidenav (wysuwane menu) */
.sidenav {
    background: linear-gradient(40deg, #2a1d5d, #f25b9b, #7654f9);
    color: #E0D500;
    padding-top: 15pt;
    box-shadow: 0 4pt 10pt rgba(0, 0, 0, 0.5);
}

.sidenav li > a {
    color: #E0D500 !important;
    font-size: 16pt;
    border-radius: 15pt;
    margin: 5pt 10pt;
    padding: 0 20pt;
    height: 50pt;
    line-height: 50pt;
    transition: all 0.3s ease;
}

.sidenav li > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white !important;
}

.sidenav li > a i {
    color: #E0D500;
    margin-right: 10pt;
}

.sidenav li > a.active {
    background-color: #f949ff42;
    border-left: 4pt solid #E0D500;
}

.sidenav-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.sidenav-header {
    padding: 10pt 20pt;
    margin-bottom: 20pt;
    text-align: center;
}

.sidenav-header .logo-text {
    font-family: 'AmbiguityNormate', sans-serif;
    color: #E0D500;
    font-size: 24pt;
    text-shadow: 0 0 1px #E0D500, 0 0 1px #E0D500, 0 0 15px #E0D500, 0 0 10px #E0D500, 0 0 10px #E0D500;
}

.sidenav .divider {
    background-color: rgba(255, 255, 255, 0.2);
    margin: 10pt 0;
}

/* Reszta stylów dla mapy */
#osm-map {
    width: 100%;
    height: calc(100vh - 65pt);
    border: 3pt solid  #3C2277;
    border-radius: 30pt;
    margin-top: 5pt;
}

.prompt {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.70);
    width: 100%;
}

.logoside {
    color: black;
    font-size: 2pt;
}

.slidebar {
    z-index: 1100;
    position: absolute;
}

.leaflet-geosearch-bar {
    z-index: 1000;
}

.reset {
    display: none;
    background-color: #00000000;
}

.modalSelectButton {
    background-color: rgba(0, 0, 0, 0.06);
    display: flex;
    width: 100%;
    height: 40pt;
    align-items: center;
    font-size: 20pt;
    margin-bottom: 4pt;
}

.modalSelectButton:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.centerBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0pt 0;
    margin-bottom: 0pt;
    z-index: 1000;
    background-color: white;
    font-size: 20pt;
    align-items: center;
}

.tabsLink {
    border-bottom: 0pt solid #ddd;
    padding: 0;
    margin: 0;
    margin-bottom: 0pt;
    padding-bottom: 0pt;

}

/* Pojedyncza zakładka */
.tabLink {
    height: 60pt;
    flex: 1;
    text-align: center;
    padding: 0pt 0pt;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-items: center;
    display: flex;
    justify-content: center;
}

.tabLinkSelected {
    border-bottom: 2pt solid #ef42f56b;
    background-color: #f949ff42;
    color: #42a5f5;
}

/* Aktywna zakładka */
.tabLink.active {
    border-bottom: 2pt solid #42a5f5;
    color: #42a5f5;
}

/* Hover efekt */
.tabLink:hover {
    background-color: #f5f5f5;
}

.startButtonMainPage {
    min-width: 350pt;
}

.inputSearchMap {
    background-color: rgba(255, 255, 255, 0.2);
}


/*Mapa i jej klasy */
.mapAddPopup {
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;

}

.mapAddPopupButton {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.search-container {
    position: absolute;
    top: 10pt;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.search-container input {
    padding: 5pt;
    width: 300pt;
    border: 1pt solid #ccc;
    border-radius: 4pt;
}

/*
CSS potrezbny do activity szukaj

*/

.search-container {
    text-align: center;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 25pt;
    box-shadow: 0 2pt 4pt rgba(0, 0, 0, 0.1);
    padding: 5pt 15pt;
    margin-bottom: 20pt;
}

.search-box {
    border: none;
    outline: none;
    flex: 1;
    padding: 10pt;
    font-size: 16pt;
    border-radius: 25pt;
}

/* Styl dla bardzo dużego, czerwonego przycisku */
.voice_button {
    text-align: center;

    position: relative;
    display: flex;
    align-items: center;
    background-color: red;
    /* Kolor przycisku */
    color: white;
    /* Kolor tekstu */
    border: none;
    /* Bez obramowania */
    border-radius: 50%;
    /* Przyciski okrągłe */
    width: 200pt;
    /* Szerokość przycisku */
    height: 200pt;
    /* Wysokość przycisku */
    font-size: 24pt;
    /* Rozmiar tekstu */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* Zmieniony kursor po najechaniu */
    transition: transform 0.5s ease, background-color 0.3s ease;
    /* Animacja */
}

/* Efekt po najechaniu myszką */
.voice_button:hover {
    transform: rotate(360deg);
    /* Obrót przycisku */
    background-color: darkred;
    /* Zmiana koloru na ciemniejszy */
}

/* Styl dla ikony wewnątrz przycisku */
.voice_button i {
    font-size: 64pt;
    /* Duża ikona */
}

/* Wyszukiwanie transkrypcja */

#circle {
    width: 400pt;
    height: 400pt;
    border-radius: 50%;
    background: linear-gradient(45deg, violet, green);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
}

#circle i {
    color: white;
}

#transcription-container {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#loading {
    width: 50pt;
    height: 50pt;
    border: 5pt solid rgba(0, 0, 0, 0.1);
    border-top: 5pt solid #6a0dad;
    border-radius: 50%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



.name_event {
    font-size: 0.2in;
}

.full-width-button {
    display: block;
    width: 100%;

    background-color: #007BFF;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
}

.everparty_card {
    border-radius: 20pt;
    font-size: 14px;
}


.brand-logo {
    margin-left: 10pt;
    /*font-family: 'AmbiguityNormate';*/
    color: #E0D500;
    font-family: AmbiguityNormate;
    font-size: 18pt;
    text-shadow: 0 0 1px #E0D500, 0 0 1px #E0D500, 0 0 15px #E0D500, 0 0 10px #E0D500, 0 0 10px #E0D500;
}

/* Position logo more to the right on mobile devices to make room for icons */
@media only screen and (max-width: 600px) {
    .brand-logo {
        left: 50% !important; /* Override Materialize's default positioning */
        transform: translateX(-50%) !important;
        font-size: 16pt !important; /* Slightly smaller font size on mobile */
    }
    
    /* Further adjustments if needed for very small screens */
    @media only screen and (max-width: 400px) {
        .brand-logo {
            left: 55% !important; /* Move even more to the right on very small screens */
        }
    }
}

nav ul a {
    color: #E0D500;
}

.bottom_haburger_container {.brand-logo {
    margin-left: 10pt;
    /*font-family: 'AmbiguityNormate';*/
    color: #E0D500;
    font-family: AmbiguityNormate;
    font-size: 40pt;
    text-shadow: 2px 0 2px #E0D500, 4px 0 4px #E0D500, 6px 0 6px #E0D500;
}
    display: fixed;
    margin-bottom: 10pt;
}


.search-icon {
    position: absolute;
    right: 10pt;
    top: 50%;
    transform: translateY(-50%);
    color: #9e9e9e;
}

.center-align {
    margin-top: 20pt;
}

.search-field {
    color: black;
}

.search-label-chceckbox {
    color: rgb(255, 255, 255);
    margin-right: 25pt;
}

/* Search container */

.modal_everparty {
    background-color: #2a1d5d;
    border-radius: 10pt;
    padding: 20pt;
    box-shadow: 0 4pt 8pt rgba(0, 0, 0, 0.2);
    color: white;
}

.search-name-modal {
    color: #E0D500
}


.search-input-modal {
    border: none;
    border-radius: 5pt;
    font-size: 16pt;
    background: #3C2277;
    color: white;
}


.search-field input[type="text"],
.search-field input[type="date"],
.search-field input[type="checkbox"] + span {
    width: 100%;
    padding:  5pt;
    border: none;
    font-size: 16pt;
    background: #3C2277;
    color: white;
    box-shadow: 0pt;
}

.dropdown-trigger {
    color: white;
}

.leaflet-popup-content-wrapper {
    background: #2a1d5d;
    color: white;
    min-width: 210pt;
    max-width: 210pt;
    min-height: 130pt;
    max-height: 130pt;
    overflow-y: auto;
}
.leaflet-popup {
    border-radius: 15pt;
}

/*ai */
* Pole wyszukiwania */
.search-field {
    position: relative;
    margin-bottom: 20pt;
}

.search-input-custom {
    width: 100%;
    padding: 10pt;
    border-radius: 15pt;
    box-sizing: border-box;
    font-size: 16pt;
    background-color: #3C2277;
    color: white;
}

.search-label-custom {
    font-size: 14pt;
    color: white;
    position: absolute;
    top: -20pt;
    left: 10pt;
    background-color: #2a1d5d;
    padding: 0 5pt;
}

.search-icon-custom {
    font-size: 24pt;
    color: #E0D500;
    position: absolute;
    right: 10pt;
    top: 10pt;
}

/* Pola daty */
.input-field {
    margin-bottom: 20pt;
}
.input-field input[type="date"],
.input-field input[type="time"],
.input-field input[type="text"],
textarea {
    width: 100%;
    padding: 10pt;
    border: none;
    border-radius: 15pt;
    box-sizing: border-box;
    font-size: 16pt;
    background-color: #3C2277;
    color: white;
}
/* Textarea for password */
.input-field input[type="password"] {
    width: 100%;
    padding: 10pt;
    border: none;
    border-radius: 15pt;
    box-sizing: border-box;
    font-size: 16pt;
    background-color: #3C2277;
    color: white;
}

/* Textarea for email */
.input-field input[type="email"] {
    width: 100%;
    padding: 10pt;
    border: none;
    border-radius: 15pt;
    box-sizing: border-box;
    font-size: 16pt;
    background-color: #3C2277;
    color: white;
}

/* Select */
.input-field select {
    width: 100%;
    padding: 10pt;
    border: none;
    border-radius: 15pt;
    box-sizing: border-box;
    font-size: 16pt;
    background-color: #3C2277;
    color: white;
}

/* Checkboxy */
.search-label-checkbox {
    display: inline-block;
    margin-right: 10pt;
    font-size: 16pt;
    color: #E0D500;
}

.search-label-checkbox input[type="checkbox"] {
    margin-right: 5pt;
}

/* Przycisk wyszukiwania */
.center-align {
    text-align: center;
    margin-top: 20pt;
}

.center-align button {
    padding: 10pt 20pt;
    border: none;
    border-radius: 15pt;
    background-color: #E0D500;
    color: #2a1d5d;
    font-size: 16pt;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.center-align button:hover {
    background-color: #d4c200;
}


.all_site {
    height: 95vh;
}

/*tagi*/
/* Add these styles to your CSS */
.tags-wrapper {
    margin: 10px 0;
    padding: 10px;
}

.category-group {
    margin-bottom: 15px;
}

.category-label {
    font-weight: bold;
    margin-bottom: 8px;
    color: #666;
}

.tag {
    display: inline-block;
    padding: 6px 12px;
    margin: 4px;
    background-color: #e0e0e0;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.tag:hover {
    background-color: #bdbdbd;
}
/*
Search bar

*/
.button-custom {
    background-color: #3C2277;
    color: #E0D500;
}

.collapsible-header {
    background-color: #3C2277;
    color: #E0D500;
    border-radius: 15pt;
    border: none;
}

.collapsible-body {
    background-color: #2a1d5d;
    color: #E8727E;
    border-radius: 15pt;
    border: none;
}

/*Mini search bar*/
.search-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.date-fields {
    display: flex;
    flex-direction: column;
}

.proposals-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 10px;
}

.tag {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}

.everparty_card_index {
    /* border: 3pt solid #2a1d5d; */
}


/* kod do event-card w listowaniu eventów */
.event-info {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.event-info.bold {
    font-weight: bold;
}

.event-info.gold {
    color: #FFD700;
}

.event-info .icon {
    margin-right: 5px;
}

.event-info .text {
    vertical-align: middle;
}

.event-info-container {
    position: absolute;
    bottom: 7px;
    right: 10px;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}


/* strona dodawania eventu */
.form_add_event {
    padding: 10pt;
    font-size: 14px;
}

.textarea-description {
    width: 100%;
    padding: 10pt;
    border: none;
    border-radius: 15pt;
    box-sizing: border-box;
    font-size: 16pt;
    background-color: #3C2277;
    color: white;
}