﻿.fg-clickker-purple {
    background: white;
    color: #392e51;
}

.bg-clickker-purple {
    background: linear-gradient(0.45turn, #392e51, #423363);
    color: white;
}

.fg-clickker-blue {
    background: white;
    color: #71bbe0;
}

.bg-clickker-blue {
    background: #71bbe0;
    color: white;
}

.bg-clickker-blue-secondary {
    background: #78c5eb;
    color: white;
}

.clickker-border-purple {
    box-shadow: 0px 0px 15px 4px #7a708c;
}

.avatar-mini {
    width:32px;
    height:32px;
    border-radius: 50%;
    overflow: hidden;
}
.avatar-large {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
}

.nuget {
    padding: 1px;
    border: 1px solid #333;
    color: #fff;
    background: #444;
    display: block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nuget-header {
    border: 1px solid #333;
    display: block;
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 1px;
    border-bottom: none;
    color: #fff;
    background-color: #1976d2;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.url-clean {
    text-decoration: none;
}

html {
  background: linear-gradient(to bottom, #a0a0a0 0%, rgba(160, 160, 160, 0.15) 100%), linear-gradient(to bottom, #000000 0%, #000000 100%), url('../../assets/images/background/chips-circuit-board-contemporary-1105379.jpg');
  background-size: cover;
  background-position-y: bottom;
  background-blend-mode: normal,saturation,normal;
}
body {
  background: none !important;
}