body {
  margin: 0;
}

input, select, textarea {
  width: 50%;
  margin-left: 25%;
  /* border-style: groove; */
  border-style: solid;
  /* border-radius: 10px; */
  border-radius: 0;
  border-color: #d4d4d4;
  box-sizing : border-box;
  padding: 1%;
}

input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select:disabled, input:disabled, textarea:disabled {
  background-color: #e2e1de;
}

textarea {
  resize: vertical;
  font-family: sans-serif;
}

button {
  border-style: solid;
  border-color: #737373;
  border-width: thin;
  background-color: #d6d8db;
  padding: 1%;
  display: block;
  margin: auto;
  cursor: pointer;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

table, td, th {
  border: 1px solid white;
  border-collapse: collapse;
}

table {
  width: 100%;
}

tr td {
  transition: 0.5s;
}
tr:hover td {
  background: #e5fcec;
}

th {
  font-family: sans-serif;
}

th.rotate {
  height: 180px;
  white-space: nowrap;
}

th.rotate > div {
  transform:
    translate(25px, 51px)
    /* 270 = 360deg - 90deg */
    rotate(270deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

a {
  text-decoration: none;
}
a:link {
    color: maroon;
}
a:visited {
    color: maroon;
}
a:hover {
    color: #d83e66;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
}

footer {
  background-color: black;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3.5rem;
}

#reports {
  min-width: 1000px;
  width: 1000px;

  /* background-color: black; */
  margin-top: 3%;
  border-color: #eee;
  border-style: dashed solid;
  border-width: thick;
}

#logo {
  max-width: 100%;
}

#productRemoval {
  text-align: right;
}

#editView {
  display: none;
}
#editView2 {
  display: none;
}

#refresh {
  width: auto;
  margin: 0;
  border-style: none;
  border-radius: 0;
  padding: 0;
}

#totp, #sms {
  display: none;
  transition: 0.5s;
}

#totpQR {
  padding: 1%;
}
#totpQR img {
  display: block;
  margin: auto;
}

#dashboard {
  width: 30%;
  margin: auto;
  display: block;
}

#q-container {
  height: 550px;
  overflow-x: hidden;
  overflow-y: auto;
}

#q-controls {
  text-align: center;
}

#entryMain {
  display: block;
}

#entryProcedure, #entryCharges, #entrySubmit {
  display: none;
}

/* #entryDisposables td {
  height: 50px;
  width: 50px;
} */

#offline {
  background-color: red;
  color: white;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3%;
}

#loader {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3%;
}
#loader img {
  margin: auto;
  display: block;
}

#init-info {
  background-color: white;
  width: 100%;
  font-family: sans-serif;
}

#focus {
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  height: 3000px;
  width: 100%;
  z-index: 30;
}

#logic-list {
  font-family: sans-serif;
}

#omittedSect {
  width: 100%;
  border-color: maroon;
  border-style: dotted;
  font-family: sans-serif;
}

#sessions {
  width: 100%;
  overflow-x: auto;
  cursor: cell;
  border-style: solid;
  border-color: #e4e9ed;
}
#sessions th {
  background-color: #0394fc;
  color: white;
}
#sessions tr:nth-child(even) {
  background-color: #cfedff;
}

#data-fetch-view {
  background-color: #ccc;
  color: black;
  font-family: sans-serif;
  border-style: dotted;
  border-width: thin;
  border-color: black;
  padding: 2%;
  max-height: 600px;
  overflow: auto;
}

#data-update-view {
  background-color: lightgreen;
  color: black;
  font-family: sans-serif;
  border-style: dotted;
  border-width: thin;
  border-color: darkolivegreen;
  padding: 2%;
  max-height: 600px;
  overflow: auto;
}

#report-edit-controls-inputs {
  border-color: #ccc;
  border-style: dashed solid;
  border-width: thick;
}

#breadcrumbs {
  font-family: sans-serif;
  margin: 0 0 0.5em 0;
}
#breadcrumbs a {
  text-decoration: underline;
}

#reference-statement {
  background-color: #ccc;
  color: black;
  font-family: sans-serif;
  font-size: smaller;
  padding: 20px 10px;
}

#shipment-summary h2, h3 {
  margin: 0;
}

