
::-webkit-scrollbar 
{
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track 
{
    box-shadow: inset 0 0 5px #343A40; 
    border-radius: 5px;
}
 
::-webkit-scrollbar-thumb 
{
    background-color: #343A40; 
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover 
{
    background-color: #343A40; 
}

.text-truncate-fade
{
	max-height: 100px;
	overflow: hidden;
	position: relative;
}

.text-truncate-fade::after 
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(transparent calc(100px - 50%), #FFFFFF);
}

.resize-none
{
	resize: none !important;
}

.progress-height-3px
{
	height: 3px;
}

.w-100-px
{
	width: 100px !important;
}

.w-250-px
{
	width: 250px !important;
}

.mw-250-px
{
	max-width: 250px !important;
}

.w-400-px
{
	width: 400px !important;
}

.left-auto
{
	left: auto !important;
}