/********** SIDEBAR STYLE **********/
footer.site-footer{width:100%;}
#sidebar{width:250px;position:fixed;top:50px;left:0;height:100vh;background-color:white;overflow-y:auto}
#sidebar.active{margin-left:-250px;}
#main{width:100%;background-color:white;transition:all 0.3s;}
#main.active{width:calc(100% - 250px);padding:0;min-height:100vh;transition:all 0.3s;position:absolute;top:50px;right:0px;}
#sidebar .card-body{padding:0 1rem;}
#coptos #sidebar label{font-weight:400;font-size:0.75rem;}
#sidebar input[type="text"]{padding-top:0;padding-bottom:0;height:calc(1.5em + .25rem);}
#sidebar .form-group{margin-bottom:0.5rem;}