#menu_bar, #rulers, #panels, #tools_bottom, #tools_left {
  display: none;
}
select.btn {
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--z15);
  font-weight: 550;
  line-height: 140%;
  border-radius: var(--x1);
  padding: var(--x2) var(--x4);
  background: var(--accent7);
}
.navseam {
  padding: 10px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}
.navseam .btn {
  color: #333;
  margin: 0 3px;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  background: #d4d4d4;
}
.navseam select.btn {
  padding: 6px 10px 7px;
}
.custom-angle {
  margin: 0 3px;
}
.custom-angle span {
  font-size: 12px;
}
.custom-angle input {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  line-height: 22px;
  margin: 0;
}
.seamcut-initial .CARPET, #carpet-packing > *, #seamcut-initial #wastePercentage_CARPET{
  display: block !important;
}
.seamcut-initial .progress, #sheet-packing, .CARPET > span.subscript, .SHEET_VINYL > span.subscript{ 
  display: none;
}
.seamcut-result, .seamcut-initial {
  overflow: auto;
  position: relative;
  background: #f0f0f0;
  height: calc(100vh - 230px);
}
.seamcut-result #loading, .seamcut-initial #loading {
  background: rgba(0, 0, 0, 0.5);
}
.seamcut-result .packed-svg, .seamcut-initial .packed-svg {
  width: 100%;
/*  position: relative;*/
}
.menu {
  /*display: grid;
  grid-template-rows: 40px max-content;
  gap: 10px;*/
}

.navseam .toggle {
  all: unset;
  background: #d4d4d4;
  color: white;
  padding: 5px 20px 5px 10px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  color: #333;
  font-weight: normal;
  width: 100px;
}
.toggle::after {
  content: "";
  width: 5px;
  height: 5px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  transform: rotate(45deg);
  transition: 0.4s;
  right: -10px;
  position: relative;
}
.list {
  background-color: #d4d4d4;
  color: #444;
  list-style: none;
  display: grid;
  grid-template-rows: repeat(8, 30px);
  border-radius: 5px;
  overflow: hidden;
  height: 0;
  margin: 3px 0 0;
  transition: 0.4s;
  position: absolute;
  padding: 0;
  width: 100%;
}

.list-item {
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.4s, transform 0.4s var(--delay);
  user-select: none;
  cursor: pointer;
  font-size: 15px;
}
.list-item i.fa {
  font-size: 20px;
  margin-right: 5px;
}
.list-item:hover {
  background-color: #ccc;
  color: #333;
}

.open .toggle::after {
  transform: rotate(225deg);
}

.open .list {
  height: 240px;
}

.toggle:focus ~ .list .list-item {
  transform: translateX(0);
}

.text-dark.wastePercentage_SHEET, .text-dark.wastePercentage_CARPET {
  padding: 5px;
  bottom: 120px;
  position: fixed;
  background: #fff;
  display: inline-block;
}
.text-dark.wastePercentage_SHEET button, .text-dark.wastePercentage_CARPET button{
  padding: 0px 10px;
  margin-left: 10px;
  font-size: 14px;
}
.pagepdf {
  page-break-after: always;
/*  display: flex;*/
}
#wasteCarpetSVG, #wasteSheetSVG{
  color: #585858;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.pagepdf #wasteCarpetSVG span, #wasteSheetSVG span{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid;
}
.pagepdf:last-child {
  page-break-after: unset;
}
.fitsize {
  right: 50px;
  bottom: 165px;
  color: #2d831f;
  position: fixed;
  background: no-repeat;
}
.fitsize:hover, .fitsize:focus {
  color: #333;
  background: no-repeat;
}
@media print {
  @page { margin: 0px; }
  body {
    margin: 1.6cm;
  }
}
.packed-svg path {
    stroke-width: 100px !important;
}

#carpet-packing .CARPET .column h1.label, #sheet-packing .SHEET_VINYL .column h1.label{
  margin: 0px;
  font-size: 0.75em;
  font-weight: bold;
  display: inline-block;
  color: #617bb5;
  font: normal 22px/1.4 'LatoLatinWeb', helvetica, arial, verdana, sans-serif;
  line-height:1;
}
#carpet-packing .CARPET .column h1.label span, #sheet-packing .SHEET_VINYL .column h1.label span{
  font-size: 18px;
}

.subscript {
  font-size: 0.75em;
  color: #8b8b8b;
}