#shipment-table {
  font-family: sans-serif;
}
#shipment-table table, th, td {
  border: none;
  border-collapse: collapse;
}
#shipment-table th {
  background-color: #0394fc/*#d95c5c*/;
  color: white;
}
#shipment-table td {
  text-align: center;
}
/* #shipment-table tr:nth-child(even) {
  background-color: #cfedff;
}
#shipment-table tr:nth-child(odd) {
  background-color: #fff;
} */
#shipment-table tr:hover td {
  background: none;
}

.watermark {
  position: relative;
}
.watermark:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-image: url("/img/lps-logo-watermark.png");
  background-size: 100%;
  border-style: solid dashed solid dashed;
  border-color: #ccc;
  border-width: thin medium;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reference-instructions .watermark {
  position: relative;
}

.reference-li::marker {
  list-style: none;
  content: "";
}
.reference-li::before {
  content: "❤";
  color: red;
  background: lightgray;
  border-radius: 1ch;
  padding-inline: 1ch;
  margin-inline-end: 1ch;
}

.instruction {
  font-family: sans-serif;
  margin: 0 0 0.5em 0;
}
/* .instruction::marker {
  list-style: none;
  content: "";
} */
/* .instruction li:before {
  content: "❤";
  color: red;
  background: lightgray;
  border-radius: 1ch;
  padding-inline: 1ch;
  margin-inline-end: 1ch;
} */

.instruction-part-list {
  list-style-type: upper-alpha;
}

.inline-links p {
  text-align: center;
  font-family: sans-serif;
}
.inline-links p::before {
    content: "❤ ";
}
/* .inline-links:nth-child(1):before {
    content: "";
} */

.word-wrap {
  word-wrap: break-word;
}

.report-table {
  font-family: sans-serif;
}
.report-table table, th, td {
  border: none;
  border-collapse: collapse;
}
.report-table th {
  background-color: #0394fc/*#d95c5c*/;
  color: white;
}
.report-table td {
  text-align: center;
}
.report-table tr:nth-child(even) {
  background-color: #cfedff/*#ffdede*/;
}
.report-table tr:nth-child(odd) {
  background-color: #fff;
}
.report-table tr:hover td {
  background: none;
}
.total-row {
  border-style: solid none solid none;
  border-color: #0394fc/*#d95c5c*/;
  background-color: #0394fc/*#d95c5c*/ !important;
  color: white;
}
.total-row-dark {
  border-style: solid none solid none;
  border-color: #0072c4;
  background-color: #0072c4 !important;
  color: white;
}



.underlined {
  border-style: none none solid none;
}

.pdf-quote {
  margin: 0;
  border-style: none none none solid;
  border-color: gray;
}
.pdf-quote p {
  padding: 15px;
  color: gray;
  font-family: sans-serif;
}
.pdf-quote p::before {
  content: '\201C';
}
.pdf-quote p::after {
  content: '\201D';
}

#input-container, #services-container {
  border-style: dashed solid;
  padding: 3%;
}
#charges-label {
  background-color: #fcba03;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  border-color: #997000;
  padding: 3px;
}
#conditions-label {
  background-color: #7399ff;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  border-color: #233054;
  padding: 3px;
}

#columns-order {
  margin-bottom: 1%;
  border-color: #eee;
  border-style: dashed solid;
  border-width: thick;
  padding: 5px;
}
.columns-order-item {
  display: inline-block;
  background-color: #eee;
  font-family: sans-serif;
  padding: 4px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  margin-right: 3px;
  cursor: pointer;
}

.filter-input-container {
  border-style: solid;
  border-color: #eee;
  padding: 5px;
}

.init-hidden {
  display: none;
}

