* {
	margin: 0px;
	padding: 0px;
}

@media (max-width:576px) {
    body,
    html {
        font-family:'Bai Jamjuree',  'Myriad Pro', 'Roboto', sans-serif;
        font-size: 0.9rem;;
        background-color: var(--erp-bg-main);
        color: var(--erp-text-main);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        line-height: 1.35;
    } 

    .web{display: none;} .mobi{display: inline-block;}

    .img-anhthe-bao-150 {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border: 3px solid var(--erp-border-strong);
        overflow: hidden;
        flex-shrink: 0;
    }

    .img-anhthe-150 {
        width: 100%;
        height: 100%;
        background-size: cover !important;
        background-position: center !important;
    }

    .erp-height-280 {
        height: 200px;
    }

    .erp-h2{
        font-size: 1.1rem;
    }

    #carouselExampleIndicators .carousel-item {
        min-height: 110px;
    }


    /* Trang Login */ 
    .erp-login-wrapper{
        position: fixed;
        top: 30;
        left: 30;
        width: 100vw;
        height: 100vh;
        background-image: url("../../../img/login_bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .erp-login-box{
        position: absolute;
        background-color: rgba(0,0,0,0.25);
        height: calc(100vh - 40px);
        width: calc(100vw - 40px);;
        margin: 20px;
        border-radius: 5px;
        /* right: 30;
        left: 30; */
    }

    .erp-login-logo{
        position:relative;
        height:180px;
        width:100%;
        display:inline-flex;        /* thêm dòng này */
        align-items: center;        /* căn giữa dọc */
        justify-content: center;    /* căn giữa ngang */
        /* background-color: aqua; */
    
    }
    
    .navbar .img-40 {
        position: relative;
        display:inline-flex;          /* thêm dòng này */
        align-items: center;        /* căn giữa dọc */
        justify-content: center;    /* căn giữa ngang */
        width: 34px;
        height: 34px;
        border: 2px solid rgba(217, 217, 217, 1);
        border-radius: 50%;
    }
    .navbar a{
        display:inline-flex; 
        align-items: center;
        justify-content: center;  
        padding: 0 !important;
        font-size: 23px;
        line-height: 1;
    }
    .navbar .navbar-brand i {
        display:inline-flex; 
        align-items: center;
        vertical-align: middle;
        font-size: 23px;
    }

    /* Navbar icon off */
    .mdi-36px{
        font-size: 28px;
    }

    /* form erp-form.css */
    .erp-group {
        height:46px;
    }

    .erp-select-group{
        height: 54px;
    }


    .erp-table-toolbar-2-left {
        display: grid;
        grid-template-columns: 50px 1fr;
        align-items: center;
        justify-content: center;
        height: 60px;
        margin-bottom: 0.5rem;
    }

    .erp-table-toolbar-2-right {
        display: grid;
        grid-template-columns: 1fr 180px ;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        margin-bottom: 0.5rem;
    }

    .erp-table-toolbar-3 {
        display: grid; 
        grid-template-columns: 80px 1fr 180px; 
        align-items: center;
        justify-content: space-around;
        height: 60px;
        margin-bottom: 0.5rem;
    } 
    .erp-table-search {
        width: 180px;
    }

    .erp-table-toolbar-3-mobi {
        display: grid; 
        grid-template-columns: 80px 1fr 80px; 
        align-items: center;
        justify-content: space-around;
        height: 60px;
        margin-bottom: 0.5rem;
    } 

}

/* mobi */
@media (max-width:576px){
    
    .erp-col-1{flex:0 0 50%;max-width:50%}
    .erp-col-2{flex:0 0 50%;max-width:50%}
    
    .erp-col-3{flex:0 0 50%;max-width:50%}
    .erp-col-4{flex:0 0 50%;max-width:50%}

    .erp-col-5{flex:0 0 50%;max-width:50%}


    .erp-col-6{flex:0 0 100%;max-width:100%}
    .erp-col-7{flex:0 0 100%;max-width:100%}
    .erp-col-8{flex:0 0 100%;max-width:100%}
    .erp-col-9{flex:0 0 100%;max-width:100%}
    .erp-col-10{flex:0 0 100%;max-width:100%}
    .erp-col-11{flex:0 0 100%;max-width:100%}
    .erp-col-12{flex:0 0 100%;max-width:100%}

}

@media (max-width: 576px) {
    .web-table {
        display: none;
    }

    .mobi-table {
        display: table-row;
    }

    .card {
        width: calc(100vw - 2rem);
    }
}
