@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@700&display=swap');
:root{
    --dark:#232023;
    --midLight:#404040;
    --light:#F5F5F5;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
nav{
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100px;
    width: 100%;
}
footer{
    width: 100%;
    height:50px;
    background-color:var(--dark);
    color:var(--midLight);
    text-align: center;
    padding: 18px 0px 0px 0px;
    margin-top: auto;
    transition: all 0.5s ease;
}
.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 0px 0px;
    background-color:var(--dark);
    height: 70%;
    transition: all 0.5s ease;
}
.bottom{
    height: 30%;
    background:grey;
    transition: all 0.5s ease;
}
ul{
    list-style:none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
nav li{
    padding: 15px 40px 0px 15px;
    font-size: 16px;
}
nav a{
    text-decoration: none;
    color: var(--light);
    letter-spacing: 1px;    
    transition: all 0.5s ease !important;

}
nav span{
    color:#d0312d;
    padding:15px 0px 15px 25px;
    font-size: 26px;
    font-weight: 600;
    transition: all 0.5s ease;
}
#blood-icon{
    height: 30px;
    margin: 6px 0px 8px 0px;
}
.title{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.material-symbols-rounded.menu-btn{
    font-size: 40px;
    margin: 10px 20px 10px 0px;
    display: none;  
}
.active,.navLink:hover{
    color:#d0312d;
    transition: all 0.5s ease;
}
#marquee-content{
    padding: 6px 0px 0px 0px;
    /* font-family: 'Fuzzy Bubbles', cursive; */
    color:var(--dark);
    transition: all 0.5s ease;
}
#bloodDonationImage{
    margin-top: 100px;
    width: 100%;
}
.Container{
    width: 100vw;
    height: 100vh;
}
body,.card,.accordion-item, .btn-text, .card-body, .accordion-button{
    background-color:var(--dark);
    color: var(--light);
    transition: all ease 0.8s;
    font-size: 14px;
    transition: all 0.5s ease;
}
body{
    height: 100vh;
}
.accordion{
    --bs-accordion-border-color:var(--dark) !important;
    transition: all 0.5s ease;
}
.accordion-button:not(.collapsed) {
    background-color:var(--dark) !important;
    transition: all 0.5s ease;
}
.accordion-button::after {
    position:static !important;
    font-family: "FontAwesome" !important;
    content: "\f107" !important;
    background-image:none !important;
    margin: 0px 8px !important;
    padding: 2px 0px !important;
}
.qna{
    font-size: 18px;
    color: #d0312d;
    padding: 20px 0px 15px 12px;
    border-bottom: 1px solid var(--midLight);
    transition: all 0.5s ease;
}
.accordion-button:not(.collapsed)::after {
    transform: none !important;
    font-family: "FontAwesome" !important;
    content: "\f106" !important;
}
.accordion-button {
    position: static !important;
}
.volunteer-form{
    height: max-content;
    width:80%;
    padding: 20px;
    background-color: var(--dark);
    position: fixed;
    z-index: 0;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    margin: 80px auto;
    transition: all 0.5s ease;
}
.radio{
    display: inline-block;
    padding-right: 8px !important;
}
.genderLabel{
    display: block;
}
.btn{
    width:100px;
    margin: 40px 0px 0px 0px !important;
}
.donorsContainer{
    margin-top: 130px;
    height: 100vh;
}
.table{
    color: var(--light);
    transition: all 0.5s ease;
}
#donorsContent{
    margin-top: 200px;
    text-align: center;
}
#form{
    margin-top: 130px !important;
    height: 100vh;
}
thead{
    border-top: 2px solid var(--light);
    transition: all 0.5s ease;
}
table{
    border: 2px solid var(--light) !important;
    transition: all 0.5s ease;
}
.homepageBtn{
    width: 150px;
    height: 60px;
}
.btns{
    display: flex;
    justify-content: space-evenly;
    /* margin: 0px 25px; */
}
.bulb{
    height: 40px;
    width: 40px;
    margin:0px 0px 8px 0px;
}
@media (max-width:940px) {
    .row {
        padding-left: 10px !important;
    }
    nav a{
        text-decoration: none;
        color: #F5F5F5;
        letter-spacing: 1px;    
        transition: all 0.5s ease !important;
    }
    .table thead{
        display: none;
    }
    .table, .table tbody, .table tr, .table td{
        display: block;
        width:100%;
    } 
    .table tbody tr td{
        text-align: right;
        display: flex;
        justify-content: space-between;
    }
    .table td::before{
        content: attr(data-label);
        left: 0px;
        width: 50%;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
    }
    .table tr{
        margin-bottom: 15px;
        border:2px solid var(--light);
    }
    tbody{
        margin-bottom: 10px;
    }
    table{
        border:none !important;
        transition: all 0.5s ease;
    }
    .volunteer-title{
        padding-left: 10px;
    }
    .col-10{
        margin: 10px 26px !important;
    }
    nav span{
        font-size: 24px;
    }
    .material-symbols-rounded.menu-btn{
        display: block;  
    }
    nav li{
        padding: 25px 15px 30px 15px;
    }
    .list{
        padding-right: 35px;
        position: fixed;
        z-index: 1;
        top:68px;
        background-color: var(--midLight);
        height: 100vh;
        width: 100vw;
        display: block;
        text-align: center;
        left: -100%;
        transition: all 0.5s ease;
        color: #F5F5F5;
    }
    .activeList{
            padding-right: 35px;
            position: fixed;
            z-index: 1;
            top:68px;
            background-color: var(--midLight);
            height: 100vh;
            width: 100vw;
            display: block;
            text-align: center;
            left: 0%;
            transition: all 0.5s ease;
            color: #F5F5F5;
        }
}