@font-face {
    font-family: "Ciutadella";
    src: url("fonts/ciutadella.ttf") format("truetype");
}

/* Reset & General Styles */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: Ciutadella;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

h1 {
    color: #22356D;

    font-family: Ciutadella;
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 800;
    /* 150% */
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "Ciutadella", sans-serif;
    margin-top: 5px;
    margin-bottom: 15px;

}

h3 {
    color: #22356D;
    font-family: Ciutadella;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 500;
    /* 150% */
    text-transform: uppercase;
    margin-bottom: 0;
}

.date-and-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button {
    border-radius: 1.5rem;
    border: 2px solid #EAF956;
    color: #22356D;
    text-align: center;
    font-family: Ciutadella;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.0625rem;
    /* 130.769% */
    text-transform: uppercase;
    margin-bottom: 10px;
}

.location-column h2 {
    color: #22356D;

    font-family: Ciutadella;
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 400;
    line-height: 2.25rem;

    /* 150% */
    text-transform: uppercase;
    display: flex;
    min-width: 200px;
    align-items: center;
    gap: 0.625rem;
}

#dataContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    flex-grow: 1;

}


.location-column {
    display: flex;
    flex-direction: row;
    /* Lays out cards horizontally */
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-right: 20px;
    margin-bottom: 20px;


}


/* Add a title class for location titles */
.location-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
    text-transform: uppercase;
    clear: both;

}

.location-column h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
}

/* Card Styles */
.card {
    border-radius: 0.4375rem;
    border: 1px solid rgba(136, 154, 182, 0.20);
    background: rgba(136, 154, 182, 0.15);
    padding: 0.625rem;
    min-height: 150px;
    min-width: 250px !important;
    padding: 0.625rem;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    margin-right: 20px;
    margin-bottom: 20px;
}

.date {
    color: #22356D;
    font-family: Ciutadella;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0625rem;
    /* 130.769% */
    text-transform: uppercase;
    height: 0.75rem;
    padding-bottom: 20px;
    width: 90%;

    border-bottom: 1px solid rgba(34, 53, 109, 0.20);
}


.members-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* Add this line */

}

.members {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-right: 10px;


}

.member {
    display: flex;
    flex-direction: column;
    color: #22356D;
    text-align: center;
    font-family: Ciutadella;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0625rem;
    gap: 5px;
    align-items: center;
    margin-right: 10px;


}

.member-name {
    white-space: normal;
    /* Allows the text to wrap to the next line */
    overflow-wrap: break-word;
    /* Breaks the word and wraps onto next line */
    display: flex;
    align-items: center;
    justify-content: center;
}



.available {
    margin-right: 10px;
}

.available img {
    width: 2.1875rem;
    height: 2.1875rem;
    border: 0px !important;

}

.available-text {
    /* Add your desired styles here */

    font-size: 0.8125rem;
    margin-left: auto;
    color: #22356D;
    font-family: Ciutadella;
    font-style: normal;
    font-weight: 400;
}

img {
    stroke-width: 2px;
    stroke: #22356D;
    border-radius: 50%;
    border: 2px solid #22356D;
    object-fit: cover;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
    width: 2.1875rem;
    height: 2.1875rem;
    margin-top: 20px;
    justify-content: center;
    /* Add this line */
    display: flex;
    align-items: center;
}

.levels {
    font-size: 0.8125rem;
    margin-left: auto;
    color: #22356D;
    font-family: Ciutadella;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
}