/* -- // TopBar */
/*dashboard-nav-island*/
.dashboard-nav-island {
    background-color: rgba(196, 196, 196, 0.4);
    border-radius: 20px;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 0.2em;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 0.25em;
    padding-right: 0.25em;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    filter: blur();
    box-shadow: 0px 0px 10px 2px rgba(99, 99, 99, 0.699);
}

.dni-btn {
    text-decoration: none; /* Removes the underline */
    color: inherit; /* Inherits color from parent or default */
    cursor: pointer; /* Changes the cursor to a hand icon on hover */
    display: block; /* Ensures the anchor tag takes up the full width/height of its container */
    width: fit-content;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dni-button {
    /*background-color: rgba(44, 44, 44, 0.1);*/
    background-color: rgba(38, 38, 38, 0.2);
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    display: flex;
    font-size: 15px;
    font-weight: 300;
    filter: blur();
    padding-left: 1em;
    padding-right: 1em;
}

.dni-selected {
    background-color: rgba(25, 25, 25, 0.6);
    font-weight: 500;
}

.dashboard-settings-button {
    height: 100%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1.4em;
}

.dashboard-settings-btn {
    text-decoration: none;
    color: rgb(243, 240, 240);
}

/* -- // Sections */
/* dashboard-section */
.dashboard-section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(132, 192, 212, 0);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
}

/* clubs-section */
.clubs-section {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(38, 38, 38);
    overflow-y: auto;
}

/* beginning-cover */
.beginning-cover {
    position: relative;
    width: 100%;
    height: 45%;
    background-color: rgb(134, 134, 134);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: 
        linear-gradient(to top, rgba(38, 38, 38, 0),rgb(134, 134, 134) 60%);
}

.cover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: 
        linear-gradient(to top, rgba(38, 38, 38, 0),rgb(134, 134, 134) 60%);
}

.cover-img {
    width: 100%;
    height: 100vh;
}

.cover-info {
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    height: 100%;
    padding-top: 8em;
    padding-left: 4em;
    padding-bottom: 3em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.bc-header {
    font-size: 80px;
    font-weight: 500;
    margin: 0;
      z-index: 1;
}

.bc-subHeader {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: white;
      z-index: 1;
}

.cover-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.373);
    background: linear-gradient(to top, rgb(38 38 38), rgba(38, 38, 38, 0) 100%);
}

/* clubs-content */
.clubs-content {
    padding-top: 0em;
    width: 100%;
    height: auto;
    margin-bottom: 4em;
    position: relative;
}

/* clubs-filter */
.clubs-filter {
    width: auto;
    height: 3em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
    padding-left: 4em;
    position: relative;
    padding-bottom: 2em;
}

.cf-search {
    width: 16em;
    height: 2.5em;
    background-color: rgba(255, 255, 255, 0.777);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding-left: 0.5em;
    color: white;
}

#findSearchClubIcon {
    font-size: 21px; 
    color: rgb(94, 87, 87);
}

#findSearchClub {
    border: none;
    margin: 0;
    width: 85%;
    height: 90%;
    background-color: rgba(0,0,0,0);
    padding-left: 0.5em;
    font-size: 18px;
    font-weight: 550;
}

.cf-filters {
    width: fit-content;
    height: 2.5em;
    background-color: rgba(255, 255, 255, 0.777);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: white;
}

#cf-categories {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    width: fit-content;
    font-size: 16px;
}

/* club-list */
.club-list {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding-left: 4em;
    padding-right: 4em;
    gap: 2.5em;
}

.club-button {
    background-color: rgba(38, 38, 38, 1);
    width: 20em;
    height: 11.5em;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 0px 10px 2px rgba(99, 99, 99, 0.699);
}

.cb-cover { 
    background-color: rgba(38, 38, 38, 0.8);
    position: absolute;
    top: 0;
    bottom: 0; 
    left: 0;
    right: 0;
    /*height: 53%;
    width: 100%;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.cb-cover-img {
    width: 96.7%;
    height: auto;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 0.42em;
}

.cb-top {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(112, 108, 108, 0);
    height:100%;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    flex-direction: row;
    background: 
        linear-gradient(to bottom, rgba(38, 38, 38, 0.3) 100%);
}

.cb-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(112, 108, 108, 0);
    height: 47%;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    flex-direction: row;
    background: 
        linear-gradient(to top, rgb(38, 38, 38) 40%, rgb(134, 134, 134, 0) 100%);
}

.cb-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0; 
    padding-left: 1em;
    width: 65%;
    height: 100%;
    margin-top: -1em;
    
}

.cb-title {
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    width: 80%;
}

.cb-subTitle {
    font-weight: 300;
    font-size: 12px;
    margin: 0; 
    width: 100%;
    margin-top: -0.2em;
    padding-left: 0.2em;
}

.cb-btm-right {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cb-icon {
    width: 80px;
    height: 80px;
    /*background-color: rgb(43, 43, 43, 0.4);*/
    border-radius: 5px;
    margin: 0;
    margin-bottom: 2.5em;
    margin-right: 2em;
    /*box-shadow: 6px 7px 10px 2px rgba(99, 99, 99, 0.699);*/
    filter: blur();
    display: flex;
    align-items: center;
    justify-content: center;
}

.cb-icon-src {
    width: 100%;
    height: auto;
}

.cb-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0; 
    bottom: 0; 
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0);
}

.cb-opt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.301);
    border: 2px solid rgba(255, 255, 255, 0.353);
    visibility: hidden;
}

.clubs-content-header {
    width: auto;
    height: 3em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
    padding-left: 4em;
    position: relative;
    padding-bottom: 2em;
      z-index: 1;
}

.cch-header-join-btn {
    width: auto;
    height: 2.5em;
    background-color: rgba(99, 99, 99, 0.699);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding-left: 1em;
    padding-right: 1.2em;
    color: white;
}

.cch-header-join-link {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
}

.cch-header-join-btn-icon {
    font-size: 21px; 
    color: rgb(255, 255, 255);
    margin-right: 0.5em;
}

.clubs-content-bottom {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2em;
    z-index: 1;

}
.clubs-content-information {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2em;
    background-color: rgba(99, 99, 99, 0.699);
    margin-left: 4em;
    border-radius: 8px;
      z-index: 1;
}

.clubs-content-desc {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4em;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 1.2em;
    padding-bottom: 1.2em;
      z-index: 1;
}

.cci-header {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    align-self: flex-start;

    text-align: left;
    width: 100%;
}

.cci-description {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    align-self: flex-start;
    padding-left: 1em;
    text-align: left;
    width: 100%;
}

.club-highlights {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
    background-color: rgba(0, 0, 0, 0);
      z-index: 1;
}

.clubs-content-stats {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1em;
}

.clubs-content-stats-stat {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.club-page-logo {
    width: 20vw;
    height: auto;
    position: absolute;
    z-index: 0;
    bottom: -1em;
    right: 3.5em;
}

.club-page-cover-cover {
    width: 100vw;
    height: 100vh;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.373);
    background: linear-gradient(to top, rgb(38 38 38), rgba(38, 38, 38, 0) 100%);
}