﻿.no-copy {
    user-select: none;
    pointer-events: none;
}

.allow-copy {
    user-select: auto;
    pointer-events: auto;
}

.logo-sx-header {
    background-image: url("/images/logo-sx-header-light.svg");
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}