.loading-div{
	position: absolute;
    background-color: white;
    width: 100%;
    height: 100vh;
	z-index: 2001;
}
.main-content{
    background: #f8f8f8;
}
.main-alert{
    position: absolute !important;
    right: 0;
    top: 5px;
    z-index: 2000;
}
.date-picker-apply{
    color: white;
    background: #455a64;
}
.v-list-item--dense, .v-list--dense .v-list-item{
	min-height: 10px !important;
}