html, body { height: 100%; }
body { 
	background: #F6F6F6; 
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.wrapper {
  position: relative;
  padding-bottom: 30px;
}
.btn {
  border: none;
  font-size: unset;
  border-radius: 5px;
}
.btn-primary {
  color: #fff;
  text-transform: uppercase;
  background: rgb(71,176,54) !important;
	background: linear-gradient(0deg, rgba(71,176,54,1) 0%, rgba(45,131,31,1) 100%) !important;
  border: unset !important;
}
.btn-primary:focus { box-shadow: none !important; }
a, .nav-link  { color: rgb(71,176,54); text-decoration: none; }
a:hover  { color: rgb(71,176,54); text-decoration: none; }
text { pointer-events: none !important; }
.plan-img text[class*='_roomName']{
  dominant-baseline: middle;
  text-anchor: middle;
}
.form-control { font-size: 14px; line-height: 30px; }
.theme-shadow {
	box-shadow: 3px 2px 15px rgba(0,0,0,0.15);
}
.card { 
  border: none; 
  border-radius: 15px;
  /*overflow: hidden;*/
}
.click {
	padding: 2px 10px;
	line-height: 1.5;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.page-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: -30px 0 0 0px;
  width: auto;
  display: inline-block;
  position: absolute;
  padding: 5px 30px;
  border-radius: 5px;
  background: rgb(71,176,54) !important;
  background: linear-gradient(0deg, rgba(71,176,54,1) 0%, rgba(45,131,31,1) 100%) !important;
}
.login-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
  padding: 30px 0px;
}
.form-control {
    height: 40px;
    border-radius: 5px;
}
.login {
	max-width: 382px;
	width: 100%;
  margin: 0px 16px;
  box-shadow: 3px 3px 30px rgba(0,0,0,0.1);
}

