@media  (max-width: 750px){
    .login_cardimgcontainer {
    height: 276px;
    min-width: unset;
    }
    .logincard {
    margin: 0 auto;
    flex-direction: column;
    padding: 22px;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
}
    h1{
    font-size: 48px;

}
    aside{
    padding: 48px 16px 48px 16px;
    display: flex;
    }
    .main_nav{
    display: flex;
    width: 77px;
    align-items: center;
    }
    .logo_small{
    display: block;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    }
    .logo_big{
        display: none;
        opacity: 0;
        position: relative;
        top: 0;
    }
    .li_text{
    white-space: nowrap;
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
    }
    .aside_collapse{
        display: none;
    }
    .collapsed{
        width: 77px;
        align-items: center;
        overflow: hidden;
    }
    .main_nav.collapsed .li_text {
    opacity: 0;
    width: 0;
    overflow: hidden;
    }
    .dashboard_section1{
    flex-direction: column;
    gap: 24px;
    }
    .dashboard_container1{
    width: 100%;
    }
    .dashboard_containersflex {
    width: 100%;
    flex-direction: row;
    }
    .fullwidth{
    width: 100%;
    box-sizing: border-box;
}
.aside_container{
    display: none;
}
.dashboard_statcontainer {
    width: 100%;
}
.dashboard_quickactions{
    width: 100%;
    padding: 13px 0 24px 0;
}
.dashboard_quickflex{
    flex-direction: row;
}
.products_container1{
    width: 100%;
}
.products_containersflex{
    width: 100%;
}
.table_footer{
    justify-content: flex-start;
}
.sections_mainflex {
    flex-direction: column;
}
.sections_titles div{
    width: 100%;
}
.sections_titles{
    flex-direction: column;
}
.profile_container{
    width: 100%;
}
.gallery_cardsflex{
    display: flex;
    /* align-items: flex-start; */
    /* align-content: flex-start; */
    align-items: center;
    gap: 22px;
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery_cardimgcontainer{
    flex-shrink: 0;
    border-radius: 7px;
    /* height: 202px; */
    padding: 12px;
    box-sizing: border-box;
    border: var(--primaryborder);
    background: url(public/images/pngbg.jpg) ;
    background-size: cover;
}
.gallery_card{
    width: calc(100% - 22px);
    flex-direction: column;
    flex: 1 0 0;
    min-width: 215px;
}
header{
    display: flex;
}
}
@media  (min-width: 751px)and (max-width: 974px){
    .logincard {
    margin: 0 auto;
    flex-direction:row;
    padding: 50px;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
}
.login_cardimgcontainer {
    /* height: 276px; */
    min-width: 300px;
    }
    h1{
    font-size: 58px;
}
    aside{
    padding: 48px 16px 48px 16px;
    display: flex;
    }
    .main_nav{
    display: flex;
    width: 77px;
    align-items: center;
    }
    
    .logo_small{
    display: block;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    }
    .logo_big{
        display: none;
        opacity: 0;
        position: relative;
        top: 0;
    }
    .li_text{
    white-space: nowrap;
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
    }
    .aside_collapse{
        display: none;
    }
    .collapsed{
        width: 77px;
        align-items: center;
        overflow: hidden;
    }
    .main_nav.collapsed .li_text {
    opacity: 0;
    width: 0;
    overflow: hidden;
    }
    .dashboard_section1{
    flex-direction: column;
    gap: 24px;
    }
    .dashboard_container1{
    width: 100%;
    }
    .dashboard_containersflex {
    width: 100%;
    flex-direction: row;
    }
    .fullwidth{
    width: calc(100% - 90px);
    box-sizing: border-box;
}
.aside_container{
    display: flex;
}
.dashboard_statcontainer {
    width: 100%;
}
.dashboard_quickactions{
    width: 100%;
    padding: 13px 0 24px 0;
}
.dashboard_quickflex{
    flex-direction: row;
}
.products_container1{
    width: calc(100% - 22px);
}
.products_containersflex{
    width: calc(100% - 22px);
}
.table_footer{
    justify-content: center;;
}
.sections_mainflex {
    flex-direction: row;
}
.sections_titles div{
    width: 50%;
}
.sections_titles{
    flex-direction: row;
}
.profile_container{
    width: 100%;
}
.products_container1 .dashboard_container2_flavour {
    height: 182px;
    width: auto;
    bottom: 0;
}
.gallery_cardsflex{
    display: flex;
    /* align-items: flex-start; */
    /* align-content: flex-start; */
    align-items: center;
    gap: 22px;
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery_cardimgcontainer{
    flex-shrink: 0;
    border-radius: 7px;
    /* height: 202px; */
    padding: 12px;
    box-sizing: border-box;
    border: var(--primaryborder);
    background: url(public/images/pngbg.jpg) ;
    background-size: cover;
}
.gallery_card{
    width: calc(50% - 22px);
    flex-direction: column;
    flex: 1 0 0;
    min-width: 238px;
}
header{
    display: none;
}
}
@media  (min-width: 975px){
    .logincard {
    margin: 0 auto;
    flex-direction: row;
    padding: 50px;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
}
.login_cardimgcontainer {
    height: unset;
    min-width: 300px;
    }
    h1{
    font-size: 64px;
}
    aside{
    padding: 48px 16px 48px 16px;
    display: flex;
    }
    .main_nav{
    display: flex;
    width: 176px;
    align-items: flex-start;
    }
    .li_text{
    white-space: nowrap;
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease;
    }
    .aside_collapse{
        display: flex;
    }
    .logo_small{
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    }
    .logo_big{
        display: block;
        opacity: 1;
        position: relative;
        top: 0;
    }
    .collapsed{
        width: 77px;
        align-items: center;
        overflow: hidden;
    }
    .main_nav.collapsed .li_text {
    opacity: 0;
    width: 0;
    overflow: hidden;
    }
    .dashboard_section1{
    flex-direction: row;
    gap: 24px;
    }
    .dashboard_container1{
    width: calc(45% - 22px);
    }
    .dashboard_containersflex {
    width: 55%;
    flex-direction: row;
    }
    .fullwidth{
    width: calc(100% - 90px);
    box-sizing: border-box;
}
.aside_container{
    display: flex;
}
.dashboard_statcontainer {
    width: calc(74% - 58px);
}
.dashboard_quickactions{
    width: 30%;
    padding: 13px 0 0 0;
}
.dashboard_quickflex{
    flex-direction: column;
}
.products_container1{
    width: 60%;
}
.products_containersflex{
    width: 40%;
}
.table_footer{
    justify-content: center;;
}
.sections_mainflex {
    flex-direction: row;
}
.sections_titles{
    flex-direction: row;
}
.sections_titles div{
    width: 50%;
}
.profile_notifications{
    width: 50%;
}
.profile_container{
    width: 50%;
}
.products_container1 .dashboard_container2_flavour {
    height: 167px;
    width: auto;
    bottom: -32px;
}
.gallery_cardsflex{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 22px;
    align-self: stretch;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.gallery_cardimgcontainer{
    height: 202px;
    height: 202px;
}
.gallery_cardimgcontainer img{
    width: 100%;
    object-fit: cover;
    height: auto;
}
.gallery_card{
    width: calc(25% - 22px);
    flex-direction: column;
    flex: 1 0 0;
    min-width: unset;
}
header{
    display: none;
}
}