/* splash */
.splash-success, .splash-error {
	position   : fixed;
	top        : 0;
	left       : 0;
	right      : 0;
	display    : none;
	text-align : center;
	padding    : 4px;
	z-index    : 20000;
}
.splash-success {
	background : #cfc;
}
.splash-error {
	background : #fcc;
}

/* fa icon */
a .fa,
a .fa-solid {
    vertical-align: middle;
}

/* box */
.box.box-purple {
    border-top-color: rgba(96, 92, 168, 0.7);
}

/* tab */
.nav-tabs-custom.tab-purple > .nav-tabs > li.active {
    border-top-color:  rgba(96, 92, 168, 0.7);
}
