/* Ustawienia stylu dla mapy */
html {
    background: linear-gradient(to bottom, #2a1d5d, #3c2a85);  
    color: #E8727E
}
@font-face {
    font-family: 'AmbiguityNormate';
    src: url('fonts/AmbiguityNormate/AmbiguityNormate-Regular.ttf');
}


#osm-map {
    width: 100%;
    height: calc(100vh - 65px);
}

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

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

.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);
    }
}

.test {
    width: 20pt;
    height: 20pt;
    background-color: red;
}

.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: 15pt;
}

.brand-logo {
    margin-left: 10pt;
    /*font-family: 'AmbiguityNormate';*/
    color: #E0D500;
}

nav ul a {
    color: #E0D500;
}

.bottom_haburger_container {
    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: #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;
}
.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"] {
    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;
}