:root {
  --lighterwhite1: #f8f8f8;
  --graddark: #625f5f;
  --gradlight: #929292;
  --darkerwhite: #010101;
  --333333: #d7d5d500;
  --black: black;
  --roundedges: 0px;
  --borderline1: #535353;
  --mainheader: 1rem;
  --darktext: #424242;
  --text1: .75rem;
  --lighttext: var(--lighterwhite1);
  --highlightline: #f57d36;
  --textheight1: .79rem;
  --smalltext: .6rem;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.main-body {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: flex;
}

.left-blocl {
  border: 1px solid #000;
  border-radius: 3px;
  flex-flow: row;
  width: 30%;
  height: 100%;
  display: flex;
}

.container {
  outline-offset: 0px;
  pointer-events: auto;
  outline: 3px solid #333;
  width: 50%;
  height: 100%;
}

.right-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--lighterwhite1);
  background-image: linear-gradient(180deg, var(--graddark), var(--gradlight));
  outline-offset: 0px;
  color: var(--darkerwhite);
  object-fit: fill;
  border: 2px #fafafa;
  border-top: 0 #fff;
  border-left-style: solid;
  outline: 3px #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  height: 100%;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.project-details-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  font-size: 100%;
  line-height: 20px;
  display: flex;
  position: static;
}

.div-block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 15px;
  line-height: 21px;
  display: flex;
}

.div-block-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  font-size: 100%;
  line-height: 80%;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  font-size: 100%;
  line-height: 100%;
  display: flex;
}

.image {
  width: 50px;
  display: block;
}

.text-block {
  font-size: 12px;
}

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #fffefe;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-5 {
  min-width: 30%;
  min-height: 100%;
}

.detail-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  color: #dbdbdb;
  cursor: pointer;
  object-fit: fill;
  background-color: #000;
  border: 1px solid #d58063;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 12px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: none;
}

.div-block-6.prjdet, .div-block-6.ameneties, .div-block-6.birdseye, .div-block-6.configtype {
  display: none;
}

.div-block-6.drivetolocation {
  display: flex;
}

.div-block-6._360-exterior, .div-block-6.dns, .div-block-6.calculaor {
  display: none;
}

.div-block-6.dyh {
  width: 100%;
  height: 30%;
  display: flex;
  overflow: hidden;
}

.details-thumb-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: fill;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 30%;
  display: none;
  overflow: visible;
}

.thumb_icon_text_pnb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #434343;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.thumb_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  margin-bottom: 0;
  display: flex;
}

.thumb_text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  display: flex;
}

.text-block-2 {
  color: #f3f3f3;
  text-align: center;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  margin-bottom: 4px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.text-block-3 {
  font-family: Varela Round, sans-serif;
  font-size: 17px;
}

.thumb_icon_text_text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  background-color: #434343;
  border: 1px #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 70px;
  line-height: 10px;
  display: flex;
}

