
.main-body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0;
    
}
#card-body{
    background-color: white;
    width: 29%;
    border-radius:15px;
    padding: 10px 15px;
    margin: calc(13%/6);
    transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#card-body:hover{
    transform: translateY(-7px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 20px;
}
#img{
    width: 90%;
    display: block;
    margin: auto;
    height: 200px;
    object-fit: contain;
    transition: all 0.5s;
    cursor: pointer;
}
#img:hover{
    transform: scale(1.03);
}
#btn_grp{
    display: flex;
    justify-content: space-between;
}
#btn_grp button{
    outline: none;
    border: none;
    border-radius: 7px;
    padding: 5px 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
    transition: all 0.5s;
}
#btn_grp button:hover{
    transform: scale(1.01);
}
.main-sidebar{
    width: 20%;
    height: 93.5vh;
    padding:  10px;
    background-color: white;
}
.main-content-body{
    display: flex;
    flex-direction: row;
}
.main_cards_body{
    width: 80%;
    background-color: whitesmoke;
}

.cata-member label {
    margin-left: 2%;
}
.cata-head,.cata-head1,.cata-member,.cata-member1,input[type="checkbox"]{
    cursor: pointer;
}
.cata-memberr {
    transition: all 0.5s;
    height: max-content;
    cursor: pointer;
}

.cata_memeber_hide {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.cata-member1 label {
    margin-left: 2%;
}

.cata-memberr1 {
    transition: all 0.5s;
    height: max-content;
}
ul,li{
    list-style: none;
}
/* input[type="checkbox"]{
    display: none;
} */
#lth,#htl{
    cursor:pointer
}
