.mWrap {}
.mMove {white-space:nowrap;}
.mWrap,
.mWrap *{
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;      
}
.grab {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}
.grabbing { 
	cursor: -moz-grabbing !important;
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important; 
}
.strTools *,
.strTools *:after,
.strTools *:before {
	box-sizing:border-box !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;   
}
.mWrap img {
	max-width:none !important;
}
.mWrap {
	width:100%;
	line-height: 1;
	background: none;
}
.str_move {
	cursor:move;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.ticker {
    background-color: var(--theme-color-1);
    color: var(--main-color-2);
    height: 40px;
    font-weight: 300;
}
.ticker-wrapper {
    display: flex; 
    height: 100%; 
    align-items: center;
    overflow: hidden;
}
.ticker-item {
    display:inline-flex;
    align-items: center;
    white-space: nowrap; 
    line-height: 1.5;
}
.ticker-item span {
    padding-right: 4px;
}
.ticker-item::before {
    content: '';
    display: block;
    height: 4px;
    width: 4px;
    background-color: var(--main-color-2);
    border-radius: 50%;
    margin: auto 35px;
}
.ticker-wrapper br {
    display: none;
}