.thumb_icon_text_text.projectsize {
  border-style: none;
  border-color: #d5806300;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.text-block-4 {
  color: #f3f3f3;
  letter-spacing: normal;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  font-family: Varela, sans-serif;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.text-block-5 {
  color: #c7c7c7;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  font-family: Varela, sans-serif;
  line-height: 14px;
  display: flex;
  overflow: hidden;
}

.ms-select-button-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ms-select-button {
  z-index: 2;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: auto;
  margin-bottom: 0;
  padding: 8px 16px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.ms-select-button:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px #00000021;
}

.ms-select-button:active {
  border: 1px solid #000;
  flex: none;
}

.ms-button-cb {
  z-index: 3;
  cursor: pointer;
  border-style: solid;
  border-color: #b7bbd1;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.ms-button-cb:hover, .ms-button-cb:active {
  border-color: #d58063;
}

.ms-button-cb.w--redirected-checked {
  color: #121331;
  background-color: #0000;
  background-image: linear-gradient(#ffffff14, #ffffff14), linear-gradient(#030303e3, #030303e3);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-width: 2px;
  border-color: #d58063;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.ms-dropdown-cb-label {
  z-index: 3;
  color: #f3f3f3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  font-family: Varela, sans-serif;
  display: flex;
  position: relative;
}

.form {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: auto;
}

.form-block {
  width: 100%;
  overflow: auto;
}

.div-block-10 {
  width: 100%;
  height: 20px;
  padding-left: 9px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.input-field-wrap {
  margin-bottom: 60px;
}

.field-label {
  color: #18264e;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}

.input-field {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.input-field:hover {
  border-color: #ccd5e0;
}

.input-field:focus {
  border-color: #642eff;
}

.input-field::placeholder {
  color: #a0a6b0;
}

.fs_rangeslider_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 11px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.fs_rangeslider_track {
  background-color: #aaa5a5;
  width: 100%;
  height: 5px;
  position: relative;
}

.fs-rangeslider_fill {
  background-color: #595656;
  width: 20%;
  height: 5px;
  position: absolute;
}

.fs_rangeslider_handle {
  background-color: #595656;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-12 {
  flex-flow: row;
  display: flex;
}

.text-block-6 {
  width: 50%;
}

.text-block-7 {
  color: #f3f3f3;
  width: 50%;
  font-family: Varela, sans-serif;
}

.div-block-13, .div-block-14 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.filter_header {
  color: #f3f3f3;
  font-family: Varela, sans-serif;
  font-weight: 700;
}

.div-block-15 {
  width: 100%;
  display: flex;
}

.div-block-16 {
  width: 100%;
}

.details-thumb-list-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  object-fit: fill;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.configuration-types-block {
  z-index: 10;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: scroll;
}

.div-block-17 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 10%;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  width: 100%;
  height: 90%;
  display: flex;
}

.tabs-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  display: flex;
}

.tab-link-tab-1.w--current {
  justify-content: space-between;
}

.tab-link-tab-2 {
  object-fit: fill;
  display: flex;
}

.tab-link-tab-1-2 {
  display: inline-flex;
}

.tab-link-tab-1-2.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 183.68px;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.tabs-menu-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.tabs-content {
  height: 100%;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  width: 100%;
  height: 100%;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: none;
}

.tab-link-tab-2-2, .tab-link-tab-3 {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.div-block-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-20 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.div-block-22 {
  width: 90%;
  height: 100%;
  display: block;
}

.image-2 {
  width: 90%;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  height: 100%;
  padding-top: 17px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  display: flex;
}

.tabs-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tabs-content-2 {
  width: 100%;
  height: 90%;
}

.tabs-menu-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-tab-1-2, .tab-pane-tab-2-2 {
  width: 100%;
  height: 100%;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image3d {
  width: auto;
  height: 100%;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 40%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 60%;
  display: flex;
}

.text-block-8 {
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-9 {
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.div-block-29 {
  flex-flow: row;
  width: 85%;
  height: 100%;
  display: flex;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 100%;
  display: flex;
}

.text-block-10 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 17px;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.center-block {
  width: 70%;
  height: 100%;
  display: flex;
}

.unit-details-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-18-copy {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-4-copy {
  color: #f3f3f3;
  text-transform: capitalize;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Varela, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.maps {
  z-index: 20;
  background-color: #268094;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

._3dmodel {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-32 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  display: flex;
}

.image-4 {
  object-fit: fill;
  width: 50%;
}

.left-block {
  background-color: #000;
  border: 0 #000;
  border-right: 2px #fdfdfd;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
}

.form-block-2 {
  width: 100%;
}

.div-block-33 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-35 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-36 {
  flex-flow: row;
  display: flex;
}

.div-block-37 {
  display: none;
}

.div-block-38 {
  width: 100%;
}

.div-block-39 {
  width: 100%;
  height: 20px;
  padding-left: 9px;
  display: flex;
}

.form-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-41 {
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.popupblock {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.configurtaion-types {
  background-color: #dbdbdb;
  width: 80%;
  height: 80%;
  display: flex;
  overflow: scroll;
}

.div-block-44 {
  z-index: 50;
  flex-flow: row;
  width: 100%;
  height: 10%;
  display: flex;
  position: absolute;
}

.div-block-45 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: wrap;
  width: 100%;
  height: 80%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-top: 0;
  padding-left: 20px;
  display: flex;
}

.configtype_text {
  border: 1px solid #000;
  border-radius: 8px;
  flex-flow: column;
  width: 40%;
  height: 250px;
  display: flex;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  display: flex;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  display: flex;
}

.form-block-3 {
  width: 100%;
  height: 100%;
  display: flex;
}

.form-3 {
  width: 100%;
  height: 100%;
}

.ms-select-button-wrap-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-49 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-link-tab-1-3 {
  width: 33%;
}

.tab-link-tab-1-3.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2-3 {
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.tab-link-tab-3-2 {
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.virtual-tour {
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.virtualtourheader {
  clear: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.unit-number {
  flex-flow: row;
  width: 85%;
  height: 100%;
  display: flex;
}

.closevirtual-tou {
  width: 15%;
  height: 90%;
  display: flex;
}

.virtualltourblloack {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.virtualtouriframe {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.balconyview {
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.ballconyviewheader {
  clear: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.balconyviewblock {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.balconyviewframe {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-5, .pnbicon {
  height: 100%;
}

._2bhkconfigtype {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._2bhkconfigtype.configtype {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.bhkconfigtype {
  flex-flow: column;
  width: 90%;
  height: 100%;
  display: none;
}

._4bhkconfigtype {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: none;
}

.penthouseconfigtype {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.villaconfigtype {
  flex-flow: column;
  width: 80%;
  height: 80%;
  display: flex;
}

.virtualtour_popup {
  z-index: 100;
  background-color: #dbdbdb;
  width: 80%;
  height: 80%;
  display: none;
  position: absolute;
  overflow: visible;
}

.html-embed {
  width: 100%;
  min-width: 100px;
  height: 100%;
  min-height: 100px;
  display: flex;
  overflow: visible;
}

.image-6 {
  overflow: visible;
}

.div-block-50 {
  width: 100%;
  height: 100%;
}

.vturl {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-39-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 9px;
  display: flex;
}

.filter_header-copy {
  color: red;
  font-family: Varela, sans-serif;
}

.apiholder {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-51 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  display: flex;
}

.div-block-52 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
}

.div-block-53 {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.image-7 {
  width: 40%;
}

.div-block-55 {
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  width: 45%;
  height: 300px;
  display: flex;
}

.div-block-44-copy {
  flex-flow: row;
  width: 100%;
  height: 10%;
  display: flex;
  position: static;
}

.configurtaion-types-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dbdbdb;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: 80%;
  display: flex;
  position: absolute;
  overflow: scroll;
}

.div-block-56 {
  width: 100%;
  height: 15%;
}

.div-block-56-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  display: flex;
}

.image-8 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
}

.text-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-4 {
  width: 100%;
  height: 100%;
  display: flex;
}

.form-4 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-9 {
  width: 100%;
  height: 85%;
}

.ms-select-button-copy {
  z-index: 2;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-bottom: 0;
  padding: 8px 16px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.ms-select-button-copy:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px #00000021;
}

.form-block-4-copy {
  width: 100%;
  height: 100%;
  display: flex;
}

.form-4-copy {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-44-copy-copy {
  z-index: 50;
  flex-flow: row;
  width: 100%;
  height: 10%;
  display: flex;
  position: relative;
}

.ms-select-button-wrap-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ms-button-cb-copy {
  z-index: 3;
  cursor: pointer;
  border-style: solid;
  border-color: #b7bbd1;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.ms-button-cb-copy:hover {
  border-color: #000;
}

.ms-button-cb-copy.w--redirected-checked {
  color: #121331;
  background-color: #0000;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#030303e3, #030303e3);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-width: 2px;
  border-color: #56575b;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.ms-dropdown-cb-label-copy {
  z-index: 3;
  color: #121331;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  display: flex;
  position: relative;
}

.code-embed {
  width: 100%;
  height: 100%;
  display: flex;
}

.configtypeenlarge {
  background-color: #dbdbdb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 80%;
  display: none;
  position: absolute;
  overflow: visible;
}

.image-10 {
  display: block;
}

.div-block-44-copy {
  z-index: 50;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 10%;
  display: flex;
  position: relative;
}

.image-11 {
  height: 80%;
}

.json {
  display: none;
}

.projdet_json, .filter_json, .selectedunit, .unit_details_json {
  display: flex;
}

.unitdetails_popup {
  background-color: #dbdbdb;
  width: 80%;
  height: 80%;
  display: none;
  position: absolute;
  overflow: visible;
}

.counter {
  display: flex;
}

.image-12 {
  cursor: pointer;
}

.placeholderimage {
  z-index: 10;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.imageholder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.body {
  display: block;
}

.text-block-12 {
  color: #f3f3f3;
  font-family: Varela, sans-serif;
}

.text-block-13 {
  color: #f3f3f3;
}

.svg_icon_bank {
  color: #d58063;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.svg_icon_tower, .svg_icon_tower-copy {
  color: #6c4b4b;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.amenities_virtualtour_popup {
  z-index: 100;
  background-color: #dbdbdb;
  width: 80%;
  height: 80%;
  display: none;
  position: absolute;
  overflow: visible;
}

.image-6-copy {
  overflow: visible;
}

.ttd {
  width: 25%;
  display: none;
}

.mb {
  width: 75%;
  height: 100%;
  display: flex;
}

.virtualtour_popup_cpnfigtype {
  z-index: 100;
  background-color: #dbdbdb;
  width: 80%;
  height: 80%;
  display: none;
  position: absolute;
  overflow: visible;
}

.div-block-57 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 15%;
  display: flex;
}

.image-13 {
  object-fit: contain;
  width: auto;
  height: 80%;
}

.div-block-58 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-59 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.checkbox-label {
  color: #fff;
}

.customui_maps {
  background-color: #000;
  width: 40%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.div-block-61 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 2px #d58063;
  border-bottom-style: solid;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 125px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-62 {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.div-block-63 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-64 {
  direction: ltr;
  color: #f3eded;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55%;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.heading-2 {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-65 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 90%;
  margin-left: 5px;
  padding-left: 0;
  display: flex;
}

.div-block-67 {
  width: 50%;
  height: 100%;
}

.div-block-68 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  height: 100%;
  font-weight: 400;
  display: flex;
}

.tab-pane-tab-3-2 {
  width: 100%;
  height: 100%;
}

.tab-link-tab-3-3 {
  width: 33%;
}

.tab-link-tab-3-3.w--current {
  width: 25%;
}

.text-block-14 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.birdseyeview {
  z-index: 10;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.div-block-69 {
  background-color: #c6c6c640;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-70 {
  height: auto;
}

.div-block-71 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs-menu-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-tab-1-4 {
  width: 50%;
  display: flex;
}

.tab-link-tab-1-4.w--current {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.tab-link-tab-2-4 {
  width: 50%;
}

.tab-link-tab-2-4.w--current {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.text-block-15 {
  justify-content: center;
  align-items: center;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.text-block-16 {
  color: #333;
  justify-content: center;
  align-items: center;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  display: flex;
}

.tabs-3 {
  display: block;
}

.tabs-content-3 {
  margin-top: 11px;
}

.driving-travel-times {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  font-family: Varela Round, sans-serif;
  font-size: 10px;
  font-weight: 400;
  display: flex;
}

.place-info-div {
  flex-flow: column;
  width: 65%;
  height: 100%;
  display: flex;
}

.walk {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 90%;
  display: flex;
}

.image-16, .image-15 {
  width: 50%;
}

.place-image {
  width: 100%;
  height: auto;
  max-height: 100%;
  font-size: 14px;
  overflow: hidden;
}

.walking-travel-times {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  font-family: Varela Round, sans-serif;
  font-size: 10px;
  display: flex;
}

.place-image-div {
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  display: flex;
}

.place-element {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 2px #d58063;
  border-bottom-style: solid;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.transit-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.image-14 {
  width: 50%;
  height: auto;
}

.time-travel-icons-div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  display: flex;
}

.transit-travel-times {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  font-family: Varela Round, sans-serif;
  font-size: 10px;
  display: flex;
}

.car {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 90%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.place-name {
  direction: ltr;
  color: #f3eded;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 55%;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.car-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.transit {
  flex-flow: column;
  width: 33.3%;
  height: 90%;
  display: flex;
}

.walk-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  font-size: 50%;
  line-height: 20;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-4-copy {
  color: #f3f3f3;
  letter-spacing: normal;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50%;
  font-family: Varela, sans-serif;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.div-block-73 {
  width: 100%;
  height: 100%;
  display: flex;
}

.firsthighligh1 {
  background-color: #d58063;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-74 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-75 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.preloader {
  z-index: 11;
  clear: both;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.div-block-76 {
  background-color: #ede8e800;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  display: flex;
}

.code-embed-3 {
  color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.div-block-76-copy {
  background-color: #ede8e800;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  display: flex;
}

.div-block-77 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 20%;
  display: flex;
}

.div-block-78 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30%;
  display: flex;
}

.div-block-79 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-3-copy {
  color: #f9f9f9;
  background-color: #ededed00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.compare-configurations {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-80 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  height: 90%;
  display: flex;
}

.div-block-81 {
  flex-flow: column;
  width: 50vw;
  height: 100%;
  display: flex;
}

.div-block-82 {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-83 {
  border: .01px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 18px;
  display: flex;
}

.div-block-84 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-17 {
  color: #f9f4f4;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 19px;
}

.text-block-18 {
  color: #fff;
  font-size: 20px;
}

.icon-2 {
  background-color: #fff;
}

.tab-link-tab-4 {
  width: 25%;
}

.text-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-20 {
  display: flex;
}

.tab-pane-tab-4 {
  width: 100%;
  height: 100%;
}

.imagepopup {
  z-index: 100;
  background-color: #dbdbdb;
  width: 80%;
  height: 80%;
  display: none;
  position: absolute;
  overflow: visible;
}

.div-block-85, .image-18 {
  width: 100%;
  height: 100%;
}

.div-block-86 {
  width: 100%;
  height: 10%;
  display: flex;
}

.div-block-87 {
  width: 100%;
  height: 90%;
  display: flex;
}

.div-block-88 {
  background-color: #bdbdbd;
  width: 100%;
  height: 100%;
  display: block;
}

.text-block-21 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.configcomparison {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-90 {
  background-color: #434343;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.text-block-22 {
  color: #fff;
  background-color: #fff0;
  font-size: 15px;
  font-weight: 700;
}

.image2d {
  width: auto;
  height: 100%;
}

.slider-container {
  background-color: #bab5e3;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-canvas {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/DaytoNight-1.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
}

.calculator-container {
  background-color: #bab5e300;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-91 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.code-embed-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-5 {
  width: 100%;
  padding: 15px 5px;
  display: none;
}

.dns-container {
  background-color: #bab5e300;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: none;
}

.image-19 {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 10px;
  display: none;
}

.div-block-92 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.viewer-container {
  width: 100%;
  height: 100%;
  display: none;
}

.birds-eye-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.image-20 {
  width: 100%;
  height: 100%;
}

.amenity {
  z-index: 10;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #631a1a;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.amenity-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.amenity-viewer-container {
  width: 100%;
  height: 100%;
  display: none;
}

.video {
  width: 100%;
}

.code-embed-6 {
  width: 100%;
  height: 100%;
}

.exterior360-video-container, .dtl-video-container {
  background-color: #bab5e300;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: none;
}

.paragraph {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-23 {
  color: #fff;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.div-block-93 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.div-block-94 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.code-embed-7 {
  width: 100%;
  height: 100%;
}

.config-comparision {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.code-embed-5-copy {
  width: 100%;
  padding: 15px 5px;
  display: flex;
}

.image-21 {
  object-fit: contain;
  width: auto;
}

.layout-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.image-22 {
  object-fit: contain;
  width: 100%;
  display: block;
}

.image-23 {
  width: 100%;
  display: block;
  overflow: clip;
}

.image-24 {
  object-fit: contain;
  width: auto;
  max-width: none;
}

.image-25, .image-26 {
  object-fit: contain;
  width: auto;
}

.image-27 {
  object-fit: contain;
  width: auto;
  display: none;
}

.div-block-95 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout-image-container {
  width: 100%;
  height: 100%;
  display: none;
}

.floorplan-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.code-embed-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.thumb_icon_text_pnb-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #434343c9;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 15%;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.div-block-96 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.elementthumbnial {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.swatchorthumb {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: wrap;
  flex: 1;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 80%;
  max-height: calc(100% - 25px);
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-32-copy {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.text-block-2-copy {
  color: #f3f3f3;
  text-align: center;
  text-align: center;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  margin-bottom: 4px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.text-block-2-copy-copy {
  color: #f3f3f3;
  text-align: center;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 15px;
  display: flex;
  overflow: hidden;
}

.text-block-2-copy-copy-copy {
  color: #f3f3f3;
  text-align: center;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 11px;
  display: flex;
  overflow: hidden;
}

.thumb_icon_text_pnb-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #434343;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: 90px;
  display: none;
}

.div-block-32-copy {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.image-4-copy {
  object-fit: fill;
  width: 90%;
  height: 90%;
}

.thumb_text-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.text-block-2-copy {
  color: #f3f3f3;
  text-align: center;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 4px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.div-block-32-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.thumb_text-copy-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  display: flex;
}

.image-4-copy {
  object-fit: fill;
  background-color: #000;
  width: auto;
  height: 100%;
  padding: 0;
}

.image-4-copy-copy {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.render-image-container, .code-embed-9 {
  width: 100%;
  height: 100%;
}

.code-embed-9.render-image-container {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filterapp {
  width: 100%;
  padding: 2px;
}

.filter-section-group {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 10px;
}

.filter-section {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.div-block-97 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--333333);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.text-block-24 {
  color: var(--333333);
  border: 2px #d58063;
  margin-bottom: 5px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}

.solid-btn {
  color: var(--333333);
  cursor: pointer;
  background-color: #333;
  border: 0 #000;
  border-radius: 4px;
  padding: 10px 20px;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.light-btn {
  background-color: var(--333333);
  color: var(--black);
  cursor: pointer;
  border: 2px solid #a55e00;
  border-radius: 4px;
  padding: 10px 20px;
  transition: opacity .2s;
}

.thumb-area {
  width: 100%;
  display: none;
}

.thubmail-element {
  width: 100%;
}

.idmh_left {
  background-color: #000;
  border: 2px #fff;
  border-top-width: 0;
  border-radius: 0;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.logicfordisplay {
  background-color: var(--darkerwhite);
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.element_thumbnail_list {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 100%;
  padding-right: 0;
  display: none;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.div-block-98 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 95%;
  padding-right: 5px;
  display: flex;
  overflow: auto;
}

.texturetype {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  height: 50px;
  line-height: 20px;
  display: flex;
}

.div-block-100 {
  width: 100%;
  height: 30%;
  display: flex;
}

.div-block-101 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.text-block-25 {
  color: #3b3a3a;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
}

.div-block-102 {
  color: #333;
  cursor: pointer;
  background-color: #737373;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 25px;
  display: flex;
}

.text-block-26 {
  pointer-events: auto;
  color: #cdc9c9;
  text-align: left;
  cursor: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tonetype {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  height: auto;
  min-height: 50px;
  line-height: 20px;
  display: flex;
}

.applygloss {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  height: 50px;
  line-height: 20px;
  display: flex;
}

.div-block-103 {
  color: #333;
  cursor: pointer;
  background-color: #737373;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  width: 25%;
  min-width: 30%;
  max-width: none;
  height: auto;
  min-height: 25px;
  display: flex;
}

.div-block-102-copy {
  color: #333;
  background-color: #737373;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.imagethumb {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  min-width: 30%;
  max-width: 50%;
  height: auto;
  min-height: auto;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.div-block-105 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
  position: relative;
}

.div-block-106 {
  color: #fff;
  background-color: #37373700;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
  position: relative;
}

.div-block-107 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #e1e1e1;
  flex-flow: column;
  width: 100%;
  padding-bottom: 23px;
  display: flex;
}

.thumbnail_image {
  object-fit: contain;
  height: 100%;
}

.thumbnail_text {
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: none;
  overflow: hidden;
}

.div-block-108 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  width: 100%;
  height: 95%;
  display: flex;
  overflow: auto;
}

.div-block-109 {
  z-index: 10;
  pointer-events: none;
  width: auto;
  height: 8%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-28 {
  object-fit: contain;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
}

.rightbottomoptions {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  width: 100%;
  height: 5vh;
  display: flex;
  position: static;
}

.div-block-111 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e1e1e1;
  width: 33.33%;
  height: 100%;
  display: flex;
}

.div-block-112 {
  width: 25%;
  height: 100%;
}

.div-block-113 {
  width: 75%;
  padding-bottom: 1px;
}

.image-29 {
  object-fit: contain;
  height: 100%;
}

.text-block-27 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.right-bottom-popup {
  width: 100%;
  height: auto;
  display: none;
  position: static;
}

.rightbottompanel {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-27-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40%;
  font-size: 12px;
  display: flex;
}

.div-block-114 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 18px;
  display: flex;
}

.text-block-28 {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  padding-right: 8px;
  display: flex;
}

.image-28-copy {
  object-fit: contain;
  width: auto;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
}

.div-block-115 {
  pointer-events: none;
  width: auto;
  height: 100%;
  display: flex;
}

.div-block-116 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  padding-top: 18px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.shareimage {
  cursor: pointer;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
}

.pleasewait {
  background-color: #dbdbdb;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  display: none;
  position: absolute;
  overflow: visible;
}

.code-embed-10 {
  width: 100%;
  height: 100%;
}

.randomcontainer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 50%;
  display: flex;
}

.div-block-117 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 40%;
  display: flex;
}

.div-block-118 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  display: flex;
}

.div-block-119 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  height: 80%;
  display: flex;
}

.image-30 {
  object-fit: contain;
  height: 100%;
  padding-top: 5px;
}

.div-block-120 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  width: 20%;
  height: 100%;
  display: flex;
}

.div-block-121 {
  width: 100%;
  height: 20%;
}

.text-block-29 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-122 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 10%;
  padding-top: 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-31 {
  object-fit: contain;
  height: 100%;
}

.solidtextures {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  min-height: 50px;
  line-height: 20px;
  display: flex;
}

.div-block-123 {
  flex-flow: column;
  width: 100%;
  height: calc(100% - 5vh);
  display: flex;
}

.div-block-124 {
  width: 100%;
  height: 20%;
  display: flex;
}

.text-block-25-copy {
  color: #e2d0d0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
}

.colortextureselector {
  flex-flow: column;
  width: 100%;
  height: 20%;
  display: flex;
}

.div-block-100-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25px;
  display: flex;
}

.div-block-101-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 65px);
  max-height: none;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.customcolorselctor {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
}

.div-block-125 {
  align-self: auto;
  width: 100%;
  height: 5%;
  display: flex;
}

.div-block-126 {
  pointer-events: auto;
  cursor: pointer;
  width: 25%;
  height: 100%;
  display: flex;
}

.div-block-127 {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.div-block-128 {
  width: 75%;
  height: 100%;
  display: flex;
}

.text-block-30 {
  color: #e7dfdf;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3px;
  display: flex;
}

.image-32 {
  object-fit: contain;
  width: 100%;
}

.div-block-129 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-130 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  height: 75%;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.div-block-131 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70%;
  display: flex;
}

.selectedtexture {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #333;
  cursor: pointer;
  background-color: #737373;
  flex-flow: row;
  place-content: stretch center;
  align-items: center;
  width: 75%;
  min-width: auto;
  max-width: none;
  height: 90%;
  min-height: auto;
  padding: 3px;
  display: flex;
}

.div-block-132 {
  width: 30%;
  height: 100%;
  display: flex;
}

.div-block-133 {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.image-33 {
  object-fit: contain;
  height: 100%;
}

.div-block-134 {
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.image-34 {
  object-fit: contain;
  width: 100%;
}

.colorpickercontainer {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 80%;
  max-height: calc(100% - 25px);
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: auto;
}

.div-block-135 {
  width: 85%;
}

.popcolottextureselector {
  box-sizing: border-box;
  background-color: #000000d1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-137 {
  z-index: 100;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #eae7e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  height: auto;
  max-height: 90%;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-138 {
  object-fit: fill;
  flex-flow: column;
  width: auto;
  min-width: auto;
  max-width: 30%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
}

.div-block-139 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  display: flex;
}

.div-block-140 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  display: flex;
}

.text-block-31 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-35 {
  object-fit: contain;
  height: 100%;
}

.div-block-141 {
  width: 100%;
  height: 25px;
  padding-left: 3px;
  display: flex;
}

.div-block-142 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  overflow: auto;
}

.text-block-32 {
  width: 80%;
  height: 100%;
}

.div-block-143 {
  width: 85%;
  height: 100%;
}

.div-block-144 {
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 100%;
  display: flex;
}

.image-36 {
  object-fit: contain;
  height: 100%;
}

.div-block-100-copy-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.explanation {
  color: #e2d0d0;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
  padding-left: 6px;
  font-size: 11px;
  line-height: 13px;
  display: flex;
}

.selectorsmain {
  height: 100%;
  display: block;
}

.colororpatternconfirm {
  grid-column-gap: NaNpx;
  grid-row-gap: NaNpx;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-147 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 15px;
  display: flex;
}

.image-37 {
  height: 100%;
}

.insturctions {
  width: 100%;
  height: auto;
  display: flex;
}

.text-block-33 {
  width: 100%;
  height: 100%;
}

.text-block-34 {
  color: #dddada;
  display: flex;
}

.singlecolorbox {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  max-height: none;
  display: flex;
}

.div-block-149 {
  flex-flow: column;
  width: 100%;
  height: 50px;
  display: flex;
}

.text-block-35 {
  color: #f8efef;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-150 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-height: none;
  display: flex;
  position: static;
  overflow: auto;
}

.div-block-151 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.div-block-152 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.div-block-153 {
  color: #000;
  -webkit-text-stroke-color: #0a0a0a;
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 40px;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.image-38 {
  object-fit: contain;
  height: 100%;
}

.patternbox {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  max-height: none;
  display: flex;
}

.text-block-36 {
  text-align: center;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-37, .text-block-38 {
  text-align: center;
}

.text-block-35-copy {
  color: #f8efef;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 10px;
  display: flex;
}

.customcolororpattternconfirm {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
}

.text-block-39 {
  color: #ece8e8;
  width: 100%;
}

.customcolorblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-156 {
  display: flex;
}

.div-block-157 {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.text-block-40 {
  color: #d6d4d4;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.text-block-40-copy {
  color: #d6d4d4;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 11px;
  line-height: 10px;
  display: flex;
}

.div-block-158 {
  background-color: #d7d5d5;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 45px;
  display: flex;
}

.text-block-41 {
  pointer-events: auto;
  text-align: center;
}

.div-block-159 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: auto;
}

.naturalpatternblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.woodselector {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
}

.selecttextureblock {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  min-height: 50px;
  line-height: 20px;
  display: flex;
}

.floorwoodselector {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
}

.popfloorwoodpatternselector, .popwoodpatternselector {
  box-sizing: border-box;
  background-color: #000000d1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.stoneselector {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
}

.div-block-160 {
  flex-flow: row;
  width: 100%;
  height: 5%;
  display: flex;
}

.div-block-161 {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  display: flex;
}

.text-block-42 {
  color: #d8d7d7;
}

.stonethumbblock, .floorwoodcolorthumb, .woodcolorblock {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: fill;
  flex-flow: wrap;
  flex: 1;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 80%;
  max-height: calc(100% - 25px);
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: auto;
}

.woodtextureselector {
  flex-flow: column;
  width: 100%;
  height: 20%;
  display: flex;
}

.code-embed-11 {
  width: 100%;
  height: 100%;
}

.div-block-131-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90%;
  display: flex;
}

.div-block-161-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #d7d5d563;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-161-copy.glossbutton {
  color: #3330;
  background-color: #d7d5d500;
}

.text-block-42-copy, .text-block-42-copy-copy {
  color: #d8d7d7;
  font-size: 12px;
}

.selctedcolorpalate {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 5px;
  display: flex;
}

.div-block-163 {
  background-color: #fefefe;
  width: 100%;
  min-width: auto;
  height: 100%;
  display: flex;
}

.div-block-164 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 85%;
  height: 100%;
  display: flex;
}

.div-block-165 {
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 100%;
  display: flex;
}

.image-39 {
  object-fit: contain;
  height: 50%;
}

.colorpaleteblock {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-167 {
  width: 100%;
  height: auto;
}

.text-block-43 {
  color: #eae7e7;
  width: 100%;
  height: 100%;
}

.paletteselector {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
}

.palettemethodoptions {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: calc(100% - 25px);
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-168 {
  background-color: #d4d3d3;
  width: 100%;
  height: 25%;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-169 {
  width: 35%;
  height: 100%;
}

.div-block-170 {
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  height: 100%;
  padding: 5px;
  display: flex;
}

.image-40 {
  object-fit: contain;
  height: 100%;
}

.text-block-44 {
  color: #010101;
}

.poppalettelist {
  box-sizing: border-box;
  background-color: #000000d1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.selctedcolorpalate-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 5px;
  display: flex;
}

.div-block-164-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
}

.div-block-163-copy {
  background-color: #fefefe;
  width: 100%;
  min-width: auto;
  height: 45px;
  display: flex;
}

.div-block-142-copy {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  overflow: auto;
}

.div-block-171 {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-172 {
  background-color: #514d4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  display: flex;
}

.text-block-45 {
  color: #e3e2e2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.popuploadforpalette {
  box-sizing: border-box;
  background-color: #000000d1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-173 {
  border: 1px dashed #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  display: flex;
}

.div-block-174 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-41 {
  object-fit: contain;
  height: 100%;
}

.div-block-175 {
  width: 100%;
}

.text-block-46 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-176, .div-block-177 {
  width: 100%;
}

.div-block-142-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  overflow: auto;
}

.div-block-178 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
  display: flex;
}

.div-block-179 {
  background-color: #edebeb;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  display: flex;
}

.text-block-47 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.palettecolorpicker {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 80%;
  max-height: calc(100% - 25px);
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: auto;
}

.code-embed-11-copy {
  width: 100%;
  height: 100%;
}

.tabs-4 {
  flex-flow: column;
  width: 100%;
  display: none;
}

.div-block-180 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-181 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f4f4f4;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 5px;
  display: flex;
}

.text-block-48 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.div-block-182 {
  flex-flow: column;
  width: 33.33%;
  height: 100%;
  display: flex;
}

.div-block-183 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-42 {
  object-fit: contain;
  height: 100%;
}

.tabs-content-4 {
  width: 100%;
}

.div-block-184 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.colorpickerbutton {
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  display: flex;
}

.text-block-49 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.palettebutton {
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  display: flex;
}

.image-43 {
  width: 100%;
  height: 100%;
  display: block;
}

.image-43-copy {
  width: 100%;
  height: 100%;
  display: none;
}

.lite_seletors {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.selected_element_details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  height: 20%;
  display: flex;
}

.slected_element_thumb {
  border-right: 2px solid var(--darkerwhite);
  border-radius: var(--roundedges);
  background-color: var(--lighterwhite1);
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: auto;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-185 {
  border: 1px #e3e2e2;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 0 4px;
  display: flex;
}

.image-44 {
  object-fit: contain;
  border-right: 1px #000;
  height: 100%;
}

.selected_type_icon {
  width: 35%;
  height: 100%;
  display: flex;
}

.selected_color_pattern {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45%;
  display: flex;
}

.div-block-186 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.optionstoaddtexture {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  display: flex;
}

.div-block-188 {
  border: 1px none var(--borderline1);
  border-radius: var(--roundedges);
  background-color: var(--lighterwhite1);
  color: var(--lighterwhite1);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 110px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 1px 2px 5px 1px #0003;
}

.text-block-50 {
  color: #1d1d1d;
  font-family: Varela Round, sans-serif;
  font-size: var(--mainheader);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  font-weight: 700;
  line-height: 15px;
  display: flex;
}

.color_elements {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-190 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 8vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-191 {
  border-radius: var(--roundedges);
  background-color: var(--lighterwhite1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  box-shadow: 1px 2px 5px 1px #0003;
}

.text-block-51 {
  color: var(--darktext);
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 15px;
  display: flex;
}

.div-block-192 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 8vh);
  display: flex;
}

.pattern_elements {
  z-index: 100;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--darkerwhite);
  flex-flow: row;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: absolute;
}

.pattern_types {
  box-sizing: border-box;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  object-fit: fill;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.pattern_thumbnails {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-195 {
  background-color: #c8c6c6;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-195.patternelement {
  border-radius: var(--roundedges);
  background-color: var(--lighterwhite1);
  color: #d4d3d3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 20%;
  box-shadow: 1px 2px 5px 1px #0003;
}

.text-block-52 {
  color: #202020;
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-196 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.image-45 {
  object-fit: contain;
  height: 100%;
}

.div-block-197 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100px;
  height: 110px;
  display: flex;
}

.div-block-197.imagethumb {
  width: 100px;
  min-width: auto;
}

.text-block-53 {
  color: #c7c4c4;
  text-align: center;
  width: 100%;
  height: 100%;
}

.text-block-53.thumbnail_text {
  color: var(--lighttext);
  font-size: var(--text1);
}

.div-block-198 {
  color: var(--lighterwhite1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.upload_elements {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-199 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 8vh);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-190-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
}

.uploadnowblock {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-200 {
  border: 1px solid #bbb8b8;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 45%;
  padding: 5px;
  display: flex;
}

.div-block-201 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--lighterwhite1);
  flex-flow: row;
  width: 80%;
  height: 10%;
  display: flex;
  box-shadow: 1px 2px 5px 1px #0003;
}

.text-block-54 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-46 {
  object-fit: contain;
  height: 50%;
}

.text-block-55 {
  color: #a5a2a2;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  height: 20%;
  display: flex;
}

.savedimageblock {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: none;
}

.div-block-201-copy {
  background-color: var(--lighterwhite1);
  width: 80%;
  height: 10%;
  display: flex;
}

.div-block-202 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  display: flex;
}

.savedimagethumb {
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  min-width: 100px;
  max-width: 100%;
  height: 100px;
  display: flex;
  position: relative;
}

.div-block-204 {
  width: 100%;
  height: 85%;
}

.div-block-205 {
  width: 100%;
  height: 15%;
}

.text-block-56 {
  width: 100%;
  height: 100%;
}

.image-47 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: static;
  inset: 0%;
  overflow: clip;
}

.colorswatch_div, .colorwheel_div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.uploadoptions {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.clickedimageapplyblock {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--darkerwhite);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-207 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  padding: 5px;
  display: flex;
}

.image-48 {
  object-fit: contain;
  width: 70%;
}

.image-49 {
  object-fit: contain;
  width: auto;
  height: 50%;
}

.image-50 {
  object-fit: contain;
  width: 30%;
}

.uploadedimagepreview {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-209 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.image-51 {
  padding-left: 5px;
}

.image-52 {
  object-fit: contain;
  width: 100%;
}

.div-block-210 {
  background-color: #e1dede;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.image-53 {
  object-fit: contain;
  width: 90%;
  height: 80%;
}

.div-block-211 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.downloadnshare {
  background-color: #dbdbdb;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 50%;
  display: none;
  position: absolute;
  overflow: visible;
}

.div-block-212 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-12 {
  width: 100%;
  height: 100%;
}

.div-block-213 {
  width: 100%;
  height: 20%;
}

.image-54 {
  object-fit: contain;
  height: 100%;
  padding-top: 0;
}

.div-block-214 {
  z-index: 100;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 10%;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-215 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  cursor: pointer;
  flex-flow: column;
  width: 20%;
  height: 100%;
  display: flex;
}

.div-block-216 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  display: flex;
}

.image-55 {
  object-fit: contain;
  height: 100%;
}

.div-block-217 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  height: 80%;
  display: flex;
}

.text-block-57 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.randomcontainer-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 50%;
  display: flex;
}

.pleasewaitamin {
  background-color: #dbdbdb;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: none;
  position: absolute;
  overflow: visible;
}

.randomcontainer-2-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 50%;
  display: flex;
}

.code-embed-13 {
  width: 80%;
  height: 100%;
  display: flex;
}

.div-block-218 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px #e7e7e7;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.filter {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px none var(--borderline1);
  color: #01010100;
  background-color: #f8f8f800;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 1px 2px 5px 1px #0003;
}

.image-56 {
  object-fit: contain;
  width: 100%;
}

.div-block-220 {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.div-block-221 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 25%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text-block-58 {
  color: #161616;
  font-family: Varela Round, sans-serif;
  font-size: var(--mainheader);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  line-height: 11px;
  display: flex;
}

.texture {
  background-color: #e1dfdf;
  border-radius: 4px;
  flex-flow: column;
  width: 40%;
  height: 100%;
  display: flex;
}

.finish {
  border: 1px none var(--borderline1);
  border-radius: var(--roundedges);
  background-color: var(--lighterwhite1);
  flex-flow: column;
  width: 30%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.reset {
  border: 1px none var(--borderline1);
  border-radius: var(--roundedges);
  background-color: var(--lighterwhite1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.image-57 {
  object-fit: contain;
  width: auto;
  height: 30px;
}

.div-block-225 {
  width: 100%;
  height: 10%;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.div-block-226 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-block-59 {
  color: var(--black);
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  border-bottom: 1px #f8f2f2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  line-height: 12px;
  display: flex;
}

.div-block-227 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-228 {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 60%;
  display: flex;
}

.unselectedtoggle {
  border: 2px none var(--highlightline);
  background-color: var(--lighterwhite1);
  color: #393939;
  font-size: var(--text1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.text-block-60 {
  color: #050505;
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  text-align: center;
  border: 1px #161616;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 11px;
  display: flex;
}

.selectedtoggle {
  border: 1px solid var(--highlightline);
  background-color: var(--darkerwhite);
  color: #f8f8f7;
  font-size: var(--text1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  box-shadow: 1px 6px 5px #0003;
}

.text-block-60-copy {
  color: var(--lighttext);
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 11px;
  display: flex;
}

.div-block-230 {
  width: 100%;
  height: 100%;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.image-58 {
  object-fit: contain;
  width: 100%;
}

.div-block-231 {
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  height: 100%;
  display: flex;
}

.text-block-61 {
  color: var(--black);
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2px;
  font-size: 11px;
  line-height: 13px;
  display: flex;
}

.text-block-62 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 10px;
  display: flex;
}

.div-block-232 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.selectelement {
  border: 1px none var(--highlightline);
  background-color: #dbdbdb00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.typesofmaterials {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.div-block-234 {
  background-color: #01010100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-block-235 {
  background-color: #676565;
  border: 1px #000;
  border-radius: 4px;
  flex-flow: column;
  width: 45%;
  height: 20%;
  padding: 5px;
  display: flex;
}

.div-block-235.thumb_icon_text_pnb-copy {
  border-radius: var(--roundedges);
  background-color: var(--darkerwhite);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: 30%;
}

.div-block-236 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-237 {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.div-block-238 {
  width: 100%;
  height: 100%;
}

.image-59 {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.text-block-63 {
  color: #232323;
  width: 75%;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.div-block-239 {
  width: 100%;
  height: 8%;
  display: flex;
}

.div-block-240 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}

.text-block-64 {
  color: #fafafa;
}

.text-block-64.text-block-2-copy-copy {
  color: var(--lighterwhite1);
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  height: 20%;
}

.text-block-64-copy {
  color: #fafafa;
}

.div-block-243 {
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.selected_texture {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-radius: var(--roundedges);
  background-color: var(--lighterwhite1);
  opacity: 1;
  text-overflow: ellipsis;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-block-58-copy {
  color: #161616;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 15%;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  line-height: 11px;
  display: flex;
}

.div-block-245 {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-246 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  width: 100%;
  height: 90%;
  display: flex;
}

.div-block-247 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.div-block-248 {
  flex-flow: row;
  width: 100%;
  height: 50%;
  display: flex;
}

.text-block-66 {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.div-block-249 {
  width: 80%;
  height: 100%;
  display: flex;
}

.code-embed-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.textures {
  background-color: #dbdbdb00;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.textures1 {
  background-color: var(--darkerwhite);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-250 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  display: flex;
}

.div-block-251 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  display: flex;
}

.image-60 {
  object-fit: contain;
  width: 90%;
  height: 90%;
}

.div-block-252 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  display: flex;
}

.filter-copy {
  background-color: var(--lighterwhite1);
  border: 1px solid #e0dede;
  width: 60%;
  height: 100%;
  display: flex;
  box-shadow: 1px 2px 5px 1px #0003;
}

.slected_element_thumb-copy {
  border-right: 2px none var(--darkerwhite);
  object-fit: contain;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  display: flex;
}

.div-block-232-copy {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.image-44-copy {
  object-fit: contain;
  border-right: 1px #000;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-244-copy {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-overflow: ellipsis;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.text-block-58-copy-copy {
  color: #161616;
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
}

.text-block-58-copy {
  color: #161616;
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 15%;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 11px;
  display: flex;
}

.div-block-220-copy {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.image-56-copy {
  object-fit: contain;
  width: 60%;
}

.code-embed-15 {
  width: 100%;
  height: 100%;
}

.code-embed-16 {
  width: 70%;
  height: 70%;
  display: block;
}

.patter_popupblock {
  z-index: 0;
  border: 1px solid var(--highlightline);
  background-color: var(--darkerwhite);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  inset: 0%;
}

.color_popupblock {
  border: 1px solid var(--highlightline);
  background-color: var(--darkerwhite);
  outline-offset: 0px;
  outline: 3px #010101;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.uploadtex_popupblock {
  border: 1px solid var(--highlightline);
  background-color: var(--darkerwhite);
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: relative;
  inset: 0%;
}

.div-block-253 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 5%;
  display: flex;
}

.image-61 {
  object-fit: contain;
  height: 100%;
}

.div-block-254 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 8vh;
  display: flex;
}

.smallpop_back {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 8vh;
  height: 8vh;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-62 {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.div-block-256 {
  width: 10%;
  height: 100%;
}

.image-63 {
  object-fit: contain;
  width: 100%;
}

.div-block-257 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-258 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  height: 5vh;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.scalerotbtn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #827e7e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.text-block-67 {
  background-color: var(--lighterwhite1);
  font-size: var(--text1);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-14-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-259 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.text-block-68 {
  color: #615e5e;
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  line-height: var(--textheight1);
}

.div-block-260 {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.text-block-58-copy-copy-copy {
  color: #161616;
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
}

.div-block-261 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  padding-bottom: 5px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-262 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-263 {
  background-color: #93939300;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 20%;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.image-64 {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.div-block-264 {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.div-block-265 {
  width: 100%;
  height: 15%;
  display: flex;
}

.text-block-69 {
  color: var(--darktext);
  font-family: Varela Round, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.div-block-266 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-267 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #585757;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.image-65 {
  object-fit: contain;
  width: 80%;
  height: 80%;
}

.div-block-268 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.div-block-269 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.text-block-70 {
  color: #e7e7e7;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 8px;
  display: flex;
}

.div-block-270 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.undo {
  cursor: pointer;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
}

.div-block-271 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-272 {
  width: 100%;
  height: 20%;
}

.text-block-71 {
  color: var(--black);
  width: 100%;
  height: 100%;
  font-size: 11px;
}

.formatpainter_popupblock {
  z-index: 2;
  border: 1px solid var(--highlightline);
  background-color: var(--darkerwhite);
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.applyformat {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-192-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 8vh);
  display: flex;
}

.div-block-273 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-72 {
  color: var(--lighterwhite1);
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
}

.div-block-274 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 70%;
  display: flex;
}

.image-66 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-275 {
  width: 100%;
  height: 80%;
  display: flex;
}

.text-block-73 {
  color: var(--lighterwhite1);
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-276 {
  width: 100%;
  height: 20%;
}

.div-block-277 {
  width: 100%;
  height: 30%;
  display: flex;
}

.reset-copy {
  border: 1px none var(--borderline1);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-278 {
  width: 100%;
  height: 40%;
}

.div-block-227-copy {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-279 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.minipopup {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.smallpop_back2 {
  justify-content: center;
  align-items: center;
  width: 8vh;
  height: 8vh;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.smallpop_back3 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 8vh;
  height: 8vh;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.code-embed-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-280 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.smallpop_back4 {
  z-index: auto;
  justify-content: center;
  align-items: center;
  width: 8vh;
  height: 8vh;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.selectelementpopup {
  border: 1px none var(--highlightline);
  background-color: #525252ed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: auto;
  left: auto;
}

.smallpop_back-copy {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 8vh;
  height: 8vh;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.formatpainterbackbtn {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 8vh;
  height: 8vh;
  padding: 10px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.image-67 {
  z-index: 10;
  object-fit: contain;
  width: 20%;
  max-width: none;
  height: 20%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-68 {
  object-fit: contain;
  width: 100%;
}

.deletesavedimage {
  width: 25%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.main {
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-281 {
  background-color: #000;
  width: 100%;
  height: 10%;
  display: flex;
}

.div-block-282 {
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-69 {
  object-fit: contain;
  height: 90%;
}

.div-block-282-copy {
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-right: 15px;
  display: flex;
}

.image-69-copy {
  object-fit: contain;
  width: auto;
  height: 70%;
}

.div-block-283 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 90%;
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
  position: relative;
  overflow: auto;
}

.thumbnail {
  border: 1px solid #000;
  width: 20%;
  height: 30%;
}

.div-block-285 {
  border: 1px #000;
  border-bottom-style: solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  display: flex;
}

.div-block-286 {
  width: 100%;
  height: 30%;
}

.image-70 {
  object-fit: contain;
  height: 100%;
}

.div-block-287 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 33%;
  padding-left: 10px;
  display: flex;
}

.text-block-74 {
  font-size: 11px;
}

.div-block-288 {
  width: 10%;
  height: 10%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-71 {
  object-fit: contain;
  height: 100px;
}

.div-block-289 {
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  height: 100%;
  padding-right: 12px;
  display: flex;
}

.div-block-290 {
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.div-block-291 {
  cursor: pointer;
  background-color: #ddd;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 70%;
  display: flex;
}

.text-block-76 {
  color: var(--lighterwhite1);
  font-size: var(--text1);
  line-height: var(--textheight1);
  width: 80%;
}

.selectelementbackbtn {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 8vh;
  height: 8vh;
  padding: 10px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-292 {
  background-color: var(--lighterwhite1);
  flex-flow: column;
  width: 85%;
  height: 85%;
  display: flex;
}

.text-block-77 {
  font-size: var(--text1);
}

.saveimg {
  cursor: pointer;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
}

.blocker {
  color: #01010100;
  mix-blend-mode: normal;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-78 {
  color: var(--lighterwhite1);
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  line-height: var(--textheight1);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-294 {
  background-color: #242323ed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grouped {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 1;
  mix-blend-mode: normal;
  flex-flow: row;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-296 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.div-block-297 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 20%;
  padding-left: 5px;
  display: flex;
}

.text-block-79 {
  color: #000;
  font-family: Varela Round, sans-serif;
  font-size: var(--text1);
  line-height: var(--textheight1);
}

@media screen and (min-width: 1920px) {
  .popupblock {
    display: none;
  }

  .tab-link-tab-1-4.w--current {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .tab-link-tab-2-4.w--current {
    color: #e46e1f;
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .text-block-2-copy-copy {
    font-size: 25px;
  }

  .text-block-2-copy-copy-copy {
    font-size: 20px;
  }

  .div-block-116 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    padding-top: 10px;
    padding-right: 10px;
  }

  .lite_seletors {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .optionstoaddtexture {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    border-radius: 10px;
    justify-content: center;
  }

  .div-block-188 {
    height: 30%;
  }

  .text-block-50 {
    font-size: var(--mainheader);
    line-height: 27px;
  }

  .color_elements {
    display: flex;
  }

  .text-block-51 {
    font-size: var(--text1);
    line-height: 25px;
  }

  .pattern_elements {
    display: flex;
  }

  .text-block-52 {
    font-size: 22px;
  }

  .div-block-197 {
    min-width: 200px;
    height: 200px;
  }

  .div-block-197.imagethumb {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 200px;
  }

  .text-block-53 {
    font-size: 18px;
  }

  .text-block-53.thumbnail_text {
    font-size: 20px;
  }

  .upload_elements, .uploadnowblock {
    display: flex;
  }

  .text-block-54 {
    font-size: 22px;
  }

  .text-block-55 {
    max-width: 80%;
    font-size: 22px;
    line-height: 23px;
  }

  .savedimageblock {
    display: none;
  }

  .savedimagethumb {
    min-width: 250px;
  }

  .uploadoptions, .clickedimageapplyblock {
    display: none;
  }

  .filter {
    border-radius: 14px;
  }

  .image-57 {
    height: 50px;
  }

  .text-block-59 {
    font-weight: 700;
  }

  .selectelement {
    display: flex;
  }

  .text-block-63 {
    width: 80%;
    font-size: 22px;
    line-height: 23px;
  }

  .div-block-243 {
    width: 60px;
    height: 60px;
  }

  .selected_texture {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .textures1 {
    display: none;
  }

  .div-block-232-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-244-copy {
    font-size: 22px;
  }

  .text-block-58-copy-copy {
    line-height: 11px;
  }

  .text-block-58-copy {
    font-size: var(--text1);
    font-weight: 700;
    line-height: 40px;
  }

  .patter_popupblock {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .color_popupblock {
    display: none;
  }

  .uploadtex_popupblock {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .text-block-67 {
    font-size: 22px;
  }

  .div-block-259 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .text-block-68 {
    font-size: var(--text1);
    line-height: var(--textheight1);
    width: 80%;
  }

  .text-block-58-copy-copy-copy {
    line-height: 20px;
  }

  .div-block-261 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .div-block-262 {
    width: 100px;
    height: 100px;
  }

  .div-block-263 {
    font-size: 12px;
  }

  .text-block-69 {
    font-size: 20px;
    line-height: 21px;
  }

  .div-block-270 {
    width: 60px;
    height: 60px;
  }

  .formatpainter_popupblock {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .applyformat {
    display: flex;
  }

  .text-block-72 {
    font-size: 20px;
    line-height: 21px;
  }

  .text-block-73 {
    font-size: 20px;
  }

  .reset-copy {
    border-radius: 10px;
  }

  .div-block-279 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .minipopup, .selectelementpopup {
    display: none;
  }

  .text-block-76 {
    font-family: Varela Round, sans-serif;
    font-size: var(--mainheader);
  }
}

@media screen and (max-width: 991px) {
  .details-thumb-list {
    display: none;
  }

  .popupblock {
    display: flex;
  }

  .image-17 {
    box-sizing: border-box;
    object-fit: cover;
    overflow: clip;
  }

  .div-block-188 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-50 {
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .text-block-51 {
    font-size: 10px;
    line-height: 11px;
  }

  .pattern_elements, .upload_elements, .uploadnowblock {
    display: none;
  }

  .savedimageblock {
    display: flex;
  }

  .uploadoptions, .clickedimageapplyblock {
    display: none;
  }

  .image-49 {
    height: 100%;
  }

  .div-block-234 {
    padding-top: 10px;
    position: relative;
  }

  .div-block-236 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
  }

  .div-block-237 {
    flex-flow: column;
  }

  .text-block-63 {
    width: 75%;
  }

  .text-block-64 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15%;
    display: flex;
  }

  .div-block-241 {
    width: 100%;
    height: 50%;
  }

  .text-block-65 {
    font-size: 9px;
    line-height: 10px;
    display: flex;
  }

  .text-block-64-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15%;
    font-size: 12px;
    display: flex;
  }

  .div-block-242 {
    width: 100%;
    height: 5%;
    display: block;
  }

  .div-block-243 {
    width: 25px;
    height: 25px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .patter_popupblock {
    display: none;
  }

  .div-block-259 {
    justify-content: center;
    align-items: center;
    height: 20%;
  }

  .text-block-68 {
    display: none;
  }

  .div-block-260 {
    width: 100%;
    height: 70%;
  }

  .selectelementpopup {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .right-block {
    width: 100%;
    height: 50%;
  }

  .main-block {
    flex-flow: column;
  }

  .left-block {
    width: 100%;
    height: 50%;
  }

  .popupblock {
    display: none;
  }

  .place-image-div {
    padding-right: 4px;
  }

  .imagethumb {
    width: 32%;
    height: 10%;
  }

  .lite_seletors {
    justify-content: flex-start;
    align-items: center;
  }

  .selected_element_details {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 25%;
  }

  .optionstoaddtexture {
    flex-flow: row;
    width: 80%;
  }

  .div-block-188 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-50 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 13px;
  }

  .color_elements {
    display: none;
  }

  .div-block-191 {
    flex-flow: column;
  }

  .text-block-51 {
    text-align: center;
    font-size: 10px;
    line-height: 11px;
  }

  .upload_elements {
    display: none;
  }

  .uploadnowblock {
    display: flex;
  }

  .text-block-55 {
    height: auto;
    font-size: 12px;
    line-height: 14px;
  }

  .savedimageblock, .uploadoptions, .clickedimageapplyblock {
    display: none;
  }

  .image-49 {
    width: 100%;
    height: 100%;
  }

  .image-53 {
    width: 100%;
    height: 50%;
  }

  .filter {
    justify-content: center;
    align-items: center;
  }

  .image-56 {
    width: auto;
    height: 100%;
  }

  .text-block-59 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-235.thumb_icon_text_pnb-copy {
    width: 25%;
  }

  .patter_popupblock {
    display: none;
  }

  .div-block-259 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
  }

  .text-block-68 {
    display: none;
  }

  .div-block-260 {
    width: 100%;
    height: 50%;
  }

  .div-block-261 {
    position: absolute;
  }

  .div-block-263 {
    height: 30%;
  }

  .image-64 {
    width: auto;
    height: 80%;
  }

  .applyformat, .minipopup {
    display: none;
  }

  .div-block-280 {
    height: 100%;
  }

  .selectelementpopup {
    display: none;
  }

  .thumbnail {
    width: 40%;
  }

  .text-block-76 {
    color: var(--lighterwhite1);
  }
}

@media screen and (max-width: 479px) {
  .right-block {
    width: 100%;
    height: 50%;
    padding: 5px;
    display: flex;
  }

  .main-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .details-thumb-list {
    display: none;
  }

  .div-block-19 {
    height: 100%;
  }

  .div-block-18-copy {
    height: 50%;
  }

  .left-block {
    border-bottom: 2px solid #fff;
    border-right-style: none;
    width: 100%;
    height: 50%;
    display: flex;
  }

  .popupblock {
    display: flex;
  }

  .body {
    flex-flow: column;
    display: block;
  }

  .div-block-57 {
    display: none;
  }

  .div-block-94 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .thumb_icon_text_pnb-copy {
    width: 20%;
    height: 100%;
  }

  .swatchorthumb {
    height: calc(100% - 5vh);
  }

  .text-block-2-copy-copy {
    height: 25%;
    font-size: 12px;
  }

  .text-block-2-copy-copy-copy {
    margin-bottom: 0;
    font-size: 8px;
  }

  .div-block-32-copy-copy {
    height: 45%;
  }

  .idmh_left {
    flex-flow: row;
    display: flex;
  }

  .logicfordisplay {
    width: 100%;
    height: 100%;
  }

  .element_thumbnail_list {
    flex-flow: row;
    width: 100%;
    height: 20%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 0;
    display: none;
    inset: auto 0% 0%;
  }

  .div-block-98 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    width: 95%;
    height: 100%;
    padding-right: 0;
    overflow: auto;
  }

  .texturetype {
    flex-flow: column;
    height: auto;
  }

  .div-block-101 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    width: 100%;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-25 {
    font-size: 10px;
  }

  .div-block-102 {
    width: 33.33%;
    height: 100%;
  }

  .text-block-26 {
    font-size: 10px;
  }

  .tonetype {
    height: auto;
  }

  .div-block-103 {
    width: 33.33%;
    height: 100%;
  }

  .imagethumb {
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    height: 40%;
  }

  .div-block-105 {
    object-fit: contain;
    justify-content: center;
    align-items: center;
  }

  .div-block-106 {
    font-size: 12px;
  }

  .div-block-107 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .thumbnail_image {
    object-fit: contain;
    width: auto;
    height: 100%;
  }

  .div-block-108 {
    flex-flow: wrap;
    height: 85%;
  }

  .div-block-109 {
    flex-flow: row;
    height: 10%;
    margin-top: 5px;
    margin-left: 5px;
    display: flex;
  }

  .image-28 {
    width: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .rightbottomoptions {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5vh;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-111 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #c6c4c4;
    width: 33.3%;
    height: 100%;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
  }

  .div-block-112 {
    width: 30%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-113 {
    flex-flow: column;
    width: 80%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .image-29 {
    object-fit: contain;
    width: auto;
    height: 100%;
  }

  .text-block-27 {
    color: #010101;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60%;
    padding-left: 5px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
  }

  .right-bottom-popup {
    display: none;
  }

  .text-block-27-copy {
    color: #010101;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40%;
    padding-left: 5px;
    font-size: 11px;
    display: flex;
  }

  .image-28-copy {
    width: 20%;
    padding-top: 5px;
    padding-left: 5px;
  }

  .div-block-115 {
    width: 80%;
    height: 100%;
    display: flex;
  }

  .div-block-116 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding-top: 9px;
    padding-left: 10px;
    display: flex;
  }

  .shareimage {
    width: auto;
    height: 100%;
  }

  .pleasewait {
    width: 70%;
    display: none;
  }

  .randomcontainer {
    height: 80%;
  }

  .div-block-118 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    height: 50%;
  }

  .div-block-120 {
    width: 30%;
    height: 30%;
  }

  .text-block-29 {
    font-size: 11px;
  }

  .solidtextures {
    height: auto;
  }

  .text-block-25-copy {
    font-size: 10px;
  }

  .div-block-101-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    width: 100%;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .selectedtexture {
    width: 33.33%;
    height: 100%;
  }

  .colorpickercontainer {
    height: calc(100% - 5vh);
  }

  .explanation {
    font-size: 10px;
  }

  .selectorsmain {
    display: flex;
  }

  .selecttextureblock {
    height: auto;
  }

  .stonethumbblock, .floorwoodcolorthumb, .woodcolorblock {
    height: calc(100% - 5vh);
  }

  .paletteselector {
    display: flex;
  }

  .palettemethodoptions, .palettecolorpicker {
    height: calc(100% - 5vh);
  }

  .selected_element_details {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    width: 100%;
    height: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .slected_element_thumb {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: var(--roundedges);
    background-color: var(--lighterwhite1);
    border: 1px #000;
  }

  .div-block-185 {
    height: 100%;
  }

  .selected_color_pattern {
    height: 40%;
  }

  .div-block-186 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    height: 75%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .optionstoaddtexture {
    flex-flow: row;
    width: 90%;
    height: 60%;
  }

  .div-block-188 {
    flex-flow: column;
    width: 33%;
    height: 100%;
  }

  .text-block-50 {
    width: auto;
    font-size: 12px;
  }

  .color_elements {
    height: auto;
    display: flex;
  }

  .div-block-190 {
    justify-content: center;
    align-items: center;
    height: 80%;
  }

  .div-block-191 {
    flex-flow: row;
  }

  .div-block-191.showuploadbtnlogic {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-51 {
    color: #171717;
    font-size: var(--text1);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    line-height: 14px;
  }

  .div-block-192 {
    height: calc(100% - 5vh);
  }

  .pattern_elements {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .pattern_types {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .pattern_thumbnails {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-195.patternelement {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 30%;
  }

  .text-block-52 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .upload_elements {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-199 {
    width: 100%;
    height: calc(100% - 8vh);
  }

  .div-block-190-copy {
    flex-flow: row;
    height: 80%;
  }

  .uploadnowblock {
    display: flex;
  }

  .div-block-200 {
    width: 100%;
    height: 75%;
  }

  .div-block-201 {
    height: 20%;
  }

  .text-block-54 {
    font-size: 10px;
  }

  .text-block-55 {
    font-size: 10px;
    line-height: 13px;
  }

  .savedimageblock {
    display: none;
  }

  .div-block-201-copy {
    border-radius: 4px;
    height: 20%;
  }

  .savedimagethumb {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 70px;
    min-width: 70px;
    height: 70px;
  }

  .uploadoptions {
    flex-flow: row;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .clickedimageapplyblock {
    display: none;
  }

  .div-block-207 {
    height: 80%;
  }

  .image-48 {
    width: auto;
    height: 100%;
  }

  .image-49 {
    width: 90%;
    height: 80%;
  }

  .image-50 {
    width: 25%;
    height: auto;
  }

  .image-53 {
    width: 80%;
    height: 90%;
  }

  .div-block-211 {
    flex-flow: wrap;
    height: 80%;
  }

  .downloadnshare {
    width: 70%;
    height: 60%;
    display: none;
  }

  .div-block-212 {
    height: 100%;
  }

  .div-block-214 {
    justify-content: center;
    align-items: flex-start;
    height: 5%;
    inset: 0% 0% auto auto;
  }

  .div-block-215 {
    width: 30%;
    height: 30%;
  }

  .div-block-216 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    height: 50%;
  }

  .text-block-57 {
    font-size: 11px;
  }

  .randomcontainer-2 {
    height: 80%;
    display: flex;
  }

  .pleasewaitamin {
    width: 70%;
    display: none;
  }

  .randomcontainer-2-copy {
    height: 80%;
    display: flex;
  }

  .filter {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #f8f8f800;
    border-radius: 0;
    height: 100%;
  }

  .div-block-220 {
    width: 15%;
  }

  .text-block-58 {
    font-size: var(--mainheader);
    padding-top: 5px;
  }

  .finish {
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .reset {
    padding-top: 0;
  }

  .div-block-225 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5px;
  }

  .text-block-59 {
    font-size: var(--text1);
    font-weight: 400;
  }

  .text-block-60, .text-block-60-copy {
    font-size: var(--text1);
  }

  .div-block-230 {
    height: 100%;
  }

  .text-block-61, .text-block-62 {
    font-size: 9px;
  }

  .div-block-232 {
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .selectelement {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .typesofmaterials {
    display: flex;
  }

  .div-block-235 {
    height: 40%;
  }

  .div-block-235.thumb_icon_text_pnb-copy {
    width: 80%;
    height: 100px;
  }

  .image-59 {
    width: auto;
    height: 100%;
  }

  .div-block-239 {
    height: 12%;
  }

  .div-block-240 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-top: 0;
  }

  .selected_texture {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: var(--roundedges);
    background-color: var(--lighterwhite1);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-58-copy {
    padding-top: 5px;
    font-size: 10px;
  }

  .div-block-245 {
    flex-flow: column;
    height: auto;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-246 {
    place-content: flex-start space-between;
    align-items: stretch;
    height: 90%;
  }

  .div-block-247 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-14 {
    height: 5vh;
    display: flex;
  }

  .textures {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: none;
  }

  .textures1 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-top: 10px;
    display: flex;
  }

  .div-block-251 {
    width: 100%;
  }

  .image-60 {
    width: auto;
    height: 90%;
  }

  .div-block-252 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .filter-copy {
    height: 5vh;
  }

  .div-block-232-copy {
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .text-block-58-copy-copy {
    font-size: var(--text1);
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    font-weight: 400;
    line-height: 13px;
  }

  .text-block-58-copy {
    font-size: var(--text1);
    padding-top: 5px;
  }

  .code-embed-16 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .patter_popupblock {
    display: none;
  }

  .color_popupblock {
    padding-top: 0;
    display: none;
  }

  .uploadtex_popupblock {
    background-color: var(--darkerwhite);
    padding-top: 0;
    display: none;
  }

  .div-block-254 {
    justify-content: center;
    align-items: center;
    height: 7vh;
  }

  .smallpop_back {
    width: 7vh;
    height: 7vh;
    display: none;
  }

  .div-block-257 {
    justify-content: center;
    align-items: center;
    height: 7vh;
  }

  .div-block-258 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
    height: 5vh;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
  }

  .scalerotbtn {
    background-color: #696868;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    display: flex;
  }

  .text-block-67 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .code-embed-14-copy {
    height: 5vh;
    display: none;
  }

  .div-block-259 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
  }

  .text-block-68 {
    display: none;
  }

  .div-block-260 {
    width: 100%;
    height: 50%;
  }

  .text-block-58-copy-copy-copy {
    font-size: var(--text1);
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    line-height: 13px;
  }

  .div-block-261 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-bottom: 5px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-262 {
    z-index: auto;
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .div-block-263 {
    height: auto;
  }

  .image-64 {
    width: auto;
    height: 80%;
  }

  .div-block-265 {
    width: 100%;
    height: 35%;
    line-height: 15px;
  }

  .text-block-69 {
    font-size: 12px;
  }

  .div-block-266 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 20%;
    padding-top: 0;
  }

  .div-block-267 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .image-65 {
    height: 90%;
  }

  .text-block-70 {
    font-size: 7px;
  }

  .div-block-270 {
    width: 40px;
    height: 40px;
  }

  .undo {
    width: auto;
    height: 100%;
  }

  .div-block-271 {
    flex-flow: column;
  }

  .formatpainter_popupblock {
    background-color: var(--darkerwhite);
    display: none;
  }

  .applyformat {
    height: auto;
    display: flex;
  }

  .div-block-192-copy {
    height: calc(100% - 5vh);
  }

  .div-block-273 {
    height: 80%;
  }

  .text-block-72 {
    color: var(--lighttext);
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    display: flex;
  }

  .text-block-73 {
    color: var(--lighttext);
  }

  .div-block-277 {
    justify-content: center;
    align-items: center;
  }

  .reset-copy {
    z-index: auto;
  }

  .div-block-278 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    height: 100%;
    display: flex;
  }

  .minipopup {
    display: none;
  }

  .smallpop_back4 {
    width: 7vh;
    height: 7vh;
    display: none;
  }

  .selectelementpopup {
    flex-flow: column;
    display: flex;
  }

  .smallpop_back-copy {
    width: 7vh;
    height: 7vh;
    display: none;
  }

  .formatpainterbackbtn {
    display: flex;
    position: static;
  }

  .div-block-282 {
    width: 40%;
  }

  .div-block-282-copy {
    width: 60%;
  }

  .div-block-283 {
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .thumbnail {
    width: 100%;
  }

  .div-block-291 {
    width: 80%;
    height: 60%;
  }

  .text-block-75 {
    text-align: center;
    font-size: 11px;
  }

  .text-block-76 {
    width: 90%;
  }

  .selectelementbackbtn {
    display: flex;
    position: static;
  }

  .text-block-77 {
    font-family: Varela Round, sans-serif;
    line-height: var(--textheight1);
    width: 90%;
  }

  .saveimg {
    width: auto;
    height: 100%;
  }
}


