﻿html, body {
  height: 100%;
  width: 100% !important;
}

@@media (min-width: 768px) {
  .main > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.selected {
  outline: 3px dashed var(--mud-palette-info);
  outline-offset: -3px;
}

  .selected > td.sticky-left {
    outline: 3px solid var(--mud-palette-info);
    outline-offset: -3px;
  }

div.mud-data-grid div.columns-panel {
  max-height: 600px;
  overflow-y: scroll;
}

.mud-table-bordered .mud-table-container .mud-table-root .mud-table-body .mud-table-row .mud-table-cell {
  border-right: 1px solid var(--mud-palette-table-lines);
}

.mud-table-container {
  width: 100% !important;
  overflow: auto !important;
}

.scheduler-month {
  table-layout: fixed;
  width: 100%;
}

  .scheduler-month th {
    padding: 4px 4px;
    border-bottom: 1px solid silver;
  }

  .scheduler-month tbody tr {
    height: 90px;
  }

  .scheduler-month td {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    vertical-align: top;
  }

    .scheduler-month td.out-of-month {
      background-color: gainsboro;
    }

    .scheduler-month td.sunday {
      background-color: whitesmoke;
    }
.loading-section {
  text-align: center;
  height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

  .loading-section h2 {
    color: #0366d6;
  }

.loader-dot {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #0366d6;
  display: inline-block;
  -webkit-animation: grow 2.1s infinite ease-in-out both;
  animation: grow 2.1s infinite ease-in-out both;
}

  .loader-dot.dot1 {
    -webkit-animation-delay: -0.96s;
    animation-delay: -0.96s;
  }

  .loader-dot.dot2 {
    -webkit-animation-delay: -0.48s;
    animation-delay: -0.48s;
  }

@-webkit-keyframes grow {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

.flussi-preview h1 {
  font-size: 2rem;
}
.flussi-preview h2 {
  font-size: 1.6rem;
}
.flussi-preview h3 {
  font-size: 1.4rem;
}
.flussi-preview h4 {
  font-size: 1.2rem;
}
.flussi-preview h5 {
  font-size: 1.1rem;
}
.flussi-preview h6 {
  font-size: 1rem;
}
.flussi-preview li {
  margin-left: 1.5rem;
}