.inventory-item {
  background-color: #fff;
  border-style: solid;
  border-width: thin;
  border-color: #ccc;
}
.inventory-item-header {
  width: 100%;
  color: #fff;
  background-color: #152f59;
}
.inventory-item-body {
  padding: 3%;
}
.inventory-item-button {
  background-color: #152f59;
  color: #fff;
  font-family: sans-serif;
}
.inventory-item-button-red {
  background-color: red;
  color: #fff;
  font-family: sans-serif;
}
.inventory-threshold-ok {
  background-color: green;
  color: white;
  border-radius: 3px;
  border-style: solid;
  border-width: thin;
  border-color: darkolivegreen;
}
.inventory-threshold-avg {
  background-color: orange;
  color: white;
  border-radius: 3px;
  border-style: solid;
  border-width: thin;
  border-color: orangered;
}
.inventory-threshold-low {
  background-color: red;
  color: white;
  border-radius: 3px;
  border-style: solid;
  border-width: thin;
  border-color: darkred;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

.collapse-btn {
  font-family: sans-serif;
  font-weight: bold;
}
.collapse-btn::after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.collapse-btn.active::after {
  content: '\2212';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  /* display: none; */
  max-height: 0;
  overflow: hidden;
  background-color: #f1f1f1;
  transition: max-height 0.7s ease-in-out;
  font-family: sans-serif;
}
.content-scroll {
  padding: 0 18px;
  /* display: none; */
  max-height: 0;
  overflow: auto;
  background-color: #f1f1f1;
  transition: max-height 0.7s ease-in-out;
  font-family: sans-serif;
}
.session-btn-del {
  font-family: sans-serif;
  font-weight: bold;
  width: 100%;
  box-shadow: none;
  background-color: red;
  color: white;
}
.session-btn-resume {
  font-family: sans-serif;
  font-weight: bold;
  width: 100%;
  box-shadow: none;
  background-color: green;
  color: white;
}

.add-span {
  padding: 4px;
  border-radius: 4px;
  background-color: #2196F3;
  color: white;
  cursor: pointer;
}
.add-span::before {
  content: "⮟"
}
.sub-span {
  padding: 4px;
  border-radius: 4px;
  background-color: #2196F3;
  color: white;
  cursor: pointer;
}
.sub-span::before {
  content: "⮝"
}

.header {
  background-color: black;
  width: 100%;
}
.header p {
  color: white;
  margin: 0;
  vertical-align: middle;
  font-family: sans-serif;
  text-align: center;
  font-weight: bold;
}
.header img {
  display: inline-block;
  vertical-align: top;
}
.header div {
  display: inline-block;
  padding: 3%;
}

.display-none {
  display: none;
}

.tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.refresh {
  width: auto;
  margin: 0;
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.logic-rule-active {
  transition: 0.2s;
}
.logic-rule-active:hover {
  background-color: #ccc;
}

.input-default {
  width: 100%;
  border-style: none;
  padding: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  margin: 0;
  border-radius: 0;
}

.button-default {
  border-style: groove;
  border-radius: 0;
  padding: 10%;
  display: block;
  margin: auto;
  width: 100%;
  height: 60px;
}

.quick-reference-control-button {
  border-style: groove;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding: 0.1em 0.5em;
}

.depth {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sans-serif {
  font-family: sans-serif;
}

.no-color {
  background-color: none;
}

.white {
  background-color: #ffffff;
}

.light-gray {
  background-color: #e2e2e2;
}

.medium-gray {
  background-color: #b7b7b7;
}

.gray {
  background-color: #878787;
}

.light-blue {
  background-color: #cee1ff;
}

.pale-green {
  background-color: #c4fcd4;
}

.pale-yellow {
  background-color: #fcf5bf;
}

.pale-red {
  background-color: #ffb7b7;
}

.text-dark-blue {
  color: #152f59;
}

.text-blue {
  color: #2b67c6;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.max-w-100 {
  max-width: 100%;
}

.center {
  display: block;
  margin: auto;
}

.container-main {
  width: 80%;
}

.container {
  position: relative;
  min-height: 100vh;
}

.push-to-top {
  vertical-align: top;
}

.h-100 {
  height: 100%;
}

.w-90-marginless {
  width: 90%;
}
.w-80-marginless {
  width: 80%;
}
.w-50-marginless {
  width: 50%;
}
.w-45-marginless {
  width: 45%;
}
.w-33-marginless {
  width: 33.33333%;
}
.w-5-marginless {
  width: 5%;
}

.w-100 {
  width: 100%;
  margin: 0;
}
.w-80 {
  width: 80%;
  margin-left: 10%;
}
.w-75 {
  width: 75%;
  margin-left: 12.5%;
}
.w-50 {
  width: 50%;
  margin-left: 25%;
}
.w-50-m-30 {
  width: 50%;
  margin-left: 30%;
}
.w-45 {
  width: 50%;
  margin-left: 20%;
}
.w-25 {
  width: 25%;
  margin-left: 37.5%;
}
.w-10 {
  width: 10%;
  margin-left: 45%;
}
.w-5 {
  width: 5%;
  margin-left: 47.5%;
}

.margin-left-75 {
  margin-left: 75%;
}
.margin-left-50 {
  margin-left: 50%;
}
.margin-left-25 {
  margin-left: 25%;
}
.margin-left-12 {
	margin-left: 12.5%;
}
.margin-left-10 {
	margin-left: 10%;
}

.margin-0 {
  margin: 0;
}
.h-margin-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}

.close::before {
  content: "❌";
  max-width: 5%;
  transition: all 0.5s ease 0s;
  margin-left: 75%;
  cursor: pointer;
  text-align: right;
}

.edit-span {
  border-radius: 5px;
  cursor: pointer;
  padding: 2px;
  background-color: #5fb7e3;
  color: black;
}
.del-span {
  border-radius: 5px;
  cursor: pointer;
  padding: 2px;
  background-color: #f7657c;
  color: white;
}

/*Stackable*/
.stackable-xs {
  margin-bottom: 1%;
}
.stackable-s {
  margin-bottom: 3%;
}
.stackable-m {
  margin-bottom: 5%;
}
.stackable-l {
  margin-bottom: 10%;
}

.whitespace-xs {
  padding: 1%;
}
.whitespace-s {
  padding: 3%;
}
.whitespace-m {
  padding: 5%;
}
.whitespace-l {
  padding: 7%;
}

.sidespace {
  padding-left: 2%;
  padding-right: 2%;
}

.gridMargin-xs {
  margin-left: 1%;
}
.gridMargin-s {
  margin-left: 3%;
}
.gridMargin-m {
  margin-left: 5%;
}
.gridMargin-l {
  margin-left: 7%;
}

.border {
  border-style: groove;
}
.borderless {
  border-style: none;
}
.border-thin {
  border-style: groove;
  border-width: thin;
}

.round {
  border-radius: 10px;
}
.unround {
  border-radius: 0px;
}

.row {
  width: 100%;
}

.col-2 {
  display: inline-block;
  margin-right: 0.25%;
  margin-left: 0.25%;
  width: 18%;
}
.col-3 {
  display: inline-block;
  margin-right: 0.25%;
  margin-left: 0.25%;
  width: 24%;
}
.col-4 {
  display: inline-block;
  margin-right: 0.25%;
  margin-left: 0.25%;
  width: 32.13333%;
}
.col-5 {
  display: inline-block;
  margin-right: 0.25%;
  margin-left: 0.25%;
  width: 38%;
}
.col-6 {
  display: inline-block;
  margin-right: 0.25%;
  margin-left: 0.25%;
  width: 48%;
}
.col-9 {
  display: inline-block;
  margin-right: 0.25%;
  margin-left: 0.25%;
  width: 73%;
}

.input {
  border-radius: 0;
  border-style: solid;
  border-color: #d4d4d4;
  box-sizing : border-box;
  margin-left: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-text {
  display: inline;
  margin: 0;
  padding: 10px;
  word-break: break-word;
}

.question-line {
  display: none;
}
.question-line-visible {}

.q-button {
  width: 10%;
  margin: 0;
  border-style: none;
}
.q-button-fwd {
  float: right;
}
.q-button-bwd {
  float: left;
}
.q-bottom-marker {
  background-color: #ccc;
  color: gray;
  width: 100%;
  font-family: sans-serif;
  font-weight: bold;
  margin: 3% 0 0 0;
}

.toggle-div {
  display: block;
}

.hidden {
  display: none !important;
}

.table-hidden {
  display: none !important;
}

.numpad {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
}
.numpad-num-btn {
  width: 33.33333%;
  min-height: 50px;
  display: inline-flex;
  transition: 0.5s;
  border-radius: 0;
  box-shadow: none;
  border-style: solid;
  border-color: #d4d4d4;
  background-color: white;
  font-family: sans-serif;
  text-align: center;
}
.numpad-num-btn:hover {
  background-color: black;
  color: white;
}
.numpad-field:disabled {
  background-color: white;
  color: black;
}

.input-increment {
  max-width: 38px;
  width: 38px;
  display: inline-block;
  border-style: none;
  margin: 0;
  vertical-align: middle !important;
  padding: 0.4em;
}

.input-for-choices-js {
  background-color: #f9f9f9;
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 6px 0 6px 0;
}

.focus-buttons {
  margin: unset;
  display: inline-block;
}

.required-filters {
  border-width: thin;
  border-style: solid;
  border-color: red;
}
.required-filters h4 {
  color: red;
}

.red-text {
  color: red;
}

.pdf-report-table {
  font-size: 10px;
  font-family: helvetica !important;
}
.pdf-report-tablex2 {
  font-size: 15px;
  font-family: helvetica !important;
}
.pdf-report-tablex3 {
  font-size: 20px;
  font-family: helvetica !important;
}
.pdf-report-table th {
  font-family: helvetica !important;
  font-weight: bold !important;
}

.checkbox {
  background-color: #fff;
  border: solid 1px #d7d7d7;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  margin-right: 1rem;
  text-align: center;
  width: 32px;
  vertical-align: middle;

  svg {
    margin-top: 6px;
    stroke: #fff;
  }
}
.checkbox svg {
  margin-top: 6px;
  stroke: #fff;
}

.checkbox-small {
  background-color: #fff;
  border: solid 1px #d7d7d7;
  width: auto;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  svg {
    margin-top: 6px;
    stroke: #fff;
  }
}
.checkbox-small svg {
  margin-top: 6px;
  stroke: #fff;
}

.positive {
  background-color: #2196F3;
  border-color: #2196F3;
}

.negative {
  background-color: #dc4e4e;
  border-color: #c74545;
}

.label {
  /* font-weight: bold; */
  vertical-align: middle;
}

/*------------------Overwritten plugin styles-----------------------*/
.qs-datepicker-container {
  max-width: 100% !important;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    left: 0;
}
.ajs-button {
  display: inline !important;
}
.alertify .ajs-commands {
  left: auto;
}
.choices__inner {
  min-height: 0;
  padding: 7.5px 0 3.75px;
}

.ajs-message {
  font-family: sans-serif;
}

.choices__button {
  padding: 0;
  box-shadow: none;
}

.jsoneditor-button, .jsoneditor-next, .jsoneditor-previous, .jsoneditor-refresh, .jsoneditor-default {
  box-shadow: none;
  display: initial;
}
/*-------------------------------------------------------*/

@media print {
  .reference-instructions {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  input, select {
    width: 80%;
    margin-left: 10%;
    border-style: groove;
    border-radius: 10px;
    padding: 3%;
  }

  button {
    padding: 3%;
  }

  footer {
    position: initial;
  }

  #productRemoval {
    text-align: center;
  }

  #entryDisposables {
    table-layout: auto;
    width: 100%;
    word-wrap: break-word;
    word-break: normal;
  }

  #entryServices {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
    word-break: normal;
  }

  #q-container {
    height: 450px;
  }

  #dashboard {
    width: 90%;
    margin: auto;
    display: block;
  }

  .col-3,.col-4,.col-6 {
    margin-right: 0;
    margin-left: 10% !important;
    margin-bottom: 3%;
    width: 80%;
  }

  .header div {
    width: 50%;
  }

  .stackable-xs {
    margin-bottom: 3%;
  }
  .stackable-s {
    margin-bottom: 5%;
  }
  .stackable-m {
    margin-bottom: 10%;
  }
  .stackable-l {
    margin-bottom: 15%;
  }

  .whitespace-xs {
    padding: 3%;
  }
  .whitespace-s {
    padding: 5%;
  }
  .whitespace-m {
    padding: 7%;
  }
  .whitespace-l {
    padding: 10%;
  }

  .gridMargin-xs {
    margin-left: 0;
  }
  .gridMargin-s {
    margin-left: 0
  }
  .gridMargin-m {
    margin-left: 0;
  }
  .gridMargin-l {
    margin-left: 0;
  }

  .round {
    border-radius: 7px;
  }

  .q-button {
    width: 25%;
  }

  .toggle-div {
    width: 100%;
    display: block;
    margin: 0 0 2% 0;
  }
}
