/* Custom styles */
body, .ui.form input, .ui.form .ui.dropdown, .ui.button, .ui.header, .ui.card {
    font-family: 'Readex Pro', sans-serif !important;
}

.ui.button, input {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}
#add-interests-link, #add-time-link {
    color: #555;
/*    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.6) !important;*/
}

label {
    display: none !important;
}

.ui.header {
    color: #6B46C1;
    margin-top: 2em;
    font-weight: 700;
}

/* Darker placeholder text */
::placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
    font-weight: 700;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
    font-weight: 700;
}

::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
    font-weight: 700;
}

#bg-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

#bg-wrap svg {
    height: 100%;
    width: 100%;
    position: relative;
}

/* Fade-in effect styles */
.fade-in .field {
    opacity: 0;
}

/* New styles for the massive form */
.ui.massive.form {
    max-width: 800px;
    margin: 0 auto;
}

.ui.massive.form .field {
    margin-bottom: 2rem;
}

.ui.massive.form label {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.ui.massive.form input,
.ui.massive.form .ui.dropdown {
    font-size: 1.5rem;
    font-weight: 400;
}

/* New styles for check-in cards */
.ui.cards {
    justify-content: center;
}

.ui.card.check-in-card {
    margin: 1em;
    border-radius: 0.7rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.4); /* Increased transparency */
    backdrop-filter: blur(5px); /* Adds a blur effect to the background */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ui.card.check-in-card {
    cursor: pointer;
}

.ui.card.check-in-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    background-color: rgba(255, 255, 255, 0.5); /* Slightly more opaque on hover */
}

.ui.card > .content > .header:not(.ui), .ui.cards > .card > .content > .header:not(.ui) {
    margin-left: auto;
    margin-right: auto;
    max-width: 90% !important;
}

/* Modal styles */
.ui.basic.modal {
    border-radius: 15px;
}

.ui.basic.modal > .header {
    font-family: 'Readex Pro', sans-serif !important;
    font-size: 2em;
    color: #FFFFFF;
    padding: 1.5rem;
}

.ui.basic.modal > .content {
    padding: 2rem;
}

.ui.basic.modal .description p {
    font-size: 1.2em;
    margin-bottom: 1rem;
    color: #E2E8F0;
}

.ui.basic.modal .description i.icon {
    color: #6B46C1;
    margin-right: 0.5rem;
}

.ui.basic.modal .description strong {
    color: #FFFFFF;
}

.ui.basic.modal .description a {
    color: #FFFFFF;
    text-decoration: underline;
}

.ui.basic.modal .close.icon {
    color: #FFFFFF;
}

.ui.card.check-in-card .content {
    padding: 1.67em 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.ui.card.check-in-card .header {
    font-size: 1.4em;
    color: #6B46C1;
    margin-bottom: 0.5em;
    font-weight: 700;
    font-family: 'Readex Pro', sans-serif !important;
}

.ui.card.check-in-card .meta {
    color: #718096;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 400;
}

.ui.card.check-in-card .description {
    color: #4A5568;
    font-weight: 400;
    margin-top: auto;
}

.ui.card.check-in-card .description p {
    margin: 0.5em 0;
}

.ui.card.check-in-card .description i.icon {
    margin-right: 0.5em;
    color: #6B46C1;
}

#map-container {
    width: 100%;
    height: 400px;
}

#map {
    width: 100%;
    height: 100%;
}
