/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/react/app.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  z-index: 1;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Przyciski */
/* komunitaty */
/* header */
/* page menu */
/* footer */
/* if off line msg */
/* dialog */
/* messages */
/* main */
.page-header {
  grid-column: 1/-1;
  grid-row: 1/2;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 12px;
  width: 100%;
}
.page-header h1 {
  position: relative;
  width: min(350px, 60%);
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  text-align: left;
  font-family: "Exo 2", arial, verdana, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: clamp(0.6rem, 4vw, 1rem);
  line-height: 1em;
  font-weight: 600;
}
.page-header h1 span {
  display: block;
  font-size: 1.4em;
  color: white;
}
.page-header h1 span:first-child {
  display: block;
  font-size: 1em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 3px;
}

.page-footer {
  grid-column: 1/-1;
  grid-row: 3/4;
  position: relative;
  width: 100%;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.page-footer p {
  color: rgba(255, 255, 255, 0.2);
  text-align: right;
  font-size: 0.8rem;
}

.if-off-line-container {
  display: block;
  margin: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  position: relative;
}

.if-off-line-container .material-icons {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  display: block;
  width: 100%;
}

.if-off-line-container--offline {
  display: block;
}
.if-off-line-container--offline .material-icons {
  color: #900;
}

.page-main {
  grid-column: 2/3;
  grid-row: 2/3;
  display: block;
  padding: 50px 12px;
}

.page-container .page-container__columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.scroll-y {
  overflow: hidden;
  overflow-x: auto;
}

.page-main h1,
.page-main h2,
.page-main h3,
.page-main h4,
.page-main h5,
.page-main h6,
.MuiDialogContent-root h1,
.MuiDialogContent-root h2,
.MuiDialogContent-root h3,
.MuiDialogContent-root h4,
.MuiDialogContent-root h5,
.MuiDialogContent-root h6 {
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  text-align: left;
  font-family: "Exo 2", arial, verdana, helvetica, sans-serif;
  font-weight: 500;
  color: #ff9800;
  font-size: 2em;
  line-height: 1.2em;
  padding: 0;
  margin: 20px 0;
  width: 100%;
  clear: both;
}
.page-main h1.main-page-title,
.MuiDialogContent-root h1.main-page-title {
  font-family: "Exo 2", arial, verdana, helvetica, sans-serif;
  font-size: clamp(1.7em, 6vw, 2em);
  line-height: 1em;
  font-weight: 100;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.page-main h1.main-page-title span,
.MuiDialogContent-root h1.main-page-title span {
  display: block;
  font-size: clamp(14px, 0.3em, 28px);
  line-height: 1em;
  font-weight: 300;
}
.page-main h1.main-page-title.main-page-title--center,
.MuiDialogContent-root h1.main-page-title.main-page-title--center {
  text-align: center;
}
.page-main h2,
.MuiDialogContent-root h2 {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 20px 0 10px;
}
.page-main h3,
.MuiDialogContent-root h3 {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 20px 0 10px;
}

.MuiDialogContent-root h2 {
  margin: 20px 0 10px;
}
.MuiDialogContent-root h3 {
  margin: 20px 0 10px;
}

h3.form-groupe-h3 {
  font-size: 1.2em;
  padding: 5px 0 40px 0;
}
h3.form-groupe-h3 .icon {
  margin-right: 8px;
  position: relative;
  top: 5px;
}

.headers--padding-top {
  padding-top: 2em !important;
}

.start-stop-work {
  width: 90%;
  margin: 0 auto;
}
.start-stop-work ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  width: 100%;
}
.start-stop-work ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.start-stop-work ul li .middle {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.start-stop-work ul li .middle button {
  all: unset;
  width: 100%;
  padding: 40px 20px;
  font-size: 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  background-color: rgba(255, 152, 0, 0.1);
  border: solid 1px rgba(255, 152, 0, 0.2);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.start-stop-work ul li .middle button:hover, .start-stop-work ul li .middle button:focus {
  background-color: rgba(255, 152, 0, 0.3);
}
.start-stop-work ul li .middle button .info .icon {
  font-size: 3em;
  color: #ff9800;
}
.start-stop-work ul li .middle button .title {
  font-weight: 600;
  color: #fff;
}
.start-stop-work ul li.stop .middle button {
  background-color: rgba(255, 68, 68, 0.1);
  border: solid 1px rgba(255, 68, 68, 0.2);
}
.start-stop-work ul li.stop .middle button:hover, .start-stop-work ul li.stop .middle button:focus {
  background-color: rgba(255, 68, 68, 0.3);
}
.start-stop-work ul li.stop .middle button .info .icon {
  color: #ff4444;
}

.start-container, .stop-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 60px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.start-container .steps-info .title, .stop-container .steps-info .title {
  background: transparent;
  font-size: clamp(2em, 6vw, 3em) !important;
  text-align: center;
  font-family: "Exo 2", arial, verdana, helvetica, sans-serif !important;
  font-weight: 300 !important;
  padding-bottom: 10px;
}
.start-container .steps-info .error, .stop-container .steps-info .error {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  margin-top: 2em;
  display: inline-block;
  padding: 0.3em 1em 0.2em;
  text-transform: uppercase;
  background-color: #ff4444;
}
.start-container .steps-steps, .stop-container .steps-steps {
  padding-top: 30px;
}
.start-container .steps-steps .step-label, .stop-container .steps-steps .step-label {
  color: rgba(255, 255, 255, 0.5);
}
.start-container .steps-steps .step-label span, .stop-container .steps-steps .step-label span {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 1.2em;
}
.start-container .steps-buttons-list, .stop-container .steps-buttons-list {
  list-style: none;
  padding: 30px 0 0 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: min(100%, 550px);
}
.start-container .steps-buttons-list.steps-buttons-list--cancel, .stop-container .steps-buttons-list.steps-buttons-list--cancel {
  grid-template-columns: 1fr;
}
.start-container .steps-buttons-list li .middle, .stop-container .steps-buttons-list li .middle {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.start-container .steps-buttons-list li .middle button, .stop-container .steps-buttons-list li .middle button {
  all: unset;
  width: 100%;
  padding: 15px 20px;
  font-size: 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  background-color: rgba(255, 152, 0, 0.1);
  border: solid 1px rgba(255, 152, 0, 0.2);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.start-container .steps-buttons-list li .middle button:hover, .start-container .steps-buttons-list li .middle button:focus, .stop-container .steps-buttons-list li .middle button:hover, .stop-container .steps-buttons-list li .middle button:focus {
  background-color: rgba(255, 152, 0, 0.3);
}
.start-container .steps-buttons-list li .middle button .info .icon, .stop-container .steps-buttons-list li .middle button .info .icon {
  font-size: 3em;
  color: #ff9800;
}
.start-container .steps-buttons-list li .middle button .title, .stop-container .steps-buttons-list li .middle button .title {
  font-weight: 600;
  color: #fff;
}
.start-container .steps-buttons-list li.accept button, .stop-container .steps-buttons-list li.accept button {
  background-color: rgba(102, 187, 106, 0.2);
  border: solid 1px rgba(102, 187, 106, 0.3);
}
.start-container .steps-buttons-list li.accept button:hover, .start-container .steps-buttons-list li.accept button:focus, .stop-container .steps-buttons-list li.accept button:hover, .stop-container .steps-buttons-list li.accept button:focus {
  background-color: rgba(102, 187, 106, 0.3);
}
.start-container .steps-buttons-list li.accept button .info .icon, .stop-container .steps-buttons-list li.accept button .info .icon {
  font-size: 3em;
  color: #66bb6a;
}
.start-container .steps-buttons-list li.accept button .title, .stop-container .steps-buttons-list li.accept button .title {
  font-weight: 600;
  color: #fff;
}
.start-container .steps-buttons-list li.cancel button, .stop-container .steps-buttons-list li.cancel button {
  background-color: rgba(255, 68, 68, 0.2);
  border: solid 1px rgba(255, 68, 68, 0.3);
}
.start-container .steps-buttons-list li.cancel button:hover, .start-container .steps-buttons-list li.cancel button:focus, .stop-container .steps-buttons-list li.cancel button:hover, .stop-container .steps-buttons-list li.cancel button:focus {
  background-color: rgba(255, 68, 68, 0.3);
}
.start-container .steps-buttons-list li.cancel button .info .icon, .stop-container .steps-buttons-list li.cancel button .info .icon {
  font-size: 3em;
  color: #ff4444;
}
.start-container .steps-buttons-list li.cancel button .title, .stop-container .steps-buttons-list li.cancel button .title {
  font-weight: 600;
  color: #fff;
}
.start-container .steps-buttons-list li button:disabled, .stop-container .steps-buttons-list li button:disabled {
  opacity: 0.3;
  pointer-events: none;
  background-color: rgba(110, 110, 110, 0.2) !important;
  border: solid 1px rgba(110, 110, 110, 0.3) !important;
}
.start-container .steps-buttons-list li button:disabled:hover, .start-container .steps-buttons-list li button:disabled:focus, .stop-container .steps-buttons-list li button:disabled:hover, .stop-container .steps-buttons-list li button:disabled:focus {
  background-color: rgba(110, 110, 110, 0.3) !important;
}
.start-container .steps-buttons-list li button:disabled .info .icon, .stop-container .steps-buttons-list li button:disabled .info .icon {
  font-size: 3em;
  color: #ffffff !important;
}
.start-container .steps-buttons-list li button:disabled .title, .stop-container .steps-buttons-list li button:disabled .title {
  font-weight: 600;
  color: #fff !important;
}

.qrreader-container {
  position: relative;
}

.qrreader__infoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4rem 0 0 -4rem;
  color: #090;
  z-index: 2;
  font-size: 8rem !important;
}

.qrreader__cameraSwitch {
  background: #ae9978;
  color: #fff;
  padding: 8px;
  display: block;
  position: absolute;
  left: -5px;
  bottom: -5px;
  z-index: 100;
  margin-left: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-border-radius: 0%;
  border-radius: 0%;
}

.qrreader__cameraSwitch:hover {
  background: #7d5945;
}

.qrreader__cameraSwitch i {
  display: block;
}

.MuiButton-text,
.as-button {
  font-family: "Exo 2", arial, verdana, helvetica, sans-serif !important;
  color: #fff !important;
  margin: 0 !important;
  text-align: center;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  line-height: 1em !important;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 0.7em 1.5em 0.6em !important;
  -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
  background-color: #ff9800 !important;
}
.MuiButton-text.white-border,
.as-button.white-border {
  background-color: #121212 !important;
  color: #fff !important;
}
.MuiButton-text.red-border,
.as-button.red-border {
  background-color: #ef0303 !important;
  color: #fff !important;
}
.MuiButton-text.margin-right,
.as-button.margin-right {
  margin-right: 20px !important;
}
.MuiButton-text:hover,
.as-button:hover {
  background-color: #47dbff !important;
}

.iconbutton--small {
  padding: 1px !important;
}
.iconbutton--small .MuiIcon-root {
  font-size: 1.2rem !important;
}

.iconbutton--horizontal-space {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.iconbutton--horizontal-space-left {
  margin-left: 8px !important;
}

.iconbutton--horizontal-space-right {
  margin-right: 8px !important;
}

.iconbutton--background {
  background: #ff9800 !important;
  color: #fff !important;
  -webkit-transition: linear 200ms all;
  transition: linear 200ms all;
}
.iconbutton--background:hover {
  background: #121212 !important;
}

.iconbutton--background-second-color {
  background: #47dbff !important;
  color: #000 !important;
  -webkit-transition: linear 200ms all;
  transition: linear 200ms all;
}
.iconbutton--background-second-color:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #000 !important;
}

.show-filters-button {
  background: rgba(50, 50, 50, 0.4) !important;
  border: solid 1px rgba(50, 50, 50, 0.8) !important;
  color: #fff !important;
  -webkit-transition: linear 200ms all;
  transition: linear 200ms all;
}
.show-filters-button:hover {
  background: rgba(50, 50, 50, 0.8) !important;
  border: solid 1px rgba(255, 255, 255, 0.8) !important;
  color: #fff !important;
}

.clear-filters-button {
  background: #990000 !important;
  color: #000 !important;
  -webkit-transition: linear 200ms all;
  transition: linear 200ms all;
  padding: 0 !important;
  position: relative;
  top: 15px;
  left: -15px;
}
.clear-filters-button:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #000 !important;
}

.list-table .MuiIconButton-root {
  color: rgba(255, 152, 0, 0.8) !important;
  -webkit-transition: linear 200ms all;
  transition: linear 200ms all;
}
.list-table .MuiIconButton-root:hover {
  color: #ff9800 !important;
}

/*

.download-button {
    display: block;
    padding: 16px 16px;
    margin: 0 auto;
    font-size: 0.875rem;
    min-width: 64px;
    width: 90%;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: rgba(#000, 0.6) !important;
    border: solid 1px rgba($second-color, 0.4) !important;
    transition: ease-in 250ms all;

    &:hover {
        background: rgba(#000, 0.9) !important;
        border: solid 1px rgba($second-color, 0.9) !important;
    }
}



.redirect-to-document-table-link {
    margin: 0 3px;
    padding: 6px 16px;
    font-size: 0.7rem;
    box-sizing: border-box;
    line-height: 1.75;
    border: solid 1px rgba(#fff, 0.3);
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(#fff, 0.6);
    transition: all ease 0.25s;
    background: rgba(#fff, 0);
    white-space: nowrap;

    &:hover {
        background: rgba(#fff, 0.3);
        color: rgba(#fff, 0.9);
    }
}

.redirect-to-document-table-link--classic {
    font-size: 0.9rem;
    line-height: 1.75;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(#fff, 0.6);
    white-space: nowrap;

    &:hover {
        color: rgba(#fff, 1);
    }
}

.iconbutton--typo {
    span {
        font-size: 1rem;
    }
}
*/
.in-progress-conatiner {
  height: 100%;
  width: 100%;
  background: rgba(18, 18, 18, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.in-progress-conatiner .loading-screen__progressbar {
  position: relative;
  top: 0;
  left: 0;
  width: 90%;
  max-width: 250px;
  height: 1px;
  overflow: hidden;
  background: #f5f5f5;
}
.in-progress-conatiner .loading-screen__progressbar::after {
  content: "";
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff9800;
  -webkit-animation: loading-progress-animation 1.5s linear infinite;
          animation: loading-progress-animation 1.5s linear infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(-40%), scale(1);
          transform: translateX(-40%), scale(1);
}

@-webkit-keyframes loading-progress-react-animation {
  from {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: translateX(250%);
            transform: translateX(250%);
  }
}

@keyframes loading-progress-react-animation {
  from {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: translateX(250%);
            transform: translateX(250%);
  }
}
.MuiDialog-root {
  color: #fff;
  font-family: "Mulish", arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}
.MuiDialog-root .buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  gap: 10px;
}

.MuiDialogTitle-root {
  background: #ff9800;
  color: #fff;
  position: relative;
  font-family: "Exo 2", arial, verdana, helvetica, sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.2rem !important;
  line-height: 1.2em !important;
}
.MuiDialogTitle-root .close-dialog__icon {
  color: #fff !important;
  position: absolute !important;
  top: 8px;
  right: 10px;
}
.MuiDialogTitle-root .close-dialog__icon:hover {
  color: #ff9800 !important;
  background: white;
}
.MuiDialogTitle-root .close-dialog__icon--squer {
  color: #fff !important;
  position: absolute !important;
  top: 0;
  right: 0;
  background: #ff9800;
  height: 100%;
  aspect-ratio: 1;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.MuiDialogTitle-root .close-dialog__icon--squer:hover {
  color: #ff9800 !important;
  background: white;
}

.MuiDialogContent-root {
  /* background: $dialog-bg-color; */
  overflow: hidden;
  padding-top: 20px !important;
}

.MuiDialogActions-spacing > :not(:first-child) {
  margin-left: 8px !important;
}

.dialog-start-stop-container .MuiDialog-paperFullScreen {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.dialog-start-stop-container .MuiDialogTitle-root {
  background: transparent;
  font-size: clamp(2em, 6vw, 4em) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.dialog-start-stop-container .MuiDialogTitle-root::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 29px;
  width: min(90%, 300px);
  height: 1px;
  background-color: rgba(255, 152, 0, 0.7);
}
.dialog-start-stop-container .MuiDialogContent-root {
  min-height: 100dvh;
  width: 100%;
  padding-top: 120px;
  display: grid;
  place-items: center;
}

.list-table {
  margin: 20px 0;
}
.list-table .MuiTableCell-root {
  padding: 16px;
}
.list-table thead th {
  background: #ff9800;
  color: #fff;
}
.list-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.list-table .width-5 {
  width: 5%;
}
.list-table .width-10 {
  width: 10%;
}
.list-table .width-15 {
  width: 15%;
}
.list-table .width-20 {
  width: 20%;
}
.list-table .width-25 {
  width: 25%;
}
.list-table .width-30 {
  width: 30%;
}
.list-table .width-35 {
  width: 35%;
}
.list-table .width-40 {
  width: 40%;
}
.list-table .width-45 {
  width: 45%;
}
.list-table .width-50 {
  width: 50%;
}
.list-table .MuiTableSortLabel-root .MuiTableSortLabel-icon {
  opacity: 0.6 !important;
  -webkit-transition: opacity ease 250ms;
  transition: opacity ease 250ms;
}
.list-table .MuiTableSortLabel-root:hover .MuiTableSortLabel-icon, .list-table .MuiTableSortLabel-root.Mui-active .MuiTableSortLabel-icon {
  opacity: 1 !important;
}
.list-table .MuiTableSortLabel-root.MuiTableSortLabel-active .MuiTableSortLabel-icon {
  opacity: 1 !important;
  color: #fff !important;
}
.list-table .important-thing {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 0.1em 0;
}
.list-table .underline-link {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff9800), to(#ff9800));
  background-image: linear-gradient(90deg, #ff9800 0, #ff9800 100%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 250ms ease-in-out;
  transition: background-size 250ms ease-in-out;
}
.list-table .underline-link:hover, .list-table .underline-link:focus, .list-table .underline-link:active {
  background-size: 90% 1px;
}

#app-container {
  width: 100%;
  min-height: 100svh;
  display: grid;
  grid-template-columns: auto min(100%, 1700px) auto;
  grid-template-rows: auto 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-family: "Mulish", arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}
