@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);
/* Colors */
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-ink-ripple {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-mask-image: radial-gradient(circle, white 100%, black 100%);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.md-ripple {
  position: absolute;
  background-color: currentColor;
  border-radius: 50%;
  opacity: .2;
  transform: scale(0) translateZ(0);
  transition: none;
  will-change: background-color, opacity, transform, width, height, top, left;
}
.md-ripple.md-active {
  animation: ripple 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.md-ripple.md-active.md-fadeout {
  opacity: 0 !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .6s;
}
@keyframes ripple {
  to {
    transform: scale(2.2) translateZ(0);
  }
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/*  Text and Titles
   ========================================================================== */
.md-caption {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 17px;
}
.md-body-1,
body {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 20px;
}
.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 24px;
}
.md-subheading {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 24px;
}
.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .005em;
  line-height: 26px;
}
.md-headline {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
}
.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 40px;
}
.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 48px;
}
.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 58px;
}
.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 112px;
}
/*  Links & Buttons
   ========================================================================== */
a:not(.md-button):not(.md-bottom-bar-item) {
  text-decoration: none;
}
a:not(.md-button):not(.md-bottom-bar-item):hover {
  text-decoration: underline;
}
button:focus {
  outline: none;
}
/*  Structure
   ========================================================================== */
/*  Fluid Media
   ========================================================================== */
ul:not(.md-list) > li + li {
  margin-top: 8px;
}
/*  Fluid Media
   ========================================================================== */
audio,
img,
svg,
object,
embed,
canvas,
video,
iframe {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}
audio:not(.md-image),
img:not(.md-image),
svg:not(.md-image),
object:not(.md-image),
embed:not(.md-image),
canvas:not(.md-image),
video:not(.md-image),
iframe:not(.md-image) {
  height: auto;
}
/*  Suppress the focus outline on links that cannot be accessed via keyboard.
    This prevents an unwanted focus outline from appearing around elements
    that might still respond to pointer events.
   ========================================================================== */
[tabindex="-1"]:focus {
  outline: none !important;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-scrollbar::-webkit-scrollbar,
.md-scrollbar ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  background-color: rgba(0, 0, 0, 0.05);
}
.md-scrollbar::-webkit-scrollbar:hover,
.md-scrollbar ::-webkit-scrollbar:hover {
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.054), inset 0 -1px 0 rgba(0, 0, 0, 0.038);
  background-color: rgba(0, 0, 0, 0.087);
}
.md-scrollbar::-webkit-scrollbar-button,
.md-scrollbar ::-webkit-scrollbar-button {
  display: none;
}
.md-scrollbar::-webkit-scrollbar-corner,
.md-scrollbar ::-webkit-scrollbar-corner {
  background-color: transparent;
}
.md-scrollbar::-webkit-scrollbar-thumb,
.md-scrollbar ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.26);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.054), inset 0 -1px 0 rgba(0, 0, 0, 0.087);
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
/*  Text and Titles
   ========================================================================== */
.md-caption {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 17px;
}
.md-body-1,
body {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 20px;
}
.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 24px;
}
.md-subheading {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 24px;
}
.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .005em;
  line-height: 26px;
}
.md-headline {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
}
.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 40px;
}
.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 48px;
}
.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 58px;
}
.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 112px;
}
/*  Links & Buttons
   ========================================================================== */
a:not(.md-button):not(.md-bottom-bar-item) {
  text-decoration: none;
}
a:not(.md-button):not(.md-bottom-bar-item):hover {
  text-decoration: underline;
}
button:focus {
  outline: none;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin: auto;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border-radius: 40px;
  vertical-align: middle;
}
.md-avatar.md-large {
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  border-radius: 64px;
}
.md-avatar.md-large .md-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 40px;
  line-height: 40px;
}
.md-avatar.md-avatar-icon {
  background-color: rgba(0, 0, 0, 0.38);
}
.md-avatar.md-avatar-icon .md-icon {
  color: #fff;
}
.md-avatar .md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.md-avatar img {
  width: 100%;
  height: 100%;
  display: block;
}
.md-avatar .md-ink-ripple {
  border-radius: 50%;
}
.md-avatar .md-ink-ripple .md-ripple.md-active {
  animation-duration: .9s;
}
.md-avatar-tooltip.md-tooltip-top {
  margin-top: -8px;
}
.md-avatar-tooltip.md-tooltip-right {
  margin-left: 8px;
}
.md-avatar-tooltip.md-tooltip-bottom {
  margin-top: 8px;
}
.md-avatar-tooltip.md-tooltip-left {
  margin-left: -8px;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.54);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
