body.v-tour--active {
	pointer-events: none
}

.v-tour {
	pointer-events: auto;
}

.v-tour__target--highlighted {
	-webkit-box-shadow: 0 0 0 99999px rgba(29, 31, 39, 0.3);
	box-shadow: rgba(29, 31, 39, 0.3) 0px 0px 0px 99999px;
    z-index: 9999999;
    border-radius: 4px;
}

.v-tour__target--highlighted ~ i.v-icon.notranslate.v-data-table-header__icon {
	z-index: 9999999 !important;
}

.v-tour--active .v-data-table__wrapper {
	overflow: unset !important;
}

.v-tour__target--relative {
	position: relative;
}

/* th .v-tour__target--relative {
	position: absolute !important;
} */

.v-step[data-v-54f9a632] {
    box-sizing: content-box;
    position: absolute;
    visibility: visible;
    padding: 20px 30px 30px 30px;
    font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    max-width: 346px;
	width: auto;
    max-height: 460px;
    z-index: 9999999;
    pointer-events: auto;
}

.v-step--sticky[data-v-54f9a632] {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.v-step--sticky .v-step__arrow[data-v-54f9a632] {
	display: none
}

.v-step__arrow[data-v-54f9a632],
.v-step__arrow[data-v-54f9a632]:before {
	position: absolute;
	width: 24px;
	height: 24px;
	background: inherit
}

.v-step__arrow[data-v-54f9a632] {
	visibility: hidden
}

.v-step__arrow--dark[data-v-54f9a632]:before {
	background: #454d5d
}

.v-step__arrow[data-v-54f9a632]:before {
	visibility: visible;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -5px
}

.v-step[data-popper-placement^=top]>.v-step__arrow[data-v-54f9a632] {
	bottom: -5px
}

.v-step[data-popper-placement^=bottom]>.v-step__arrow[data-v-54f9a632] {
	top: -5px
}

.v-step[data-popper-placement^=right]>.v-step__arrow[data-v-54f9a632] {
	left: -5px
}

.v-step[data-popper-placement^=left]>.v-step__arrow[data-v-54f9a632] {
	right: -15px
}

.v-step__header[data-v-54f9a632] {
	margin: -1rem -1rem .5rem;
	padding: .5rem;
	background-color: #454d5d;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.v-step__content[data-v-54f9a632] {
	margin: 0 0 1rem 0
}

.v-step__button[data-v-54f9a632] {
	background: transparent;
	border: .05rem solid #fff;
	border-radius: .1rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: .8rem;
	height: 1.8rem;
	line-height: 1rem;
	outline: none;
	margin: 0 .2rem;
	padding: .35rem .4rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	vertical-align: middle;
	white-space: nowrap
}

.v-step__button[data-v-54f9a632]:hover {
	background-color: hsla(0, 0%, 100%, .95);
	color: #50596c
}

.fade-enter-active {
	transition: opacity .3s;
}

.fade-leave-active {
	transition: opacity .1s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
	opacity: 0;
}