body{
    font-family: Arial, sans-serif;
    background:#f5f7fa;
    text-align:center;
    padding-top:40px;
}

.logo{
    width:250px;
}

.login-box{
    width:350px;
    margin:auto;
    background:white;
    padding:20px;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,.1);
}

input{
    width:90%;
    padding:10px;
    margin:10px;
}

button{
    width:95%;
    padding:12px;
    background:#0057b8;
    color:white;
    border:none;
    border-radius:5px;
}

/* ===========================
   GLOBAL RESPONSIVE
=========================== */

html, body{
    overflow-x:hidden;
}

img{
    max-width:100%;
    height:auto;
}

.table-responsive{
    overflow-x:auto;
}

.btn{
    min-height:45px;
}

.form-control,
.form-select{
    min-height:45px;
}

.card{
    border-radius:12px;
}

.list-group-item{
    font-size:15px;
}

.navbar-brand{
    font-weight:bold;
}

/* ===========================
   MOBILE
=========================== */

@media (max-width:768px){

body{

    width:58mm;

    max-width:58mm;

    margin:auto;

    font-family:"Courier New", monospace;

    font-size:12px;

    color:#000;

}

.center{

    text-align:center;

}

table{

    width:100%;

    border-collapse:collapse;

}

th,td{

    padding:3px 0;

}

hr{

    border:none;

    border-top:1px dashed #000;

    margin:6px 0;

}

h2,h3,h4{

    margin:4px 0;

}

button{

    width:100%;

    padding:12px;

    margin-top:15px;

}

@media print{

button{

display:none;

}

body{

margin:0;

}

}

.logo{
    width:180px;
}

.login-box{
    width:95%;
    padding:15px;
}

input{
    width:100%;
    margin:8px 0;
}

button{
    width:100%;
}

.container-fluid{
    padding-left:10px;
    padding-right:10px;
}

h1,h2,h3,h4{
    font-size:1.2rem;
}

.table{
    font-size:13px;
}

}

/* ===========================
   DASHBOARD
=========================== */

.dashboard-card{

    transition:.2s;

    cursor:pointer;

}

.dashboard-card:hover{

    transform:translateY(-3px);

}

.dashboard-card .card-body{

    padding:20px;

}

.dashboard-card h3{

    font-weight:bold;

    margin-top:10px;

}

.dashboard-card h6{

    font-size:14px;

    color:#666;

}

@media(max-width:768px){

.dashboard-card .card-body{

    padding:18px;

}

.dashboard-card h3{

    font-size:28px;

}

}

/* ===========================
   SIDEBAR
=========================== */

.sidebar{

    position:sticky;

    top:15px;

}

.sidebar .list-group-item{

    border-radius:8px;

    margin-bottom:4px;

    font-weight:500;

}

.sidebar .active{

    font-weight:bold;

}

@media(max-width:768px){

.sidebar{

    position:static;

    margin-bottom:15px;

}

.sidebar .list-group-item{

    padding:14px;

    font-size:16px;

}

}
/* ===========================
   MOBILE SIDEBAR
=========================== */

@media (max-width:768px){

    .desktop-sidebar{
        display:none;
    }

}

@media (min-width:769px){

    #mobileMenu{
        display:none;
    }

}