.logo{
    width: 5%;
    height: 5%;
    min-width: 40px;
    min-height: 40px;
}

.logoadmin{
    width: 100%;
    max-width: 150px;
    height: 100%;
}

.banner{
    width:100%;
}

.zebacardcontainer{
    max-width: 320px;
    min-width: 305px;
    margin-bottom: 8pt;
}

.zebacardcontainer2{
    max-width: 220px;
    min-width: 205px;
    margin-bottom: 8pt;
}

.zebacard{
    width: 300px;
    height: 250px;
    margin-top: 5pt;
}

.card{
    background-color: #343a40 !important;
}

.card.bg-light {
    background-color: #f8f9fa !important;
}

.zebacard2{
    width: 200px;
    height: 150px;
    margin-top: 5pt;
}

.link_card{
    text-decoration: none;
    color : inherit;
}

.link{
    text-decoration: none;
    color : #f5cb5c !important;
}

.zeba_nav_foot{
    background-color: #343a40  !important;
    }

.zeba_menu_buttons{
    color: #e8eddf;
}

.navbar-toggler{
    background-color: #f5cb5c;
}

.zeba_bg_all{
   /*  background-color: #333533  !important; */
    background-color: #495057 !important;
    padding-left: 0%;
    padding-right: 0%;
}

.zeba_button{
    background-color: #f5cb5c;
    color: #242423;
}

.admin_card{
    background-color: none;
}

/* Admin page accordion styling - override dark card background */
.accordion-item {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
}

.accordion-button:not(.collapsed) {
    background-color: #e7f1ff !important;
    color: #0c63e4 !important;
}

.accordion-button {
    color: #212529 !important;
}