/*
 * Custom Variable
 */
/*
 * Primary
 */
body {
  font-size: .875rem; }

body.signin {
  background: url("../images/betphoenix/bg-main.jpg"); }

a, .h3, .h2, .h4, .sidebar .nav-link.active {
  color: #005986;
  font-weight: bold; }

.navbar-dark, .table .thead-dark th, .btn-primary {
  background-color: #005986;
  border-color: #005986; }

.navbar-brand .brand {
  max-width: 120px;
  width: 100%; }

/*
 * Login
 */
.form-signin {
  width: 100%;
  max-width: 330px;
  margin: auto;
  background: -moz-linear-gradient(top, white 0%, white 65%, rgba(255, 255, 255, 0.5) 88%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, white 65%, rgba(255, 255, 255, 0.5) 88%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, white 65%, rgba(255, 255, 255, 0.5) 88%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }

.form-signin .brand {
  max-width: 280px;
  width: 100%; }

.form-signin .checkbox {
  font-weight: 400; }

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px; }

.form-signin .form-control:focus {
  z-index: 2; }

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom; }

/*
 * Sidebar
 */
.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 80px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1); }

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - $topbar-padding );
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */ }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky; } }
.sidebar .nav-link {
  font-weight: 500;
  color: #333; }

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999; }

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit; }

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase; }

/*
 * Content
 */
[role="main"] {
  padding-top: 80px;
  /* Space for fixed navbar */ }

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 80px;
    /* Space for fixed navbar */ } }
.bd-clipboard {
  position: relative;
  float: right; }

.bd-clipboard + .highlight {
  margin-top: 0; }

.btn-clipboard {
  position: absolute;
  top: .5rem;
  right: .5rem;
  z-index: 10;
  display: block;
  padding: .25rem .5rem;
  font-size: 75%;
  color: #818a91;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: .25rem; }

.btn-clipboard:hover {
  color: #fff;
  background-color: #005986; }

li.nav-item ul.flex-column li {
  padding-left: 1rem; }

/*# sourceMappingURL=dashboard.css.map */
