body {
    background-color: #37474F;
}

.primaryTextInverse {
    color: #FFFFFF !important;
}

.secondaryTextInverse {
    color: #CFD8DC !important;
}

.primaryText {
    color: #212121 !important;
}

.secondaryText {
    color: #757575 !important;
}

.accentText {
    color: #26C6DA !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.btn-flat {
    margin-left: 16px !important;
    margin-right: 16px !important;
    border-radius: 8px !important;
    transition: background-color 200ms ease-in-out;
}

.btn-flat:hover {
    background-color: #00BCD41A;
}

::-webkit-scrollbar {
    display: none;
}