/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2026 | 13:32:49 */
.trading-logos {
    cursor: grab;
    display: flex;
    align-items: center;
    user-select: none;
    white-space: nowrap;
}

a.login-btn{
	color: white !important;
	cursor: pointer;
}

.trading-logos:active {
    cursor: grabbing;
}

.trading-logos-wrapper {
    overflow: hidden;
    width: 100%;
}
.trading-logos img {
    pointer-events: none;           /* prevents image from blocking drag */
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
}
/* .popular-package{
	position: absolute;
    width: 100px;
    margin-top: 6px;
    margin-left: 9px;
} */
