html{
	overflow-y: auto;
}
.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;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: transparent; 
}
 
::-webkit-scrollbar-thumb {
  background: gray; 
}

::-webkit-scrollbar-thumb:hover {
  background: darkred; 
}

.v-stepper:not(.v-stepper--vertical) .v-stepper__label {
    display: block !important;
}