/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/* MENU IMAGE SIZE*/
.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a svg,
.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a i {
    width: 16px;
    height: 16px;
}
/* MENU IMAGE SIZE*/


/*SWEETALERT BACKGROUND SIZE*/
.swal2-shown body.swal2-height-auto {
    height: 100% !important;
}
/*SWEETALERT BACKGROUND SIZE*/


/* TABLE */
.table thead th, .table tfoot th {
    text-transform: unset;
}
/* TABLE */


/* INPUTS */
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
/* INPUTS */