.login .head {
  color: #fff;
  margin: auto;
  font-size: 22px;
  font-weight: 600;
  max-width: 350px;
  padding: 11px 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0 0 10px 10px;
  background: rgb(71,176,54) !important;
  text-shadow: 0 2px 3px rgba(0,0,0,0.5);
  background: linear-gradient(0deg, rgba(71,176,54,1) 0%, rgba(45,131,31,1) 100%) !important;
}
.login form {
  width: 100%;
  max-width: 350px;
  margin: 30px auto; 
}
.login form h4 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;

}
.login form .btn { text-transform: uppercase; font-weight: bold; font-size: 14px; border-radius: 5px; height: 40px; }
.login .footer {
  color: #fff;
  margin: auto;
  font-size: 14px;
  max-width: 350px;
  padding: 17.5px 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: rgb(71,176,54) !important;
  background: linear-gradient(0deg, rgba(71,176,54,1) 0%, rgba(45,131,31,1) 100%) !important;
}
.login .footer a { color: #fff; text-transform: uppercase; }
.header { margin-bottom: 35px; }
.header .navbar-collapse { flex-grow: unset; }
.user-dp {
	width: 30px;
	height: 30px;
	border-radius: 30px;
}
.header .dropdown-menu[data-bs-popper] {
	left: auto;
	right: 0;
}
.plan-detail { 
	padding: 30px 20px;
	height: 100%;
	background: #EDEDED;
	border-radius: 15px 0 0 15px
}
.plan-detail label { display: block; font-weight: 600; }
.plan-detail label.form-check-label { font-weight: normal; }

.order-detail { 
  padding: 2rem;
  height: 100%;
  position: relative;
}

.order-detail:after {
  height: 100%;
  width: 1px;
  background: #c6c7c8;
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.order-detail label { font-weight: 600; }
.order-detail label.form-check-label { font-weight: normal; }


.order-pdf-data .order-detail:after {
  display: none;
}

#material-modification .material { flex-direction: column; margin-right: 0; padding: 10px 20px; border-right: solid 1px #e4e4e4; }
#material-modification .material:last-child { border-right: 0; }
#material-modification .material img { margin-right: 0; }
#material-modification .modal-body h5 { background: #f4f4f4; padding: 5px 10px; font-weight: normal; }
#material-modification .material b { margin-top: 10px; }
.material img { width: 40px; height: 40px; margin-right: 10px; }
.material h5 { margin-bottom: 0; line-height: 1; font-size: 16px; font-weight: 600; }
.plan-img { padding: 2rem; }


.tools_panel{
  display:none !important;
}
.property-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.property-list a {
  padding: 5px 10px;
  /*margin: 0 5px 5px 0;*/
  background: #EEE;
  border: #ccc solid 1px;
  background: linear-gradient(0deg, #E1E1E1 0%, #FFF 100%) !important;
}

/*Property Options*/
.property-options {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}
.property-options .wecome {}
.property-options h5 {}
.property-options h4 { font-weight: normal; }
.property-options .options {
  max-width: 300px;
    width: 100%;
  display: block;
  margin: 0 auto;
}
.property-options .options a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  height: 40px;
  line-height: 29px;
}
.property-options .options a:last-child {
  margin-bottom: 0px;
}
a#checkPlans {
    /*height: 40px;
    line-height: 29px;
    width: 120px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;*/
}
.input-group-append .buttonload {
    height: 40px;
    width: 120px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.unitset {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  overflow: auto !important;
  max-height: 245px !important;
}
.unitset a {
  padding: 2px 10px;
  text-decoration: none;
  color: #666;
  border: 1px solid #ccc;
  margin: 0 3px 3px 0;
  border-radius: 4px;
}
.unitset a:hover {
  color: rgba(71,176,54,1);
  border: 1px solid rgba(71,176,54,1);
}
#property-container {
  counter-reset: section;
}
#property-container > div.ui-widget {
  position: relative;
}
#property-container > div.ui-widget .btn-close {
  top: 0;
  right: 0;
  position: absolute;
}
#property-container > div:before {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  counter-increment: section;
  content: "Property " counter(section) " ";
}
#addproperty { color: rgba(71,176,54,1); cursor: pointer; }
.graph-loader-container, .card-loader-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.75);
  z-index: 99;
}
.graph-loader {
  border: 6px solid #000000;
  border-radius: 50%;
  border-top: 6px solid #2D831F;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: relative;
  z-index: 1000;
  top: 50%;
  left: 50%;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#loading {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgb(0 0 0 / 38%);
  z-index: 99;
  justify-content: center;
  align-items: center;
}
#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}
#loading h3{
  font-size: 16px;
}
#method-draw {
  /*top: 50%;*/
  left: 50%;
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: center;
  /*transform: translate(-50%, -50%);*/
  transform: translate(-50%, 0%);
  padding: 15px;
}
#svgcanvas { 
  width: 100% !important; 
  height: 100% !important; 
  /*min-height: 600px !important;*/
  border: 1px solid #ccc;
  display: flex !important; 
  overflow: hidden;
}
#svgcanvas > svg {
  margin: 0 auto;
  max-width: 100%;
  width: auto !important;
  /*height: 530px !important;*/
  min-height: 600px !important;
  height: 100% !important;
}
/*#canvasBackground, #svgcontent  {
  transform: translate(0px, -263px);
  -o-transform: translate(0px, -263px);
  -ms-transform: translate(0px, -263px);
  -moz-transform: translate(0px, -263px);
  -webkit-transform: translate(0px, -263px);
}*/
#selectorParentGroup  {
  transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
}
.dropdown-menu li:first-child { display: none; border-bottom: #ccc solid 1px; }
.api-actions {
  padding: 20px;
  width: 100%;
  max-width: 470px;
  margin-left: 10px;
  position: relative;
  background-color: #EDEDED;
}
.api-material > div {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0;
}
.map-key { 
  width:100%;
  /*overflow: auto;*/
  max-width: 720px;
  /*max-height: 335px;
  min-height: 200px;*/
  position: relative;
  z-index: 9;
}
.material {
  display: flex;
  margin-right: 15px;
  align-items: center;
  margin-bottom: 10px;
}
.material .type {
  width: 20px;
  height: 20px;
  display: block;
  background: #ccc;
  margin-right: 5px;
}
#customSelection, #geoffLogin, #erp{display: none;}
.viewOn{display: none !important;}
.type_carpet{background: #ffe0c1 !important;}
.type_sheet_vinyl{background: #aba2a2b8 !important;}
.type_vinyl_plank{background: #778898 !important;}

.select-order-modal-ui {
  /*position: relative;
  left: 75%;*/
  position: absolute;
  right: 15px;
}

.buttonload {
  background: linear-gradient(0deg, rgb(71, 176, 54) 0%, rgb(45, 131, 31) 100%) !important;
  border: none;
  color: white;
  padding: 5px 12px;
  font-size: 16px;
  border-radius: 5px;
}
g image{
  pointer-events: none !important;
}
#unitnumber {
  width: 150px;
  margin: auto;
}
#ui-id-1 {
  z-index: 9999;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}


.error_flow {
  background-color: #fff3cd; /* Light yellow background for warning */
  border: 1px solid #ffeeba; /* Border with a soft yellow tone */
  color: #856404; /* Dark yellow/brown for warning text */
  padding: 20px;
  border-radius: 18px;
  font-size: 18px;
}

.back_link{
  font-size: .8rem;
  font-weight: bold;
}

/************  New CSS   ***************/
.api-material .primary-variants {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0;
  gap: 30px;
  margin-bottom: 10px;
}
.api-material .primary-variants .variant .type {
  width: 120px;
  height: 120px;
  background: #D9D9D9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.api-material .primary-variants .variant.default .type {
  border: 2px solid #979797;
}
/*.api-material .primary-variants .variant.default.variation-clicked .type, .api-material .primary-variants .variant.variation-clicked .type {
  border-color: #338F24;
}*/
.api-material .primary-variants .variant .name {
  font-size: 16px;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.api-material .primary-variants .variant .rename-input {
  width: 120px;
  font-size: 14px;
  padding: 0px 5px;
}
.api-material .primary-variants .variant .rename-input.input-error {
  border: 2px solid #E14942; /* highlight invalid duplicate name */
  outline: none;
}
.api-material .primary-variants .variant .name span {
  font-size: 12px;
}
.api-material .primary-variants .variant.default.variation-clicked .name, .api-material .primary-variants .variant.variation-clicked .name {
  color: #338F24;
}
.api-material .primary-variants .variant .type .variation-txt {
  text-align: center;
  color: #777777;
}
.three-dots-v {
  position: absolute;
  right: -10px;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  cursor: pointer;
}
.three-dots-v span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #979797;
}
.variation-dropdown {
  position: absolute;
  right: -124px;
  top: 24px;
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #979797;
  width: 120px;
  background: #fff;
  box-shadow: 4px 4px 4px 0px #00000033;
  z-index: 1;
}
.variation-dropdown.show-dropdown {
  display: flex;
}
.variation-dropdown .variation-dropdown-item {
  font-size: 16px;
  line-height: 20px;
  color: #474747;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.variation-dropdown .variation-dropdown-item:hover {
  background: #D9D9D9;
}
.variation-dropdown .variation-dropdown-item span {
    width: calc(100% - 24px);
}
.layout-change-alert {
  width: 230px;
  height: 120px;
  padding: 15px;
  border: 1px solid #474747;
  box-shadow: 4px 4px 4px 0px #00000033;
  border-radius: 4px;
  position: absolute;
  bottom: -140px;
  background: #fff;
  display: none;
  z-index: 1;
}
.layout-change-msg {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 15px;
  color: #474747;
}
.layout-change-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}
.overwrite-yes-btn {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 5px 30px;
  width: 90px;
  background: #338F24;
  border: 1px solid #338F24;
  border-radius: 4px;
}
.overwrite-no-btn {
  font-size: 16px;
  line-height: 20px;
  color: #338F24;
  padding: 5px 30px;
  width: 90px;
  background: #fff;
  border: 1px solid #338F24;
  border-radius: 4px;
}
.triangle-container {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 12px solid #474747;
  border-right: 8px solid transparent;
  position: absolute;
  left: 52px;
  top: -12px;
}
.triangle-inner {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-bottom: 12px solid #fff;
  border-right: 6px solid transparent;
  position: absolute;
  top: 1px;
  left: -6px;
  border-top: 0px solid transparent;
  box-sizing: border-box;
}
.delete-alert {
  width: 230px;
  height: 120px;
  padding: 15px;
  box-shadow: 4px 4px 4px 0px #00000033;
  border-radius: 4px;
  position: absolute;
  bottom: -140px;
  background: #E14942;
  display: none;
  z-index: 1;
}
.delete-alert .triangle-pin {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 12px solid #E14942;
  border-right: 8px solid transparent;
  position: absolute;
  left: 52px;
  top: -11px;
}
.delete-msg {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 15px;
  color: #fff;
}
.delete-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}
.delete-yes-btn {
  font-size: 16px;
  line-height: 20px;
  color: #E14942;
  padding: 5px 30px;
  width: 90px;
  background: #fff;
  border: 1px solid #E14942;
  border-radius: 4px;
}
.delete-no-btn {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 5px 30px;
  width: 90px;
  background: #E14942;
  border: 1px solid #fff;
  border-radius: 4px;
}
.api-material .primary-variants .variant:last-child .layout-change-alert, .api-material .primary-variants .variant:last-child .delete-alert {
  right: 0px;
}
.api-material .primary-variants .variant:last-child .delete-alert .triangle-pin {
  right: 52px;
  left: unset;
}
.api-material .primary-variants .variant:last-child .layout-change-alert .triangle-container {
  right: 52px;
  left: unset;
}
.layout-change-alert.show-alert, .delete-alert.show-alert {
  display: block;
}