.md-backdrop.md-active {
  opacity: 1;
  pointer-events: auto;
}
.md-backdrop.md-transparent {
  background: rgba(0, 0, 0, 0.005);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-bottom-bar {
  width: 100%;
  min-width: 100%;
  height: 56px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-bottom-bar-item {
  max-width: 168px;
  min-width: 80px;
  height: 100%;
  padding: 8px 12px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  cursor: pointer;
  border: none;
  background: transparent;
  transform: translate3d(0, 0, 0);
  color: currentColor;
  font-family: inherit;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
}
.md-bottom-bar-item.md-active {
  padding-top: 6px;
}
.md-bottom-bar-item.md-active .md-text {
  transform: scale(1) translate3d(0, 0, 0);
}
.md-bottom-bar-item.md-active .md-text,
.md-bottom-bar-item.md-active .md-icon {
  color: currentColor;
}
.md-bottom-bar-item[disabled] {
  opacity: .38;
}
.md-bottom-bar.md-shift .md-bottom-bar-item {
  min-width: 56px;
  max-width: 96px;
  position: static;
  -ms-flex: 1 1 32px;
  flex: 1 1 32px;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: flex, min-width, max-width;
  transition-property: flex, min-width, max-width, -ms-flex;
}
.md-bottom-bar.md-shift .md-bottom-bar-item .md-icon {
  transform: translate3d(0, 8px, 0);
}
.md-bottom-bar.md-shift .md-bottom-bar-item .md-text {
  opacity: 0;
  transform: scale(1) translate3d(0, 6px, 0);
}
.md-bottom-bar.md-shift .md-bottom-bar-item.md-active {
  min-width: 96px;
  max-width: 168px;
  -ms-flex: 1 1 72px;
  flex: 1 1 72px;
}
.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-icon,
.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text {
  opacity: 1;
}
.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-icon {
  transform: scale(1) translate3d(0, 0, 0);
}
.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text {
  transform: scale(1) translate3d(0, 2px, 0);
}
.md-bottom-bar-item .md-text {
  transform: scale(0.8571) translateY(2px);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.15s linear, opacity 0.15s linear;
}
.md-bottom-bar-item .md-icon {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.15s linear;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-button {
  min-width: 88px;
  min-height: 36px;
  margin: 6px 8px;
  padding: 0 16px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  background: none;
  border: 0;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: currentColor;
  font-family: inherit;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-weight: 500;
  letter-spacing: inherit;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
}
.md-button:focus {
  outline: none;
}
.md-button::-moz-focus-inner {
  border: 0;
}
.md-button:hover:not([disabled]):not(.md-raised) {
  background-color: rgba(153, 153, 153, 0.2);
  text-decoration: none;
}
.md-button:hover:not([disabled]).md-raised {
  background-color: rgba(0, 0, 0, 0.12);
}
.md-button:active:not([disabled]) {
  background-color: rgba(153, 153, 153, 0.4);
}
.md-button.md-raised:not([disabled]) {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.md-button.md-dense {
  min-height: 32px;
  line-height: 32px;
  font-size: 13px;
}
.md-button.md-icon-button .md-icon,
.md-button.md-fab .md-icon {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
}
.md-button.md-icon-button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0 6px;
  padding: 8px;
  border-radius: 50%;
  line-height: 24px;
}
.md-button.md-icon-button:not([disabled]):hover {
  background: none;
}
.md-button.md-icon-button.md-dense {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 4px;
  line-height: 32px;
}
.md-button.md-icon-button .md-ink-ripple {
  border-radius: 50%;
}
.md-button.md-icon-button .md-ink-ripple .md-ripple {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.md-button.md-icon-button .md-ripple.md-active {
  animation-duration: .9s;
}
.md-button.md-fab {
  width: 56px;
  height: 56px;
  padding: 0;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 56px;
  line-height: 56px;
  background-clip: padding-box;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: background-color, box-shadow, transform;
}
.md-button.md-fab:hover,
.md-button.md-fab:focus {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12);
}
.md-button.md-fab.md-mini {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.md-button.md-fab .md-ink-ripple {
  border-radius: 56px;
}
.md-button[disabled] {
  color: rgba(0, 0, 0, 0.26);
  cursor: default;
  pointer-events: none;
}
.md-button[disabled].md-raised,
.md-button[disabled].md-fab {
  background-color: rgba(0, 0, 0, 0.12);
}
.md-button[disabled].md-fab {
  box-shadow: none;
}
.md-button:after {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-button .md-ink-ripple {
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden;
}
.md-button.md-icon-button .md-icon,
.md-button.md-fab .md-icon {
  display: block;
}
.md-fab.md-fab-top-left,
.md-fab.md-fab-top-center,
.md-fab.md-fab-top-right,
.md-fab.md-fab-bottom-left,
.md-fab.md-fab-bottom-center,
.md-fab.md-fab-bottom-right,
.md-speed-dial.md-fab-top-left,
.md-speed-dial.md-fab-top-center,
.md-speed-dial.md-fab-top-right,
.md-speed-dial.md-fab-bottom-left,
.md-speed-dial.md-fab-bottom-center,
.md-speed-dial.md-fab-bottom-right {
  margin: 0;
  position: absolute;
  z-index: 10;
}
.md-fab.md-fab-top-left,
.md-speed-dial.md-fab-top-left {
  top: 24px;
  left: 24px;
}
.md-fab.md-fab-top-center,
.md-speed-dial.md-fab-top-center {
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.md-fab.md-fab-top-right,
.md-speed-dial.md-fab-top-right {
  top: 24px;
  right: 24px;
}
.md-fab.md-fab-bottom-left,
.md-speed-dial.md-fab-bottom-left {
  bottom: 24px;
  left: 24px;
}
.md-fab.md-fab-bottom-center,
.md-speed-dial.md-fab-bottom-center {
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.md-fab.md-fab-bottom-right,
.md-speed-dial.md-fab-bottom-right {
  right: 24px;
  bottom: 24px;
}
.md-button-tooltip.md-tooltip-top {
  margin-top: -8px;
}
.md-button-tooltip.md-tooltip-right {
  margin-left: 8px;
}
.md-button-tooltip.md-tooltip-bottom {
  margin-top: 8px;
}
.md-button-tooltip.md-tooltip-left {
  margin-left: -8px;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-button-toggle {
  width: auto;
  display: -ms-flexbox;
  display: flex;
}
.md-button-toggle > .md-button {
  margin: 0;
  overflow: hidden;
  border-width: 1px 0 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md-button-toggle > .md-button:first-child {
  border-radius: 2px 0 0 2px;
}
.md-button-toggle > .md-button:last-child {
  border-right-width: 1px;
  border-radius: 0 2px 2px 0;
}
.md-button-toggle > .md-button:not([disabled]) {
  color: rgba(0, 0, 0, 0.54);
}
.md-button-toggle > .md-button:not([disabled]):hover:not(.md-toggle):not(.md-raised) {
  background-color: rgba(153, 153, 153, 0.2);
  text-decoration: none;
}
.md-button-toggle > .md-button .md-ink-ripple {
  border-radius: 2px;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
.md-card {
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.md-card.md-with-hover {
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: box-shadow;
}
.md-card.md-with-hover:hover {
  z-index: 2;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.md-card .md-card-media {
  position: relative;
}
.md-card .md-card-media.md-16-9 {
  overflow: hidden;
}
.md-card .md-card-media.md-16-9:before {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  content: " ";
}
.md-card .md-card-media.md-16-9 img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.md-card .md-card-media.md-4-3 {
  overflow: hidden;
}
.md-card .md-card-media.md-4-3:before {
  width: 100%;
  padding-top: 75%;
  display: block;
  content: " ";
}
.md-card .md-card-media.md-4-3 img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.md-card .md-card-media.md-1-1 {
  overflow: hidden;
}
.md-card .md-card-media.md-1-1:before {
  width: 100%;
  padding-top: 100%;
  display: block;
  content: " ";
}
.md-card .md-card-media.md-1-1 img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.md-card .md-card-media + .md-card-header {
  padding-top: 24px;
}
.md-card .md-card-media + .md-card-content:last-child {
  padding-bottom: 16px;
}
.md-card .md-card-media img {
  width: 100%;
}
.md-card .md-card-header {
  padding: 16px;
}
.md-card .md-card-header:first-child > .md-title:first-child,
.md-card .md-card-header:first-child > .md-card-header-text > .md-title:first-child {
  margin-top: 8px;
}
.md-card .md-card-header:last-child {
  margin-bottom: 8px;
}
.md-card .md-card-header.md-card-header-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.md-card .md-card-header + .md-card-content {
  padding-top: 0;
}
.md-card .md-card-header + .md-card-actions:not(:last-child) {
  padding: 0 8px;
}
.md-card .md-card-header .md-avatar {
  margin-right: 16px;
  float: left;
}
.md-card .md-card-header .md-avatar ~ .md-title {
  font-size: 14px;
}
.md-card .md-card-header .md-avatar ~ .md-title,
.md-card .md-card-header .md-avatar ~ .md-subhead {
  font-weight: 500;
  line-height: 20px;
}
.md-card .md-card-header .md-button {
  margin: 0;
}
.md-card .md-card-header .md-button:last-child {
  margin-right: -4px;
}
.md-card .md-card-header .md-button + .md-button {
  margin-left: 8px;
}
.md-card .md-card-header .md-card-header-text {
  -ms-flex: 1;
  flex: 1;
}
.md-card .md-card-header .md-card-media {
  width: 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  margin-left: 16px;
}
.md-card .md-card-header .md-card-media.md-medium {
  width: 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  height: 120px;
}
.md-card .md-card-header .md-card-media.md-big {
  width: 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  height: 160px;
}
.md-card .md-subhead,
.md-card .md-title,
.md-card .md-subheading {
  margin: 0;
  font-weight: 400;
}
.md-card .md-subhead {
  opacity: .54;
  font-size: 14px;
  letter-spacing: .01em;
  line-height: 20px;
}
.md-card .md-subhead + .md-title {
  margin-top: 4px;
}
.md-card .md-title {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
}
.md-card .md-card-media-actions {
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.md-card .md-card-media-actions .md-card-media {
  max-width: 240px;
  max-height: 240px;
  -ms-flex: 1;
  flex: 1;
}
.md-card .md-card-media-actions .md-card-actions {
  margin-left: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.md-card .md-card-media-actions .md-card-actions .md-button + .md-button {
  margin: 8px 0 0;
}
.md-card .md-card-content {
  padding: 16px;
  font-size: 14px;
  line-height: 22px;
}
.md-card .md-card-content:last-child {
  padding-bottom: 24px;
}
.md-card .md-card-actions {
  padding: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.md-card .md-card-actions .md-button {
  margin: 0;
}
.md-card .md-card-actions .md-button:first-child {
  margin-left: 0;
}
.md-card .md-card-actions .md-button:last-child {
  margin-right: 0;
}
.md-card .md-card-actions .md-button + .md-button {
  margin-left: 4px;
}
.md-card .md-card-area {
  position: relative;
}
.md-card > .md-card-area:not(:last-child) {
  position: relative;
}
.md-card > .md-card-area:not(:last-child):after {
  height: 1px;
  position: absolute;
  bottom: 0;
  content: " ";
}
.md-card > .md-card-area:not(:last-child):not(.md-inset):after {
  right: 0;
  left: 0;
}
.md-card > .md-card-area:not(:last-child).md-inset:after {
  right: 16px;
  left: 16px;
}
.md-card .md-card-media-cover {
  position: relative;
  color: #fff;
}
.md-card .md-card-media-cover.md-text-scrim .md-card-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.md-card .md-card-media-cover .md-card-area {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.md-card .md-card-media-cover .md-card-header + .md-card-actions {
  padding-top: 0;
}
.md-card .md-card-media-cover .md-subhead {
  opacity: 1;
}
.md-card .md-card-expand {
  overflow: hidden;
}
.md-card .md-card-expand.md-active [md-expand-trigger] {
  transform: rotateZ(180deg) translate3D(0, 0, 0);
}
.md-card .md-card-expand.md-active .md-card-content {
  margin-top: 0 !important;
  opacity: 1;
  padding: 4px 16px 24px 16px;
  height: auto;
}
.md-card .md-card-expand .md-card-actions {
  padding-top: 0;
  position: relative;
  z-index: 2;
}
.md-card .md-card-expand [md-expand-trigger] {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.md-card .md-card-expand .md-card-content {
  height: 0;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translate3D(0, 0, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: margin, height;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-checkbox {
  width: auto;
  margin: 16px 8px 16px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.md-checkbox:not(.md-disabled) {
  cursor: pointer;
}
.md-checkbox:not(.md-disabled) .md-checkbox-label {
  cursor: pointer;
}
.md-checkbox .md-checkbox-container {
  width: 20px;
  min-width: 20px;
  height: 20px;
  position: relative;
  border-radius: 2px;
  border: 2px solid rgba(0, 0, 0, 0.54);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-checkbox .md-checkbox-container:focus {
  outline: none;
}
.md-checkbox .md-checkbox-container:before {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " ";
}
.md-checkbox .md-checkbox-container:after {
  width: 6px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 5px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  opacity: 0;
  transform: rotate(45deg) scale3D(0.15, 0.15, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " ";
}
.md-checkbox .md-checkbox-container input {
  position: absolute;
  left: -999em;
}
.md-checkbox .md-checkbox-container .md-ink-ripple {
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
}
.md-checkbox .md-checkbox-container .md-ink-ripple .md-ripple {
  width: 48px !important;
  height: 48px !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.md-checkbox .md-checkbox-label {
  height: 20px;
  padding-left: 8px;
  line-height: 20px;
}
.md-checkbox.md-checked .md-checkbox-container:after {
  opacity: 1;
  transform: rotate(45deg) scale3D(1, 1, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-chip {
  height: 32px;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 32px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
}
.md-chip.md-deletable {
  position: relative;
  padding-right: 32px;
}
.md-chip.md-editable .md-chip-container {
  cursor: pointer;
}
.md-chip:focus,
.md-chip:active {
  outline: none;
}
.md-chip:focus:not(.md-disabled),
.md-chip:active:not(.md-disabled) {
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.md-chip.md-disabled .md-button {
  pointer-events: none;
  cursor: default;
}
.md-chip .md-button.md-delete {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-chip .md-button.md-delete .md-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0;
  font-size: 20px;
}
.md-chip .md-button.md-delete .md-ink-ripple {
  border-radius: 32px;
}
.md-chip .md-button.md-delete .md-ripple {
  opacity: .54;
}
.md-chips {
  min-height: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.md-chips .md-chip {
  margin-right: 8px;
  margin-bottom: 4px;
}
.md-chips .md-input {
  width: 128px;
  -ms-flex: 1;
  flex: 1;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-dialog-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 108;
}
.md-dialog-container.md-active {
  pointer-events: auto;
}
.md-dialog-container.md-active .md-dialog {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: opacity, transform;
}
.md-dialog-backdrop {
  position: fixed;
  z-index: 109;
}
.md-dialog {
  min-width: 280px;
  max-width: 80%;
  max-height: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  overflow: hidden;
  position: relative;
  z-index: 110;
  outline: none;
  border-radius: 2px;
  opacity: 0;
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
  transform: scale(0.9, 0.85);
  transform-origin: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s 0.05s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: opacity, transform;
}
.md-dialog.md-reference {
  transform-origin: top center;
}
.md-dialog.md-transition-off {
  transition: none !important;
}
.md-dialog p {
  margin: 0;
}
.md-dialog-title {
  margin-bottom: 20px;
  padding: 24px 24px 0;
}
.md-dialog-content {
  padding: 0 24px 24px;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: auto;
  position: relative;
}
.md-dialog-content:first-child {
  padding-top: 24px;
}
.md-dialog-content p:first-child:not(:only-child) {
  margin-top: 0;
}
.md-dialog-content p:last-child:not(:only-child) {
  margin-bottom: 0;
}
.md-dialog-body {
  margin: 0 -24px;
  padding: 0 24px;
  overflow: auto;
}
.md-dialog-actions {
  min-height: 52px;
  padding: 8px 8px 8px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.md-dialog-actions:before {
  height: 1px;
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  content: " ";
}
.md-dialog-actions .md-button {
  min-width: 64px;
  margin: 0;
  padding: 0 8px;
}
.md-dialog-actions .md-button + .md-button {
  margin-left: 8px;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-divider {
  height: 1px;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  background-color: rgba(0, 0, 0, 0.12);
}
.md-divider.md-inset {
  margin-left: 72px;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
.md-file input[type="file"] {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
}
.md-file .md-icon {
  cursor: pointer;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 24px;
  margin: auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  fill: currentColor;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
}
.md-icon.md-size-2x {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  font-size: 48px;
}
.md-icon.md-size-3x {
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  font-size: 72px;
}
.md-icon.md-size-4x {
  width: 96px;
  min-width: 96px;
  height: 96px;
  min-height: 96px;
  font-size: 96px;
}
.md-icon.md-size-5x {
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  font-size: 120px;
}
.md-icon svg {
  width: 100%;
  height: 100%;
}
img.md-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-image {
  opacity: 0;
  -webkit-filter: saturate(20%);
  filter: saturate(20%);
}
.md-image.md-black-output {
  -webkit-filter: brightness(0.4) saturate(20%);
  filter: brightness(0.4) saturate(20%);
}
.md-image.md-loaded {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  transition: opacity 1.1s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 1.1s cubic-bezier(0.25, 0.8, 0.25, 1), filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 1.1s cubic-bezier(0.25, 0.8, 0.25, 1), filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-input-container {
  width: 100%;
  min-height: 48px;
  margin: 4px 0 24px;
  padding-top: 16px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.md-input-container:after {
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  content: " ";
}
.md-input-container label {
  position: absolute;
  top: 23px;
  left: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .3s;
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  line-height: 20px;
}
.md-input-container input,
.md-input-container textarea {
  width: 100%;
  height: 32px;
  padding: 0;
  display: block;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: font-size;
  color: rgba(0, 0, 0, 0.54);
  font-family: inherit;
  font-size: 1px;
  line-height: 32px;
}
.md-input-container input:focus,
.md-input-container textarea:focus {
  outline: none;
}
.md-input-container input::-webkit-input-placeholder,
.md-input-container textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  text-shadow: none;
  -webkit-text-fill-color: initial;
}
.md-input-container input ~ .md-icon:not(.md-icon-delete),
.md-input-container textarea ~ .md-icon:not(.md-icon-delete) {
  margin-left: 12px;
}
.md-input-container input ~ .md-icon:not(.md-icon-delete):after,
.md-input-container textarea ~ .md-icon:not(.md-icon-delete):after {
  right: 0;
  left: auto;
}
.md-input-container textarea {
  min-height: 32px;
  max-height: 230px;
  padding: 5px 0;
  resize: none;
  line-height: 1.3em;
}
.md-input-container .md-error,
.md-input-container .md-count {
  height: 20px;
  position: absolute;
  bottom: -22px;
  font-size: 12px;
}
.md-input-container .md-error {
  display: block !important;
  left: 0;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.md-input-container .md-count {
  right: 0;
}
.md-input-container .md-icon:not(.md-icon-delete) {
  margin: 4px auto;
  color: rgba(0, 0, 0, 0.54);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-input-container .md-icon:not(.md-icon-delete):after {
  width: 36px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}
.md-input-container .md-icon:not(.md-icon-delete) ~ label {
  left: 36px;
}
.md-input-container .md-icon:not(.md-icon-delete) ~ .md-input,
.md-input-container .md-icon:not(.md-icon-delete) ~ .md-textarea,
.md-input-container .md-icon:not(.md-icon-delete) ~ .md-file {
  margin-left: 12px;
}
.md-input-container .md-autocomplete,
.md-input-container .md-autocomplete .md-menu,
.md-input-container .md-autocomplete .md-menu .md-input {
  width: 100%;
}
.md-theme-default.md-input-container .md-autocomplete .md-icon:not(.md-icon-search):after {
  height: 0;
}
.md-input-container.md-input-placeholder label {
  pointer-events: auto;
  top: 10px;
  opacity: 0;
  font-size: 12px;
}
.md-input-container.md-input-placeholder input,
.md-input-container.md-input-placeholder textarea {
  font-size: 16px;
}
.md-input-container.md-input-focused label,
.md-input-container.md-has-value label {
  pointer-events: auto;
  top: 0;
  opacity: 1;
  font-size: 12px;
}
.md-input-container.md-input-focused input,
.md-input-container.md-input-focused textarea,
.md-input-container.md-has-value input,
.md-input-container.md-has-value textarea {
  font-size: 16px;
}
.md-input-container.md-has-value input,
.md-input-container.md-has-value textarea {
  color: rgba(0, 0, 0, 0.87);
}
.md-input-container.md-input-inline label {
  pointer-events: none;
}
.md-input-container.md-input-inline.md-input-focused label {
  top: 23px;
  font-size: 16px;
}
.md-input-container.md-input-inline.md-has-value label {
  opacity: 0;
}
.md-input-container.md-input-disabled:after {
  background: bottom left repeat-x;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 33%, transparent 0%);
  background-size: 4px 1px;
}
.md-input-container.md-input-disabled label,
.md-input-container.md-input-disabled input,
.md-input-container.md-input-disabled textarea {
  color: rgba(0, 0, 0, 0.38);
}
.md-input-container.md-has-password.md-input-focused .md-toggle-password {
  color: rgba(0, 0, 0, 0.54);
}
.md-input-container.md-has-password .md-toggle-password {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -2px;
  color: rgba(0, 0, 0, 0.38);
}
.md-input-container.md-has-password .md-toggle-password .md-ink-ripple {
  color: rgba(0, 0, 0, 0.87);
}
.md-input-container.md-clearable.md-input-focused .md-clear-input {
  color: rgba(0, 0, 0, 0.54);
}
.md-input-container.md-clearable .md-clear-input {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -2px;
  color: rgba(0, 0, 0, 0.38);
}
.md-input-container.md-clearable .md-clear-input .md-ink-ripple {
  color: rgba(0, 0, 0, 0.87);
}
.md-input-container.md-input-invalid .md-error {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.md-input-container.md-input-required label:after {
  position: absolute;
  top: 2px;
  right: 0;
  transform: translateX(calc(102%));
  content: "*";
  font-size: 12px;
  line-height: 1em;
  vertical-align: top;
}
.md-input-container.md-has-select:hover .md-select:not(.md-disabled):after {
  color: rgba(0, 0, 0, 0.87);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
/* Rows and Columns */
.md-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1;
  flex: 1;
}
.md-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.md-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
/* Container */
.md-layout.md-container {
  width: 100%;
  max-width: 1200px;
}
.md-layout.md-container.md-centered {
  margin: 0 auto;
}
/* Alignments */
.md-align-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.md-align-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.md-align-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* Vertical Alignments */
.md-vertical-align-start {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.md-vertical-align-center {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.md-vertical-align-end {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.md-vertical-align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
/* Gutter Size */
.md-gutter:not(.md-column) {
  margin-right: -12px;
  margin-left: -12px;
}
.md-gutter:not(.md-column) > .md-layout {
  padding-right: 12px;
  padding-left: 12px;
}
.md-gutter .md-column {
  margin-top: -12px;
  margin-bottom: -12px;
}
.md-gutter .md-column > .md-layout {
  padding-top: 12px;
  padding-bottom: 12px;
}
.md-gutter-8:not(.md-column) {
  margin-right: -4px;
  margin-left: -4px;
}
.md-gutter-8:not(.md-column) > .md-layout {
  padding-right: 4px;
  padding-left: 4px;
}
.md-gutter-8 .md-column {
  margin-top: -4px;
  margin-bottom: -4px;
}
.md-gutter-8 .md-column > .md-layout {
  padding-top: 4px;
  padding-bottom: 4px;
}
.md-gutter-16:not(.md-column) {
  margin-right: -8px;
  margin-left: -8px;
}
.md-gutter-16:not(.md-column) > .md-layout {
  padding-right: 8px;
  padding-left: 8px;
}
.md-gutter-16 .md-column {
  margin-top: -8px;
  margin-bottom: -8px;
}
.md-gutter-16 .md-column > .md-layout {
  padding-top: 8px;
  padding-bottom: 8px;
}
.md-gutter-24:not(.md-column) {
  margin-right: -12px;
  margin-left: -12px;
}
.md-gutter-24:not(.md-column) > .md-layout {
  padding-right: 12px;
  padding-left: 12px;
}
.md-gutter-24 .md-column {
  margin-top: -12px;
  margin-bottom: -12px;
}
.md-gutter-24 .md-column > .md-layout {
  padding-top: 12px;
  padding-bottom: 12px;
}
.md-gutter-40:not(.md-column) {
  margin-right: -20px;
  margin-left: -20px;
}
.md-gutter-40:not(.md-column) > .md-layout {
  padding-right: 20px;
  padding-left: 20px;
}
.md-gutter-40 .md-column {
  margin-top: -20px;
  margin-bottom: -20px;
}
.md-gutter-40 .md-column > .md-layout {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Flex Size */
.md-flex {
  -ms-flex: 1 1;
  flex: 1 1;
}
.md-flex-33 {
  min-width: 33.33333%;
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
}
.md-flex-66 {
  min-width: 33.33333%;
  -ms-flex: 0 1 66.66666%;
  flex: 0 1 66.66666%;
}
.md-flex-offset-33 {
  margin-left: 33.33333%;
}
.md-flex-offset-66 {
  margin-left: 66.66666%;
}
.md-flex-5 {
  min-width: 5%;
  -ms-flex: 0 1 5%;
  flex: 0 1 5%;
}
.md-flex-offset-5 {
  margin-left: 5%;
}
.md-flex-10 {
  min-width: 10%;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
}
.md-flex-offset-10 {
  margin-left: 10%;
}
.md-flex-15 {
  min-width: 15%;
  -ms-flex: 0 1 15%;
  flex: 0 1 15%;
}
.md-flex-offset-15 {
  margin-left: 15%;
}
.md-flex-20 {
  min-width: 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
}
.md-flex-offset-20 {
  margin-left: 20%;
}
.md-flex-25 {
  min-width: 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}
.md-flex-offset-25 {
  margin-left: 25%;
}
.md-flex-30 {
  min-width: 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}
.md-flex-offset-30 {
  margin-left: 30%;
}
.md-flex-35 {
  min-width: 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}
.md-flex-offset-35 {
  margin-left: 35%;
}
.md-flex-40 {
  min-width: 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.md-flex-offset-40 {
  margin-left: 40%;
}
.md-flex-45 {
  min-width: 45%;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
}
.md-flex-offset-45 {
  margin-left: 45%;
}
.md-flex-50 {
  min-width: 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.md-flex-offset-50 {
  margin-left: 50%;
}
.md-flex-55 {
  min-width: 55%;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%;
}
.md-flex-offset-55 {
  margin-left: 55%;
}
.md-flex-60 {
  min-width: 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
.md-flex-offset-60 {
  margin-left: 60%;
}
.md-flex-65 {
  min-width: 65%;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}
.md-flex-offset-65 {
  margin-left: 65%;
}
.md-flex-70 {
  min-width: 70%;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}
.md-flex-offset-70 {
  margin-left: 70%;
}
.md-flex-75 {
  min-width: 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
}
.md-flex-offset-75 {
  margin-left: 75%;
}
.md-flex-80 {
  min-width: 80%;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
}
.md-flex-offset-80 {
  margin-left: 80%;
}
.md-flex-85 {
  min-width: 85%;
  -ms-flex: 0 1 85%;
  flex: 0 1 85%;
}
.md-flex-offset-85 {
  margin-left: 85%;
}
.md-flex-90 {
  min-width: 90%;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
}
.md-flex-offset-90 {
  margin-left: 90%;
}
.md-flex-95 {
  min-width: 95%;
  -ms-flex: 0 1 95%;
  flex: 0 1 95%;
}
.md-flex-offset-95 {
  margin-left: 95%;
}
.md-flex-100 {
  min-width: 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.md-flex-offset-100 {
  margin-left: 100%;
}
/* Responsive Breakpoints */
@media (max-width: 944px) {
  .md-gutter:not(.md-column) {
    margin-right: -8px;
    margin-left: -8px;
  }
  .md-gutter:not(.md-column) > .md-layout {
    padding-right: 8px;
    padding-left: 8px;
  }
  .md-gutter .md-column {
    margin-top: -8px;
    margin-bottom: -8px;
  }
  .md-gutter .md-column > .md-layout {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md-row-small {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-small {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-small {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-small-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-small-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-small-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-small-66 {
    margin-left: 66.66666%;
  }
  .md-flex-small-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-small-5 {
    margin-left: 5%;
  }
  .md-flex-small-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-small-10 {
    margin-left: 10%;
  }
  .md-flex-small-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-small-15 {
    margin-left: 15%;
  }
  .md-flex-small-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-small-20 {
    margin-left: 20%;
  }
  .md-flex-small-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-small-25 {
    margin-left: 25%;
  }
  .md-flex-small-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-small-30 {
    margin-left: 30%;
  }
  .md-flex-small-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-small-35 {
    margin-left: 35%;
  }
  .md-flex-small-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-small-40 {
    margin-left: 40%;
  }
  .md-flex-small-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-small-45 {
    margin-left: 45%;
  }
  .md-flex-small-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-small-50 {
    margin-left: 50%;
  }
  .md-flex-small-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-small-55 {
    margin-left: 55%;
  }
  .md-flex-small-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-small-60 {
    margin-left: 60%;
  }
  .md-flex-small-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-small-65 {
    margin-left: 65%;
  }
  .md-flex-small-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-small-70 {
    margin-left: 70%;
  }
  .md-flex-small-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-small-75 {
    margin-left: 75%;
  }
  .md-flex-small-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-small-80 {
    margin-left: 80%;
  }
  .md-flex-small-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-small-85 {
    margin-left: 85%;
  }
  .md-flex-small-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-small-90 {
    margin-left: 90%;
  }
  .md-flex-small-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-small-95 {
    margin-left: 95%;
  }
  .md-flex-small-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-small-100 {
    margin-left: 100%;
  }
  .md-align-small-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-small-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-small-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-small {
    display: none;
  }
}
@media (min-width: 1904px) {
  .md-row-xlarge {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-xlarge {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-xlarge {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-xlarge-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-xlarge-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-xlarge-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-xlarge-66 {
    margin-left: 66.66666%;
  }
  .md-flex-xlarge-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-xlarge-5 {
    margin-left: 5%;
  }
  .md-flex-xlarge-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-xlarge-10 {
    margin-left: 10%;
  }
  .md-flex-xlarge-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-xlarge-15 {
    margin-left: 15%;
  }
  .md-flex-xlarge-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-xlarge-20 {
    margin-left: 20%;
  }
  .md-flex-xlarge-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-xlarge-25 {
    margin-left: 25%;
  }
  .md-flex-xlarge-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-xlarge-30 {
    margin-left: 30%;
  }
  .md-flex-xlarge-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-xlarge-35 {
    margin-left: 35%;
  }
  .md-flex-xlarge-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-xlarge-40 {
    margin-left: 40%;
  }
  .md-flex-xlarge-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-xlarge-45 {
    margin-left: 45%;
  }
  .md-flex-xlarge-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-xlarge-50 {
    margin-left: 50%;
  }
  .md-flex-xlarge-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-xlarge-55 {
    margin-left: 55%;
  }
  .md-flex-xlarge-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-xlarge-60 {
    margin-left: 60%;
  }
  .md-flex-xlarge-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-xlarge-65 {
    margin-left: 65%;
  }
  .md-flex-xlarge-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-xlarge-70 {
    margin-left: 70%;
  }
  .md-flex-xlarge-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-xlarge-75 {
    margin-left: 75%;
  }
  .md-flex-xlarge-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-xlarge-80 {
    margin-left: 80%;
  }
  .md-flex-xlarge-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-xlarge-85 {
    margin-left: 85%;
  }
  .md-flex-xlarge-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-xlarge-90 {
    margin-left: 90%;
  }
  .md-flex-xlarge-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-xlarge-95 {
    margin-left: 95%;
  }
  .md-flex-xlarge-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-xlarge-100 {
    margin-left: 100%;
  }
  .md-align-xlarge-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-xlarge-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-xlarge-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-xlarge {
    display: none;
  }
}
@media (max-width: 1903px) {
  .md-row-large {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-large {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-large {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-large-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-large-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-large-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-large-66 {
    margin-left: 66.66666%;
  }
  .md-flex-large-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-large-5 {
    margin-left: 5%;
  }
  .md-flex-large-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-large-10 {
    margin-left: 10%;
  }
  .md-flex-large-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-large-15 {
    margin-left: 15%;
  }
  .md-flex-large-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-large-20 {
    margin-left: 20%;
  }
  .md-flex-large-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-large-25 {
    margin-left: 25%;
  }
  .md-flex-large-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-large-30 {
    margin-left: 30%;
  }
  .md-flex-large-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-large-35 {
    margin-left: 35%;
  }
  .md-flex-large-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-large-40 {
    margin-left: 40%;
  }
  .md-flex-large-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-large-45 {
    margin-left: 45%;
  }
  .md-flex-large-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-large-50 {
    margin-left: 50%;
  }
  .md-flex-large-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-large-55 {
    margin-left: 55%;
  }
  .md-flex-large-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-large-60 {
    margin-left: 60%;
  }
  .md-flex-large-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-large-65 {
    margin-left: 65%;
  }
  .md-flex-large-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-large-70 {
    margin-left: 70%;
  }
  .md-flex-large-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-large-75 {
    margin-left: 75%;
  }
  .md-flex-large-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-large-80 {
    margin-left: 80%;
  }
  .md-flex-large-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-large-85 {
    margin-left: 85%;
  }
  .md-flex-large-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-large-90 {
    margin-left: 90%;
  }
  .md-flex-large-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-large-95 {
    margin-left: 95%;
  }
  .md-flex-large-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-large-100 {
    margin-left: 100%;
  }
  .md-align-large-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-large-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-large-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-large {
    display: none;
  }
}
@media (max-width: 1264px) {
  .md-row-medium {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-medium {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-medium {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-medium-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-medium-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-medium-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-medium-66 {
    margin-left: 66.66666%;
  }
  .md-flex-medium-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-medium-5 {
    margin-left: 5%;
  }
  .md-flex-medium-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-medium-10 {
    margin-left: 10%;
  }
  .md-flex-medium-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-medium-15 {
    margin-left: 15%;
  }
  .md-flex-medium-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-medium-20 {
    margin-left: 20%;
  }
  .md-flex-medium-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-medium-25 {
    margin-left: 25%;
  }
  .md-flex-medium-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-medium-30 {
    margin-left: 30%;
  }
  .md-flex-medium-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-medium-35 {
    margin-left: 35%;
  }
  .md-flex-medium-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-medium-40 {
    margin-left: 40%;
  }
  .md-flex-medium-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-medium-45 {
    margin-left: 45%;
  }
  .md-flex-medium-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-medium-50 {
    margin-left: 50%;
  }
  .md-flex-medium-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-medium-55 {
    margin-left: 55%;
  }
  .md-flex-medium-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-medium-60 {
    margin-left: 60%;
  }
  .md-flex-medium-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-medium-65 {
    margin-left: 65%;
  }
  .md-flex-medium-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-medium-70 {
    margin-left: 70%;
  }
  .md-flex-medium-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-medium-75 {
    margin-left: 75%;
  }
  .md-flex-medium-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-medium-80 {
    margin-left: 80%;
  }
  .md-flex-medium-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-medium-85 {
    margin-left: 85%;
  }
  .md-flex-medium-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-medium-90 {
    margin-left: 90%;
  }
  .md-flex-medium-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-medium-95 {
    margin-left: 95%;
  }
  .md-flex-medium-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-medium-100 {
    margin-left: 100%;
  }
  .md-align-medium-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-medium-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-medium-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-medium {
    display: none;
  }
}
@media (max-width: 600px) {
  .md-row-xsmall {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-xsmall {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-xsmall {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-xsmall-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-xsmall-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-xsmall-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-xsmall-66 {
    margin-left: 66.66666%;
  }
  .md-flex-xsmall-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-xsmall-5 {
    margin-left: 5%;
  }
  .md-flex-xsmall-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-xsmall-10 {
    margin-left: 10%;
  }
  .md-flex-xsmall-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-xsmall-15 {
    margin-left: 15%;
  }
  .md-flex-xsmall-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-xsmall-20 {
    margin-left: 20%;
  }
  .md-flex-xsmall-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-xsmall-25 {
    margin-left: 25%;
  }
  .md-flex-xsmall-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-xsmall-30 {
    margin-left: 30%;
  }
  .md-flex-xsmall-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-xsmall-35 {
    margin-left: 35%;
  }
  .md-flex-xsmall-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-xsmall-40 {
    margin-left: 40%;
  }
  .md-flex-xsmall-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-xsmall-45 {
    margin-left: 45%;
  }
  .md-flex-xsmall-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-xsmall-50 {
    margin-left: 50%;
  }
  .md-flex-xsmall-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-xsmall-55 {
    margin-left: 55%;
  }
  .md-flex-xsmall-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-xsmall-60 {
    margin-left: 60%;
  }
  .md-flex-xsmall-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-xsmall-65 {
    margin-left: 65%;
  }
  .md-flex-xsmall-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-xsmall-70 {
    margin-left: 70%;
  }
  .md-flex-xsmall-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-xsmall-75 {
    margin-left: 75%;
  }
  .md-flex-xsmall-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-xsmall-80 {
    margin-left: 80%;
  }
  .md-flex-xsmall-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-xsmall-85 {
    margin-left: 85%;
  }
  .md-flex-xsmall-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-xsmall-90 {
    margin-left: 90%;
  }
  .md-flex-xsmall-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-xsmall-95 {
    margin-left: 95%;
  }
  .md-flex-xsmall-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-xsmall-100 {
    margin-left: 100%;
  }
  .md-align-xsmall-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-xsmall-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-xsmall-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-xsmall {
    display: none;
  }
}
@media (min-width: 1264px) {
  .md-row-large-and-up {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-large-and-up {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-large-and-up {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-large-and-up-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-large-and-up-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-large-and-up-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-large-and-up-66 {
    margin-left: 66.66666%;
  }
  .md-flex-large-and-up-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-large-and-up-5 {
    margin-left: 5%;
  }
  .md-flex-large-and-up-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-large-and-up-10 {
    margin-left: 10%;
  }
  .md-flex-large-and-up-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-large-and-up-15 {
    margin-left: 15%;
  }
  .md-flex-large-and-up-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-large-and-up-20 {
    margin-left: 20%;
  }
  .md-flex-large-and-up-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-large-and-up-25 {
    margin-left: 25%;
  }
  .md-flex-large-and-up-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-large-and-up-30 {
    margin-left: 30%;
  }
  .md-flex-large-and-up-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-large-and-up-35 {
    margin-left: 35%;
  }
  .md-flex-large-and-up-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-large-and-up-40 {
    margin-left: 40%;
  }
  .md-flex-large-and-up-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-large-and-up-45 {
    margin-left: 45%;
  }
  .md-flex-large-and-up-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-large-and-up-50 {
    margin-left: 50%;
  }
  .md-flex-large-and-up-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-large-and-up-55 {
    margin-left: 55%;
  }
  .md-flex-large-and-up-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-large-and-up-60 {
    margin-left: 60%;
  }
  .md-flex-large-and-up-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-large-and-up-65 {
    margin-left: 65%;
  }
  .md-flex-large-and-up-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-large-and-up-70 {
    margin-left: 70%;
  }
  .md-flex-large-and-up-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-large-and-up-75 {
    margin-left: 75%;
  }
  .md-flex-large-and-up-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-large-and-up-80 {
    margin-left: 80%;
  }
  .md-flex-large-and-up-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-large-and-up-85 {
    margin-left: 85%;
  }
  .md-flex-large-and-up-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-large-and-up-90 {
    margin-left: 90%;
  }
  .md-flex-large-and-up-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-large-and-up-95 {
    margin-left: 95%;
  }
  .md-flex-large-and-up-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-large-and-up-100 {
    margin-left: 100%;
  }
  .md-align-large-and-up-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-large-and-up-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-large-and-up-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-large-and-up {
    display: none;
  }
}
@media (min-width: 944px) {
  .md-row-medium-and-up {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-medium-and-up {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-medium-and-up {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-medium-and-up-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-medium-and-up-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-medium-and-up-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-medium-and-up-66 {
    margin-left: 66.66666%;
  }
  .md-flex-medium-and-up-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-medium-and-up-5 {
    margin-left: 5%;
  }
  .md-flex-medium-and-up-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-medium-and-up-10 {
    margin-left: 10%;
  }
  .md-flex-medium-and-up-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-medium-and-up-15 {
    margin-left: 15%;
  }
  .md-flex-medium-and-up-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-medium-and-up-20 {
    margin-left: 20%;
  }
  .md-flex-medium-and-up-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-medium-and-up-25 {
    margin-left: 25%;
  }
  .md-flex-medium-and-up-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-medium-and-up-30 {
    margin-left: 30%;
  }
  .md-flex-medium-and-up-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-medium-and-up-35 {
    margin-left: 35%;
  }
  .md-flex-medium-and-up-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-medium-and-up-40 {
    margin-left: 40%;
  }
  .md-flex-medium-and-up-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-medium-and-up-45 {
    margin-left: 45%;
  }
  .md-flex-medium-and-up-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-medium-and-up-50 {
    margin-left: 50%;
  }
  .md-flex-medium-and-up-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-medium-and-up-55 {
    margin-left: 55%;
  }
  .md-flex-medium-and-up-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-medium-and-up-60 {
    margin-left: 60%;
  }
  .md-flex-medium-and-up-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-medium-and-up-65 {
    margin-left: 65%;
  }
  .md-flex-medium-and-up-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-medium-and-up-70 {
    margin-left: 70%;
  }
  .md-flex-medium-and-up-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-medium-and-up-75 {
    margin-left: 75%;
  }
  .md-flex-medium-and-up-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-medium-and-up-80 {
    margin-left: 80%;
  }
  .md-flex-medium-and-up-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-medium-and-up-85 {
    margin-left: 85%;
  }
  .md-flex-medium-and-up-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-medium-and-up-90 {
    margin-left: 90%;
  }
  .md-flex-medium-and-up-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-medium-and-up-95 {
    margin-left: 95%;
  }
  .md-flex-medium-and-up-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-medium-and-up-100 {
    margin-left: 100%;
  }
  .md-align-medium-and-up-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-medium-and-up-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-medium-and-up-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-medium-and-up {
    display: none;
  }
}
@media (min-width: 660px) {
  .md-row-small-and-up {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-small-and-up {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-small-and-up {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-small-and-up-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-small-and-up-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-small-and-up-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-small-and-up-66 {
    margin-left: 66.66666%;
  }
  .md-flex-small-and-up-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-small-and-up-5 {
    margin-left: 5%;
  }
  .md-flex-small-and-up-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-small-and-up-10 {
    margin-left: 10%;
  }
  .md-flex-small-and-up-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-small-and-up-15 {
    margin-left: 15%;
  }
  .md-flex-small-and-up-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-small-and-up-20 {
    margin-left: 20%;
  }
  .md-flex-small-and-up-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-small-and-up-25 {
    margin-left: 25%;
  }
  .md-flex-small-and-up-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-small-and-up-30 {
    margin-left: 30%;
  }
  .md-flex-small-and-up-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-small-and-up-35 {
    margin-left: 35%;
  }
  .md-flex-small-and-up-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-small-and-up-40 {
    margin-left: 40%;
  }
  .md-flex-small-and-up-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-small-and-up-45 {
    margin-left: 45%;
  }
  .md-flex-small-and-up-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-small-and-up-50 {
    margin-left: 50%;
  }
  .md-flex-small-and-up-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-small-and-up-55 {
    margin-left: 55%;
  }
  .md-flex-small-and-up-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-small-and-up-60 {
    margin-left: 60%;
  }
  .md-flex-small-and-up-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-small-and-up-65 {
    margin-left: 65%;
  }
  .md-flex-small-and-up-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-small-and-up-70 {
    margin-left: 70%;
  }
  .md-flex-small-and-up-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-small-and-up-75 {
    margin-left: 75%;
  }
  .md-flex-small-and-up-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-small-and-up-80 {
    margin-left: 80%;
  }
  .md-flex-small-and-up-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-small-and-up-85 {
    margin-left: 85%;
  }
  .md-flex-small-and-up-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-small-and-up-90 {
    margin-left: 90%;
  }
  .md-flex-small-and-up-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-small-and-up-95 {
    margin-left: 95%;
  }
  .md-flex-small-and-up-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-small-and-up-100 {
    margin-left: 100%;
  }
  .md-align-small-and-up-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-small-and-up-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-small-and-up-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-small-and-up {
    display: none;
  }
}
@media (min-width: 300px) {
  .md-row-xsmall-and-up {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-column-xsmall-and-up {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-xsmall-and-up {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .md-flex-xsmall-and-up-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
  .md-flex-xsmall-and-up-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
  }
  .md-flex-offset-xsmall-and-up-33 {
    margin-left: 33.33333%;
  }
  .md-flex-offset-xsmall-and-up-66 {
    margin-left: 66.66666%;
  }
  .md-flex-xsmall-and-up-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
  }
  .md-flex-offset-xsmall-and-up-5 {
    margin-left: 5%;
  }
  .md-flex-xsmall-and-up-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
  .md-flex-offset-xsmall-and-up-10 {
    margin-left: 10%;
  }
  .md-flex-xsmall-and-up-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .md-flex-offset-xsmall-and-up-15 {
    margin-left: 15%;
  }
  .md-flex-xsmall-and-up-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .md-flex-offset-xsmall-and-up-20 {
    margin-left: 20%;
  }
  .md-flex-xsmall-and-up-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .md-flex-offset-xsmall-and-up-25 {
    margin-left: 25%;
  }
  .md-flex-xsmall-and-up-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .md-flex-offset-xsmall-and-up-30 {
    margin-left: 30%;
  }
  .md-flex-xsmall-and-up-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .md-flex-offset-xsmall-and-up-35 {
    margin-left: 35%;
  }
  .md-flex-xsmall-and-up-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .md-flex-offset-xsmall-and-up-40 {
    margin-left: 40%;
  }
  .md-flex-xsmall-and-up-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .md-flex-offset-xsmall-and-up-45 {
    margin-left: 45%;
  }
  .md-flex-xsmall-and-up-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .md-flex-offset-xsmall-and-up-50 {
    margin-left: 50%;
  }
  .md-flex-xsmall-and-up-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  .md-flex-offset-xsmall-and-up-55 {
    margin-left: 55%;
  }
  .md-flex-xsmall-and-up-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .md-flex-offset-xsmall-and-up-60 {
    margin-left: 60%;
  }
  .md-flex-xsmall-and-up-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .md-flex-offset-xsmall-and-up-65 {
    margin-left: 65%;
  }
  .md-flex-xsmall-and-up-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .md-flex-offset-xsmall-and-up-70 {
    margin-left: 70%;
  }
  .md-flex-xsmall-and-up-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .md-flex-offset-xsmall-and-up-75 {
    margin-left: 75%;
  }
  .md-flex-xsmall-and-up-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
  .md-flex-offset-xsmall-and-up-80 {
    margin-left: 80%;
  }
  .md-flex-xsmall-and-up-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .md-flex-offset-xsmall-and-up-85 {
    margin-left: 85%;
  }
  .md-flex-xsmall-and-up-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
  .md-flex-offset-xsmall-and-up-90 {
    margin-left: 90%;
  }
  .md-flex-xsmall-and-up-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    flex: 0 1 95%;
  }
  .md-flex-offset-xsmall-and-up-95 {
    margin-left: 95%;
  }
  .md-flex-xsmall-and-up-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .md-flex-offset-xsmall-and-up-100 {
    margin-left: 100%;
  }
  .md-align-xsmall-and-up-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-align-xsmall-and-up-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-align-xsmall-and-up-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-hide-xsmall-and-up {
    display: none;
  }
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-list {
  margin: 0;
  padding: 8px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  list-style: none;
}
.md-list.md-dense {
  padding: 4px 0;
}
.md-list.md-dense .md-list-item.md-inset .md-list-item-container {
  padding-left: 72px;
}
.md-list.md-dense .md-list-item .md-list-item-container {
  min-height: 40px;
  font-size: 13px;
}
.md-list.md-dense .md-list-item .md-list-item-container .md-avatar:first-child,
.md-list.md-dense .md-list-item .md-list-item-container .md-list-action:first-child {
  margin-right: 24px;
}
.md-list.md-dense .md-avatar {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}
.md-list.md-dense .md-list-item-expand {
  min-height: 40px;
}
.md-list.md-double-line.md-dense .md-list-item .md-list-item-container {
  min-height: 60px;
}
.md-list.md-double-line.md-dense .md-list-item .md-avatar {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
}
.md-list.md-double-line.md-dense .md-list-item .md-avatar .md-avatar:first-child,
.md-list.md-double-line.md-dense .md-list-item .md-avatar .md-list-action:first-child {
  margin-right: 20px;
}
.md-list.md-double-line.md-dense .md-list-text-container > :nth-child(1) {
  font-size: 13px;
}
.md-list.md-double-line.md-dense .md-list-text-container > :nth-child(2) {
  font-size: 13px;
}
.md-list.md-double-line .md-list-item .md-list-item-container {
  min-height: 72px;
}
.md-list.md-triple-line.md-dense .md-list-item .md-list-item-container {
  min-height: 76px;
}
.md-list.md-triple-line.md-dense .md-list-item .md-avatar {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
}
.md-list.md-triple-line.md-dense .md-list-item .md-avatar .md-avatar:first-child,
.md-list.md-triple-line.md-dense .md-list-item .md-avatar .md-list-action:first-child {
  margin-right: 20px;
}
.md-list.md-triple-line.md-dense .md-list-text-container > :nth-child(1) {
  font-size: 13px;
}
.md-list.md-triple-line.md-dense .md-list-text-container > :nth-child(2) {
  font-size: 13px;
}
.md-list.md-triple-line .md-list-item .md-list-item-container {
  min-height: 88px;
}
.md-list.md-triple-line .md-avatar {
  margin: 0;
}
.md-list .md-subheader.md-inset {
  padding-left: 72px;
}
.md-list > .md-subheader:first-of-type {
  margin-top: -8px;
}
.md-list-item {
  height: auto;
  position: relative;
  z-index: 2;
}
.md-list-item.md-disabled {
  cursor: default;
  pointer-events: none;
}
.md-list-item.md-inset .md-list-item-container {
  padding-left: 72px;
}
.md-list-item .md-button-ghost {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0;
}
.md-list-item .md-button:not(.md-button-ghost):not(.md-list-item-container) {
  position: relative;
  z-index: 2;
}
.md-list-item .md-button:not(.md-button-ghost):not(.md-list-item-container) .md-icon {
  position: relative;
}
.md-list-item .md-list-item-container {
  min-height: 48px;
  margin: 0;
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.md-list-item .md-list-item-container:hover {
  text-decoration: none;
}
.md-list-item .md-list-item-container > .md-icon:first-child {
  margin-right: 32px;
}
.md-list-item .md-list-item-container .md-avatar:first-child,
.md-list-item .md-list-item-container .md-list-action:first-child {
  margin-right: 16px;
}
.md-list-item .md-list-item-container .md-list-action {
  margin: 0 -10px 0 0;
}
.md-list-item .md-list-item-container .md-list-action:nth-child(3) {
  margin: 0 -10px 0 16px;
}
.md-list-item .md-divider {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.md-list-item .md-icon,
.md-list-item .md-avatar,
.md-list-item .md-list-action:first-child {
  margin: 0;
}
.md-list-item .md-icon:first-of-type + *,
.md-list-item .md-avatar:first-of-type + *,
.md-list-item .md-list-action:first-child:first-of-type + * {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.md-list-item .md-avatar {
  margin-top: 8px;
  margin-bottom: 8px;
}
.md-list-item .md-icon {
  color: rgba(0, 0, 0, 0.54);
}
.md-list-item .md-ink-ripple {
  border-radius: 0;
}
.md-list-item-expand {
  min-height: 48px;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  overflow: hidden;
  transform: translate3D(0, 0, 0);
}
.md-list-item-expand:before,
.md-list-item-expand:after {
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  content: " ";
}
.md-list-item-expand:before {
  top: 0;
}
.md-list-item-expand:after {
  bottom: 0;
}
.md-list-item-expand.md-active {
  position: relative;
}
.md-list-item-expand.md-active:before,
.md-list-item-expand.md-active:after {
  background-color: rgba(0, 0, 0, 0.12);
}
.md-list-item-expand.md-active:first-of-type:before {
  background: none;
}
.md-list-item-expand.md-active:last-of-type:after {
  background: none;
}
.md-list-item-expand.md-active.md-active + .md-active:before {
  background: none;
}
.md-list-item-expand.md-active > .md-list-item-container .md-list-expand-indicator {
  transform: rotateZ(180deg) translate3D(0, 0, 0);
}
.md-list-item-expand.md-active > .md-list-expand {
  margin-bottom: 0 !important;
}
.md-list-item-expand .md-expansion-indicator,
.md-list-item-expand .md-list-item-container,
.md-list-item-expand .md-icon {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-list-item-expand .md-list-expand {
  position: relative;
  z-index: 1;
  transform: translate3D(0, 0, 0);
  will-change: margin-bottom;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
.md-list-item-expand .md-list-expand.md-transition-off {
  transition: none !important;
}
.md-list-item-expand .md-list-expand .md-list {
  padding: 0;
}
.md-list-text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  line-height: 1.25em;
  white-space: normal;
}
.md-list-text-container > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md-list-text-container > :nth-child(1) {
  font-size: 16px;
}
.md-list-text-container > :nth-child(2),
.md-list-text-container > :nth-child(3) {
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
.md-list-text-container > :nth-child(2):not(:last-child) {
  color: rgba(0, 0, 0, 0.87);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-menu {
  display: inline-block;
}
.md-menu-content {
  width: 168px;
  min-width: 84px;
  max-width: 392px;
  min-height: 64px;
  max-height: calc(68vh);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  z-index: 131;
  transform: scale(0.9, 0.85) translateZ(0);
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), margin 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), transform 0s 0.4s cubic-bezier(0.55, 0, 0.55, 0.2);
  will-change: transform, opacity, width;
}
.md-menu-content.md-direction-bottom-right {
  margin-top: -20px;
  margin-left: -8px;
  transform-origin: top left;
}
.md-menu-content.md-direction-bottom-right.md-active {
  margin-top: -11px;
}
.md-menu-content.md-direction-bottom-left {
  margin-top: -20px;
  margin-left: 8px;
  transform-origin: top right;
}
.md-menu-content.md-direction-bottom-left.md-active {
  margin-top: -11px;
}
.md-menu-content.md-direction-top-right {
  margin-top: 20px;
  margin-left: -8px;
  transform-origin: bottom left;
}
.md-menu-content.md-direction-top-right.md-active {
  margin-top: 11px;
}
.md-menu-content.md-direction-top-left {
  margin-top: 20px;
  margin-left: 8px;
  transform-origin: bottom right;
}
.md-menu-content.md-direction-top-left.md-active {
  margin-top: 11px;
}
.md-menu-content.md-align-trigger {
  margin: 0;
}
.md-menu-content.md-size-1 {
  width: 84px;
}
.md-menu-content.md-size-2 {
  width: 112px;
}
.md-menu-content.md-size-3 {
  width: 168px;
}
.md-menu-content.md-size-4 {
  width: 224px;
}
.md-menu-content.md-size-5 {
  width: 280px;
}
.md-menu-content.md-size-6 {
  width: 336px;
}
.md-menu-content.md-size-7 {
  width: 392px;
}
.md-menu-content.md-active {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1) translateZ(0);
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-menu-content.md-active .md-list {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-menu-content .md-list {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-menu-item {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2em;
}
.md-menu-item[disabled] {
  cursor: default;
}
.md-menu-item .md-list-item-holder {
  overflow: hidden;
  text-overflow: ellipsis;
}
.md-menu-backdrop {
  z-index: 130;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-boards {
  width: 100%;
  height: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
}
.md-boards.md-transition-off * {
  transition: none !important;
}
.md-boards.md-dynamic-height .md-boards-content {
  transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-boards .md-boards-navigation {
  bottom: 0;
  width: 100%;
  height: 48px;
  min-height: 48px;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.md-boards .md-board-header {
  min-width: 24px;
  max-width: 24px;
  margin: 0;
  padding: 0 12px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 0;
  background: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.md-boards .md-board-header.md-disabled {
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.md-boards .md-board-header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.md-boards .md-board-header-container .md-icon {
  margin: 0;
}
.md-boards .md-board-header-container .md-icon:not(.md-control) {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  font-size: 16px;
}
.md-boards .md-boards-content {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.md-boards .md-boards-wrapper {
  width: 9999em;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-boards .md-board {
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-progress {
  width: 100%;
  height: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-progress.md-indeterminate .md-progress-track {
  right: 0;
}
.md-progress.md-indeterminate .md-progress-track:before,
.md-progress.md-indeterminate .md-progress-track:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  will-change: left, right;
  content: '';
}
.md-progress.md-indeterminate .md-progress-track:before {
  animation: progress-indeterminate 2.3s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.md-progress.md-indeterminate .md-progress-track:after {
  animation: progress-indeterminate-short 2.3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
.md-progress.md-progress-enter,
.md-progress.md-progress-leave-active {
  opacity: 0;
  transform: scaleY(0) translateZ(0);
}
.md-progress.md-progress-enter-active {
  transform: scaleY(1) translateZ(0);
}
.md-progress-track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@keyframes progress-indeterminate {
  0% {
    right: 100%;
    left: -35%;
  }
  60% {
    right: -100%;
    left: 100%;
  }
  100% {
    right: -100%;
    left: 100%;
  }
}
@keyframes progress-indeterminate-short {
  0% {
    right: 100%;
    left: -200%;
  }
  60% {
    right: -8%;
    left: 107%;
  }
  100% {
    right: -8%;
    left: 107%;
  }
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-radio {
  width: auto;
  margin: 16px 8px 16px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.md-radio:not(.md-disabled) {
  cursor: pointer;
}
.md-radio:not(.md-disabled) .md-radio-label {
  cursor: pointer;
}
.md-radio .md-radio-container {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.54);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-radio .md-radio-container:before {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " ";
}
.md-radio .md-radio-container:after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 50%;
  opacity: 0;
  transform: scale3D(0.38, 0.38, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " ";
}
.md-radio .md-radio-container input {
  position: absolute;
  left: -999em;
}
.md-radio .md-radio-container .md-ink-ripple {
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
}
.md-radio .md-radio-container .md-ink-ripple .md-ripple {
  width: 48px !important;
  height: 48px !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.md-radio .md-radio-label {
  height: 20px;
  padding-left: 8px;
  line-height: 20px;
}
.md-radio.md-checked .md-radio-container:after {
  opacity: 1;
  transform: scale3D(1, 1, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-rating-bar {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
  border-radius: 2px;
}
.md-rating-bar > .md-full-icon {
  overflow-x: hidden;
  display: inherit;
}
.md-rating-bar > .md-empty-icon > .md-icon,
.md-rating-bar > .md-full-icon > .md-icon {
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
}
.md-rating-bar:not([disabled]):hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.md-rating-bar[disabled] > .md-empty-icon > .md-icon,
.md-rating-bar[disabled] > .md-full-icon > .md-icon {
  cursor: default;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-select {
  width: 100%;
  min-width: 128px;
  height: 32px;
  position: relative;
}
.md-select:focus {
  outline: none;
}
.md-select:not(.md-select-icon):after {
  margin-top: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scaleY(0.45) scaleX(0.85);
  transition: all 0.15s linear;
  content: "\25BC";
}
.md-select.md-active .md-select-menu {
  top: -8px;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(-8px) scale3D(1, 1, 1);
  transform-origin: center top;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .25s;
  transition-property: opacity, transform, top;
}
.md-select.md-active .md-select-menu > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: .15s;
  transition-delay: .1s;
}
.md-select.md-disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
}
.md-select select {
  position: absolute;
  left: -999em;
}
.md-select .md-menu {
  width: 100%;
  height: 32px;
  display: block;
  position: relative;
}
.md-select .md-select-value {
  width: 100%;
  height: 32px;
  padding-right: 24px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 33px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md-select .md-subheader {
  color: rgba(117, 117, 117, 0.87);
  text-transform: uppercase;
}
.md-select .md-subheader:first-child {
  margin-top: -8px;
}
.md-select-content {
  width: auto;
  max-height: 256px;
}
.md-select-content.md-direction-bottom-right {
  margin-top: -15px;
  margin-left: -16px;
}
.md-select-content .md-option[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
}
.md-select-content .md-menu-item .md-list-item-holder {
  overflow: visible;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.md-select-content.md-multiple .md-checkbox {
  margin: 0;
}
.md-select-content.md-multiple .md-checkbox-label {
  padding-left: 16px;
  cursor: pointer;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-sidenav.md-left .md-sidenav-content {
  left: 0;
  transform: translate3D(-100%, 0, 0);
}
.md-sidenav.md-right .md-sidenav-content {
  right: 0;
  transform: translate3D(100%, 0, 0);
}
.md-sidenav.md-fixed .md-sidenav-content,
.md-sidenav.md-fixed .md-sidenav-backdrop {
  position: fixed;
}
.md-sidenav .md-sidenav-content {
  width: 304px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: transform;
  will-change: transform;
}
.md-sidenav .md-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.54);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: opacity;
  will-change: opacity;
}
.md-sidenav.md-active .md-sidenav-content {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
  transform: translate3D(0, 0, 0);
}
.md-sidenav.md-active .md-sidenav-backdrop {
  opacity: 1;
  pointer-events: auto;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
.md-snackbar {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 120;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: margin-top, margin-bottom;
}
.md-snackbar.md-position-top-center,
.md-snackbar.md-position-bottom-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.md-snackbar.md-position-top-right,
.md-snackbar.md-position-bottom-right {
  margin-right: 24px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.md-snackbar.md-position-top-left,
.md-snackbar.md-position-bottom-left {
  margin-left: 24px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.md-snackbar.md-position-top-right,
.md-snackbar.md-position-top-left,
.md-snackbar.md-position-top-center {
  margin-top: 24px;
}
.md-snackbar.md-position-bottom-right,
.md-snackbar.md-position-bottom-left {
  margin-bottom: 24px;
}
.md-snackbar.md-position-top-center,
.md-snackbar.md-position-top-right,
.md-snackbar.md-position-top-left {
  top: 0;
}
.md-snackbar.md-position-top-center .md-snackbar-container,
.md-snackbar.md-position-top-right .md-snackbar-container,
.md-snackbar.md-position-top-left .md-snackbar-container {
  transform: translate3D(0, calc(-124%), 0);
}
.md-snackbar.md-position-bottom-center,
.md-snackbar.md-position-bottom-right,
.md-snackbar.md-position-bottom-left {
  bottom: 0;
}
.md-snackbar.md-position-bottom-center .md-snackbar-container,
.md-snackbar.md-position-bottom-right .md-snackbar-container,
.md-snackbar.md-position-bottom-left .md-snackbar-container {
  transform: translate3D(0, calc(124%), 0);
}
.md-snackbar.md-active .md-snackbar-container {
  transform: translate3D(0, 0, 0);
}
.md-snackbar.md-active .md-snackbar-content {
  opacity: 1;
  transition: opacity 0.4s 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-snackbar .md-snackbar-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: opacity;
}
.md-snackbar .md-button {
  min-width: 64px;
  margin: -8px -16px;
}
.md-snackbar .md-button:last-child {
  margin-left: 48px;
}
.md-snackbar-container {
  width: auto;
  min-width: 288px;
  max-width: 568px;
  min-height: 48px;
  padding: 14px 24px;
  overflow: hidden;
  pointer-events: auto;
  border-radius: 2px;
  background-color: #323232;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff;
  font-size: 14px;
}
.md-has-toast-top-right .md-fab.md-fab-top-right {
  transform: translate3D(0, 68px, 0);
}
.md-has-toast-top-center .md-fab.md-fab-top-center {
  transform: translate3D(-50%, 68px, 0);
}
.md-has-toast-top-left .md-fab.md-fab-top-left {
  transform: translate3D(0, 68px, 0);
}
.md-has-toast-bottom-right .md-fab.md-fab-bottom-right {
  transform: translate3D(0, -68px, 0);
}
.md-has-toast-bottom-center .md-fab.md-fab-bottom-center {
  transform: translate3D(-50%, -68px, 0);
}
.md-has-toast-bottom-left .md-fab.md-fab-bottom-left {
  transform: translate3D(0, -68px, 0);
}
@media (max-width: 600px) {
  .md-snackbar {
    margin: 0 !important;
  }
  .md-snackbar-container {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
  .md-has-toast-top-right .md-fab.md-fab-top-right {
    transform: translate3D(0, 48px, 0);
  }
  .md-has-toast-top-center .md-fab.md-fab-top-center {
    transform: translate3D(-50%, 48px, 0);
  }
  .md-has-toast-top-left .md-fab.md-fab-top-left {
    transform: translate3D(0, 48px, 0);
  }
  .md-has-toast-bottom-right .md-fab.md-fab-bottom-right {
    transform: translate3D(0, -48px, 0);
  }
  .md-has-toast-bottom-center .md-fab.md-fab-bottom-center {
    transform: translate3D(-50%, -48px, 0);
  }
  .md-has-toast-bottom-left .md-fab.md-fab-bottom-left {
    transform: translate3D(0, -48px, 0);
  }
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-speed-dial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: center;
  align-items: center;
}
.md-speed-dial.md-direction-top.md-mode-fling [md-fab-trigger] ~ .md-button {
  transform: scale(0.95) translate3D(0, 80%, 0);
}
.md-speed-dial.md-direction-top [md-fab-trigger] {
  margin-top: 8px;
}
.md-speed-dial.md-direction-top [md-fab-trigger] ~ .md-button {
  margin-bottom: 16px;
}
.md-speed-dial.md-direction-right {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
}
.md-speed-dial.md-direction-right.md-mode-fling [md-fab-trigger] ~ .md-button {
  transform: scale(0.95) translate3D(-80%, 0, 0);
}
.md-speed-dial.md-direction-right [md-fab-trigger] {
  margin-right: 8px;
}
.md-speed-dial.md-direction-right [md-fab-trigger] ~ .md-button {
  margin-left: 16px;
}
.md-speed-dial.md-direction-bottom {
  -ms-flex-direction: column;
  flex-direction: column;
}
.md-speed-dial.md-direction-bottom.md-mode-fling [md-fab-trigger] ~ .md-button {
  transform: scale(0.95) translate3D(0, -80%, 0);
}
.md-speed-dial.md-direction-bottom [md-fab-trigger] {
  margin-bottom: 8px;
}
.md-speed-dial.md-direction-bottom [md-fab-trigger] ~ .md-button {
  margin-top: 16px;
}
.md-speed-dial.md-direction-left {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: center;
  justify-content: center;
}
.md-speed-dial.md-direction-left.md-mode-fling [md-fab-trigger] ~ .md-button {
  transform: scale(0.95) translate3D(80%, 0, 0);
}
.md-speed-dial.md-direction-left [md-fab-trigger] {
  margin-left: 8px;
}
.md-speed-dial.md-direction-left [md-fab-trigger] ~ .md-button {
  margin-right: 16px;
}
.md-speed-dial.md-mode-scale [md-fab-trigger] ~ .md-button {
  transform: scale(0.6);
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button {
  opacity: 1;
  pointer-events: auto;
  transform: translate3D(0, 0, 0) !important;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(2) {
  transition-delay: 0.05s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(3) {
  transition-delay: 0.1s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(4) {
  transition-delay: 0.15s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(5) {
  transition-delay: 0.2s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(6) {
  transition-delay: 0.25s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(7) {
  transition-delay: 0.3s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(8) {
  transition-delay: 0.35s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(9) {
  transition-delay: 0.4s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(10) {
  transition-delay: 0.45s;
}
.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(11) {
  transition-delay: 0.5s;
}
.md-speed-dial.md-active [md-fab-trigger] [md-icon-morph] {
  transform: rotateZ(0);
  opacity: 1;
}
.md-speed-dial.md-active [md-fab-trigger] [md-icon-morph] + .md-icon {
  transform: rotateZ(90deg) scale(0.8);
  opacity: 0;
}
.md-speed-dial .md-button {
  margin: 0;
}
.md-speed-dial [md-fab-trigger] {
  position: relative;
  z-index: 2;
}
.md-speed-dial [md-fab-trigger] ~ .md-button {
  position: relative;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(2) {
  transition-delay: 0.05s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(3) {
  transition-delay: 0.1s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(4) {
  transition-delay: 0.15s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(5) {
  transition-delay: 0.2s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(6) {
  transition-delay: 0.25s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(7) {
  transition-delay: 0.3s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(8) {
  transition-delay: 0.35s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(9) {
  transition-delay: 0.4s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(10) {
  transition-delay: 0.45s;
}
.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(11) {
  transition-delay: 0.5s;
}
.md-speed-dial [md-icon-morph] + .md-icon,
.md-speed-dial [md-icon-morph] {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-speed-dial [md-icon-morph] {
  opacity: 0;
  transform: rotateZ(-90deg) scale(0.8);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-spinner {
  display: inline-block;
  position: relative;
  pointer-events: none;
  will-change: transform, opacity;
}
.md-spinner.md-indeterminate .md-spinner-draw {
  animation: spinner-rotate 1.9s linear infinite;
  transform: rotate(0deg) translateZ(0);
}
.md-spinner.md-indeterminate .md-spinner-path {
  stroke-dasharray: 2, 200;
  animation: spinner-dash 1.425s ease-in-out infinite;
}
.md-spinner.md-spinner-leave-active {
  opacity: 0;
  transform: scale(0.8) translateZ(0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-spinner:not(.md-indeterminate).md-spinner-enter-active {
  transition-duration: 2s;
}
.md-spinner:not(.md-indeterminate).md-spinner-enter-active .md-spinner-draw {
  animation: spinner-initial-rotate 1.98s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.md-spinner-draw {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(270deg) translateZ(0);
  transform-origin: center center;
  will-change: transform, opacity;
}
.md-spinner-path {
  fill: none;
  stroke-dashoffset: 0;
  stroke-miterlimit: 10;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@keyframes spinner-rotate {
  to {
    transform: rotate(360deg) translateZ(0);
  }
}
@keyframes spinner-initial-rotate {
  0% {
    opacity: 0;
    transform: rotate(-90deg) translateZ(0);
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(270deg) translateZ(0);
  }
}
@keyframes spinner-dash {
  0% {
    stroke-dasharray: 2, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
.md-stepper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  width: 100%;
}
.md-stepper .md-step-header {
  background: none;
  border: 0;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  max-height: 72px;
  padding: 24px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-stepper .md-step-header .md-step-icons,
.md-stepper .md-step-header .md-step-titles {
  display: inline-block;
  vertical-align: middle;
}
.md-stepper .md-step-header.md-has-sub-message {
  padding: 15px 24px;
}
.md-stepper .md-step-header.md-has-sub-message .md-step-title {
  margin-bottom: -4px;
}
.md-stepper .md-step-header .md-step-icon {
  border-radius: 50%;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin-right: 8px;
  min-width: 24px;
  padding: 0px 6px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 24px;
}
.md-stepper .md-step-header .md-step-number {
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
  width: 24px;
}
.md-stepper .md-step-header .md-step-number span {
  display: block;
  line-height: 24px;
  text-align: center;
}
.md-stepper .md-step-header .md-step-title {
  font-size: inherit;
}
.md-stepper .md-step-header.md-disabled {
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.md-stepper .md-steps-navigation {
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  min-height: 72px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1;
}
.md-stepper .md-steps-navigation.md-alternate-labels {
  height: 104px;
  min-height: 104px;
}
.md-stepper .md-steps-navigation .md-steps-navigation-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.md-stepper .md-steps-navigation .md-steps-navigation-container .md-divider {
  margin: 36px 0;
  position: relative;
  width: 100%;
}
.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels {
  max-height: 104px;
  text-align: center;
}
.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels.md-has-sub-message {
  padding: 24px;
}
.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels .md-step-icons,
.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels .md-step-titles {
  display: block;
}
.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels .md-step-titles {
  margin-top: 10px;
}
.md-stepper .md-steps-container {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.md-stepper .md-steps-container .md-steps-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 9999em;
}
.md-stepper .md-steps-container .md-steps-wrapper .md-step {
  left: 0;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.md-stepper .md-steps-container .md-steps-wrapper .md-step .md-step-content {
  padding: 16px;
  font-size: 14px;
  line-height: 22px;
}
.md-stepper .md-steps-container .md-steps-wrapper .md-step .md-step-content:last-child {
  padding-bottom: 24px;
}
.md-stepper .md-steps-vertical-container .md-step .md-step-header {
  padding-bottom: 8px;
}
.md-stepper .md-steps-vertical-container .md-step:not(:first-of-type) .md-step-header {
  padding-top: 8px;
}
.md-stepper .md-steps-vertical-container .md-step .md-step-content {
  margin: 0 24px 0 34px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-top: 8px;
}
.md-stepper .md-steps-vertical-container .md-step:not(:last-of-type) .md-step-content {
  border-left: 1px solid #BDBDBD;
}
@media (min-width: 660px) {
  .md-stepper .md-steps-navigation .md-steps-navigation-container {
    margin-bottom: -15px;
  }
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-subheader {
  min-height: 48px;
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-switch {
  width: auto;
  margin: 16px 8px 16px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.md-switch .md-switch-container {
  width: 34px;
  height: 14px;
  position: relative;
  border-radius: 14px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: rgba(0, 0, 0, 0.38);
}
.md-switch .md-switch-container .md-switch-thumb {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fafafa;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  transition: all 0.15s linear;
}
.md-switch .md-switch-container input {
  position: absolute;
  left: -999em;
}
.md-switch .md-switch-container .md-ink-ripple {
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
}
.md-switch .md-switch-container .md-ink-ripple .md-ripple {
  width: 48px !important;
  height: 48px !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.md-switch .md-switch-container .md-switch-holder {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background: none;
  border: none;
  transform: translate(-50%, -50%);
}
.md-switch .md-switch-container .md-switch-holder:focus {
  outline: none;
}
.md-switch .md-switch-label {
  height: 14px;
  padding-left: 8px;
  line-height: 14px;
}
.md-switch.md-dragging .md-switch-thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.md-switch.md-disabled .md-switch-thumb {
  cursor: default;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  overflow-x: auto;
}
.md-table.md-transition-off .md-table-cell,
.md-table.md-transition-off .md-checkbox .md-checkbox-container,
.md-table.md-transition-off .md-checkbox .md-checkbox-container:after {
  transition: none !important;
}
.md-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: hidden;
}
.md-table tbody .md-table-row {
  border-top: 1px solid #e0e0e0;
}
.md-table tbody .md-table-row.md-selected .md-table-cell {
  background-color: #f5f5f5;
}
.md-table tbody .md-table-row:hover .md-table-cell {
  background-color: #eee;
}
.md-table .md-table-head {
  padding: 0;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
.md-table .md-table-head:last-child .md-table-head-container .md-table-head-text {
  padding-right: 24px;
}
.md-table .md-table-head.md-numeric {
  text-align: right;
}
.md-table .md-table-head .md-icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
}
.md-table .md-table-head .md-icon:not(.md-sortable-icon) {
  margin: 0 4px;
}
.md-table .md-table-head .md-icon:first-child {
  margin-left: 0;
}
.md-table .md-table-head .md-icon:last-child {
  margin-right: 0;
}
.md-table .md-table-head-container {
  height: 56px;
  padding: 14px 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-table .md-table-head-text {
  height: 28px;
  padding-right: 32px;
  padding-left: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md-table .md-sortable {
  cursor: pointer;
}
.md-table .md-sortable:first-of-type .md-sortable-icon {
  left: auto;
  right: 10px;
}
.md-table .md-sortable:hover,
.md-table .md-sortable.md-sorted {
  color: rgba(0, 0, 0, 0.87);
}
.md-table .md-sortable:hover .md-sortable-icon,
.md-table .md-sortable.md-sorted .md-sortable-icon {
  opacity: 1;
}
.md-table .md-sortable.md-sorted .md-sortable-icon {
  color: rgba(0, 0, 0, 0.87);
}
.md-table .md-sortable.md-sorted-descending .md-sortable-icon {
  transform: translateY(-50%) rotate(180deg);
}
.md-table .md-sortable .md-sortable-icon {
  position: absolute;
  top: 50%;
  left: 2px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(-50%);
  opacity: 0;
  color: rgba(0, 0, 0, 0.38);
}
.md-table .md-sortable .md-ink-ripple {
  color: rgba(0, 0, 0, 0.87);
}
.md-table .md-table-cell {
  height: 48px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  line-height: 18px;
}
.md-table .md-table-cell:last-child .md-table-cell-container {
  padding-right: 24px;
}
.md-table .md-table-cell.md-numeric {
  text-align: right;
}
.md-table .md-table-cell.md-numeric .md-icon {
  margin: 0;
}
.md-table .md-table-cell.md-numeric .md-table-cell-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.md-table .md-table-cell.md-numeric .md-table-cell-container .md-icon,
.md-table .md-table-cell.md-numeric .md-table-cell-container .md-button .md-icon {
  margin: auto;
}
.md-table .md-table-cell.md-has-action .md-table-cell-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.md-table .md-table-cell .md-table-cell-container {
  padding: 6px 32px 6px 24px;
}
.md-table .md-table-cell .md-button {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
}
.md-table .md-table-cell .md-button:last-child {
  margin: 0 -10px 0 0;
}
.md-table .md-table-cell .md-button .md-icon {
  margin: auto;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 18px;
}
.md-table .md-table-selection {
  width: 60px;
  position: relative;
  vertical-align: middle;
}
.md-table .md-table-selection + .md-table-cell .md-table-cell-container,
.md-table .md-table-selection + .md-table-head .md-table-head-container .md-table-head-text {
  padding-left: 8px;
}
.md-table .md-table-selection .md-table-cell-container {
  padding-right: 16px;
  padding-left: 24px;
}
.md-table .md-table-selection .md-checkbox {
  margin: 0;
}
.md-table .md-table-selection .md-checkbox-container {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}
.md-table .md-table-selection .md-checkbox-container:after {
  top: -1px;
  left: 4px;
}
.md-table .md-select {
  min-width: 84px;
}
.md-table .md-select-value,
.md-table .md-option {
  font-size: 13px;
}
.md-table-edit-trigger {
  display: inline-block;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.38);
}
.md-table-edit-trigger.md-edited {
  color: rgba(0, 0, 0, 0.87);
}
.md-table-dialog {
  max-height: 0;
  margin: 0;
  padding: 0 24px 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 24px;
  z-index: 60;
  overflow: hidden;
  pointer-events: none;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), max-height 0s 0.5s;
  transition-duration: .3s;
  transform: translate3D(0, -8px, 0);
}
.md-table-dialog.md-active {
  max-height: 400px;
  pointer-events: auto;
  transform: translate3D(#000);
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .3s;
}
.md-table-dialog.md-large {
  padding: 12px 24px 2px;
}
.md-table-dialog .md-input-container {
  margin-top: 0;
  margin-bottom: 16px;
}
.md-table-dialog .md-input-container.md-input-placeholder input {
  font-size: 13px;
}
.md-table-dialog .md-input-container.md-input-placeholder input::-webkit-input-placeholder {
  font-size: 13px;
}
.md-table-dialog .md-char-counter {
  font-size: 13.5px;
  color: rgba(0, 0, 0, 0.54);
}
.md-table-dialog .md-button {
  min-width: 64px;
}
.md-table-card {
  overflow: visible;
}
.md-table-card .md-toolbar {
  padding-left: 16px;
  background-color: #fff;
}
.md-table-card .md-title {
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
}
.md-table-card .md-table-pagination {
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}
.md-table-card .md-table-pagination .md-table-pagination-previous {
  margin-right: 2px;
  margin-left: 18px;
}
.md-table-card .md-table-pagination .md-select {
  width: auto;
  min-width: 36px;
  margin: 0 32px;
}
.md-table-card .md-table-pagination .md-select:after {
  margin-top: 0;
}
.md-table-card .md-table-pagination .md-select .md-select-value {
  padding: 0;
  border: none;
  font-size: 13px;
}
.md-table-card .md-table-pagination .md-button:not([disabled]) {
  color: rgba(0, 0, 0, 0.87);
}
.md-table-card .md-table-pagination .md-button[disabled] .md-icon {
  color: rgba(0, 0, 0, 0.26);
}
.md-pagination-select.md-direction-bottom-right {
  margin-top: -16px;
}
.md-pagination-select .md-list-item-holder {
  font-size: 13px;
}
.md-table-alternate-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .3s;
}
.md-table-alternate-header.md-active {
  pointer-events: auto;
  opacity: 1;
  transform: translate3D(#000);
}
.md-table-alternate-header .md-counter {
  margin-left: 8px;
  -ms-flex: 1;
  flex: 1;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
.md-tabs {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
}
.md-tabs.md-transition-off * {
  transition: none !important;
}
.md-tabs.md-dynamic-height .md-tabs-content {
  transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-tabs .md-tabs-navigation {
  height: 48px;
  min-height: 48px;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tab-header-navigation-button.md-left {
  -ms-flex-order: 1;
  order: 1;
}
.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tabs-navigation-container {
  -ms-flex-order: 2;
  order: 2;
}
.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tab-header-navigation-button.md-right {
  -ms-flex-order: 3;
  order: 3;
}
.md-tabs .md-tabs-navigation.md-has-icon.md-has-label {
  min-height: 72px;
}
.md-tabs .md-tabs-navigation.md-has-icon.md-has-label .md-icon {
  margin-bottom: 10px;
}
.md-tabs .md-tabs-navigation.md-centered {
  -ms-flex-pack: center;
  justify-content: center;
}
.md-tabs .md-tabs-navigation.md-fixed .md-tabs-navigation-container,
.md-tabs .md-tabs-navigation.md-fixed .md-tabs-navigation-scroll-container {
  -ms-flex: 1;
  flex: 1;
}
.md-tabs .md-tabs-navigation.md-fixed .md-tab-header {
  -ms-flex: 1;
  flex: 1;
  max-width: none;
}
.md-tabs .md-tabs-navigation.md-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.md-tabs .md-tabs-navigation-container {
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.md-tabs .md-tabs-navigation-scroll-container {
  display: -ms-flexbox;
  display: flex;
}
.md-tabs .md-tab-header {
  min-width: 72px;
  max-width: 264px;
  margin: 0;
  padding: 0 12px;
  position: relative;
  cursor: pointer;
  border: 0;
  background: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.md-tabs .md-tab-header.md-disabled {
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.md-tabs .md-tab-header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.md-tabs .md-tab-header-container .md-icon {
  margin: 0;
}
.md-tabs .md-tab-indicator {
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3D(0, 0, 0);
}
.md-tabs .md-tab-indicator.md-transition-off {
  transition: none !important;
}
.md-tabs .md-tab-indicator.md-to-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), right 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}
.md-tabs .md-tab-indicator.md-to-left {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), right 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}
.md-tabs .md-tab-header-navigation-button {
  border: none;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.md-tabs .md-tab-header-navigation-button.md-left {
  left: 0;
}
.md-tabs .md-tab-header-navigation-button.md-right {
  right: 0;
}
.md-tabs .md-tab-header-navigation-button.md-disabled {
  pointer-events: none;
  opacity: .4;
}
.md-tabs .md-tabs-content {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.md-tabs .md-tabs-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-tabs .md-tab {
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 660px) {
  .md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tabs-navigation-container {
    margin-bottom: -15px;
  }
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-toolbar {
  min-height: 64px;
  padding: 0 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3D(0, 0, 0);
}
.md-toolbar.md-dense {
  min-height: 48px;
}
.md-toolbar.md-dense.md-medium {
  min-height: 72px;
}
.md-toolbar.md-dense.md-large {
  min-height: 96px;
}
.md-toolbar.md-dense .md-toolbar-container {
  height: 48px;
}
.md-toolbar.md-medium {
  min-height: 88px;
}
.md-toolbar.md-medium .md-toolbar-container:nth-child(2) .md-title:first-child {
  margin-left: 56px;
}
.md-toolbar.md-large {
  min-height: 128px;
  -ms-flex-line-pack: inherit;
  align-content: inherit;
}
.md-toolbar.md-large .md-toolbar-container:nth-child(2) .md-title:first-child {
  margin-left: 56px;
}
.md-toolbar.md-account-header {
  min-height: 164px;
}
.md-toolbar.md-account-header .md-ink-ripple {
  color: #fff;
}
.md-toolbar.md-account-header .md-list-item-container:hover:not([disabled]) {
  background-color: rgba(255, 255, 255, 0.12);
}
.md-toolbar.md-account-header .md-avatar-list {
  margin: 16px 0 8px;
}
.md-toolbar.md-account-header .md-avatar-list .md-list-item-container {
  -ms-flex-align: start;
  align-items: flex-start;
}
.md-toolbar.md-account-header .md-avatar-list .md-avatar + .md-avatar {
  margin-left: 16px;
}
.md-toolbar .md-toolbar-container {
  width: 100%;
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.md-toolbar .md-toolbar-container > .md-button:first-child {
  margin-left: 0;
  margin-right: 16px;
}
.md-toolbar .md-toolbar-container > .md-button + .md-button {
  margin-left: 0;
}
.md-toolbar > .md-button:first-child {
  margin-left: 0;
  margin-right: 16px;
}
.md-toolbar > .md-button + .md-button {
  margin-left: 0;
}
.md-toolbar .md-button:hover:not([disabled]):not(.md-raised):not(.md-icon-button):not(.md-fab) {
  background-color: rgba(255, 255, 255, 0.1);
}
.md-toolbar .md-title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.md-toolbar .md-title:first-child {
  margin-left: 8px;
}
.md-toolbar .md-title + .md-input-container {
  margin-left: 24px;
}
.md-toolbar .md-input-container {
  min-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.md-toolbar .md-list {
  padding: 0;
  margin: 0 -8px;
  -ms-flex: 1;
  flex: 1;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-tooltip {
  height: 20px;
  padding: 0 8px;
  position: fixed;
  z-index: 200;
  pointer-events: none;
  background-color: rgba(97, 97, 97, 0.87);
  border-radius: 2px;
  opacity: 0;
  transform-origin: center top;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .3s;
  transition-delay: 0s;
  color: #fff;
  font-family: Roboto, "Noto Sans", Noto, sans-serif;
  font-size: 10px;
  line-height: 20px;
  text-transform: none;
  white-space: nowrap;
}
.md-tooltip.md-active {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: .3s;
}
.md-tooltip:not(.md-active) {
  transition-delay: 0s !important;
}
.md-tooltip.md-transition-off {
  transition: none !important;
}
.md-tooltip.md-tooltip-top {
  margin-top: -14px;
  transform: translate(-50%, 8px);
}
.md-tooltip.md-tooltip-top.md-active {
  transform: translate(-50%, 0);
}
.md-tooltip.md-tooltip-right {
  margin-left: 14px;
  transform: translate(-8px, 50%);
}
.md-tooltip.md-tooltip-right.md-active {
  transform: translate(0, 50%);
}
.md-tooltip.md-tooltip-bottom {
  margin-top: 14px;
  transform: translate(-50%, -8px);
}
.md-tooltip.md-tooltip-bottom.md-active {
  transform: translate(-50%, 0);
}
.md-tooltip.md-tooltip-left {
  margin-left: -14px;
  transform: translate(8px, 50%);
}
.md-tooltip.md-tooltip-left.md-active {
  transform: translate(0, 50%);
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-whiteframe {
  position: relative;
  z-index: 1;
}
.md-whiteframe-1dp {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-2dp {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-3dp {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-4dp {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-5dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-6dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-7dp {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-8dp {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-9dp {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-10dp {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-11dp {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-12dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-13dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-14dp {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-15dp {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-16dp {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-17dp {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-18dp {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-19dp {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-20dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-21dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-22dp {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-23dp {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-24dp {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
/*# sourceMappingURL=vue-material.css.map*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}
.fontawesome {
  cursor: pointer;
  font-size: 24px;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.btn-primary {
  cursor: pointer;
}
body {
  height: 100%;
  background: #eeeeee;
}
a {
  cursor: pointer;
}
.container-fluid {
  padding: 0;
  display: table;
  height: 100%;
}
.main-content {
  display: table-cell;
  position: relative;
  vertical-align: top;
}
.user-menu-mobile {
  display: none;
}
.menu_mobile_seprator {
  display: none;
}
.chat-mobile {
  display: none;
}
.white-link {
  color: #fff !important;
  cursor: pointer;
}
.fixed {
  position: fixed;
}
.full-height {
  min-height: 85%;
}
.row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  position: relative;
}
.row-fluid.white {
  background: #fff;
  border-radius: 8px;
  padding: 40px 15px;
  margin: 40px auto;
}
.row-home {
  padding-top: 30px;
}
.row-home:last-child {
  padding-bottom: 30px;
}
.nopadding {
  padding: 0;
  margin: 0;
}
.modal-xs .md-dialog {
  width: 400px;
}
.modal-large .md-dialog {
  width: 600px;
}
.modal-xl .md-dialog {
  width: 800px;
}
.modal-xxl .md-dialog {
  width: 900px;
}
.md-dialog {
  border-radius: 8px;
}
.modal-blue .md-title {
  margin-bottom: 0;
  background: #1e32c7;
}
.modal-blue .md-dialog-content {
  padding: 24px;
}
.modal-blue .md-dialog-content form {
  width: 100%;
}
.modal-blue .md-dialog-content label {
  font-weight: 500;
}
.modal-blue .md-dialog-content input[type=text] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #cecbcb;
  height: 45px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.modal-blue .md-dialog-content select {
  margin-bottom: 10px;
}
.modal-blue .md-dialog-content textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #cecbcb;
  height: 80px;
  margin-bottom: 10px;
  padding: 10px;
}
.modal-blue .md-dialog-content input[type=submit] {
  margin-top: 10px;
  background: #1e32c7;
  color: #fff;
  cursor: pointer;
  border: 0;
}
.modal-blue .md-dialog-content input[type=submit]:hover {
  background: #1e32c7;
}
.modal-blue .md-dialog-content .field-list {
  width: 100%;
  height: 500px;
}
a.btn-blank {
  cursor: pointer;
  background: #fff;
  margin-left: 10px;
  color: #feae02;
  padding: 5px 10px;
}
.modal-yellow {
  color: #fff;
  margin-bottom: 0;
}
.modal-yellow .md-title {
  margin-bottom: 0;
  background: #ffc907;
}
.card-header h4 {
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
}
.modal-yellow .md-dialog-content {
  background: #ffc907;
}
.card-blue .card-header {
  background: #1e32c7;
  -webkit-backface-visibility: hidden;
}
.card-yellow .card-header {
  background-color: #ffc907;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.custom-select {
  width: 100%;
}
.md-dialog-title {
  background: #ffc907;
  color: #fff;
  text-align: center;
  padding: 24px;
}
.md-dialog-title .sub-bar {
  background: #ffc907;
  margin: 10px -24px -24px -24px;
  color: #000;
  font-size: 0.8rem;
  padding: 10px 0;
}
.md-dialog-title .sub-bar a {
  color: #000 !important;
  text-decoration: underline;
}
.btn-yellow {
  background: #ffc907;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.btn-yellow:hover,
.btn-yellow:hover,
.btn-yellow:focus {
  background: #ffe46b;
  border: 0;
  box-shadow: none;
}
.card {
  border: 0;
  -moz-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -webkit-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -o-box-shadow: 0px 0px 5px 0px #cfcfcf;
  box-shadow: 0px 0px 5px 0px #cfcfcf;
}
.card ul {
  padding-left: 20px;
}
.on-fire.beta .card {
  margin-top: 0;
}
.on-fire.beta .card .card-body {
  color: #5f5f61;
}
.on-fire .card {
  margin: 40px 0;
}
.on-fire .card .card-body {
  color: #b5b5b6;
  overflow: initial;
  height: auto;
}
.on-fire .card .card-body .beta-logo {
  background: #ed2222;
  width: auto;
  position: absolute;
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff;
  top: -15px;
  left: -10px;
}
#app_toolbar {
  background: #1e32c7;
  /* Old browsers */
  z-index: 100;
  position: relative;
}
#app_toolbar .signup-link {
  margin-right: 5px;
  color: #fff;
}
#app_toolbar a {
  color: #fff;
  cursor: pointer;
}
#app_toolbar a:hover {
  text-decoration: underline;
}
#app_toolbar .navbar-brand {
  position: relative;
}
#app_toolbar .happy_hours {
  height: 60px;
  width: 145px;
  float: left;
  line-height: 60px;
  color: #fff;
  font-weight: 800;
  -webkit-animation: flash linear 2s infinite;
  animation: flash linear 2s infinite;
  animation-iteration-count: 4;
}
#app_toolbar .happy_hours.not {
  animation: 0;
  width: 180px;
}
#app_toolbar .happy_hours.not .material-icons {
  width: 15%;
  padding: 19.5px 0px;
  margin: 0;
  text-align: center;
}
#app_toolbar .happy_hours.not .minutes_left {
  width: 28%;
  display: inline-block;
  font-weight: 500;
  text-align: center;
}
#app_toolbar .happy_hours.not .md-progress {
  display: inline-block;
  width: 45%;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(50, 39, 131, 0.3);
}
#app_toolbar .happy_hours.not .md-progress .md-progress-track {
  background-color: #ffc907;
}
#app_toolbar .happy_hours:hover {
  text-decoration: none;
}
#app_toolbar .happy_hours i {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  float: left;
  margin-top: 19.5px;
  font-size: 21px;
  text-shadow: none;
  color: #fff;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
#app_toolbar .beta {
  position: absolute;
  top: -7px;
  background: #ff2f2f;
  padding: 1px 2px;
  border-radius: 6px;
  right: -25px;
  font-size: 1rem;
}
#app_toolbar .md-title a {
  color: #fff;
}
#app_toolbar .right-side {
  margin-right: 205px;
}
#app_toolbar .navbar {
  background: #1e32c7;
  /* Old browsers */
  padding: 0rem 1rem;
  height: 60px;
  left: auto;
  right: auto;
}
#app_toolbar .avatar {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  float: left;
  margin: 15px 0;
}
#app_toolbar .md-menu .md-button {
  color: #fff;
  text-transform: inherit;
  margin-top: 12px;
  text-align: left;
  padding: 0 10px;
  padding-right: 20px;
  padding-left: 5px;
}
#app_toolbar .md-menu .material-icons {
  color: #fff;
  position: absolute;
  top: 5px;
}
#app_toolbar ul:not(.md-list) > li + li {
  margin-top: 0;
}
#app_toolbar .collapse.navbar-collapse {
  height: 100%;
}
#app_toolbar .navbar-nav.mr-auto {
  height: 100%;
}
#app_toolbar .nav-item {
  height: 100%;
  margin: 0 5px;
}
#app_toolbar .nav-item a:hover {
  text-decoration: none;
  color: #fff;
}
#app_toolbar .nav-item.active .nav-link {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  color: #fff;
}
#app_toolbar .nav-item .nav-link img {
  margin-right: 3px;
  margin-top: -2px;
}
#app_toolbar .nav-item .nav-link .material-icons {
  vertical-align: middle;
  margin-top: -2px;
}
#app_toolbar .nav-item .nav-link {
  height: 100%;
  line-height: 42px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}
#app_toolbar .nav-item .nav-link i {
  font-size: 1.2rem;
}
#app_toolbar .notifications {
  float: right;
  height: 60px;
  line-height: 60px;
  color: #fff;
}
#app_toolbar .notifications .notif-action-btn {
  color: #fff;
  border-radius: 4px;
  padding: 1px 2px 0 2px;
  text-align: center;
}
#app_toolbar .notifications .notif-action-btn i {
  font-size: 1rem;
}
#app_toolbar .notifications .notif-action-btn:first-child {
  margin-right: 4px;
}
#app_toolbar .notifications .notif-action-btn.accept {
  background: #ffc907;
}
#app_toolbar .notifications .notif-action-btn.accept:hover {
  background: #ffc907;
}
#app_toolbar .notifications .notif-action-btn.refuse {
  background: #ed2222;
}
#app_toolbar .notifications .notif-action-btn.refuse:hover {
  background: #bd4b58;
}
#app_toolbar .notifications .chat-notification {
  display: inline-block;
  margin: 0 10px 0 0;
  height: 60px;
  float: left;
}
#app_toolbar .notifications .chat-notification .fontawesome {
  line-height: 61px;
  font-size: 21px;
}
#app_toolbar .notifications .global-notification,
#app_toolbar .notifications .chat-notification {
  display: inline-block;
  position: relative;
}
#app_toolbar .notifications .global-notification .material-icons,
#app_toolbar .notifications .chat-notification .material-icons {
  line-height: inherit;
  cursor: pointer;
}
#app_toolbar .notifications .global-notification .read-icon,
#app_toolbar .notifications .chat-notification .read-icon {
  height: 10px;
  width: 10px;
  background: #ffc907;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  right: 0px;
  cursor: pointer;
}
#app_toolbar .notifications .global-notification .notification-wrapper,
#app_toolbar .notifications .chat-notification .notification-wrapper {
  background: #fff;
  min-height: 212px;
  max-height: 212px;
  width: 300px;
  right: -20px;
  z-index: 4;
  position: absolute;
  margin-top: -7px;
  -moz-box-shadow: 0px 2px 5px 0px #656565;
  -webkit-box-shadow: 0px 2px 5px 0px #656565;
  -o-box-shadow: 0px 2px 5px 0px #656565;
  box-shadow: 0px 2px 5px 0px #656565;
  border-radius: 4px;
}
#app_toolbar .notifications .global-notification .notification-wrapper:after,
#app_toolbar .notifications .chat-notification .notification-wrapper:after {
  bottom: 100%;
  right: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: 0;
}
#app_toolbar .notifications .global-notification .notification-container,
#app_toolbar .notifications .chat-notification .notification-container {
  padding: 0 15px 0 15px;
  overflow-y: scroll;
  min-height: 212px;
  max-height: 212px;
}
#app_toolbar .notifications .global-notification .notification-container::-webkit-scrollbar,
#app_toolbar .notifications .chat-notification .notification-container::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
#app_toolbar .notifications .global-notification .notification-container::-webkit-scrollbar-thumb,
#app_toolbar .notifications .chat-notification .notification-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
#app_toolbar .notifications .global-notification .notification-container::-webkit-scrollbar-track,
#app_toolbar .notifications .chat-notification .notification-container::-webkit-scrollbar-track {
  background-color: #fff;
}
#app_toolbar .notifications .global-notification .notification-container .notification-empty,
#app_toolbar .notifications .chat-notification .notification-container .notification-empty {
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1rem;
  padding: 84px 0;
}
#app_toolbar .notifications .global-notification .notification-container .notification,
#app_toolbar .notifications .chat-notification .notification-container .notification {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#app_toolbar .notifications .global-notification .notification-container .notification.unread,
#app_toolbar .notifications .chat-notification .notification-container .notification.unread {
  background: rgba(0, 173, 238, 0.1);
}
#app_toolbar .notifications .global-notification .notification-container .notification:hover,
#app_toolbar .notifications .chat-notification .notification-container .notification:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
#app_toolbar .notifications .global-notification .notification-container .notification .avatar,
#app_toolbar .notifications .chat-notification .notification-container .notification .avatar {
  margin: 0;
  float: none;
  display: block;
  margin: auto;
}
#app_toolbar .notifications .global-notification .notification-container .notification .right,
#app_toolbar .notifications .chat-notification .notification-container .notification .right {
  padding-left: 0;
}
#app_toolbar .notifications .global-notification .notification-container .notification .row,
#app_toolbar .notifications .chat-notification .notification-container .notification .row {
  line-height: 1rem;
}
#app_toolbar .notifications .global-notification .notification-container .notification .username,
#app_toolbar .notifications .chat-notification .notification-container .notification .username {
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}
#app_toolbar .notifications .global-notification .notification-container .notification .notification-content,
#app_toolbar .notifications .chat-notification .notification-container .notification .notification-content {
  color: #b5b5b6;
  font-size: 0.8rem;
  max-width: 100%;
  overflow: hidden;
}
#app_toolbar .notifications .global-notification .notification-wrapper {
  width: 400px;
}
#app_toolbar .notifications .global-notification .notification-wrapper:after {
  right: 6%;
}
.agreement {
  margin: 40px auto;
  padding: 15px 0;
}
.agreement p {
  text-align: center;
  font-size: 1em;
  font-weight: 500;
}
.player {
  background: url('../img/background-pochettes.jpg') no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 20px;
  padding-bottom: 70px;
}
.player .game-master {
  height: 261px;
}
.player .game-master .card {
  height: 195px;
  box-shadow: none;
}
.player .game-master .card .card-header {
  color: #fff;
}
.player .game-master .card .card-body {
  padding: 20px 10px;
  position: relative;
}
.player .game-master .arrow {
  position: absolute;
  left: 45%;
  z-index: 100;
  width: 65px;
}
.player .game-master .search input {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #bbb6b6;
  height: 30px;
  padding: 0 5px;
}
.player .game-master .search .my-playlist {
  position: absolute;
  right: 10px;
  top: 0px;
  cursor: pointer;
  font-size: 0.8rem;
}
.player .game-master .search .my-playlist:hover {
  text-decoration: underline;
}
.player .game-master .search .search-results {
  overflow-y: auto;
  margin: 5px 0;
  height: 90px;
  list-style: none;
  padding-left: 5px;
  overflow-x: hidden;
}
.player .game-master .search .search-results li {
  cursor: pointer;
  padding: 2px 0;
}
.player .game-master .search .search-results li:hover {
  background: rgba(76, 175, 80, 0.5);
}
.player .game-master .search .search-results li:hover .fas {
  color: green;
}
.player .game-master .search .search-results li .fas {
  color: #bfbfbf;
}
.player .game-master .search .search-results::-webkit-scrollbar-track {
  background-color: #fff;
}
.player .game-master .search .search-results::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
.player .game-master .search .search-results::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.player .game-master .result .card-body {
  padding: 0 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.player .game-master .result .card-body::-webkit-scrollbar-track {
  background-color: #fff;
}
.player .game-master .result .card-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
.player .game-master .result .card-body::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.player .game-master .result ul {
  padding-left: 5px;
  margin: 0;
  list-style: none;
}
.player .game-master .result ul li {
  border-bottom: 1px solid #bfbfbf;
  padding: 5px 0;
  margin-top: 0;
  height: 35px;
  overflow: hidden;
}
.player .game-master .result ul li.playing {
  background: #ffc907;
}
.player .game-master .result ul li.playing .playBtn {
  color: #fff;
}
.player .game-master .result ul li.playing .trashBtn {
  color: #fff;
}
.player .game-master .result ul li .playBtn {
  font-size: 1.5rem;
  color: #ffc907;
  cursor: pointer;
  text-align: center;
}
.player .game-master .result ul li .song {
  padding: 0;
  font-size: 0.8rem;
  line-height: 25px;
}
.player .game-master .result ul li .trashBtn {
  color: #bfbfbf;
  cursor: pointer;
}
.player .mobile-chat-btn {
  display: none;
}
.player.stream_waiting {
  z-index: 99;
  margin: -5px;
  opacity: 0.5;
}
.player .mute-container {
  position: absolute;
  right: 15px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 3;
  display: inline-block;
}
.player .mute-container .md-switch {
  display: inline-block;
  margin: 14px 6px 6px 0;
}
.player .alert-custom {
  padding: 0 15px;
  width: 100%;
  position: relative;
  margin-top: 10px;
  height: 80px;
}
.player .alert-custom .message-results {
  float: left;
  height: 80px;
  width: 25%;
  margin-top: 10px;
}
.player .alert-custom .message-results .result {
  height: 35px;
  border-radius: .25rem;
  border: 1px solid #5b6a95;
  background: #0a174b;
  color: #5b6a95;
  font-size: 0.8rem;
  overflow: hidden;
}
.player .alert-custom .message-results .result.found {
  background: #38ea5e;
  color: #fff;
  border: 0;
}
.player .alert-custom .message-results .result img {
  margin: 5.5px 5px 5.5px 10px;
}
.player .alert-custom .message-results .result:first-child {
  margin-bottom: 10px;
}
.player .alert-custom .message-results .result span {
  line-height: 31px;
}
.player .alert-custom .alert {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 30px 10px;
  border: 1px solid #fff;
  width: 70%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player .alert-custom .alert:after,
.player .alert-custom .alert:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
  margin-left: -20px;
}
.player .alert-custom .alert:before {
  border-width: 21px;
  margin-left: -21px;
  border-color: rgba(83, 179, 229, 0);
  border-bottom-color: transparent;
}
.player .alert-custom .alert:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: transparent;
}
.player .alert-custom .alert-empty {
  background: transparent;
  border: 1px solid transparent;
}
.player .alert-custom .alert-empty:after {
  border-bottom-color: transparent;
}
.player .alert-custom .alert-empty:before {
  border-color: rgba(83, 179, 229, 0);
  border-bottom-color: transparent;
}
.player .alert-custom .alert-danger {
  background: #ed2222;
  color: #fff;
  border: 1px solid #fff;
  border: 0;
}
.player .alert-custom .alert-danger:after {
  border-bottom-color: #ed2222;
}
.player .alert-custom .alert-danger:before {
  border: 0;
}
.player .alert-custom .alert-warning {
  background: #3276ff;
  color: #fff;
  border: 0;
}
.player .alert-custom .alert-warning:after {
  border-bottom-color: #3276ff;
}
.player .alert-custom .alert-warning:before {
  border: 0;
}
.player .alert-custom .alert-success {
  background: #38ea5e;
  color: #fff;
  border: 0;
}
.player .alert-custom .alert-success:after {
  border-bottom-color: #38ea5e;
}
.player .alert-custom .alert-success:before {
  border: 0;
}
.player .alert-custom .alert-win {
  background: #ffb001;
  color: #fff;
  border: 0;
}
.player .alert-custom .alert-win:after {
  border-bottom-color: #ffb001;
}
.player .alert-custom .alert-win:before {
  border: 0;
}
.player .form {
  position: relative;
}
.player .form input {
  height: 75px;
  border: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.player .form .form-shadow {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0 30px 0 0;
}
.player .form .form-shadow img {
  width: 100%;
}
.player .form .btn {
  position: absolute;
  right: 20px;
  height: 65px;
  width: 80px;
  cursor: pointer;
  border-radius: 0;
  top: 5px;
  background: #fed251;
  background: -moz-linear-gradient(-45deg, #fed251 1%, #feb208 100%);
  background: -webkit-linear-gradient(-45deg, #fed251 1%, #feb208 100%);
  background: linear-gradient(135deg, #fed251 1%, #feb208 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fed251', endColorstr='#feb208', GradientType=1);
  border: 0;
}
.player .spinner-container {
  height: 150px;
  position: relative;
  width: 150px;
  margin: auto;
}
.player .spinner-container .md-theme-default.md-spinner .md-spinner-path {
  stroke: #ffc907;
}
.player .spinner-container .md-theme-default.md-spinner.between .md-spinner-path {
  stroke: #1e32c7;
}
.player .spinner-container .spinner {
  height: 150px;
  width: 150px;
  display: block;
  position: absolute;
  background: #000;
  border-radius: 50%;
  border: 8px solid #030f38;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
.player .spinner-container .spinner.active {
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.player .spinner-container .spinner img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  border-radius: 50%;
}
.player .spinner-container .md-spinner {
  display: block;
  position: absolute;
  left: -13px;
  top: -13px;
}
.player .spinner-block {
  margin-top: 40px;
}
.player .spinner-block.stream {
  margin-top: 0;
}
.player .spinner-block.stream .spinner-container {
  position: absolute;
}
.player .spinner-block.stream .spinner-container .spinner {
  height: 100px;
  width: 100px;
  border: 5px solid #3082a0;
  top: 105px;
  left: 14px;
}
.player .spinner-block.stream .spinner-container .md-spinner {
  width: 120px !important;
  height: 120px !important;
  top: 95px;
  left: 4px;
}
.player .spinner-block .stream {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 10px;
}
.player .spinner-block .stream iframe {
  width: 90%;
  height: 220px;
}
.player .spinner-block .customPlayBtn {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
}
.player .spinner-block .customPlayBtn button {
  width: auto;
  padding: 4px;
  border-radius: 4px;
  margin: 0;
}
.player .game-name {
  text-transform: capitalize;
  font-style: italic;
  font-size: 2rem;
  color: #ffc907;
  font-weight: 800;
  display: inline-block;
}
.player .game-form {
  margin-top: 40px;
}
.player .game-form .form input {
  border-radius: 8px;
}
.player .game-form .form .valid {
  font-size: 1.5rem;
  border-radius: 4px;
  right: 30px;
  top: 10px;
  height: 53px;
  font-weight: 800;
  background: #ffc907;
}
.player .game-state .title {
  color: #3276ff;
  display: block;
  font-size: 1rem;
}
.player .game-state .counter {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
  display: block;
}
.player .game-state .count {
  color: #c3c2c2;
  line-height: 30px;
}
.player .current_game_infos {
  display: inline-table;
  margin-left: 10px;
  height: 35px;
  margin-bottom: .5rem;
}
.player .current_game_infos .player_number {
  margin-left: 6px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  line-height: 16px;
  float: left;
}
.player .current_game_infos img {
  float: left;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
.blocks-container {
  background: #eeeeee;
  padding: 40px 0;
}
.blocks-container .rules {
  color: #b5b5b6;
}
.blocks-container .rules h5 {
  font-weight: 500;
}
.blocks-container .rules .rules-text {
  padding-left: 20px;
  font-size: 0.9em;
}
.blocks-container .history {
  margin: 5px 0;
}
.blocks-container .history img {
  border-radius: 2px;
}
.blocks-container .history .artist {
  color: #3276ff;
  font-weight: bold;
}
.blocks-container .history .music {
  color: #80919b;
}
.blocks-container .card-body {
  height: 300px;
  overflow-y: auto;
  padding: 0.5rem;
  overflow-x: hidden;
}
.blocks-container .card-body::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.blocks-container .card-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
.blocks-container .card-body::-webkit-scrollbar-track {
  background-color: #fff;
}
.blocks-container .card {
  border: 0;
}
.ranking {
  font-weight: 300;
  color: #b8b8b8;
  width: 100%;
}
.ranking table {
  width: 100%;
}
.ranking table tr.me {
  background: rgba(104, 192, 234, 0.2);
  border-left: 3px solid #3276ff;
}
.ranking table td:first-child {
  padding-left: 1.25rem;
}
.ranking table td:last-child {
  padding-right: 1.25rem;
}
.ranking table td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ranking .username {
  margin-left: 5px;
}
.ranking .material-icons {
  font-size: 1.2rem;
  top: 5px;
  position: relative;
}
.ranking .md-avatar {
  height: 20px;
  width: 20px;
  min-width: 20px;
  min-height: 20px;
}
.ranking .username {
  color: #b8b8b8;
}
.ranking .rank-1 {
  height: 16px;
  width: 18px;
  background: url('/img/icon-trophy-yellow-lite.png') no-repeat #ffc907;
  background-position: center;
  background-size: 12px 12px;
  border: 0;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  top: 2px;
}
.ranking .rank-1:after {
  content: '1';
  color: #fff;
  position: absolute;
  right: 2px;
  font-size: 0.8rem;
  text-shadow: -1px -1px 0 #ffc907, 1px -1px 0 #ffc907, -1px 1px 0 #ffc907, 2px 2px 0 #ffc907;
}
.ranking .rank-2 {
  height: 16px;
  width: 18px;
  background: url('/img/icon-trophy-yellow-lite.png') no-repeat #ffc907;
  background-position: center;
  background-size: 12px 12px;
  border: 0;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  top: 2px;
}
.ranking .rank-2:after {
  content: '2';
  color: #fff;
  position: absolute;
  right: 2px;
  font-size: 0.8rem;
  text-shadow: -1px -1px 0 #ffc907, 1px -1px 0 #ffc907, -1px 1px 0 #ffc907, 2px 2px 0 #ffc907;
}
.ranking .rank-3 {
  height: 16px;
  width: 18px;
  background: url('/img/icon-trophy-yellow-lite.png') no-repeat #ffc907;
  background-position: center;
  background-size: 12px 12px;
  border: 0;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  top: 2px;
}
.ranking .rank-3:after {
  content: '3';
  color: #fff;
  position: absolute;
  right: 2px;
  font-size: 0.8rem;
  text-shadow: -1px -1px 0 #ffc907, 1px -1px 0 #ffc907, -1px 1px 0 #ffc907, 2px 2px 0 #ffc907;
}
.ranking .serie-1 {
  height: 16px;
  width: 18px;
  background: url('/img/icon-star.png') no-repeat #ffc907;
  background-position: center;
  background-size: 12px 12px;
  border: 0;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  top: 2px;
}
.ranking .serie-2 {
  height: 16px;
  width: 18px;
  background: url('/img/icon-star-x2.png') no-repeat #ffc907;
  background-position: center;
  background-size: 12px 12px;
  border: 0;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  top: 2px;
}
.ranking .serie-3 {
  height: 16px;
  width: 18px;
  background: url('/img/icon-star-x3.png') no-repeat #ffc907;
  background-position: center;
  background-size: 12px 12px;
  border: 0;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  top: 2px;
}
.ranking .music {
  color: #38ea5e;
}
.ranking .music.icon {
  background: url('/img/icon-note.png') no-repeat #38ea5e;
  height: 16px;
  width: 18px;
  border: 0;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  background-position: center;
  background-size: 12px 12px;
  top: 2px;
}
.ranking .music a {
  color: #38ea5e !important;
}
.ranking .artist {
  color: #38ea5e;
}
.ranking .artist.icon {
  background: url('/img/icon-megaphone.png') no-repeat #38ea5e;
  height: 16px;
  width: 18px;
  border: 0;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  background-position: center;
  background-size: 12px 12px;
  top: 2px;
}
.ranking .artist a {
  color: #38ea5e !important;
}
.ranking .win {
  color: #ffc907;
}
.ranking .win a {
  color: #ffc907 !important;
}
.ranking .win.icon {
  background: url('/img/icon-eclair-yellow.png') no-repeat #ffc907;
  height: 16px;
  width: 18px;
  background-position: center;
  background-size: 12px 12px;
  border: 0;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  top: 2px;
}
.result-container {
  background: #fff;
  padding: 20px 0;
  height: 70px;
  z-index: 2;
  position: relative;
}
.result-container .md-avatar {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 10px;
}
.result-container .username {
  font-weight: 800;
  color: #bababa;
}
.result-container .current_rank {
  color: #bababa;
  line-height: 30px;
  font-size: 1rem;
  text-align: center;
}
.result-container .current_rank .my_rank {
  color: #bababa;
  font-weight: 800;
}
.result-container .current_rank .my_rank sup {
  font-size: 0.7em;
}
.result-container .result {
  display: inline-block;
  border-radius: 2px;
  margin: 0 6px;
}
.result-container .result .past {
  height: 30px;
  border: 2px solid #dfdfdf;
  width: 30px;
  background: #dfdfdf;
  position: relative;
  border-radius: 2px;
}
.result-container .result .past .line {
  border-bottom: 1px solid white;
  position: absolute;
  width: 42px;
  height: 100%;
  -webkit-transform: translateY(-9px) translateX(-17px) rotate(-45deg);
}
.result-container .result .current {
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  border-radius: 2px;
}
.result-container .result .current img {
  display: block;
}
.result-container .result .next {
  height: 30px;
  width: 30px;
  background: transparent;
  border: 2px solid #dfdfdf;
  border-radius: 2px;
}
.result-container .result .partial_music {
  height: 30px;
  width: 30px;
  background: url('/img/icon-note.png') no-repeat #38ea5e;
  background-position: center;
  background-size: 20px 20px;
  border-radius: 2px;
  border: 2px solid #fff;
}
.result-container .result .partial_artist {
  height: 30px;
  width: 30px;
  background: url('/img/icon-megaphone.png') no-repeat #38ea5e;
  background-position: center;
  background-size: 20px 20px;
  border-radius: 2px;
  border: 2px solid #fff;
}
.result-container .result .win {
  height: 30px;
  width: 30px;
  background: url('/img/icon-eclair-yellow.png') no-repeat #ffc907;
  background-position: center;
  background-size: 15px 20px;
  border: 2px solid #fff;
  border-radius: 2px;
  position: relative;
}
.result-container .result .serie-1 {
  height: 30px;
  width: 30px;
  background: url('/img/icon-star.png') no-repeat #ffc907;
  background-position: center;
  background-size: 20px 20px;
  border: 2px solid #fff;
  border-radius: 2px;
  position: relative;
}
.result-container .result .serie-2 {
  height: 30px;
  width: 30px;
  background: url('/img/icon-star-x2.png') no-repeat #ffc907;
  background-position: center;
  background-size: 20px 20px;
  border: 2px solid #fff;
  border-radius: 2px;
  position: relative;
}
.result-container .result .serie-3 {
  height: 30px;
  width: 30px;
  background: url('/img/icon-star-x3.png') no-repeat #ffc907;
  background-position: center;
  background-size: 20px 20px;
  border: 2px solid #fff;
  border-radius: 2px;
  position: relative;
}
.result-container .result .win-1 {
  height: 30px;
  width: 30px;
  background: url('/img/icon-trophy-yellow-lite.png') no-repeat #ffc907;
  background-position: center;
  background-size: 20px 20px;
  border: 2px solid #fff;
  border-radius: 2px;
  position: relative;
}
.result-container .result .win-1:after {
  content: '1';
  color: #fff;
  position: absolute;
  right: 2px;
  font-size: 1.2rem;
  top: 7px;
  text-shadow: -1px -1px 0 #ffc907, 1px -1px 0 #ffc907, -1px 1px 0 #ffc907, 2px 2px 0 #ffc907;
}
.result-container .result .win-2 {
  height: 30px;
  width: 30px;
  background: url('/img/icon-trophy-yellow-lite.png') no-repeat #ffc907;
  background-position: center;
  background-size: 20px 20px;
  border: 2px solid #fff;
  border-radius: 2px;
  position: relative;
}
.result-container .result .win-2:after {
  content: '2';
  color: #fff;
  position: absolute;
  right: 2px;
  font-size: 1.2rem;
  top: 7px;
  text-shadow: -1px -1px 0 #ffc907, 1px -1px 0 #ffc907, -1px 1px 0 #ffc907, 2px 2px 0 #ffc907;
}
.result-container .result .win-3 {
  height: 30px;
  width: 30px;
  background: url('/img/icon-trophy-yellow-lite.png') no-repeat #ffc907;
  background-position: center;
  background-size: 20px 20px;
  border: 2px solid #fff;
  border-radius: 2px;
  position: relative;
}
.result-container .result .win-3:after {
  content: '3';
  color: #fff;
  position: absolute;
  right: 2px;
  font-size: 1.2rem;
  top: 7px;
  text-shadow: -1px -1px 0 #ffc907, 1px -1px 0 #ffc907, -1px 1px 0 #ffc907, 2px 2px 0 #ffc907;
}
.result-container .result .fail {
  height: 30px;
  width: 30px;
  background: url('/img/icon-fail.png') no-repeat #dfdfdf;
  background-position: center;
  background-size: 20px 20px;
  text-align: center;
  display: block;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
}
.result-container .current_player {
  color: #dfdfdf;
  text-transform: capitalize;
  line-height: 30px;
  overflow: hidden;
  height: 32px;
  word-break: break-all;
}
.result-container .points {
  border-radius: 4px;
  color: #fff;
  text-align: center;
  background: #ffc907;
  padding: 5px;
  font-weight: 500;
  font-size: 1rem;
}
.points.mobile {
  display: none;
}
.signin {
  position: relative;
}
.signin label {
  display: block;
  font-weight: bold;
  text-align: center;
}
.signin input {
  width: 100%;
  position: relative;
  z-index: 1;
  border: 0;
  height: 50px;
  border-radius: 4px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.signin input:-webkit-autofill,
.signin input:-webkit-autofill:hover,
.signin input:-webkit-autofill:focus,
.signin input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.signin input[type=submit] {
  margin: auto;
  width: auto;
  display: block;
  padding: 10px 50px;
  color: #fff;
  background: #1e32c7;
  cursor: pointer;
  margin: 15px auto;
}
.signin input[type=submit]:hover {
  background: #3276ff;
}
.signin .links {
  margin-top: 10px;
  display: block;
  color: #fff;
  text-align: center;
}
.signin .links a {
  color: #fff;
}
.footer {
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: #1e32c7;
  position: relative;
  z-index: 2;
  color: #fff;
  /*#141b4f*/
}
.footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.footer:after {
  content: "";
  display: block;
  position: fixed;
  background: #1e32c7;
  left: 0;
  right: 0;
  height: 9999px;
}
.footer .big-footer {
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
}
.footer .nav-link {
  height: 100%;
  line-height: 42px;
  text-decoration: none;
}
.footer .nav-link img {
  margin-right: 3px;
  margin-top: -2px;
}
.footer .nav-link i {
  font-size: 1.2rem;
}
.footer .footer-top {
  font-size: 12px;
}
.footer .footer-top a {
  color: #fff !important;
  font-weight: 500 !important;
  cursor: pointer;
}
.footer .footer-bottom {
  font-size: 12px;
}
.footer .footer-bottom .logo-footer {
  height: 32px;
}
.footer .footer-bottom .copyright {
  color: #fff;
  font-weight: 500;
}
.footer .footer-bottom .copyright a {
  font-weight: 500;
  color: #fff !important;
}
.footer .footer-bottom .copyright .social-link {
  font-size: 20px;
}
.footer .footer-bottom .nav-footer-item {
  padding: 0px 10px;
  float: left;
}
.footer .footer-bottom .nav-footer-item a {
  font-weight: 500;
  color: #fff !important;
}
.footer .footer-bottom .nav-footer-link {
  height: 100%;
  line-height: 42px;
  font-weight: 500;
  text-decoration: none !important;
}
.footer .footer-bottom .nav-footer-link:hover {
  text-decoration: none !important;
}
.footer .footer-bottom .active {
  border-bottom: 2px solid #fff;
}
.footer .footer-bottom .active a {
  text-decoration: none !important;
  color: #fff !important;
}
.footer .footer-bottom .active a:hover {
  text-decoration: none !important;
}
.footer .footer-bottom hr {
  border-bottom: 1px solid #fff;
}
.games-list-container {
  background: #1e32c7;
  background: url('../img/background-player.jpg') no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 45px 0;
}
.games-list-container .arrow {
  position: absolute;
  left: 70%;
  z-index: 1;
}
.games-list-container .stream {
  background: #ed2222;
  border-radius: 4px;
  float: left;
  height: 30px;
  position: relative;
  margin: 15px 0;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  font-size: 0.9rem;
  margin-right: 5px;
  text-transform: uppercase;
}
.games-list-container .stream .dot {
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: inherit;
  z-index: 10;
  float: left;
  margin-top: 10px;
  margin-right: 5px;
}
.games-list-container .stream .pulse {
  border: 4px solid #fff;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  -webkit-animation: livepulse 3s ease-out;
  -moz-animation: livepulse 3s ease-out;
  animation: livepulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 10;
  opacity: 0;
  top: 0;
  left: 0;
}
@-moz-keyframes livepulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0.2);
    opacity: 0.35;
  }
  50% {
    -moz-transform: scale(0.4);
    opacity: 0.5;
  }
  75% {
    -moz-transform: scale(0.7);
    opacity: 0.35;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes livepulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0.2);
    opacity: 0.35;
  }
  50% {
    -webkit-transform: scale(0.4);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: scale(0.7);
    opacity: 0.35;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
.games-list-container .gold_tag {
  display: none;
  border-radius: 4px;
  float: left;
  height: 25px;
  position: relative;
  margin: 18px 0;
  line-height: 25px;
  padding: 0 10px;
  background: #ffc907;
  color: #fff;
  font-weight: 500;
  margin-right: 5px;
  font-size: 1rem;
}
.games-list-container .gold_tag img {
  height: 20px !important;
  margin: 2.5px 5px 2.5px 0 !important;
}
.games-list-container .title {
  text-align: center;
}
.games-list-container .title h1 {
  color: #fff;
  font-weight: 800;
  font-size: 4rem;
  margin-bottom: 40px;
  letter-spacing: -2px;
  line-height: 1.1em;
}
.games-list-container .title h1 .yellow {
  color: #ffc907;
}
.games-list-container .subtitle {
  text-align: center;
}
.games-list-container .subtitle h6 {
  color: #1e32c7;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 100;
}
.games-list-container .games-list-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.games-list-container .games-list-wrapper .games-list-shadow {
  position: absolute;
  top: 29px;
  z-index: 0;
  width: 100%;
  height: 350px;
}
.games-list-container .games-list-wrapper .vpn-error {
  color: #fff;
  padding: 80px 0;
}
.games-list-container .games-list-wrapper .vpn-error a {
  color: #fff;
  text-decoration: underline;
}
.games-list-container .games-list-wrapper .vpn-error h5 {
  color: #fff;
  font-size: 2rem;
}
.games-list-container .games-list {
  background: #1e32c7;
  height: 350px;
  border-radius: 4px;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
.games-list-container .games-list .game-details {
  position: relative;
}
.games-list-container .games-list .game-details .form-shadow {
  padding-top: 57px;
}
.games-list-container .games-list .game-details .game-icon {
  margin-top: 10px;
}
.games-list-container .games-list .game-details .game-icon img {
  height: 120px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 3px solid #fff;
}
.games-list-container .games-list .game-details .start {
  border-radius: 2px;
  position: relative;
  margin: auto;
  margin-top: 10px;
  width: 100%;
  display: block;
  padding: 12px 0;
  color: #1e32c7;
  border: 0px;
  background: #ffc907;
  cursor: pointer;
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0px 3px black;
}
.games-list-container .games-list .game-details .start img {
  margin-right: 8px;
  height: 25px;
}
.games-list-container .games-list .game-details .start small {
  display: block;
  font-weight: 700;
}
.games-list-container .games-list .game-details .start span {
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}
.games-list-container .games-list .game-details .start:hover {
  background-color: #ffe46b;
  -webkit-transition: background-color 200ms ease;
  -ms-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.games-list-container .games-list .game-details .title {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.games-list-container .games-list .game-details .description {
  color: #fff;
  margin: 22px 0;
  text-align: center;
}
.games-list-container .games-list .game-details .player-number-container {
  padding-right: 0;
}
.games-list-container .games-list .game-details .player-number-container .player-number {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1rem;
  margin-left: 5px;
}
.games-list-container .games-list .game-details .player-number-container .player-number .counter {
  font-weight: bold;
}
.games-list-container .games-list .game-details .player-number-container .player-number .counter_label {
  margin-left: -4px;
}
.games-list-container .games-list .game-details .game-info-container {
  padding-left: 0;
}
.games-list-container .games-list .game-details .game-info-container .game-info {
  font-size: 0.8rem;
  max-width: 74%;
  color: #fff;
  line-height: 1rem;
  margin-left: 5px;
}
.games-list-container .games-list .game-details .game-info-container .game-info .field_one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.games-list-container .games-list .game-details .game-info-container .game-info .field_two {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.games-list-container .games-list .list {
  background: #fff;
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
}
.games-list-container .games-list .list .title {
  color: #1e32c7;
  text-transform: uppercase;
  text-align: left;
  padding: 0 10px;
  font-size: 1.35em;
  font-style: italic;
  font-weight: 800;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 44px;
  line-height: 44px;
  background: #f7f7f7;
}
.games-list-container .games-list .list .title span {
  margin-left: 4px;
  color: #212121;
  text-transform: none;
  font-weight: 800;
  font-size: 0.8em;
  font-style: normal;
}
.games-list-container .games-list .list .games {
  padding: 0;
  overflow-y: auto;
  height: 280px;
}
.games-list-container .games-list .list .games::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.games-list-container .games-list .list .games::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
.games-list-container .games-list .list .games::-webkit-scrollbar-track {
  background-color: #fff;
}
.games-list-container .games-list .list .games .game {
  list-style-type: none;
  font-size: 1.2rem;
  height: 60px;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
  position: relative;
  line-height: 60px;
}
.games-list-container .games-list .list .games .game:hover {
  background: #f2f2f2;
}
.games-list-container .games-list .list .games .game.disable {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
.games-list-container .games-list .list .games .game.disable .name {
  color: #afafaf;
}
.games-list-container .games-list .list .games .game.disable .description {
  color: #afafaf;
}
.games-list-container .games-list .list .games .game.gold {
  background: #fff;
}
.games-list-container .games-list .list .games .game.gold .name {
  color: #1e32c7;
}
.games-list-container .games-list .list .games .game.gold .description {
  color: #cccccc;
}
.games-list-container .games-list .list .games .game .disable {
  position: absolute;
  cursor: default;
  width: 100%;
  height: 100%;
}
.games-list-container .games-list .list .games .game .disable span {
  display: none;
}
.games-list-container .games-list .list .games .game .disable b {
  color: #ffc907;
}
.games-list-container .games-list .list .games .game .disable:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 60px;
  text-align: center;
  content: 'test';
}
.games-list-container .games-list .list .games .game .disable:hover span {
  display: block;
}
.games-list-container .games-list .list .games .game img {
  height: 40px;
  border-radius: 4px;
  float: left;
  margin: 10px 5px 10px 10px;
}
.games-list-container .games-list .list .games .game .name {
  color: #1e32c7;
  margin-right: 5px;
  font-weight: 700;
  float: left;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.games-list-container .games-list .list .games .game .players {
  color: #ffcc3e;
  margin-right: 5px;
  font-size: 1rem;
  float: left;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
}
.games-list-container .games-list .list .games .game .players.fire {
  color: #ff190e !important;
}
.games-list-container .games-list .list .games .game .description {
  color: #cccccc;
  font-size: 0.8rem;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  line-height: 60px;
  display: inherit;
  font-weight: 600;
}
.games-list-container .games-list .list .games .game.active {
  background: #ffd41d;
}
.games-list-container .games-list .list .games .game.active .name {
  color: #1e32c7 !important;
}
.games-list-container .games-list .list .games .game.active .players {
  color: #1e32c7;
}
.games-list-container .games-list .list .games .game.active .description {
  color: #1e32c7;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.md-switch .md-switch-container .md-switch-thumb {
  border: 2px solid #3276ff;
  background: #3276ff;
}
.md-switch .md-switch-container {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.md-theme-default.md-switch.md-checked.md-primary .md-switch-container {
  background: #1e32c7 !important;
}
.md-theme-default.md-switch.md-checked.md-primary .md-switch-thumb {
  border: 2px solid #3276ff;
  background: #3276ff !important;
}
.fb-page {
  height: 330px;
  overflow: hidden;
  moz-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -webkit-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -o-box-shadow: 0px 0px 5px 0px #cfcfcf;
  box-shadow: 0px 0px 5px 0px #cfcfcf;
  border-radius: 4px;
}
.form-shadow {
  position: absolute;
  width: 100%;
  padding: 12px 0 0 0;
  z-index: 0;
}
.form-shadow img {
  width: 100%;
}
.podium .podium-top-background {
  height: 400%;
  width: 220%;
  top: -325px;
  left: -500px;
  z-index: 0;
  position: absolute;
  background: url('/img/background_podium.jpg') no-repeat;
  background-position: center 50%;
  animation: rotatepodium 30s 1 linear;
  -webkit-animation: rotatepodium 30s 1 linear;
  -moz-animation: rotatepodium 30s 1 linear;
  -o-animation: rotatepodium 30s 1 linear;
}
.podium .podium-bottom {
  padding-top: 20px;
}
.podium .podium-bottom .card-body {
  border-bottom: 1px solid #f1f1f1;
}
.podium .podium-bottom .icon-container {
  width: 100%;
  padding: 2px;
}
.podium .podium-bottom .icon {
  width: 25px;
  height: 25px;
  border-radius: 4px;
}
.podium .podium-bottom .spinner-container {
  height: 100px;
  position: relative;
  width: 100px;
  margin: auto;
}
.podium .podium-bottom .spinner-container .spinner {
  height: 100px;
  width: 100px;
  display: block;
  position: absolute;
  background: #000;
  border-radius: 50%;
  border: 4px solid #fec322;
}
.podium .podium-bottom .spinner-container .spinner img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  border-radius: 50%;
}
.podium .podium-bottom .spinner-container .md-spinner {
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
}
.podium .podium-bottom .count {
  height: 29px;
  line-height: 29px;
  color: #a1a1a1;
}
.podium .podium-top {
  height: 320px;
  background: url('/img/podium.png') no-repeat;
  animation: 1s slideup;
  transition: 1s ease slideup;
  background-position: center 100%;
  padding: 0 55px;
  color: #000;
}
.podium .podium-top .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.podium .podium-top .username {
  font-weight: 500;
  color: #ffc907;
}
.podium .podium-top .coupe {
  background: url(/img/icon-trophy.png) no-repeat;
  height: 70px;
  width: 77px;
  position: absolute;
  display: block;
  left: 47.5%;
  top: 144px;
}
.podium .podium-top .space {
  width: 19.4%;
  float: left;
  height: 240px;
}
.podium .podium-top .first {
  color: #fff;
  width: 21.5%;
  text-align: center;
  float: left;
  height: 193px;
  padding-top: 33px;
  animation: 4s slidedown-first;
  transition: 4s ease slidedown-first;
}
.podium .podium-top .second {
  color: #fff;
  width: 20%;
  text-align: center;
  float: left;
  height: 240px;
  padding-top: 150px;
  animation: 3s slidedown-second;
  transition: 3s ease slidedown-second;
}
.podium .podium-top .third {
  color: #fff;
  width: 20%;
  text-align: center;
  float: left;
  height: 262px;
  padding-top: 172px;
  animation: 2s slidedown-third;
  transition: 2s ease slidedown-third;
}
@keyframes rotatepodium {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatepodium {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotatepodium {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotatepodium {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes slidedown-second {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 150px;
  }
}
@keyframes slidedown-first {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 33px;
  }
}
@keyframes slidedown-third {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 172px;
  }
}
@keyframes slideup {
  0% {
    background-position: center 160%;
  }
  100% {
    background-position: center 100%;
  }
}
.podium .md-dialog-title {
  font-size: 2rem;
}
.podium .md-dialog-title .sub-title {
  font-size: 1rem;
  margin-top: 10px;
}
.podium .md-dialog-content {
  height: 600px;
  padding: 0px 15px;
}
.podium .replay {
  position: relative;
  margin: 20px 0 0 0;
  width: 100%;
  display: block;
  padding: 10px 0;
  color: #fff;
  border: 2px solid #fff;
  background: #1e32c7;
  cursor: pointer;
  font-weight: 800;
  font-size: 1.2rem;
}
.podium .replay img {
  margin-right: 5px;
  height: 31px;
}
.podium .rank {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
.podium .points {
  border-right: 1px solid #cacaca;
  color: #fcd017;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
.podium .ranking {
  margin: 0;
  font-size: 0.8rem;
}
.podium .ranking.mobile {
  display: none;
}
.podium .ranking .card-body {
  height: 261px;
  overflow-y: scroll;
}
.podium .ranking .card-body::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.podium .ranking .card-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
.podium .ranking .card-body::-webkit-scrollbar-track {
  background-color: #fff;
}
.podium .ranking .line {
  margin-bottom: 5px;
}
.podium .ranking .line .md-avatar {
  height: 20px;
  width: 20px;
  min-width: 20px;
  min-height: 20px;
}
.md-theme-default.md-tabs > .md-tabs-navigation {
  background-color: #feca2b !important;
}
.md-theme-default.md-tabs > .md-tabs-navigation .md-tab-header.md-active,
.md-theme-default.md-tabs > .md-tabs-navigation .md-tab-header:focus {
  background: #fead00;
}
.md-theme-default.md-tabs > .md-tabs-navigation .md-tab-indicator {
  background-color: #feca2b !important;
}
.md-tabs .md-tabs-wrapper {
  background: #fff;
}
.md-input-container.md-theme-default.md-input-focused input {
  color: #000 !important;
}
.md-input-container.md-theme-default.md-input-focused label {
  color: #000 !important;
}
.without-padding {
  padding: 0;
}
.md-input-container.md-input-focused:after {
  background-color: #3276ff !important;
}
.md-dialog-actions {
  padding: 8px;
}
.usernameModal img {
  height: 100px;
}
.usernameModal .start {
  margin-top: 0;
  border-radius: 4px;
}
.start {
  position: relative;
  margin: auto;
  margin-top: 20px;
  width: 100%;
  display: block;
  border: 0;
  padding: 10px 0;
  color: #fff;
  background: #1e32c7;
  cursor: pointer;
  font-weight: 800;
  font-size: 1.2rem;
}
.start img {
  margin-right: 5px;
  height: 31px;
}
.start:hover {
  background: #1e32c7;
}
.chat-outer {
  position: relative;
  display: table-cell;
  z-index: 5;
}
.friends-list {
  height: 100%;
  top: 0;
  background: #343434;
  z-index: 1;
  color: #fff;
  position: fixed;
  width: 20%;
  right: 0;
  min-width: 220px;
}
.friends-list .unsigned {
  padding: 0 15px;
  text-align: center;
  font-size: 1.1rem;
  padding-top: 75%;
  height: 100%;
}
.friends-list .unsigned img {
  height: 100px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.friends-list .unsigned strong {
  color: #feb208;
  font-weight: 800;
}
.friends-list .unsigned .start {
  border-radius: 4px;
  font-size: 1rem;
  margin-bottom: 20px;
}
.friends-list .unsigned a {
  cursor: pointer;
  font-size: 0.9rem;
}
.friends-list .reduce {
  position: absolute;
  width: 100%;
  height: 30px;
  background: #ffc907;
  top: -30px;
  right: 0;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 1rem;
  text-align: left;
  padding-left: 10px;
  line-height: 30px;
  cursor: pointer;
}
.friends-list .reduce span {
  font-size: 50px;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 6.5px;
  right: 14.5px;
  color: #dd8011;
  display: none;
  line-height: 11px;
}
@media (max-width: 1280px) {
  .friends-list {
    height: 80%;
    bottom: -80%;
    top: auto;
    right: 10px;
  }
  .friends-list.active {
    bottom: 0;
  }
  .friends-list.active .reduce span {
    display: block;
  }
}
.friends-list .chatroom {
  top: 6%;
  position: absolute;
  width: 100%;
  height: 94%;
}
.friends-list .chatroom .messages {
  height: 85%;
  position: absolute;
  width: 100%;
  overflow-y: scroll;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (max-width: 1280px) {
  .friends-list .chatroom .messages {
    height: 74%;
    padding-bottom: 0;
  }
}
.friends-list .chatroom .messages::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.friends-list .chatroom .messages::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.friends-list .chatroom .messages::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
.friends-list .chatroom .input {
  position: absolute;
  height: 15%;
  min-height: 120px;
}
.friends-list .header {
  margin-left: 0;
  margin-right: 0;
  height: 6%;
  line-height: 56px;
  background: #343434;
  color: #9b9b9b;
  font-weight: 800;
  font-size: 14px;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #454545;
}
.friends-list .header .tab {
  cursor: pointer;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 400;
  padding-left: 15px;
  background: #252525;
}
.friends-list .header .tab.active {
  color: #fff;
  background: #343434;
}
.friends-list .md-avatar.md-small {
  height: auto;
  max-width: 100%;
  min-width: 30px;
  min-height: 30px;
}
.friends-list .contacts {
  padding: 0 10px;
  background: #343434;
  height: 46%;
  overflow: hidden;
  overflow-y: auto;
  border-bottom: 1px solid #454545;
  position: absolute;
  width: 100%;
  top: 6%;
  padding-top: 40px;
}
.friends-list .contacts::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.friends-list .contacts::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.friends-list .contacts::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
.friends-list .contacts .friends-search {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.friends-list .contacts .friends-search input {
  width: 100%;
  height: 40px;
  border: 0;
  background: #565353;
  padding: 10px;
  color: #9b9b9b;
}
.friends-list .contacts .friend-empty {
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.friends-list .contacts .friend {
  cursor: pointer;
  margin: 5px -15px;
  padding: 5px 15px;
}
.friends-list .contacts .friend:first-child {
  margin-top: 0;
}
.friends-list .contacts .friend:last-child {
  margin-bottom: 0;
}
.friends-list .contacts .friend :not(.online) .username {
  line-height: 35px;
}
.friends-list .contacts .friend.online {
  color: #fff;
}
.friends-list .contacts .friend.online .username {
  color: #fff;
  line-height: 1rem;
  padding-top: 2px;
}
.friends-list .contacts .friend.online .game {
  color: #fff;
  display: block;
  margin-top: 0;
}
.friends-list .contacts .friend:hover {
  background: rgba(255, 255, 255, 0.1);
}
.friends-list .contacts .friend .username {
  font-size: 0.9rem;
  color: #9a9a9a;
}
.friends-list .contacts .friend .username .game {
  opacity: 0.8;
  color: #ccc;
}
.friends-list .contacts .friend .username .game img {
  height: 0.8rem;
  width: auto;
}
.friends-list .contacts .friend .game {
  font-size: 0.7rem;
  color: grey;
  text-transform: uppercase;
  margin-top: -4px;
}
.friends-list .contacts .friend .game img {
  width: 0.7rem;
}
.friends-list .contacts .friend .status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  margin: 13px 0;
}
.friends-list .contacts .friend .status.online {
  background: #44da5c;
}
.friends-list .new-friend {
  width: 100%;
  position: absolute;
  left: 0;
  top: 52.6%;
}
.friends-list .new-friend button {
  background: #343434;
  border: 1px solid #343434;
  color: #9b9b9b;
  width: 100%;
  cursor: pointer;
}
.friends-list .new-friend button:hover {
  opacity: 0.6;
}
.friends-list .suggestion-header {
  top: 56%;
  z-index: 5;
  padding-left: 10px;
  border-top: 1px solid #454545;
}
.friends-list .suggestion-header .title {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.friends-list .suggestions-container {
  height: 20%;
  border-bottom: 1px solid #454545;
  position: absolute;
  width: 100%;
  top: 56%;
}
.friends-list .suggestions-container .title {
  padding-left: 10px;
  font-weight: 800;
  position: absolute;
  width: 100%;
  background: #444444;
  z-index: 5;
  border-bottom: 1px solid #585858;
}
.friends-list .suggestions-container .friend-empty {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.friends-list .suggestions-container .suggestions {
  overflow: hidden;
  overflow-y: auto;
  padding: 15px 10px;
  position: absolute;
  width: 100%;
  height: 73%;
  bottom: 0;
}
.friends-list .suggestions-container .suggestions .btn-facebook {
  height: 40px;
  padding: 0;
  width: 80%;
  margin: 10px auto;
}
.friends-list .suggestions-container .suggestions .btn-facebook:before {
  line-height: 40px;
}
.friends-list .suggestions-container .suggestions::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.friends-list .suggestions-container .suggestions::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.friends-list .suggestions-container .suggestions::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
.friends-list .suggestions-container .suggestions .suggestion {
  padding: 5px 15px;
  margin: 5px -15px;
  line-height: 30px;
}
.friends-list .suggestions-container .suggestions .suggestion a {
  color: #fff;
}
.friends-list .suggestions-container .suggestions .suggestion .add-button {
  color: #ffc907;
  cursor: pointer;
  font-size: 1.3rem;
}
.friends-list .suggestions-container .suggestions .suggestion .add-button:hover {
  color: #feb811;
}
.friends-list .waiting-ask-header {
  top: 76%;
}
.friends-list .waiting-ask-container {
  top: 76%;
}
.friends-list .waiting-ask-container .notif-action-btn {
  display: inline-flex;
  font-size: 0.8rem;
  border-radius: 4px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.friends-list .waiting-ask-container .notif-action-btn.accept {
  background: #ffc907;
}
.friends-list .waiting-ask-container .notif-action-btn.accept:hover {
  opacity: 0.8;
}
.friends-list .waiting-ask-container .notif-action-btn.refuse {
  background: #ef4d4d;
}
.friends-list .waiting-ask-container .notif-action-btn.refuse:hover {
  background: #da3b3b;
}
.friends-list .waiting-ask-container .notif-action-btn i {
  font-size: 0.9rem;
  color: #343434;
}
.status.online {
  background: green;
}
.currentDiscussions {
  position: fixed;
  bottom: 0;
  right: 20%;
  z-index: 3;
}
@media (max-width: 1279px) {
  .currentDiscussions {
    right: 230px;
  }
}
.discussion-container {
  width: 275px;
  margin-right: 10px;
  height: 325px;
  display: inline-block;
  border: 0;
  border-radius: 4px;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
}
.discussion-container .header {
  height: 40px;
  padding: 0 10px;
  background: #1e32c7;
  color: #fff;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  align-items: center;
}
.discussion-container .header .close-btn {
  display: inline-block;
  line-height: 38px;
  cursor: pointer;
  color: #fff;
}
.discussion-container .header > div {
  flex: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  min-width: 0;
}
.discussion-container .header > div a {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.discussion-container .header > div a:hover {
  text-decoration: none;
}
.discussion-container .header > div .user-avatar {
  width: 30px;
  height: 30px;
  margin-right: .5rem;
}
.discussion-container.not-active {
  height: 40px;
}
.discussion-container.not-active .messages {
  display: none;
}
.discussion-container.not-active .input {
  height: 0;
}
.discussion-container.not-active .input input {
  display: none;
}
.discussion-container.active .messages {
  width: 100%;
  height: 250px;
  display: block;
  overflow-y: scroll;
}
.discussion-container.active .input {
  width: 100%;
  height: 35px;
}
.discussion-container.active .input input {
  display: block;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 0 5px;
  border-top: 1px solid #d9d9d9;
  height: 35px;
}
.discussion-container .messages {
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.discussion-container .messages::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.discussion-container .messages::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
.discussion-container .messages::-webkit-scrollbar-track {
  background-color: #fff;
}
.discussion-container .messages .message-container {
  clear: both;
}
.discussion-container .messages .message-container.welcome {
  padding: 0 5px;
}
.discussion-container .messages .message-container .avatar {
  display: inline-block;
  float: left;
  border-radius: 50%;
  margin: 10px 0 0 10px;
  width: 10%;
}
.discussion-container .messages .message-content {
  background: #ebecee;
  border-radius: 4px;
  margin: 10px;
  padding: 5px;
  display: inline-block;
  max-width: 77%;
  word-break: break-word;
}
.discussion-container .messages .message-content.me {
  background: #3276ff;
  color: #fff;
  float: right;
}
.discussion-container .messages .date {
  text-align: center;
  font-size: 0.5rem;
}
.message-content {
  word-break: break-word;
}
.game-chat .message-container:hover  .moderations {
  display: block;
}
.game-chat {
  background: #eeeeee;
}
.game-chat .moderations {
  position: fixed;
  display: none;
  padding: 4px 5px 0 5px;
  background: #3a3a3a;
  margin-left: -48px;
  z-index: 101;
  margin-top: 0;
}
.game-chat .moderations i {
  font-size: 17px;
  cursor: pointer;
  color: #fff;
}
.game-chat .messages {
  padding: 10px 0;
}
.game-chat .messages .message-container {
  color: #fff;
  margin-bottom: 7px;
  font-size: 0.8rem;
  word-break: break-all;
}
.game-chat .messages .message-container .chat-emote {
  display: inline-block;
  height: 18px;
  margin-top: -4px;
}
.game-chat .messages .message-container.welcome {
  padding: 0 5px;
}
.game-chat .messages .message-container .avatar img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin: auto;
}
.game-chat .messages .message-container strong {
  cursor: pointer;
}
.game-chat .messages .profile-card {
  position: absolute;
  background: #fff;
  color: #000;
  z-index: 5;
  margin-top: 25px;
  border-radius: 4px;
}
.game-chat .messages .profile-card .top {
  margin-bottom: 5px;
  background: #ffc907;
  margin-right: 0;
  margin-left: 0;
  padding: 5px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 36px;
  font-size: 1rem;
}
.game-chat .messages .profile-card .top .username {
  text-transform: capitalize;
  color: #fff;
}
.game-chat .messages .profile-card .top .close {
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 1rem;
  cursor: pointer;
  opacity: 1;
}
.game-chat .messages .profile-card .bottom {
  margin-right: 0;
  margin-left: 0;
  padding: 5px;
}
.game-chat .messages .profile-card .bottom .nopadding {
  padding: 5px;
}
.game-chat .messages .profile-card .bottom .btn.btn-primary {
  color: #fff;
  background: #3276ff;
  border: 0;
  width: 100%;
  font-size: 0.7rem;
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.game-chat .messages .profile-card .bottom .btn.btn-primary:hover {
  background: #3276ff;
}
.game-chat .messages .profile-card .avatar img {
  width: 100%;
  height: auto;
}
.game-chat .input {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 15px;
  border-top: 1px solid #454545;
}
.game-chat .input .emotes i {
  color: grey;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.game-chat .input .emotes .emotes-expand {
  height: 250px;
  width: 254px;
  position: absolute;
  background: #fff;
  top: -240px;
  display: none;
  padding: 10px;
  overflow: hidden;
  overflow-y: scroll;
}
.game-chat .input .emotes .emotes-expand::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.game-chat .input .emotes .emotes-expand::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
.game-chat .input .emotes .emotes-expand::-webkit-scrollbar-track {
  background-color: #fff;
}
.game-chat .input .emotes .emotes-expand.active {
  display: block;
}
.game-chat .input .emotes .emotes-expand .emote {
  display: inline-block;
}
.game-chat .input .emotes .emotes-expand .emote img {
  width: 25px;
  cursor: pointer;
  padding: 2px;
}
.game-chat .input .chat-settings {
  height: 50px;
}
.game-chat .input .chat-settings i {
  margin: 13px 0;
  cursor: pointer;
}
.game-chat .input .chat-settings .settings-container {
  height: 100px;
  width: 250px;
  position: absolute;
  background: #fff;
  bottom: 40px;
  display: none;
  padding: 10px;
  color: #343434;
}
.game-chat .input .chat-settings .settings-container label {
  font-weight: 500;
}
.game-chat .input .chat-settings .settings-container.active {
  display: block;
}
.game-chat .input .chat-settings .settings-container .colors {
  width: 100%;
}
.game-chat .input .chat-settings .settings-container .colors .color {
  height: 0;
  width: 25px;
  padding-bottom: 25px;
  margin: 5px 0;
  display: inline-block;
  cursor: pointer;
}
.game-chat .input .chat-settings .settings-container .colors .color:first-child {
  margin-left: 0;
}
.game-chat .input .chat-settings .settings-container .colors .color:last-child {
  margin-right: 0;
}
.game-chat .input .chat-settings .settings-container .colors .color.red {
  background: #ec2626;
}
.game-chat .input .chat-settings .settings-container .colors .color.blue {
  background: #68c0ea;
}
.game-chat .input .chat-settings .settings-container .colors .color.green {
  background: #3bd27f;
}
.game-chat .input .chat-settings .settings-container .colors .color.purple {
  background: #b565ff;
}
.game-chat .input .chat-settings .settings-container .colors .color.yellow {
  background: #fec322;
}
.game-chat .input .chat-settings .settings-container .colors .color.red-2 {
  background: #d05d5d;
}
.game-chat .input .chat-settings .settings-container .colors .color.blue-2 {
  background: #9999ff;
}
.game-chat .input .chat-settings .settings-container .colors .color.green-2 {
  background: #9ACD32;
}
.game-chat .input .bounce-enter-active {
  animation: bounce-in 0.5s;
}
.game-chat .input .bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}
@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.game-chat .input .error {
  background: #ffc907;
  width: 100%;
  line-height: 30px;
  padding: 0 10px;
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  bottom: 87%;
  border-radius: 4px 4px 0px 0px;
}
.game-chat .input textarea {
  width: 100%;
  border: 1px solid #3276ff;
  border-radius: 4px;
  padding: 5px;
  resize: none;
}
.game-chat .input .start {
  width: auto;
  padding: 5px 10px;
  border: 0;
  border-radius: 4px;
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
  background: #3276ff;
  display: inline;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.classement .card-body {
  padding: 0;
}
.counters-container {
  background: #ffe8ac;
  margin-left: 0;
  margin-right: 0;
}
.counters-container .col-md-3 {
  padding: 0 10px;
}
.counters-container .counters {
  background: #fff;
  border-radius: 4px;
  width: 100%;
  height: 30px;
  display: block;
  margin: 10px 0;
}
.counters-container .counters .icon-container {
  width: 100%;
  height: 30px;
  padding: 2px;
}
.counters-container .counters .icon {
  width: 100%;
  height: 26px;
  border-radius: 4px;
}
.counters-container .counters .count {
  color: #c3c2c2;
  line-height: 30px;
}
.fail .icon {
  background: url('/img/icon-fail.png') no-repeat #dfdfdf;
  background-size: 66%;
  background-position: 50% 50%;
}
.artist .icon {
  background: url('/img/icon-megaphone.png') no-repeat #38ea5e;
  background-size: 66%;
  background-position: 50% 50%;
}
.music .icon {
  background: url('/img/icon-note.png') no-repeat #38ea5e;
  background-size: 66%;
  background-position: 50% 50%;
}
.win .icon {
  background: url('/img/icon-eclair-yellow.png') no-repeat #ffc907;
  background-size: 50%;
  background-position: 50% 50%;
}
.facebook-button {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  border-color: transparent;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  padding: 15px;
  cursor: pointer;
}
.facebook-button:before {
  content: "\f09a";
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 1.2rem;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:hover {
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.google-button {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  border-color: transparent;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  padding: 15px;
  cursor: pointer;
}
.google-button:before {
  content: "\f0d5";
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 1.2rem;
}
.btn-google {
  color: #ffffff;
  background-color: #cd201f;
  border-color: #cd201f;
}
.btn-google:hover {
  background-color: #a11918;
  border-color: #981817;
}
.auth-separator {
  margin: 20px 0;
  color: #fff;
}
.page-header {
  background: #ffc907;
  background: url(../img/background-pochettes.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: center;
  padding: 40px 0;
}
.page-header h1 {
  color: #ffc907;
  font-weight: 800;
  font-size: 4rem;
  font-style: italic;
}
.auth-require .start {
  margin: 0 0;
  font-weight: 400;
  padding: 8px 0px;
  border-radius: 4px;
}
.static-container {
  margin: 45px 0;
}
.static-container input {
  display: block;
  border-radius: 4px;
  height: 40px;
  border: 1px solid #b8b4b3;
  padding: 0 5px;
  margin: auto;
  width: 100%;
}
.static-container.container-sm {
  width: 420px;
  margin: auto;
}
#password_request {
  text-align: center;
}
#password_request .static-container {
  padding: 100px 0 200px 0;
}
#password_request input[type=submit] {
  margin: auto;
  width: auto;
  display: block;
  padding: 10px 50px;
  color: #fff;
  border: 2px solid #fff;
  background: #1e32c7;
  cursor: pointer;
  margin: 15px auto;
}
#password_request input[type=submit]:hover {
  background: #1e32c7;
}
.ranking-container {
  padding: 45px 0;
  position: relative;
}
.ranking-container .games-list .card {
  height: 100%;
}
.ranking-container .games-list .card-header h4 {
  font-weight: 500;
}
.ranking-container .games-list .card-body {
  padding: 0;
  min-height: 500px;
  max-height: 1000px;
  overflow: hidden;
  overflow-y: scroll;
}
.ranking-container .games-list .card-body::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.ranking-container .games-list .card-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
.ranking-container .games-list .card-body::-webkit-scrollbar-track {
  background-color: #fff;
}
.ranking-container .games-list .card-body .game {
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ranking-container .games-list .card-body .game:hover {
  color: #fff;
  background: #3276ff;
}
.ranking-container .games-list .card-body .game.disable {
  background: rgba(0, 0, 0, 0.1);
  cursor: default;
}
.ranking-container .games-list .card-body .game.disable .disable {
  position: absolute;
  margin-top: -10px;
  cursor: default;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.ranking-container .games-list .card-body .game.disable .disable span {
  display: none;
  color: #fff;
}
.ranking-container .games-list .card-body .game.disable .disable:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 100px;
  text-align: center;
}
.ranking-container .games-list .card-body .game.disable .disable:hover span {
  display: block;
}
.ranking-container .games-list .card-body .game.active {
  color: #fff;
  background: #3276ff;
}
.ranking-container .games-list .card-body .game span {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.ranking-container .games-list .card-body .game img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.ranking-container .game-ranking .card-header .md-button.md-icon-button {
  width: auto;
}
.ranking-container .game-ranking .card-header .md-button.md-theme-default {
  background: #1e32c7;
  color: #fff;
}
.ranking-container .game-ranking .card-header .md-button.md-theme-default.md-toggle {
  background: #3276ff;
}
.ranking-container .game-ranking .card-header .md-button.md-theme-default:hover {
  background: #3276ff;
}
.ranking-container .game-ranking .card-header .md-button-toggle > .md-button:first-child {
  border-radius: 4px 0 0 4px;
}
.ranking-container .game-ranking .card-header .md-button-toggle > .md-button:last-child {
  border-radius: 0 4px 4px 0;
}
.ranking-container .game-ranking .card-header h4 {
  font-weight: 500;
}
.ranking-container .game-ranking .card-body {
  height: 1000px;
  padding: 0;
}
.ranking-container .game-ranking .card-body .player {
  height: 40px;
  padding: 10px 0;
  line-height: 20px;
  font-weight: 500;
}
.ranking-container .game-ranking .card-body .player img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.ranking-container .game-ranking .card-body .player .position {
  font-weight: 500;
}
.ranking-container .game-ranking .card-body .my-position .player {
  background: #3276ff;
  color: #fff;
  margin-left: -16px;
  margin-right: -16px;
}
.ranking-container .game-ranking .card-body .my-position .title {
  color: #3276ff;
  margin-bottom: 5px;
  display: block;
}
.ranking-container .game-ranking .card-body .all-players {
  margin-top: 20px;
  height: 800px;
}
.ranking-container .game-ranking .card-body .all-players .content {
  height: 785px;
  overflow: hidden;
  overflow-y: scroll;
}
.ranking-container .game-ranking .card-body .all-players .content::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.ranking-container .game-ranking .card-body .all-players .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
.ranking-container .game-ranking .card-body .all-players .content::-webkit-scrollbar-track {
  background-color: #fff;
}
.ranking-container .game-ranking .card-body .all-players .player {
  background: transparent;
  color: #fec901;
  margin-left: -16px;
  margin-right: -16px;
}
.ranking-container .game-ranking .card-body .all-players .separator {
  border-bottom: 1px solid #e6e6e6;
}
.ranking-container .game-ranking .card-body .all-players .user {
  color: #000;
}
.ranking-container .game-ranking .card-body .all-players .user a {
  color: #000 !important;
  font-weight: 500;
}
.ranking-container .game-ranking .card-body .all-players .niveau {
  color: #99e634;
}
.ranking-container .game-ranking .card-body .all-players .title {
  color: #fec901;
  margin-bottom: 5px;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.ranking-container .game-ranking .card-body .all-players .title .pagination {
  color: #b8b4b3;
  float: right;
}
.ranking-container .game-ranking .card-body .all-players .title .pagination .material-icons {
  margin-top: -2px;
  cursor: pointer;
}
.ranking-container .game-ranking .card-body .date-selector {
  background: #fdf5d1;
  height: 50px;
  color: #ffc907;
  text-align: center;
  line-height: 50px;
  font-size: 1.4rem;
  font-weight: 500;
}
.ranking-container .game-ranking .card-body .date-selector .material-icons {
  font-size: 1.8rem;
  font-weight: 500;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.ranking-container .game-ranking .card-body .md-theme-default.md-tabs > .md-tabs-navigation {
  background: #fff !important;
  border-bottom: 1px solid #e6e6e6;
}
.ranking-container .game-ranking .card-body .md-tab-header {
  font-size: 1em !important;
  font-weight: 800 !important;
  font-style: italic !important;
  color: #b8b4b3 !important;
}
.ranking-container .game-ranking .card-body .md-tab-header.md-active {
  font-size: 1em !important;
  font-weight: 800 !important;
  font-style: italic !important;
  color: #1e32c7 !important;
  background: #fff;
}
.ranking-container .game-ranking .card-body .md-theme-default.md-tabs > .md-tabs-navigation .md-tab-indicator {
  background-color: #1e32c7 !important;
}
.ranking-container .game-ranking .card-body .md-theme-default.md-tabs > .md-tabs-navigation .md-tab-header:focus {
  background: #fff;
}
.sk-circle-container {
  height: 100%;
}
.sk-circle-container p {
  text-align: center;
  width: 100%;
  color: #feca2b;
  font-size: 1.5rem;
  margin-top: 40px;
}
.sk-circle-container.on-top-of {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.sk-circle-container.fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.sk-circle {
  margin: auto;
  width: 40px;
  height: 40px;
  top: 50%;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #feca2b;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle.blue .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #3276ff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.coming-soon {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.static-page {
  margin: 20px 0 20px 0;
  background: transparent !important;
}
.static-page .static .shadow {
  -moz-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -webkit-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -o-box-shadow: 0px 0px 5px 0px #cfcfcf;
  box-shadow: 0px 0px 5px 0px #cfcfcf;
  border-radius: 8px;
}
.static-page .static .shadow h2 {
  background: #ffc907;
  font-size: 1.3em;
  font-weight: 800;
  color: #fff;
  padding: 20px 0 20px 20px;
  border-radius: 8px 8px 0 0;
  margin: 0;
}
.static-page .static .shadow .content {
  background: #fff;
  color: #474747;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.static-page .static .shadow .content h3 {
  color: #1e32c7;
  margin: 0;
  font-size: 1.3em;
  font-weight: 800;
  font-style: italic;
  margin-bottom: .3rem;
}
.static-page strong {
  font-weight: 500;
}
.on-fire-panel {
  height: 350px;
  margin: 40px 0;
}
.on-fire-panel .card {
  height: 100%;
  margin: 0;
}
.on-fire-panel .card .card-body-onfire {
  padding: 1.25rem;
}
.on-fire-panel h4 {
  color: #000;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.on-fire-panel .blue {
  font-size: 26px;
  font-weight: 800;
  color: #1e32c7;
}
.on-fire-panel .game .name {
  color: #ffc907;
  font-weight: 700;
}
.on-fire-panel .game .players {
  font-weight: 600;
}
.on-fire-panel .game img {
  height: 160px;
  border-radius: 6px;
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
  opacity: 1;
}
.on-fire-panel .game img:hover {
  opacity: 0.7;
}
.on-fire-panel .game .fire {
  color: #ff190e;
}
.on-fire-panel .game .row {
  margin: 0;
}
.month-rank {
  height: 330px;
}
.month-rank .card {
  height: 100%;
  margin: 0;
}
.month-rank h3 {
  color: #000;
  font-weight: 800;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.month-rank .title.blue {
  margin-right: 4px;
  font-weight: 800;
  font-size: 1.35em;
  font-style: italic;
  color: #1e32c7;
  letter-spacing: 0em;
}
.month-rank .ranking.grey {
  font-weight: 800;
  font-size: 1em;
  font-style: italic;
  color: #afafaf;
}
.month-rank .blue {
  color: #1e32c7;
}
.month-rank .yellow {
  color: #ffc907;
}
.month-rank .grey {
  color: #afafaf;
}
.month-rank .player-rank {
  margin-bottom: 10px;
}
.month-rank .player-rank .username {
  color: #666;
  font-weight: 800;
}
.month-rank .player-rank:first-child {
  margin-top: 10px;
}
.month-rank .player-rank:first-child .username {
  color: #ffc907;
}
.month-rank .player-rank:first-child .points {
  color: #ffc907;
}
.month-rank .player-rank:first-child .rank {
  color: #ffc907;
}
.month-rank .player-rank:nth-child(2) {
  margin-top: 10px;
}
.month-rank .player-rank:nth-child(2) .username {
  color: #ffc907;
}
.month-rank .player-rank:nth-child(2) .points {
  color: #ffc907;
}
.month-rank .player-rank:nth-child(2) .rank {
  color: #ffc907;
}
.month-rank .player-rank:nth-child(3) {
  margin-top: 10px;
}
.month-rank .player-rank:nth-child(3) .username {
  color: #ffc907;
}
.month-rank .player-rank:nth-child(3) .points {
  color: #ffc907;
}
.month-rank .player-rank:nth-child(3) .rank {
  color: #ffc907;
}
.month-rank .player-rank:nth-child(7) {
  margin-bottom: 0;
}
.month-rank .player-rank:nth-child(8) {
  margin-bottom: 0;
}
.month-rank .player-rank:nth-child(9) {
  margin-bottom: 0;
}
.month-rank .player-rank .rank {
  font-size: 2rem;
  color: #cccccc;
  vertical-align: middle;
  display: flex;
  align-items: center;
  text-align: center;
}
.month-rank .player-rank .points {
  font-weight: 500;
  color: #666;
}
.month-rank .player-rank .avatar {
  border-radius: 50%;
  height: 44px;
  width: 44px;
}
#carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 260px;
  margin: 10px 0;
  padding-top: 40px;
}
#carousel .slide {
  position: absolute;
  transition: all 1s ease-out;
  opacity: 1;
  z-index: 50;
  margin: auto;
  display: block;
  transform: scale(0.9) translateX(-150%);
  height: 100px;
  width: 33%;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #43628a;
}
#carousel .slide .backgroundBlur {
  filter: blur(3px) brightness(1.7);
  content: '';
  border-radius: 4px;
  position: absolute;
  width: 110%;
  height: 110%;
  margin-top: -5px;
  margin-left: -5px;
  background-size: cover;
  opacity: 0.7;
  transform: scale3d(-1, 1, 1);
}
#carousel .slide.active {
  transform: translateX(100%) scale(1.5);
  z-index: 100;
  display: block;
  opacity: 1;
}
#carousel .slide.previous {
  display: block;
  transform: scale(0.9) translateX(0%);
  opacity: 0.7;
  filter: grayscale(50%);
}
#carousel .slide.active + .slide {
  display: block;
  transform: scale(0.9) translateX(220%);
  opacity: 0.7;
  filter: grayscale(50%);
}
#carousel .slide.active + .slide ~ .slide {
  display: block;
  transform: scale(0.9) translateX(350%);
}
#carousel .slide img {
  width: 75%;
  margin: auto;
  display: block;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#carousel .history-detail {
  position: absolute;
  top: 180px;
  text-align: center;
  width: 100%;
}
#carousel .history-detail .field-one {
  color: #3276ff;
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 7px;
}
#carousel .history-detail .field-two {
  color: #ccc;
}
/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/
.btn-start-game {
  position: absolute;
  z-index: 101;
  margin: auto;
  left: 50%;
  top: 180px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  text-shadow: 1px 1px #000;
  margin-top: -40px;
  background: #1e32c7;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.btn-start-game.owner {
  left: 40%;
  top: 120px;
}
.btn-start-game span {
  animation: blink 1.4s infinite;
  font-size: 3rem;
}
.btn-start-game span:nth-child(3) {
  animation-delay: .2s;
}
.btn-start-game span:nth-child(4) {
  animation-delay: .4s;
}
@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
.btn.btn-start-game {
  font-size: 1.2rem;
  text-shadow: none;
  position: relative;
  left: auto;
  top: 0;
  margin-left: 0;
  margin-top: 20px;
  border-color: #fff;
  padding: 10px 10px;
  border-radius: 4px;
}
.vue-slider-component .vue-slider-dot.vue-slider-always .vue-slider-tooltip-wrap {
  display: none !important;
}
.vue-slider-component .vue-slider-tooltip {
  display: none !important;
}
.vue-slider-component.vue-slider-vertical {
  height: 170px !important;
  padding: 0 8px !important;
  width: 9%;
  display: inline-block;
  float: right;
  margin-top: 25px;
}
.vue-slider-component .vue-slider {
  background-color: #fff !important;
}
.playlist-modal .vignette img {
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
}
.playlist-modal .checked {
  height: 30px;
  width: 30px;
  background: #1e32c7;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 2px;
  right: 17px;
  text-align: center;
  padding-top: 5px;
}
.paypal-button .paypal-button-text {
  display: none;
}
.paypal-button-text {
  display: none;
}
.limitation-modal i {
  font-size: 6rem;
  display: block;
  margin-bottom: 10px;
}
.limitation-modal .md-dialog-title {
  font-size: 1.2rem;
}
.limitation-modal .btn.start {
  color: #fff;
  text-decoration: none;
}
.limitation-modal .btn.start:hover {
  color: #fff;
  text-decoration: none;
}
.center {
  text-align: center;
}
.status_error {
  font-size: 100px;
  padding: 60px;
}
section.smiley_sad {
  position: relative;
  display: inline-block;
  padding: 40px;
}
section.smiley_sad .face {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ffc907;
}
section.smiley_sad .eyes {
  position: relative;
  width: 16%;
  height: 16%;
  background-color: #fff;
  margin-top: 30%;
  border-radius: 50%;
  float: left;
  margin-left: 27%;
}
section.smiley_sad .mouth {
  position: absolute;
  background-color: #fff;
  width: 50%;
  height: 20%;
  bottom: 24%;
  left: 50%;
  margin-left: -25%;
  border-radius: 1000px 1000px 0 0;
}
.btn_error_return {
  cursor: pointer;
  color: #fff;
  background-color: #1e32c7;
  border-color: #1e32c7;
}
.btn_error_return:hover {
  opacity: 0.8;
  color: #fff;
}
.main-content .game_not_initialize {
  background: url(/img/background_game.jpg);
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-content .game_not_initialize .sk-circle-container {
  margin: 300px auto;
  background: #1e32c7;
  padding: 20px;
  border-radius: 8px;
}
.main-content .game_not_initialize .sk-circle-container p {
  color: #fff;
}
.main-content .game_not_initialize .sk-circle-container .sk-circle .sk-child:before {
  background-color: #fff;
}
.md-avatar img {
  width: 35px;
  height: 100%;
  display: block;
}
.md-avatar.md-small img {
  width: 100%;
  height: 35px;
  display: block;
}
.find-new-friend {
  float: left;
  width: 100%;
}
.find-new-friend .player {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px -7px 10px -7px;
  background: transparent;
  padding: 10px 0;
  height: 60px;
}
.find-new-friend .player .user {
  color: #000;
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
}
.find-new-friend .player .user a {
  color: #000 !important;
  font-weight: 500;
  height: 20px;
}
.find-new-friend .player .user a:hover {
  color: #000 !important;
}
.find-new-friend .player .user .vertical-align {
  vertical-align: -webkit-baseline-middle;
}
.find-new-friend .player .user-img img {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.find-new-friend .player .valide-icon i {
  height: 38px;
  line-height: 38px;
}
.find-new-friend .player .hide {
  visibility: hidden;
}
.find-new-friend .player .hide a {
  cursor: pointer;
  color: #1e32c7 !important;
}
.find-new-friend .player:hover .hide {
  visibility: visible;
  -webkit-animation: fadein 0.8s;
  -moz-animation: fadein 0.8s;
  -ms-animation: fadein 0.8s;
  -o-animation: fadein 0.8s;
  animation: fadein 0.8s;
}
.find-new-friend .player:hover .hide a {
  cursor: pointer;
  color: #1e32c7 !important;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.find-new-friend-pagination .pagination {
  color: #b8b4b3;
  float: right;
}
.find-new-friend-pagination .pagination .material-icons {
  margin-top: -2px;
  cursor: pointer;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.btn-primary {
  background: #3276ff;
}
.btn-primary:focus {
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .player .stream {
    width: 60% !important;
  }
  .player .stream .fa-music {
    display: none;
  }
  .player .stream .vue-slider-component {
    display: none;
  }
  .player .stream .fa-youtube {
    display: none;
  }
  .player .stream iframe {
    width: 100% !important;
    height: 120px !important;
    float: left;
  }
  .player .stream .spinner-container {
    top: 0;
    left: 0;
  }
  .player .stream .spinner {
    top: 30px !important;
    left: -8px !important;
  }
  .player .stream .game-state {
    float: right;
    right: 13px;
    position: absolute;
    top: 50px;
    height: auto;
    margin-top: 30px;
    padding: 0 !important;
  }
  .player .stream .md-spinner {
    top: 20px !important;
    left: -8px !important;
  }
  .container-fluid {
    display: block;
  }
  .gold-limitation-container {
    display: none;
  }
  #paypal-button-container {
    width: 100% !important;
  }
  #app_toolbar .navbar {
    height: 40px;
  }
  #app_toolbar .navbar .navbar-brand img {
    height: 30px;
  }
  .admin_state {
    display: none;
  }
  .navbar {
    padding: 1rem 0;
  }
  .navbar-brand {
    margin: 0;
    max-width: 70%;
  }
  .navbar-dark .navbar-toggler {
    color: #fff;
    font-size: 1.5rem;
    border: 0;
    padding: 0;
  }
  .month-rank {
    display: none;
  }
  .games {
    height: 200px !important;
  }
  .games .game {
    height: 50px !important;
    line-height: 50px !important;
  }
  .games .game img {
    height: 30px !important;
  }
  .games .game .name {
    height: 50px !important;
    line-height: 50px !important;
  }
  .games .game .gold_tag {
    margin: 12px 0 !important;
  }
  .games .game .gold_tag .gold_tag_img {
    height: 20px !important;
  }
  .facebook-page {
    padding: 20px 0;
    text-align: center;
    display: none;
  }
  .footer div {
    text-align: center !important;
  }
  .footer img {
    margin: auto !important;
  }
  .games-list-container {
    /* height: 600px; */
    padding: 20px 0 15px 0;
  }
  .games-list-container .games-list {
    height: 377px;
  }
  .games-list-container .subtitle {
    display: none;
  }
  .games-list-container .title h1 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .games-list-container .game-details {
    display: block;
    margin: 0 -15px;
    background: #1e32c7;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 15px;
  }
  .games-list-container .game-details .game-icon {
    display: none;
  }
  .games-list-container .game-details .description {
    margin-top: 16px;
    margin-top: 0;
  }
  .games-list-container .game-details .game-last-infos {
    display: none;
  }
  .games-list-container .game-details .form-shadow {
    display: none;
  }
  .games-list-container .game-details .start {
    width: 80% !important;
    margin: 0 auto 0 auto !important;
  }
  .games-list-container .games-list-wrapper {
    padding: 0 15px;
  }
  .games-list-container .games-list-wrapper .arrow {
    display: none;
  }
  .games-list-container .games-list-wrapper .games-list-shadow {
    display: none;
  }
  .games-list-container .games-list-wrapper .title {
    padding: 10px 0!important;
    font-size: 1rem;
    text-align: center !important;
    height: 65px !important;
    line-height: initial !important;
  }
  .games-list-container .games-list-wrapper .title span {
    font-size: 1rem;
    display: inline;
  }
  .games-list-container .games .game .description {
    display: none !important;
  }
  .games-list-container .games .game .players {
    display: none;
  }
  .games-list-container .games .game.marquee img {
    position: absolute;
    z-index: 100;
  }
  .games-list-container .games .game.marquee .name-container {
    position: absolute;
    overflow: hidden;
    z-index: 99;
    margin-left: 13%;
    float: left;
    width: 87%;
    display: block;
    height: 100%;
  }
  .games-list-container .games .game.marquee .name-container .name {
    animation: marquee 8s linear infinite;
    animation-delay: 3s;
    position: absolute;
  }
  @keyframes marquee {
    0% {
      left: 0%;
    }
    50% {
      left: -50%;
    }
    100% {
      left: 0%;
    }
  }
  #navbarNav {
    display: none;
    position: absolute;
    right: -15px;
    width: 50%;
    height: auto;
    background: #1e32c7;
    top: 40px;
    border-top: 1px solid #80d6f7;
  }
  #navbarNav .nav-item.active .nav-link {
    border-bottom: 0;
  }
  #navbarNav .navbar-nav.mr-auto {
    height: auto;
  }
  #navbarNav .nav-item {
    height: auto;
  }
  #navbarNav .nav-item .nav-link {
    line-height: 25px;
  }
  #navbarNav .menu-sign {
    padding: 0 15px;
    margin: 0 !important;
  }
  #navbarNav .signup-link {
    line-height: 2rem;
    font-weight: 800;
    font-size: 1rem;
  }
  #navbarNav .signin-link {
    line-height: 2rem;
    background: 0;
    display: inline-block;
    padding: 0;
    font-weight: 800;
  }
  .chat-outer {
    display: none;
  }
  .notifications {
    display: none;
  }
  .menu-sign {
    border-top: 1px solid #0395cc;
  }
  .menu-sign .happy_hours_container {
    display: block;
    margin: 10px 0;
  }
  .menu-sign .happy_hours {
    width: 100% !important;
    font-size: 1rem;
    text-align: center;
    height: auto !important;
    line-height: 1rem !important;
    margin: 0 !important;
    padding: 10px 0;
    float: none !important;
  }
  .menu-sign .happy_hours.not {
    width: 100% !important;
    float: none !important;
    display: block;
  }
  .menu-sign .happy_hours i {
    width: auto !important;
    display: inline-block !important;
    float: none !important;
    font-size: 1rem !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .menu-sign .happy_hours .minutes_left {
    width: auto !important;
  }
  .menu-sign .happy_hours .md-progress {
    width: 100% !important;
  }
  .menu-sign .avatar {
    display: none;
  }
  .menu-sign .menu_mobile_seprator {
    display: block;
    margin: 0 -1.05rem;
  }
  .menu-sign .user-menu-desktop {
    display: none;
  }
  .menu-sign .user-menu-mobile {
    display: block;
  }
  .menu-sign .user-menu-mobile .navbar-nav {
    display: block;
  }
  .menu-sign .user-menu-mobile .nav-link {
    font-weight: 400 !important;
  }
  .player {
    padding: 15px 0;
  }
  .player .mute-container {
    display: none;
  }
  .player .spinner-block {
    margin-top: 10px;
  }
  .player .spinner-block .spinner-container {
    display: inline-block;
    height: 100px;
    width: 40%;
    float: right;
  }
  .player .spinner-block .spinner-container .spinner {
    width: 100px;
    height: 100px;
    border: 4px solid #3082a0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .player .spinner-block .spinner-container .md-spinner {
    width: 120px !important;
    height: 120px !important;
    left: 0px;
    top: -10px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }
  .player .spinner-block .game-state {
    display: inline-block;
    float: left;
    height: 100px;
    width: 30%;
    padding: 30px 0;
  }
  .player .spinner-block .game-state .counter {
    margin-top: 0;
    font-size: .8rem;
  }
  .player .spinner-block .game-state .points.mobile {
    background: linear-gradient(135deg, #fed251 1%, #feb208 100%);
    border-radius: 8px;
    color: #fff;
    width: 75%;
    margin: auto;
    display: block;
  }
  .player .spinner-block .mobile-chat-btn {
    display: block;
    width: 30%;
    float: right;
    height: 100px;
  }
  .player .spinner-block .mobile-chat-btn .rounded-btn {
    font-size: 1.2rem;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 50%;
    height: 50%;
    margin: 25% auto;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
  }
  .player .game-name {
    display: none;
  }
  .player .current_game_infos {
    display: none;
  }
  .player .form input {
    font-size: 0.9rem;
    border-radius: 8px;
  }
  .player .form .btn {
    border-radius: 4px;
    font-weight: 800;
    font-size: 2rem;
  }
  .player .form .form-shadow {
    display: none;
  }
  .player .alert-custom {
    height: auto;
  }
  .player .alert-custom .message-results {
    float: none;
    width: 100%;
    height: auto;
    background: #09104085;
  }
  .player .alert-custom .message-results .result {
    width: 49%;
    display: inline-block;
  }
  .player .alert-custom .message-results .result:first-child {
    margin-bottom: 0;
  }
  .player .alert-custom .message-results .result:nth-child(2) {
    margin-left: 1px;
  }
  .player .alert-custom .alert {
    width: 100%;
    margin-top: 20px;
  }
  .ranking {
    font-size: 0.6rem;
  }
  .result-container {
    display: none;
  }
  .history {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .blocks-container .card-header {
    padding: .75rem 0.5rem;
  }
  .blocks-container .card-body {
    height: 200px;
  }
  .rules {
    display: none;
  }
  .classement .counters-container {
    display: none;
  }
  .previously-block {
    width: 50%;
    padding-right: 2px;
  }
  .previously-block h4 {
    font-size: 0.8rem;
  }
  .previously-block .card {
    height: 100%;
  }
  .ranks-block {
    width: 50%;
    padding-left: 2px;
  }
  .ranks-block h4 {
    font-size: 0.8rem;
  }
  .zopim {
    display: none !important;
  }
  .chat-outer {
    z-index: 101;
  }
  .friends-list {
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .friends-list .reduce {
    display: none;
  }
  .friends-list .header {
    display: none;
  }
  .chat-mobile {
    display: block;
    position: absolute;
    top: 0%;
    height: 6%;
    background: #343434;
    width: 100%;
    z-index: 101;
    font-size: 1.5rem;
    text-align: right;
    padding: 15px;
    font-weight: 400;
  }
  .chat-mobile i {
    font-size: 2rem;
    color: #ccc;
  }
  .chatroom {
    top: 6%;
    position: absolute;
    width: 100%;
    height: 94% !important;
  }
  .podium .md-dialog {
    max-width: 95%;
    max-height: 95%;
  }
  .podium .md-dialog .md-title .sub-title {
    font-size: 0.9rem;
  }
  .podium .podium-top-background {
    left: -250px;
    animation: unset;
  }
  .podium .podium-top {
    animation: unset;
    transform: unset;
    height: 270px;
    background-size: 100% auto;
    padding: 0;
  }
  .podium .podium-top .coupe {
    display: none;
  }
  .podium .podium-top .space {
    display: none;
  }
  .podium .podium-top .second {
    animation: unset;
    transform: unset;
    height: 215px;
    width: 32.5%;
  }
  .podium .podium-top .first {
    animation: unset;
    transform: unset;
    height: 186px;
    width: 35%;
  }
  .podium .podium-top .third {
    animation: unset;
    transform: unset;
    height: 230px;
    width: 33%;
  }
  .podium .card-header {
    text-align: center;
  }
  .podium .personal-score {
    margin-top: 20px;
  }
  .podium .ranking {
    display: none;
  }
  .podium .ranking.mobile {
    display: block;
    margin-top: 20px;
  }
  .podium .replay {
    border-radius: 4px;
    width: 80%;
  }
  .on-fire-panel {
    display: none;
  }
  .games-list-container .stream {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}
.md-avatar img {
  width: 35px;
  height: 100%;
  display: block;
}
.md-avatar.md-small img {
  width: 100%;
  height: 35px;
  display: block;
}
.find-new-friend {
  float: left;
  width: 100%;
}
.find-new-friend .player {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px -7px 10px -7px;
  background: transparent;
  padding: 10px 0;
  height: 60px;
}
.find-new-friend .player .user {
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.find-new-friend .player .user a {
  color: #000;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
}
.find-new-friend .player .user a:hover {
  color: #000;
}
.find-new-friend .player .user .vertical-align {
  vertical-align: -webkit-baseline-middle;
}
.find-new-friend .player .user-img img {
  border-radius: 50%;
  width: 35px;
}
.find-new-friend .player .hide {
  visibility: hidden;
}
.find-new-friend .player .hide a {
  cursor: pointer;
  color: #01adee;
}
.find-new-friend .player:hover .hide {
  visibility: visible;
  -webkit-animation: fadein 0.8s;
  -moz-animation: fadein 0.8s;
  -ms-animation: fadein 0.8s;
  -o-animation: fadein 0.8s;
  animation: fadein 0.8s;
}
.find-new-friend .player:hover .hide a {
  cursor: pointer;
  color: #01adee;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.find-new-friend-pagination .pagination {
  color: #b8b4b3;
  float: right;
}
.find-new-friend-pagination .pagination .material-icons {
  margin-top: -2px;
  cursor: pointer;
}
.profils .playlist-box-profils {
  box-shadow: none;
  margin-top: 20px;
}
.profils .playlist-box-profils .card .card-header {
  color: #fff;
  font-size: 1.1em;
  font-weight: 800;
}
.profils .playlist-box-profils .card .card-header .right {
  float: right;
  color: #ffc907;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 400;
}
.profils .playlist-box-profils .card .card-body {
  height: 250px;
  padding: 0 10px;
}
.profils .playlist-box-profils ul {
  padding: 0;
  margin: 0;
}
.profils .playlist-box-profils ul li {
  margin-top: 0;
}
.profils .playlist-box-profils .playlist-list-container {
  margin-left: -10px;
  margin-right: -10px;
}
.profils .playlist-box-profils .playlist-list-container .playlist-list {
  overflow-x: hidden;
  overflow-y: auto;
  height: 250px;
}
.profils .playlist-box-profils .playlist-list-container .playlist-list::-webkit-scrollbar-track {
  background-color: #fff;
}
.profils .playlist-box-profils .playlist-list-container .playlist-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
.profils .playlist-box-profils .playlist-list-container .playlist-list::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.profils .playlist-box-profils .playlist-item {
  border-bottom: 1px solid #bbb6b6;
  padding: 5px;
}
.profils .playlist-box-profils .playlist-item:last-child {
  border: 0;
}
.profils .playlist-box-profils .playlist-item strong {
  font-weight: 800;
}
.profils .playlist-box-profils .playlist-item .trashBtn {
  cursor: pointer;
  color: #bbb6b6;
  text-align: center;
}
.profils .playlist-box-profils .playlist-item .trashBtn i {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  font-weight: 400;
}
.profils .playlist-box-profils .playlist-item .music {
  padding-left: 5px;
  padding-right: 5px;
}
.profils .playlist-box-profils .playlist-item .song {
  font-size: 0.7rem;
}
.profils .playlist-box-profils .playlist-item .cover {
  padding-right: 5px;
  height: 40px;
  width: 40px;
  overflow: hidden;
}
.profils .playlist-box-profils .playlist-empty {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 200px;
}
.profils .playlist-box-profils input {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #bbb6b6;
  height: 30px;
  padding: 0 5px;
}
.profils .playlist-box-profils .search-container {
  padding: 10px 0;
}
.profils .playlist-box-profils .search-results {
  overflow-y: auto;
  overflow-x: hidden;
  height: 190px;
  margin: 5px 0;
  list-style: none;
  padding-left: 5px;
  font-size: .7rem;
  margin-right: -10px;
}
.profils .playlist-box-profils .search-results li {
  cursor: pointer;
  padding: 2px 0;
  padding-right: 10px;
}
.profils .playlist-box-profils .search-results li:hover {
  background: rgba(76, 175, 80, 0.5);
}
.profils .playlist-box-profils .search-results li:hover .fas {
  color: green;
}
.profils .playlist-box-profils .search-results li .fas {
  color: #bfbfbf;
}
.profils .playlist-box-profils .search-results::-webkit-scrollbar-track {
  background-color: #fff;
}
.profils .playlist-box-profils .search-results::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
.profils .playlist-box-profils .search-results::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.flex-fill {
  flex: 1;
}
.card-tipeee {
  background: #d84759;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  height: 330px;
}
.card-tipeee .slogan {
  font-size: 1.2rem;
  font-weight: 900;
  color: #f3f1f1;
  margin-top: 5px;
  display: block;
}
.card-tipeee p {
  font-weight: 600;
  margin: 25px 0;
  font-size: 1rem;
}
.card-tipeee .btn-white {
  background: #fff;
  font-weight: 700;
  color: #d84759 !important;
  text-decoration: none !important;
  -moz-box-shadow: 0px 3px 1px 0px #4e2b2f;
  -webkit-box-shadow: 0px 3px 1px 0px #4e2b2f;
  -o-box-shadow: 0px 3px 1px 0px #4e2b2f;
  box-shadow: 0px 3px 1px 0px #4e2b2f;
}
.podium .card-tipeee {
  padding: 0px 0;
  height: auto;
}
.podium .card-tipeee .slogan {
  font-size: 1.1rem;
}
.podium .card-tipeee img {
  height: 25px;
}
.podium .card-tipeee p {
  margin: 10px 0;
  font-size: .9rem;
}
.podium .card-tipeee .btn-white {
  padding: 5px;
  font-size: 0.9rem;
  margin-top: 5px;
}
.borderradius {
  border-radius: .25rem;
}
.stopGame {
  color: #fff !important;
  position: absolute;
  bottom: -60px;
  margin: auto;
  text-align: center;
  width: 33%;
}
#clipeee-plugin .clipeee-vue-container .watch-clip .tip .progress {
  display: block !important;
}
.container-fluid {
  display: block !important;
}
.gold-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.3;
}
.text-gold {
  color: #ffc907;
}
.row-gold {
  max-width: 900px;
  margin: 0 auto;
}
.card.gold-card {
  margin: 40px 0;
  padding: 1rem 1.25rem 2rem;
}
.gold-desc.custom {
  padding: 35px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gold-desc.custom img {
  margin-bottom: 20px;
}
.gold-desc {
  padding: 35px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gold-desc img {
  margin-bottom: 15px;
  height: 100px;
}
.price-cards {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 35px;
}
.price-cards .price-card {
  width: 315px;
  padding: 13px;
  transition: all .5s;
}
.price-cards .price-card:hover {
  transform: scale(1.2);
}
.price-cards .price-card:hover .price-inner {
  z-index: 22;
}
.price-cards .price-card.big {
  width: 235px;
}
.price-cards .price-card.big .price-inner .g-title {
  font-size: 1.3rem;
}
.price-cards .price-card.big .price-inner .g-price {
  font-size: 2.8rem;
  margin-bottom: 25px;
}
.price-cards .price-card.big .price-inner .g-desc {
  font-size: 1.3rem;
}
.price-cards .price-card.blue .price-inner {
  border-top-color: #3276ff;
}
.price-cards .price-card.green .price-inner {
  border-top-color: #38ea5e;
}
.price-cards .price-card.yellow .price-inner {
  border-top-color: #ffc907;
}
.price-cards .price-card .price-inner {
  width: 210px;
  margin: auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-top: 7px solid transparent;
  box-shadow: 0px 0 39px -1px rgba(0, 0, 0, 0.08);
  border-radius: .25rem;
  padding-bottom: 20px;
}
.price-cards .price-card .price-inner .g-title {
  font-weight: 500;
  letter-spacing: 2;
  font-size: 1.2rem;
  margin: 25px 0 0;
}
.price-cards .price-card .price-inner .g-subtitle {
  margin-bottom: 20px;
}
.price-cards .price-card .price-inner .g-price {
  font-weight: 800;
  font-size: 2.3rem;
  margin-bottom: 20px;
}
.price-cards .price-card .price-inner .g-desc {
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.gold-cond {
  margin-bottom: 0;
  font-size: .7rem;
  text-align: center;
  color: #bbb;
}
.gold-cond a {
  color: #bbb !important;
}
.btn-gold {
  padding: .5rem 1.1rem;
  font-weight: 800;
  color: #FFF;
}
.profils {
  margin: 0 auto;
  padding: 55px 0;
}
.profils .btn-grey {
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  background: #c8c8c8;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.profils .btn-grey:hover,
.profils .btn-grey:focus {
  background: #b2b2b2;
  border: 0;
  box-shadow: none;
}
.profils .btn-yellow {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-style: italic;
  font-weight: 800;
  background: #ffc907;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.profils .btn-yellow:hover,
.profils .btn-yellow:focus {
  background: #ffc907;
  opacity: 0.9;
  border: 0;
  box-shadow: none;
}
.profils .btn-red {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-style: italic;
  font-weight: 800;
  background: #ed2222;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.profils .btn-red:hover,
.profils .btn-red:focus {
  background: #ed2222;
  opacity: 0.9;
  border: 0;
  box-shadow: none;
}
.profils .btn-green {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-style: italic;
  font-weight: 800;
  background: #38ea5e;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.profils .btn-green:hover,
.profils .btn-green:focus {
  background: #38ea5e;
  opacity: 0.9;
  border: 0;
  box-shadow: none;
}
.profils .avatar-container {
  position: relative;
}
.profils .avatar-container .edit-icon {
  background: #3276ff;
  width: 30px;
  height: 30px;
  z-index: 5;
  color: #fff;
  position: absolute;
  top: 0%;
  right: 25%;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.profils .avatar-container .edit-icon:hover {
  background: #3276ff;
}
.profils .avatar-container .edit-icon i {
  font-size: 1.2rem;
  margin-top: -2px;
}
.team-card {
  margin: 20px 25px;
  padding: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  justify-content: space-around;
}
.team-card .card-item {
  width: 25%;
  position: relative;
  text-transform: none;
  font-size: .9rem;
  font-weight: 500;
}
.team-card .card-item .big {
  margin: 5px 0;
}
.team-card .card-item:not(:last-child):after {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  background-color: #d6d6d6;
  top: 0;
  right: -33px;
}
.profils-container {
  background: transparent !important;
  padding: 0 0 0 15px;
}
.profils-container .box-profils {
  padding: 15px;
  background: #1e32c7;
  border-radius: 4px;
  color: #fff;
}
.profils-container .box-profils .edit-icon-info {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  z-index: 5;
  color: #fff;
  position: absolute;
  top: 0%;
  right: 5%;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.profils-container .box-profils .edit-icon-info i {
  font-size: 2.2rem;
  margin-top: -2px;
}
.profils-container .box-profils img.profile-avatar {
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #fff;
}
.profils-container .box-profils .name h2 {
  margin: 20px 0 10px 0;
  text-align: center;
  color: #ffc907;
  max-width: 100%;
  overflow: hidden;
  font-weight: 800;
  font-size: 1.5em;
  font-style: italic;
}
.profils-container .box-profils .meta {
  text-align: center;
}
.profils-container .box-profils .bio {
  text-align: center;
  position: relative;
  background: #1e32c7;
  border: 1px solid #3276ff;
  color: #3276ff;
  border-radius: 4px;
  margin: 25px 0 15px 0;
  padding: 5px 0;
  word-wrap: break-word;
}
.profils-container .box-profils .bio:after,
.profils-container .box-profils .bio:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.profils-container .box-profils .bio:after {
  border-color: transparent;
  border-bottom-color: #1e32c7;
  border-width: 15px;
  margin-left: -15px;
}
.profils-container .box-profils .bio:before {
  border-color: rgba(110, 160, 245, 0);
  border-bottom-color: #3276ff;
  border-width: 16px;
  margin-left: -16px;
}
.profils-container .box-profils .date {
  text-align: center;
  font-size: smaller;
  margin: 10px 0;
}
.profils-container .shadow {
  -moz-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -webkit-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -o-box-shadow: 0px 0px 5px 0px #cfcfcf;
  box-shadow: 0px 0px 5px 0px #cfcfcf;
  border-radius: 8px;
}
.profils-container .shadow h2 {
  background: #ffc907;
  font-size: 1.5em;
  font-weight: 800;
  color: #fff;
  padding: 20px 0 20px 20px;
  border-radius: 8px 8px 0 0;
  margin: 0;
}
.profils-container .shadow h2 a {
  text-transform: uppercase;
  border: 3px solid #fff;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  margin-left: 10px;
}
.profils-container .shadow h2 a:hover {
  text-decoration: none !important;
  opacity: 0.9;
}
.profils-container .shadow .content {
  background: #fff;
  color: #474747;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.profils-container .shadow .content .box {
  float: left;
  font-weight: 800;
  padding: 0 0 10px 0;
}
.profils-container .shadow .content .box .blue {
  padding: 5px 0 0 0;
  color: #1e32c7;
  margin: 0;
  font-size: 3em;
  font-weight: 800;
}
.profils-container .shadow .content .ranking {
  border-radius: 4px;
  border: 4px solid #ffc907;
  color: #1e32c7;
  text-align: center;
  font-weight: 800;
  font-size: 1.2em;
  padding: 25px 10px;
}
.profils-container .shadow .content .ranking .rank {
  font-size: 4em;
  color: #ffc907;
  line-height: 90%;
}
.profils-container .shadow .content .ranking .rank img {
  position: relative;
  top: -10px;
  left: -10px;
  height: 54px;
}
@media (max-width: 992px) {
  .shadow .box {
    text-align: center;
  }
}
.my-account {
  margin: 20px 0 20px 0;
  background: transparent !important;
}
.my-account .md-tabs .md-tab {
  padding: 40px 16px;
}
.my-account .md-theme-default.md-tabs > .md-tabs-navigation {
  background: #fff !important;
  border-bottom: 1px solid #e6e6e6;
}
.my-account .md-tab-header {
  color: #000 !important;
}
.my-account .md-tab-header.md-active {
  color: #3276ff !important;
  background: #fff !important;
}
.my-account .md-theme-default.md-tabs > .md-tabs-navigation .md-tab-indicator {
  background-color: #3276ff !important;
}
.my-account .md-theme-default.md-tabs > .md-tabs-navigation .md-tab-header:focus {
  background: #fff;
}
.my-account .card {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.my-account .card .card-header {
  color: #1e32c7;
  font-weight: 500;
}
.my-account .card.content .card-header {
  font-weight: 800;
}
.my-account .card.content .card-body {
  min-height: 400px;
}
.my-account .card.content .card-body .row {
  margin-bottom: 20px;
}
.my-account .card.content .card-body .md-switch .md-switch-container {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.my-account .card.content .card-body.paiement .no-pack {
  border-radius: 8px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}
.my-account .card.content .card-body.paiement .pack {
  background: #ffc907;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.my-account .card.content .card-body.paiement .pack strong {
  font-weight: 500;
}
.my-account .card.content .card-body .provider {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  color: #000;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
}
.my-account .card.content .card-body .provider.facebook .icon-container {
  background: #3b5999;
}
.my-account .card.content .card-body .provider.google .icon-container {
  background: #df4c3a;
}
.my-account .card.content .card-body .provider .icon-container {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  margin: 10px;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.my-account .card.content .card-body .param-title {
  font-weight: 500;
  margin-bottom: 5px;
}
.my-account .card.content .card-body .param-title i {
  font-size: 19px;
  margin-bottom: 2px;
}
.my-account .card.content .card-body .param {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}
.my-account .card.content .card-body .param i {
  font-size: 20px;
  position: absolute;
  left: 0;
}
.my-account .card.content .card-body .btn {
  display: block;
  cursor: pointer;
  background: #1e32c7;
  border: 0;
  margin-top: 10px;
  width: max-content;
  margin-left: -25px;
}
.my-account .card.content .card-body .btn.btn-yellow {
  color: #fff;
  border-radius: 4px;
  padding: 10px 15px;
  margin: auto;
  background: #ffc907;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.my-account .card.content .card-body .btn.btn-yellow:hover {
  background: #ffc907;
  border: 0;
  box-shadow: none;
}
.my-account .card.content .card-body .btn:hover {
  background: #1e32c7;
}
.my-account .card.content .card-body .btn.btn-error {
  background: #e54938;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.my-account .card.menu .card-body {
  padding: 0;
}
.my-account .card.menu ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.my-account .card.menu ul li {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  position: relative;
  padding-left: 40px;
  margin-top: 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.my-account .card.menu ul li.active {
  border-left: 5px solid #3276ff;
  color: #3276ff;
}
.my-account .card.menu ul li.active i {
  color: #3276ff;
}
.my-account .card.menu ul li i {
  position: absolute;
  left: 10px;
  margin-top: 13px;
  color: rgba(0, 0, 0, 0.125);
}
.my-account .shadow {
  -moz-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -webkit-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -o-box-shadow: 0px 0px 5px 0px #cfcfcf;
  box-shadow: 0px 0px 5px 0px #cfcfcf;
  border-radius: 8px;
}
.my-account .shadow h2 {
  background: #ffc907;
  font-size: 1.3em;
  font-weight: 800;
  color: #fff;
  padding: 20px 0 20px 20px;
  border-radius: 8px 8px 0 0;
  margin: 0;
}
.my-account .shadow h4 {
  background: #1e32c7;
  font-size: 1.3em;
  font-weight: 800;
  color: #fff;
  padding: 20px 0 20px 20px;
  border-radius: 8px 8px 0 0;
  margin: 0;
}
.my-account .shadow .content {
  background: #fff;
  color: #474747;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 13px;
}
.my-account .shadow .content h3 {
  color: #1e32c7;
  margin: 0;
  font-size: 1.3em;
  font-weight: 800;
  font-style: italic;
}
/* teams */
.teams-container {
  margin: 40px auto;
  padding: 15px 0;
}
.teams-container .btn-grey {
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  background: #c8c8c8;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.teams-container .btn-grey:hover,
.teams-container .btn-grey:focus {
  background: #b2b2b2;
  border: 0;
  box-shadow: none;
}
.teams-container .btn-yellow {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-style: italic;
  font-weight: 800;
  background: #ffc907;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.teams-container .btn-yellow:hover,
.teams-container .btn-yellow:focus {
  background: #ffc907;
  opacity: 0.9;
  border: 0;
  box-shadow: none;
}
.teams-container .btn-red {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-style: italic;
  font-weight: 800;
  background: #ed2222;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.teams-container .btn-red:hover,
.teams-container .btn-red:focus {
  background: #ed2222;
  opacity: 0.9;
  border: 0;
  box-shadow: none;
}
.teams-container .btn-green {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-style: italic;
  font-weight: 800;
  background: #38ea5e;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.teams-container .btn-green:hover,
.teams-container .btn-green:focus {
  background: #38ea5e;
  opacity: 0.9;
  border: 0;
  box-shadow: none;
}
.teams-container .avatar-container {
  position: relative;
}
.teams-container .avatar-container .edit-icon {
  background: #3276ff;
  width: 30px;
  height: 30px;
  z-index: 5;
  color: #fff;
  position: absolute;
  top: 0%;
  right: 25%;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.teams-container .avatar-container .edit-icon:hover {
  background: #3276ff;
}
.teams-container .avatar-container .edit-icon i {
  font-size: 1.2rem;
  margin-top: -2px;
}
.teams {
  background: transparent !important;
  padding: 0 0 0 15px;
}
.teams .shadow {
  -moz-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -webkit-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -o-box-shadow: 0px 0px 5px 0px #cfcfcf;
  box-shadow: 0px 0px 5px 0px #cfcfcf;
  border-radius: 8px;
}
.teams .shadow h2 {
  background: #ffc907;
  font-size: 1.5em;
  font-weight: 800;
  color: #fff;
  padding: 20px 0 20px 20px;
  border-radius: 8px 8px 0 0;
  margin: 0;
}
.teams .shadow h2 a {
  text-transform: uppercase;
  border: 4px solid #fff;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3em;
}
.teams .shadow h2 a:hover {
  text-decoration: none !important;
  opacity: 0.9;
}
.teams .shadow h3 {
  background: #1e32c7;
  font-size: 1.5em;
  font-weight: 800;
  color: #fff;
  padding: 20px 0 20px 20px;
  border-radius: 8px 8px 0 0;
  margin: 0;
}
.teams .shadow .card-body {
  height: 400px;
}
.teams .shadow .content {
  background: #fff;
  color: #474747;
  border-radius: 0 0 8px 8px;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.teams .shadow .content input[type=text] {
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #d2d2d2;
  border-radius: 0 0 1px 1px;
}
.teams .shadow .content input[type=text]:focus {
  outline: none;
}
.teams .shadow .content input[type=submit] {
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 1px 1px 2px 2px;
  cursor: pointer;
}
.teams .shadow .content input[type=submit]:focus {
  outline: none;
}
.teams .shadow .content ul {
  border-top: 1px solid #e2e2e2;
  list-style-type: none;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
.teams .shadow .content ul:hover::-webkit-scrollbar {
  width: 10px;
  background-color: #e2e2e2;
  border-radius: 2px 2px 4px 4px;
}
.teams .shadow .content ul:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid #e2e2e2;
  background-color: #969696;
}
.teams .shadow .content ul:hover::-webkit-scrollbar-track {
  background-color: #e2e2e2;
  border-radius: 2px 2px 4px 4px;
}
.teams .shadow .content ul::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.teams .shadow .content ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
}
.teams .shadow .content ul::-webkit-scrollbar-track {
  background-color: #fff;
}
.teams .shadow .content ul li {
  height: 58px;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 8px;
}
.teams .shadow .content ul li .row {
  margin: 0;
}
.teams .shadow .content ul li a {
  color: #212121;
}
.teams .shadow .content ul li img {
  border-radius: 50%;
}
.teams .shadow .content form label {
  margin: 8px;
  font-size: 15px;
  font-weight: 500;
}
.teams .shadow .content form input[type=text] {
  width: 75%;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}
.teams .shadow .content form input[type=submit] {
  margin-top: 25px;
  width: 25%;
  border-radius: 4px;
}
.teams .shadow .content form input[type=submit]:hover {
  background: #3276ff;
  opacity: 0.8;
}
.teams .shadow .content form textarea {
  width: 75%;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  max-height: 110px;
}
/* team */
.page-header-team {
  background: #1e32c7;
  background: url(../img/background-player.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: center;
  padding: 40px 0;
}
.page-header-team h1 {
  color: #ffc907;
  font-weight: 800;
  font-size: 4rem;
  font-style: italic;
}
.page-header-team .info-team {
  text-align: left;
  font-weight: 500;
  color: #fff;
}
.page-header-team .info-team .yellow {
  color: #ffc907;
}
.page-header-team .bio {
  text-align: center;
  position: relative;
  background: #0a174b;
  border: 1px solid #3276ff;
  color: #3276ff;
  border-radius: 4px;
  margin: 25px 0 15px 0;
  padding: 15px;
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
}
.page-header-team .bio:after,
.page-header-team .bio:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.page-header-team .bio:after {
  border-color: transparent;
  border-bottom-color: #0a174b;
  border-width: 15px;
  margin-left: -15px;
}
.page-header-team .bio:before {
  border-color: rgba(110, 160, 245, 0);
  border-bottom-color: #3276ff;
  border-width: 16px;
  margin-left: -16px;
}
.page-header-team .profile-avatar {
  display: block;
  border-radius: 50%;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 57.74px 0;
  background-size: auto 150px;
  background-position: center;
  background-color: grey;
  margin: 0px auto;
  border: 5px solid #ffffff;
}
.page-header-team .avatar-container {
  position: relative;
}
.page-header-team .avatar-container .edit-icon {
  background: #3276ff;
  width: 30px;
  height: 30px;
  z-index: 5;
  color: #fff;
  position: absolute;
  top: 0%;
  right: 5%;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-header-team .avatar-container .edit-icon:hover {
  background: #3276ff;
}
.page-header-team .avatar-container .edit-icon i {
  font-size: 1.2rem;
  margin-top: -2px;
}
.page-header-team .btn-grey {
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  background: #c8c8c8;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.page-header-team .btn-grey:hover,
.page-header-team .btn-grey:focus {
  background: #b2b2b2;
  border: 0;
  box-shadow: none;
}
.page-header-team .btn-yellow {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-style: italic;
  font-weight: 800;
  background: #ffc907;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.page-header-team .btn-yellow:hover,
.page-header-team .btn-yellow:focus {
  background: #ffc907;
  opacity: 0.9;
  border: 0;
  box-shadow: none;
}
.page-header-team .btn-red {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-style: italic;
  font-weight: 800;
  background: #ed2222;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.page-header-team .btn-red:hover,
.page-header-team .btn-red:focus {
  background: #ed2222;
  opacity: 0.9;
  border: 0;
  box-shadow: none;
}
.page-header-team .btn-green {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-style: italic;
  font-weight: 800;
  background: #38ea5e;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.page-header-team .btn-green:hover,
.page-header-team .btn-green:focus {
  background: #38ea5e;
  opacity: 0.9;
  border: 0;
  box-shadow: none;
}
.team-container {
  background: transparent !important;
  margin: 40px auto;
  padding: 15px 0;
}
.team-container .btn-grey {
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  background: #c8c8c8;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.team-container .btn-grey:hover,
.team-container .btn-grey:focus {
  background: #b2b2b2;
  border: 0;
  box-shadow: none;
}
.team-container .btn-yellow {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-style: italic;
  font-weight: 800;
  background: #ffc907;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.team-container .btn-yellow:hover,
.team-container .btn-yellow:focus {
  background: #ffc907;
  opacity: 0.9;
  border: 0;
  box-shadow: none;
}
.team-container .btn-red {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-style: italic;
  font-weight: 800;
  background: #ed2222;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.team-container .btn-red:hover,
.team-container .btn-red:focus {
  background: #ed2222;
  opacity: 0.9;
  border: 0;
  box-shadow: none;
}
.team-container .btn-green {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-style: italic;
  font-weight: 800;
  background: #38ea5e;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: .9rem;
}
.team-container .btn-green:hover,
.team-container .btn-green:focus {
  background: #38ea5e;
  opacity: 0.9;
  border: 0;
  box-shadow: none;
}
.team-container .shadow {
  -moz-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -webkit-box-shadow: 0px 0px 5px 0px #cfcfcf;
  -o-box-shadow: 0px 0px 5px 0px #cfcfcf;
  box-shadow: 0px 0px 5px 0px #cfcfcf;
  border-radius: 8px;
}
.team-container .shadow h2 {
  background: #ffc907;
  font-size: 1.5em;
  font-weight: 800;
  color: #fff;
  padding: 20px 0 20px 20px;
  border-radius: 8px 8px 0 0;
  margin: 0;
}
.team-container .shadow h2 a {
  text-transform: uppercase;
  border: 4px solid #fff;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3em;
}
.team-container .shadow h2 a:hover {
  text-decoration: none !important;
  opacity: 0.9;
}
.team-container .shadow h3 {
  background: #1e32c7;
  font-size: 1.5em;
  font-weight: 800;
  color: #fff;
  padding: 20px 0 20px 20px;
  border-radius: 8px 8px 0 0;
  margin: 0;
}
.team-container .shadow .content {
  background: #fff;
  color: #474747;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.team-container .shadow .content .box {
  float: left;
  font-weight: 800;
  padding: 0 0 10px 0;
}
.team-container .shadow .content .box .blue {
  padding: 5px 0 0 0;
  color: #1e32c7;
  margin: 0;
  font-size: 3em;
  font-weight: 800;
}
.team-container .shadow .content .box img {
  width: 160px;
}
.team-container .shadow .content .ranking {
  border-radius: 4px;
  border: 4px solid #ffc907;
  color: #1e32c7;
  text-align: center;
  font-weight: 800;
  font-size: 1.2em;
  padding: 25px 10px;
}
.team-container .shadow .content .ranking .rank {
  font-size: 4em;
  color: #ffc907;
  line-height: 90%;
}
.team-container .shadow .content ul {
  padding: 0;
}
.team-container .shadow .content ul li img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}
.team-container .shadow .content-members-list {
  background: #fff;
  color: #474747;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.team-container .shadow .content-members-list .members-list {
  list-style: none;
  text-transform: capitalize;
  font-weight: 500;
  padding-left: 0;
  overflow: hidden;
  overflow-y: auto;
  height: 455px;
  max-height: 455px;
}
.team-container .shadow .content-members-list .members-list .avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.team-container .shadow .content-members-list .members-list .remove i {
  opacity: 0;
  color: #fff;
  float: right;
  cursor: pointer;
  font-size: 1.2em;
  background: #cc3a3a;
  border-radius: 4px;
}
.team-container .shadow .content-members-list .members-list .remove i:hover {
  opacity: 1;
}
.team-container .shadow .content-members-list .members-list a {
  text-decoration: none;
  color: #212121;
  font-weight: 500;
  font-size: 1.3em;
}
.team-container .shadow .content-members-list .members-list a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .page-header-team .info-team {
    text-align: center;
  }
  .team-container .box {
    text-align: center;
  }
}
.v-toaster {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 10000;
  width: 300px;
  padding-left: 10px;
  padding-right: 10px;
}
.v-toaster .v-toast {
  margin-bottom: 10px;
  transition: all .3s ease;
  border: 1px solid #454d5d;
  border-radius: 8px;
  color: #fff;
  display: block;
  padding: 1rem;
  background: rgba(69, 77, 93, 0.9);
  border-color: #454d5d;
}
.v-toaster .v-toast.v-toast-enter,
.v-toaster .v-toast.v-toast-leave-to {
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
}
.v-toaster .v-toast.v-toast-success {
  background: rgba(56, 234, 94, 0.9);
  border-color: #38ea5e;
}
.v-toaster .v-toast.v-toast-warning {
  background: rgba(254, 177, 5, 0.9);
  border-color: #feb105;
}
.v-toaster .v-toast.v-toast-info {
  background: rgba(50, 118, 255, 0.9);
  border-color: #3276ff;
}
.v-toaster .v-toast.v-toast-error {
  background: rgba(237, 34, 34, 0.9);
  border-color: #ed2222;
}
.v-toaster .v-toast.v-toast-primary {
  background: rgba(50, 118, 255, 0.9);
  border-color: #3276ff;
}
.v-toaster .v-toast .v-toast-btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  opacity: .45;
  text-decoration: none;
  float: right;
  cursor: pointer;
}
.v-toaster .v-toast .v-toast-btn-clear:hover {
  opacity: 0.85;
}
.v-toaster .v-toast .v-toast-btn-clear:before {
  content: "\2715";
}
@media (max-width: 300px) {
  .v-toaster {
    width: 100%;
  }
}
.tip-item {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
.btn.btn-tip {
  border-radius: 2px;
  background-color: #e21f25;
  font-size: inherit;
  font-style: italic;
  font-weight: 600;
}
.btn.btn-tip:hover {
  background-color: #d84759;
  text-decoration: none !important;
}
.btn.btn-tipeee {
  background-color: #d84759;
  font-weight: 600;
  color: #fff !important;
}
.btn.btn-tipeee:hover {
  background-color: #e1717f;
  text-decoration: none !important;
}
.btn.btn-tipeee-white {
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  color: #d84759 !important;
}
.btn.btn-tipeee-white:hover {
  background-color: #fff;
  text-decoration: none !important;
}
.savemmq-modal .md-dialog {
  width: 65%;
  min-width: 800px;
  border-radius: 2px;
  background-image: url('/img/background_tip.jpg');
  background-size: cover;
  background-position: -140px center;
}
.savemmq-content {
  margin-left: 30%;
  padding: 0 80px;
  background-color: #d84759;
  color: #fff;
  font-weight: 500;
  overflow: auto;
}
.savemmq-content img {
  margin-top: 40px;
}
.savemmq-content h2 {
  font-size: 2.6rem;
  margin-top: 30px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -2px;
  margin-bottom: 0;
}
.savemmq-content p {
  margin-top: 20px;
}
.savemmq-content .savemmq-btns {
  display: flex;
  justify-content: space-between;
}
.savemmq-content .btn-container {
  margin-top: 30px;
  width: 45%;
}
.savemmq-content .btn-container .btn {
  display: block;
  font-size: inherit;
  font-weight: 700;
  font-size: large;
}
.savemmq-content .btn-container .btn-yellow {
  color: #1e32c7;
}
.savemmq-content .btn-container .btn-yellow:hover {
  color: #1e32c7;
  text-decoration: none;
}
.savemmq-content small {
  display: inline-block;
  margin: 20px 0 40px;
}
@media (max-width: 992px) {
  .savemmq-modal .md-dialog {
    min-width: 90%;
  }
  .tip-item {
    margin-bottom: 5px;
  }
  .savemmq-content {
    margin-left: 0;
    padding: 0 10px;
  }
  .savemmq-content img {
    margin: 20px auto 0;
  }
  .savemmq-content h2 {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .savemmq-content p {
    margin-top: 15px;
  }
  .savemmq-content .savemmq-btns {
    flex-direction: column;
  }
  .savemmq-content .btn-container {
    margin-top: 20px;
    width: 100%;
  }
}
.clipeeeModal.md-dialog {
  height: 100%;
}
.clipeeeModal #player {
  height: 350px;
}
#clipeeeModal #player {
  height: 350px;
}
.clipeee-modal .md-dialog {
  width: 65%;
  min-width: 800px;
  border-radius: 2px;
  background-color: #000 !important;
  text-align: center;
  padding: 40px 20px;
}
.clipeee-modal .md-dialog .slogan img {
  margin-bottom: 15px;
}
.clipeee-modal .md-dialog .slogan h4 {
  color: #fff;
  width: 70%;
  margin: auto;
  font-size: 1.3rem;
}
.clipeee-modal .md-dialog .slogan h4 span {
  color: #ffc907;
}
.clipeee-modal .md-dialog #clipeee-plugin {
  margin: auto;
  width: 300px !important;
}
.clipeee-modal .md-dialog #clipeee-plugin .panel.clipeee {
  border: 0;
  margin: 0;
}
.clipeee-modal .md-dialog #clipeee-plugin .panel.clipeee .clipeee-label {
  display: none;
}
.clipeee-modal .md-dialog #clipeee-plugin .panel.clipeee .panel-body .title,
.clipeee-modal .md-dialog #clipeee-plugin .panel.clipeee .panel-body .subtitle {
  display: none;
}
.clipeee-modal .md-dialog #clipeee-plugin .panel.clipeee .panel-body .clippers {
  display: none;
}
.clipeee-modal .md-dialog #clipeee-plugin .panel.clipeee .panel-body .btn-open:hover {
  text-decoration: none;
}
.clipeee-modal .md-dialog #clipeee-plugin .panel.clipeee .clipeee-panel-more {
  display: none;
}
.clipeee-modal .md-dialog #clipeee-plugin .panel.clipeee .clipeee-panel-more a {
  color: #fff;
}
.clipeee-modal .md-dialog .pack-gold {
  width: 300px;
  margin: auto;
}
.clipeee-modal .md-dialog .pack-gold .skip {
  color: #fff;
  margin-bottom: 15px;
  display: block;
  text-align: right;
  margin-right: 20px;
}
.clipeee-modal .md-dialog .pack-gold .btn-pack {
  margin-top: 25px;
  color: #fff;
  border-radius: 8px;
  border-color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}
.clipeee-modal .md-dialog .pack-gold .btn-pack:hover {
  background: #fff;
  color: #000;
}
#clipeee-plugin .container {
  max-width: 100% !important;
}
.clipeee-container .panel.clipeee {
  opacity: 0;
}
/* Helpers */
body {
  position: relative;
}
.relative {
  position: relative;
}
.ucfirst {
  text-transform: capitalize;
}
.strong {
  font-weight: 700;
}
.flex-container {
  display: flex;
  align-items: center;
}
.user-badge {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.mmq-staff-icon {
  background-image: url('/img/logo-mini.png');
}
.tipper-icon {
  background-image: url('/img/badges/tipper-badge.png');
}
.tipeee-color {
  color: #d84759 !important;
}
/* Buttons */
a.btn-primary,
a.btn-danger {
  color: #fff !important;
}
a.btn-primary:hover,
a.btn-danger:hover {
  text-decoration: none !important;
}
/* Forms */
img.vicp-img {
  max-width: unset;
}
/* User avatar main style */
.user-avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: cover;
  border-radius: 50%;
  background-image: url("/img/default_avatar.jpg");
  background-color: #059aef;
}
/* Sidebar */
.chat-container-user {
  display: flex;
  align-items: center;
}
.chat-container-user > div + .username {
  margin-left: 1rem;
}
.chat-container-user .username {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 20px !important;
  min-width: 0;
}
.chat-container-user .username .pseudo {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-container-user .username:hover {
  text-decoration: none !important;
}
.chat-container-user .username + .request-actions {
  margin-left: 1rem;
}
.chat-container-user .chat-container-avatar {
  width: 30px;
  height: 30px;
}
.chat-container-user .chat-container-badge .status {
  margin: 0 !important;
}
/* Topbar */
.toolbar-avatar {
  width: 30px;
  height: 30px;
}
.user-menu-desktop .md-button {
  max-width: 150px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px !important;
}
.user-menu-desktop span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-menu-desktop i {
  position: unset !important;
}
.notification-wrapper:after {
  right: 22px !important;
}
.notification-wrapper {
  display: none;
  transform: translateY(0);
}
.notification-wrapper.open {
  display: block;
  animation: come-from-top 0.2s ease-in-out;
}
.notification-container,
.notification-container > span {
  overflow-x: hidden;
}
.notification-container {
  padding: 0 !important;
  position: relative;
}
.notification-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  line-height: normal;
  padding: 10px;
  cursor: pointer;
}
.notification-item:first-child {
  border-radius: 5px 5px 0 0;
}
.notification-item.unread {
  background-color: #edf2fa;
}
.notification-item:hover {
  background-color: rgba(29, 33, 41, 0.04);
}
.notification-item:hover .notification-hover-actions {
  display: flex;
}
.notification-item + .notification-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.notification-item .notification-core {
  margin-left: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.notification-item .notification-core .username {
  font-weight: 500;
  color: #666;
}
.notification-item .notification-core .notification-content {
  color: #afafaf;
  font-size: 0.8rem;
}
.notification-item .notification-actions {
  margin-left: 10px;
  display: flex;
  align-self: flex-end;
  margin-bottom: -5px;
}
.notification-item .notification-actions .notif-action-btn i {
  font-size: 14px !important;
}
.notification-item .notification-actions .notif-action-btn.accept:hover {
  background-color: #d3a500 !important;
}
.notification-item .notification-hover-actions {
  position: absolute;
  display: none;
  top: 5px;
  right: 10px;
  font-size: 80%;
  align-items: center;
}
.notification-item .notification-hover-actions a.mark-as-read {
  font-size: 60%;
  margin-right: 3px;
}
.notification-item .notification-hover-actions a {
  color: #afafaf !important;
}
.notification-item .notification-hover-actions a:hover {
  color: #969696 !important;
}
.insert-item-enter,
.insert-item-leave-to {
  opacity: 0;
}
.insert-item-enter {
  transform: translateX(-50vw);
}
.insert-item-leave-to {
  transform: translateX(50vw);
}
.insert-item-enter-active {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.insert-item-leave-active {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  position: absolute !important;
}
.insert-item-move {
  transition: all 0.2s ease-in-out;
}
/* Footer */
.big-footer {
  margin-bottom: 1rem;
}
/* Homepage */
.games-list-container .arrow {
  z-index: 5;
  top: 15px;
}
.games-list-container .games-list {
  display: grid;
  padding: 15px;
  grid-template-columns: 75% 1fr;
  grid-column-gap: 15px;
}
.games-list-container .games-list .game-details {
  display: flex;
  flex-direction: column;
}
.games-list-container .games-list .game-details .game-icon {
  margin-top: 0;
}
.games-list-container .games-list .game-details .game-icon img {
  margin-bottom: 0;
}
.games-list-container .games-list .game-details .description {
  flex: 1;
  margin: 15px 0 0 0;
  display: flex;
  align-items: center;
}
.games-list-container .games-list .game-details .start {
  margin-top: 15px;
  padding: 15px;
}
.row-home .card-tipeee {
  height: 300px;
}
.card.streamers {
  background-color: #212121;
  height: 227px;
}
.card.streamers .card-body {
  position: relative;
}
.card.streamers .card-body .streamer-pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.row-home .card.top-card {
  height: 330px;
  display: flex;
  flex-direction: column;
}
.row-home .card.top-card.top-tipper-card {
  height: 300px;
}
.row-home .card.top-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.row-home .card.top-card .rank-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 0;
  min-height: 0;
}
.row-home .card.top-card .rank-container .rank-item {
  overflow: hidden;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 7px 5px 7px 0;
  color: #666;
}
.row-home .card.top-card .rank-container .rank-item.yellow,
.row-home .card.top-card .rank-container .rank-item.yellow .rank-number {
  color: #ffc907;
}
.row-home .card.top-card .rank-container .rank-item.argent,
.row-home .card.top-card .rank-container .rank-item.argent .rank-number {
  color: #a3a3a3;
}
.row-home .card.top-card .rank-container .rank-item.bronze,
.row-home .card.top-card .rank-container .rank-item.bronze .rank-number {
  color: #ce7f32;
}
.row-home .card.top-card .rank-container .rank-item .rank-number {
  color: #afafaf;
  font-size: 2rem;
  width: 2.5rem;
  display: inline-block;
  text-align: center;
}
.row-home .card.top-card .rank-container .rank-item .user-avatar {
  width: 55px;
  height: 55px;
}
.row-home .card.top-card .rank-container .rank-item .rank-infos {
  display: flex;
  flex-direction: column;
  margin-left: .5rem;
  flex: 1;
  min-width: 0;
}
.row-home .card.top-card .rank-container .rank-item .rank-infos .username {
  color: inherit;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row-home .card.top-card .rank-container .rank-item .rank-infos .username:hover {
  text-decoration: none;
}
.row-home .card.top-card .rank-container .rank-item .rank-infos .username.no-link {
  cursor: default !important;
}
.row-home .card.top-card .rank-container .rank-item .rank-infos .points {
  font-weight: 500;
}
.row-home .card.top-card .rank-container .tipeee-rank-item .rank-number {
  font-size: 2.4rem;
  width: 2.8rem;
}
.row-home .card.top-card .rank-container .tipeee-rank-item .user-avatar {
  width: 70px;
  height: 70px;
}
.row-home .card.top-card .rank-container .tipeee-rank-item .rank-infos {
  margin-left: .7rem;
}
.row-home .card.top-card h3 {
  color: #212121;
  font-weight: 800;
  font-size: 1.5em;
  margin-bottom: 0;
}
.row-home .card.top-card h3 .title {
  margin-right: 5px;
  font-size: 1.35em;
  letter-spacing: 0em;
  font-style: italic;
}
.row-home .card.top-card h3 .title.blue {
  color: #1e32c7;
}
.row-home .card.top-card .more a {
  font-weight: 700;
  font-size: 1em;
  font-style: italic;
}
.row-home .card.top-card .more a.grey {
  color: #afafaf !important;
}
.partnersimg {
  width: 100%;
}
/* User profile */
.user-badges {
  text-align: center;
}
.user-badges .user-badge + .user-badge {
  margin-left: .5rem;
}
.avatar-container {
  display: flex;
  justify-content: center;
}
.user-profile-avatar {
  width: 125px;
  height: 125px;
  border: 5px solid #fff;
}
/* Team */
.content-members-list {
  padding: 15px !important;
}
.members-list .member-item {
  display: flex;
  align-items: center;
}
.members-list .member-item .username {
  margin-left: .5rem;
  flex: 1;
}
.members-list .member-item .remove {
  margin-left: .5rem;
}
.members-list .member-item .remove i {
  opacity: 1 !important;
}
.members-list .member-item + .member-item {
  padding-top: .5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.team-candidate {
  display: flex;
  align-items: center;
}
.team-candidate .tc-username {
  flex: 1;
  margin-left: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
}
.team-candidate .tc-username:hover {
  color: #333333;
  text-decoration: none !important;
}
.team-candidate + .team-candidate {
  padding-top: 15px;
  border-top: 1px solid rgba(175, 175, 175, 0.2);
  margin-top: 15px;
}
/* Chat */
.chat-message-item {
  display: flex;
  align-items: flex-start;
  padding: 0 5px;
}
.chat-message-item .user-avatar {
  width: 20px;
  height: 20px;
}
.chat-message-item .message-content {
  margin-left: 5px;
  flex: 1;
}
.chat-message-item .message-content .user-badge {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.chat-message-item .username {
  cursor: pointer;
}
.chat-message-item.tipeee-message {
  padding: .5rem .5rem .5rem .7rem;
  border-left: 4px solid #059aef;
  background-color: rgba(5, 154, 239, 0.3);
  align-items: center;
  word-break: break-word !important;
}
.chat-message-item.tipeee-message .user-badge {
  display: none;
}
.chat-message-item.tipeee-message .tipeee-message-content {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.chat-message-item.tipeee-message .tipeee-message-content b {
  font-weight: bold;
}
.chat-message-item.tipeee-message .tipeee-message-content .btn-tip {
  display: none;
  margin-top: 3px;
  color: #fff !important;
  padding: .2rem .5rem;
  background-color: #059aef;
}
.chat-message-item.tipeee-message .tipeee-message-content .tipeee-chat-link {
  font-weight: bold;
  color: #ffc907 !important;
  text-decoration: underline;
  font-family: inherit;
}
.game-chat .input textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-right: 30px;
}
.game-chat .input .start {
  background: #059aef;
  padding: .5rem .75rem;
  font-size: inherit;
  font-weight: 800;
}
@media (max-width: 992px) {
  .games-list-container .games-list {
    display: flex;
  }
}
@keyframes come-from-top {
  from {
    visibility: none;
    opacity: 0;
    transform: translateY(-5%);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
/* Messages privés */
.discussion-container .input {
  font-family: Helvetica, Arial, sans-serif;
}
.discussion-container .messages {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-shadow: none;
  line-height: 16px;
}
.discussion-container .messages .message-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 4px 8px;
}
.discussion-container .messages .message-container .date {
  display: none;
  position: absolute;
  top: -20px;
  width: 100%;
  text-transform: uppercase;
  font-size: 11px;
  color: #bec3c9;
}
.discussion-container .messages .message-container + .message-container {
  margin-top: 8px;
}
.discussion-container .messages .message-container:last-child {
  margin-bottom: 8px;
}
.discussion-container .messages .message-container .user-avatar {
  width: 28px;
  height: 28px;
  margin-right: 6px;
}
.discussion-container .messages .message-container.me {
  justify-content: flex-end;
}
.discussion-container .messages .message-container.me .message-content {
  background: #3276ff;
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.discussion-container .messages .message-container.me .message-content.sending {
  opacity: .5;
}
.discussion-container .messages .message-container .message-content {
  margin: 0;
  padding: 6px 10px;
  border-radius: 20px;
}
.discussion-container .messages .message-container.with-date {
  margin-top: 30px;
  position: relative;
}
.discussion-container .messages .message-container.with-date .date {
  display: block;
}
/* Parties privées */
.playlist-inner {
  position: relative;
  z-index: 5;
}
.playlist-inner .blur {
  padding: 5px;
  filter: blur(1px);
}
.playlist-inner .disabled-playlist {
  filter: blur(0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffc907;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(30, 50, 199, 0.9);
  background-color: rgba(64, 73, 124, 0.8);
  border-radius: 3px;
  z-index: 10;
}