/* Custom Validation Popup */
.validation-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.validation-popup-container {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  max-width: 450px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.validation-popup-message {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
  word-wrap: break-word;
}

.validation-popup-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.validation-btn-proceed,
.validation-btn-cancel {
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.validation-btn-proceed {
  background: #338F24;
  color: #fff;
}

.validation-btn-proceed:hover {
  background: #2D831F;
}

.validation-btn-cancel {
  background: #fff;
  color: #338F24;
  border: 1px solid #338F24;
}

.validation-btn-cancel:hover {
  background: #f5f5f5;
}

.api-material .primary-variants .variant.green-border .type {
  border-color: #338F24;
}
.api-material .primary-variants .variant.red-border .type {
  border-color: #E14942;
}
.dangerMessageAlert {
  color: #E14942;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 10px !important;
}
.mat-section {
  border-top: 1px solid #D8D8D8;
  padding-top: 10px;
}
.mat-section .primary-mat, .mat-section .secondary-mat, .mat-section .transition-mat {
  display: inline-flex;
  flex-wrap: wrap;
}
.order-variant-layouts .variant {
  width: 95px;
}
.order-variant-layouts .variant .name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
textarea#instructions {
    min-height: 80px;
}
@media only screen and (max-width: 1599px) {
  .api-material .primary-variants .variant:last-child .variation-dropdown {
    right: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .api-material .primary-variants .variant:nth-child(2) .variation-dropdown {
    right: 0px;
  }
  .api-material .primary-variants .variant:last-child .variation-dropdown {
    right: -124px;
  }
  .api-material .primary-variants .variant:nth-child(2) .layout-change-alert, .api-material .primary-variants .variant:nth-child(2) .delete-alert {
    right: 0px;
  }
  .api-material .primary-variants .variant:nth-child(2) .delete-alert .triangle-pin {
    right: 52px;
    left: unset;
  }
  .api-material .primary-variants .variant:nth-child(2) .layout-change-alert .triangle-container {
    right: 52px;
    left: unset;
  }
  .api-material .primary-variants .variant:last-child .layout-change-alert, .api-material .primary-variants .variant:last-child .delete-alert {
    right: unset;
  }
  .api-material .primary-variants .variant:last-child .delete-alert .triangle-pin {
    right: unset;
    left: 52px;
  }
  .api-material .primary-variants .variant:last-child .layout-change-alert .triangle-container {
    right: unset;
    left: 52px;
  }
  .api-actions {
    padding: 20px;
    max-width: 350px;
    margin-left: 10px;
    position: relative;
    background-color: #EDEDED;
  }
  .api-material .primary-variants .variant .type {
    width: 140px;
    height: 100px;
  }
  .api-material .primary-variants .variant .name {
    width: 140px;
  }
  /*#canvasBackground, #svgcontent  {
    transform: translate(-175px, -263px);
    -o-transform: translate(-175px, -263px);
    -ms-transform: translate(-175px, -263px);
    -moz-transform: translate(-175px, -263px);
    -webkit-transform: translate(-175px, -263px);
  }*/
}
@media only screen and (max-width: 991px) {
  .plan-detail { border-radius: 0 0 10px 10px; }
  #svgcanvas { display: block !important; }
  #svgcanvas {height: 500px !important; margin: 0 auto !important;}
  #svgcanvas > svg {height: 500px !important; margin: 0 auto !important; width: 100% !important;}
  /*#canvasBackground, #svgcontent  { 
    transform: translate(-215px, -210px); 
    -o-transform: translate(-215px, -210px); 
    -ms-transform: translate(-215px, -210px); 
    -moz-transform: translate(-215px, -210px); 
    -webkit-transform: translate(-215px, -210px); 
  }*/
  #method-draw {
    /*height: 500px;*/
    flex-flow: column;
  }
  .api-actions {
    width: 100%;
    padding: 20px;
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-top: 0px;
  }
  .api-actions .map-key.api-material, .api-actions #menu_bar {
    max-width: 100%;
  }
  .select-plant-page .container, .installation-info-page .container, .confirmation-page .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .api-material .primary-variants .variant:nth-child(2) .variation-dropdown, .api-material .primary-variants .variant:last-child .variation-dropdown {
    right: -124px;
  }
  .api-material .primary-variants .variant:nth-child(2) .layout-change-alert, .api-material .primary-variants .variant:nth-child(2) .delete-alert {
    left: 0px;
  }
  .api-material .primary-variants .variant:nth-child(2) .delete-alert .triangle-pin {
    left: 52px;
    right: unset;
  }
  .api-material .primary-variants .variant:nth-child(2) .layout-change-alert .triangle-container {
    left: 52px;
    right: unset;
  }
  .api-material .primary-variants .variant:last-child .layout-change-alert, .api-material .primary-variants .variant:last-child .delete-alert {
    left: 0px;
  }
  .api-material .primary-variants .variant:last-child .delete-alert .triangle-pin {
    left: 52px;
    right: unset;
  }
  .api-material .primary-variants .variant:last-child .layout-change-alert .triangle-container {
    left: 52px;
    right: unset;
  }
}
@media only screen and (max-width: 767px) {
  .plan-detail {
    padding: 20px 15px;
  }
  .modal-title {
    line-height: 1.2;
  }
  #svgcanvas, #svgcanvas > svg { height: 400px !important; }
  .api-material .primary-variants .variant:nth-child(2) .variation-dropdown {
    right: 0px;
  }
  .api-material .primary-variants .variant:last-child .variation-dropdown {
    right: -124px;
  }
  .api-material .primary-variants .variant:nth-child(2) .layout-change-alert, .api-material .primary-variants .variant:nth-child(2) .delete-alert {
    right: 0px;
    left: unset;
  }
  .api-material .primary-variants .variant:nth-child(2) .delete-alert .triangle-pin {
    right: 52px;
    left: unset;
  }
  .api-material .primary-variants .variant:nth-child(2) .layout-change-alert .triangle-container {
    right: 52px;
    left: unset;
  }
}
@media only screen and (max-width: 575px) {
  /*.dropdown-menu li:first-child { display: block; }*/
  .dropdown-menu .user-dp, .dropdown-menu .user-name { display: block; }
  .user-dp, .user-name { display: none; }
  /*#canvasBackground, #svgcontent { 
    transform: translate(-158px, -130px); 
    -o-transform: translate(-158px, -130px); 
    -ms-transform: translate(-158px, -130px); 
    -moz-transform: translate(-158px, -130px); 
    -webkit-transform: translate(-158px, -130px); 
  }*/
  #method-draw {/*height: 350px;*/}

  .api-material .primary-variants .variant {
    width: calc(50% - 20px);
  }
  .api-material .primary-variants .variant .name, .api-material .primary-variants .variant.default .type {
    width: 100%;
  }
  .api-material .primary-variants .variant.default .type {
    height: 120px;
  }
}