:root {
  --background-colour: #1F335B;
  --background-colour-2: #7C7C7C;
  --background-colour-3: #656463;
  --background-colour-4: #C7C7C7;
  --branding-colour: #FDC300;
  --branding-colour-bg: #393939;
  --branding-colour-bg2: #303030;
}
/*
@mobile-breakpoint-width: 768px; // This and over is not mobile.
// e.g. @media only screen and (min-width: @mobile-breakpoint-width) {}

@mobile-breakpoint-width-max: 767px; // This and under this is mobile.
// e.g. @media only screen and (max-width: @mobile-breakpoint-width-max) {}
*/
html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
}
*:not(p) {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  color: red;
  zfont-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.p-hide {
  display: none;
}
.p-jq-hide {
  display: none !important;
}
@media only screen and (min-width: 500px) {
  .p-utils-mobile-detect {
    display: none !important;
  }
}
.p-busy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.p-busy div {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  font-size: 0;
  border: 2px solid #44C63C;
  background-color: white;
}
.p-busy img {
  width: 100%;
  box-shadow: 0px 0px 30px 5px rgba(68, 68, 68, 0.6);
}
.p-main {
  zflex-direction: column;
  width: 100%;
  height: 100%;
  background-image: url("config/ccicolor/images/Landing Screen Image 2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-main.hide-while-initial-loading {
  visibility: hidden;
}
@media only screen and (max-width: 499px) {
  .p-main {
    display: block;
    zflex-direction: row;
    background-image: url("config/ccicolor/images/Landing Screen Image - Mobile 2.jpg");
  }
}
.v-scene-render {
  font-size: 0;
  background-color: white;
  qqqz-index: -2;
  width: 100%;
  height: 100%;
  text-align: center;
}
.v-scene-render .visualizer-render-canvas.fill-height {
  width: auto;
  height: 100%;
  zzmargin-top: 164px;
  zzheight: calc(100% - 164px);
}
.v-scene-render .visualizer-render-canvas.fill-width {
  width: 100%;
  height: auto;
}
.p-scene-targets {
  position: fixed;
}
.p-scene-targets .target-container {
  position: fixed;
  margin-left: -17.5px;
  margin-top: -42px;
  zmargin-top: -21px;
  width: 35px;
  height: 42px;
  cursor: pointer;
  zbackground-color: pink;
}
.p-scene-targets .target-container .target {
  width: 25px;
  height: 32px;
  margin-left: 5px;
  margin-top: 5px;
  background-size: 25px 32px;
  background-image: url("images/Location-Keyline-50x23mm.png");
}
.p-scene-targets .target-container .target.selected {
  background-image: url("images/Location-Selected-Keyline-50x23mm.png");
}
.p-tool-buttons.editing {
  left: 50%;
  margin-left: -90px;
  width: 180px;
  zbackground-color: green;
}
.p-tool-buttons {
  position: fixed;
  top: 0px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: -10px;
  zbackground-color: pink;
}
.p-tool-buttons .buttons-container {
  display: flex;
  justify-content: center;
  zwidth: 120px;
  zbackground-color: yellow;
}
.p-tool-buttons .buttons-container .help-text {
  position: absolute;
  margin-top: 2px;
  color: white;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
  text-align: center;
  padding: 5px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.33);
  zbackground-color: blue;
}
.p-tool-buttons .buttons-container .button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  zmax-width: 80px;
  margin: 0 5px 0 5px;
  cursor: pointer;
  zbackground-color: cyan;
}
.p-tool-buttons .buttons-container .button img {
  height: 46px;
  zbackground-color: green;
}
.p-tool-buttons .buttons-container .button .label {
  font-size: 12px;
  color: white;
  qqfont-weight: 600;
  text-align: center;
  padding-top: 0px;
  text-shadow: 2px 2px 2px #444;
}
.p-tool-buttons .button.finished-editing .hover {
  display: none;
}
.p-tool-buttons .button.finished-editing:hover .hover {
  display: block;
}
.p-tool-buttons .button.finished-editing:hover .no-hover {
  display: none;
}
.p-tool-buttons .button.help {
  position: fixed;
  left: 0;
  right: 0;
  width: 47px;
  margin: 0;
  zbackground-color: red;
}
.p-tool-buttons .colours-1-container,
.p-tool-buttons .colours-2-container {
  display: flex;
  width: 100%;
  zbackground-color: cyan;
}
.p-tool-buttons .colours-1-container .colour,
.p-tool-buttons .colours-2-container .colour {
  margin: 2px 3px 0 3px;
  width: 41px;
  height: 41px;
  border: 1px solid #aaa;
  border-radius: 10px;
  cursor: pointer;
  zbackground-color: yellow;
}
.p-tool-buttons .colours-1-container {
  justify-content: flex-end;
}
body.p-device-type-phone .p-tool-buttons .help-text .desktop,
body.p-device-type-tablet .p-tool-buttons .help-text .desktop {
  display: none !important;
}
body.p-device-type-desktop .p-tool-buttons .help-text .non-desktop {
  display: none !important;
}
.p-room-selector-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.p-room-selector-popup .container {
  position: fixed;
  top: 200px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--background-colour);
  height: calc(100% - 330px);
}
.p-room-selector-popup .container .title {
  font-size: 18px;
  color: white;
  qqfont-weight: 600;
  margin-bottom: 10px;
}
.p-room-selector-popup .container .rooms {
  height: calc(100% - 30px);
  width: 530px;
  overflow-y: auto;
  zbackground-color: cyan;
}
.p-room-selector-popup .container .sample-rooms,
.p-room-selector-popup .container .saved-rooms {
  display: flex;
  zjustify-content: center;
  gap: 15px 15px;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 15px;
  zbackground-color: yellow;
}
.p-room-selector-popup .container .sample-rooms .room,
.p-room-selector-popup .container .saved-rooms .room {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 160px;
  zmargin-top: 10px;
  zmargin-bottom: 10px;
  zbackground-color: pink;
}
.p-room-selector-popup .container .sample-rooms .room p,
.p-room-selector-popup .container .saved-rooms .room p {
  font-size: 14px;
  text-align: center;
  color: white;
  height: 20px;
  vertical-align: bottom;
  zbackground-color: blue;
}
.p-room-selector-popup .container .sample-rooms .room .delete-button,
.p-room-selector-popup .container .saved-rooms .room .delete-button {
  position: absolute;
  right: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  zbackground-color: magenta;
}
.p-room-selector-popup .container .sample-rooms .room .delete-button .icon,
.p-room-selector-popup .container .saved-rooms .room .delete-button .icon {
  margin-left: 3px;
  margin-top: 3px;
  color: white;
  font-size: 20px;
  padding: 2px;
  border-radius: 30px;
  background-color: red;
}
.p-room-selector-popup .container .sample-rooms .room img,
.p-room-selector-popup .container .saved-rooms .room img {
  width: 100%;
  zheight: 100px;
  border: 1px solid white;
  border-radius: 5px;
  zmargin-top: 3px;
}
.p-room-selector-popup .container .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  zbackground-color: magenta;
}
.p-room-selector-popup .container .close-button .icon {
  margin-left: 3px;
  margin-top: 3px;
  color: black;
  font-size: 20px;
  padding: 2px;
  border-radius: 30px;
  background-color: white;
}
@media only screen and (max-width: 650px) {
  .p-room-selector-popup .container {
    top: 150px;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    height: calc(100% - 230px);
  }
  .p-room-selector-popup .container .rooms {
    width: calc(100% - 30px);
  }
  .p-room-selector-popup .container .sample-rooms .room,
  .p-room-selector-popup .container .saved-rooms .room {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 499px) {
  .p-room-selector-popup .container {
    top: 90px;
    height: calc(100% - 130px);
  }
  .p-room-selector-popup .container .sample-rooms,
  .p-room-selector-popup .container .saved-rooms {
    justify-content: center;
  }
  .p-room-selector-popup .container .sample-rooms .room,
  .p-room-selector-popup .container .saved-rooms .room {
    width: calc(100% - 30px);
    zwidth: 66%;
  }
}
@media only screen and (max-height: 450px) {
  .p-room-selector-popup .container {
    top: 10%;
    height: 80%;
    zbackground-color: pink;
  }
  .p-room-selector-popup .container .sample-rooms {
    height: 90%;
    overflow-y: auto;
    zbackground-color: blue;
  }
}
.p-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 200;
}
.p-sidebar .sidebar-container {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background-color: var(--background-colour);
}
.p-sidebar .sidebar-container .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  zbackground-color: magenta;
}
.p-sidebar .sidebar-container .close-button .icon {
  margin-left: 3px;
  margin-top: 3px;
  color: black;
  font-size: 20px;
  padding: 2px;
  border-radius: 30px;
  background-color: white;
}
.p-sidebar.open {
  ztop: 0;
}
.p-sidebar:not(.open) {
  display: none;
}
@media only screen and (min-width: 500px) {
  .p-sidebar .sidebar-container {
    min-width: 360px;
    max-width: 360px;
    margin-top: 190px;
    margin-left: calc(50% - (360px / 2));
  }
}
@media only screen and (max-height: 800px) {
  .p-sidebar .sidebar-container {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 499px), (max-height: 450px) {
  .p-sidebar .sidebar-container {
    margin-top: 0px;
    overflow-y: auto;
    height: 100%;
  }
}
/*
//--------------------------------------------------

// Mobile layout.
// Sidebar separates as appears over scene.

@media only screen and (max-width: @mobile-breakpoint-width-max)
{

	.p-sidebar
	{
	position: fixed;
	}

}

*/
.p-select-surface-container {
  width: 100%;
  zbackground-color: pink;
}
.p-select-surface-container .icon {
  position: absolute;
  right: 6px;
  margin-top: -34px;
  color: white;
  font-size: 34px;
}
.p-select-colour-container {
  width: 100%;
  qqqheight: calc(100% - 250px);
  zbackground-color: blue;
}
.p-select-colour-container .title-container {
  display: flex;
  zbackground-color: magenta;
}
.p-select-colour-container .title-container .title {
  font-size: 18px;
  color: white;
  qqfont-weight: 600;
  zmargin-left: 10px;
}
.p-select-colour-list {
  width: 100%;
  margin-top: 0px;
  zpadding: 10px;
  zheight: calc(100% - 694px);
  zheight: 398px;
  zheight: 318px;
  zbackground-color: var(--background-colour-2);
  zborder-radius: 5px;
  position: relative;
  z-index: 0;
}
.p-select-colour-list .items-container {
  zpadding: 5px;
  zbackground-color: #aaa;
  zheight: 320px;
  zheight: calc(100% - 38px);
  padding: 10px;
  border-radius: 5px;
  background-color: var(--background-colour-2);
}
.p-select-colour-list .items-container .title {
  font-size: 16px;
  color: white;
  qqfont-weight: 600;
  margin-top: 0px;
  margin-bottom: 8px;
  zbackground-color: red;
}
.p-select-colour-list .items-container .search-box {
  display: none;
}
.p-select-colour-list .items-container .items {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  overflow-y: auto;
  height: 282px;
  border: 1px solid white;
  background-color: var(--background-colour-4);
}
.p-select-colour-list .items-container .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40px;
  cursor: pointer;
}
.p-select-colour-list .items-container .items .item .label {
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  qqfont-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 18px;
  padding-left: 10px;
  transition: color 0.2s;
  zwhite-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  zbackground-color: pink;
}
.p-select-colour-list .items-container .items .item .label:hover {
  color: red;
}
.p-select-colour-list .items-container .items .item .icon {
  padding-left: 5px;
  padding-right: 5px;
  zmargin-top: 5px;
  font-size: 23px;
  color: black;
  zbackground-color: red;
}
.p-select-colour-list .items-container .items .item .icon.favourite {
  color: red;
}
.p-select-colour-list .items-container .items .item .icon.unfavourite {
  color: white;
}
.p-select-colour-list .items-container .items .item.isfavourite .icon.unfavourite {
  display: none;
}
.p-select-colour-list .items-container .items .item:not(.isfavourite) .icon.favourite {
  display: none;
}
.p-select-colour-list .items-container .items.pallete-8-not-7 {
  height: 322px;
}
.p-select-colour-list .selectors {
  display: flex;
  justify-content: flex-start;
  zbackground-color: var(--background-colour);
  position: relative;
  margin-top: -5px;
  z-index: -1;
}
.p-select-colour-list .selectors .selector {
  display: flex;
  zjustify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 50px;
  padding: 5px;
  padding-top: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--background-colour-3);
  margin-right: 10px;
  cursor: pointer;
  zbackground-color: magenta;
}
.p-select-colour-list .selectors .selector .icon {
  color: white;
  font-size: 28px;
  zbackground-color: blue;
}
.p-select-colour-list .selectors .selector.selected {
  background-color: var(--background-colour-2);
  zbackground-color: yellow;
}
.p-select-colour-list .p-search {
  margin-top: 7px;
  width: 100%;
  height: 30px;
  padding: 10px;
  font-size: 12px;
  border: none;
  zborder-radius: 5px;
  text-decoration: none;
}
.p-select-colour-list .p-search-icon {
  position: absolute;
  display: block;
  right: 13px;
  zmargin-left: 283px;
  margin-top: -27px;
  font-size: 24px;
  color: black;
}
.p-select-colour-list .p-search-clear-icon {
  position: absolute;
  display: block;
  right: 13px;
  zmargin-left: 283px;
  margin-top: -27px;
  font-size: 24px;
  color: black;
  cursor: pointer;
}
.p-select-colour-list.search-displayed .search-box {
  display: block;
}
.p-select-colour-list.search-displayed .items-container .items {
  height: 282px;
  zheight: calc(100% - 38px);
}
.p-select-colour-list .items-container.no-bottom-left-radius {
  border-radius: 0px;
}
.p-paint-map {
  width: 100%;
  margin-top: 0px;
  position: relative;
  padding: 0px;
  background-color: #888;
  border-radius: 5px;
  margin-bottom: 10px;
  qqqqoverflow: hidden;
  zbackground-color: red;
}
.p-paint-map .container {
  position: relative;
  zzbackground-color: red;
  zzzzoverflow: hidden;
  height: 80px;
  font-size: 0px;
}
.p-paint-map .container .icon-container {
  display: inline-block;
  width: 35px;
  height: 100%;
  cursor: pointer;
  zbackground-color: red;
}
.p-paint-map .container .icon {
  color: white;
  font-size: 40px;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -79px;
  margin-left: -3px;
  zbackground-color: blue;
}
.p-paint-map .container .palettes {
  display: inline-block;
  height: 100%;
  width: calc(100% - 35px - 35px);
  cursor: pointer;
}
.p-paint-map .container .palettes .all-colours-container {
  zdisplay: inline;
  width: 100%;
  height: 100%;
}
.p-paint-map .container .palettes .all-colours-container .p-all-colours-canvas {
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  -webkit-overflow-scrolling: touch;
}
.p-paint-map .container .palettes .zoom-container {
  width: 100%;
  height: 100%;
  margin-top: -80px;
  pointer-events: none;
  font-size: 0;
}
.p-paint-map .container .palettes .zoom-container .p-zoom-left-canvas {
  width: 1%;
  height: 100%;
  image-rendering: pixelated;
  pointer-events: none;
}
.p-paint-map .container .palettes .zoom-container .p-zoom-centre-before-canvas {
  width: 1%;
  height: 100%;
  image-rendering: pixelated;
  pointer-events: none;
}
.p-paint-map .container .palettes .zoom-container .p-zoom-centre-canvas {
  width: 1%;
  height: 100%;
  image-rendering: pixelated;
  pointer-events: none;
  border: 1px solid white;
}
.p-paint-map .container .palettes .zoom-container .p-zoom-centre-canvas.no-border {
  border: 0px solid white;
}
.p-paint-map .container .palettes .zoom-container .p-zoom-centre-after-canvas {
  width: 1%;
  height: 100%;
  image-rendering: pixelated;
  pointer-events: none;
}
.p-paint-map .container .palettes .zoom-container .p-zoom-right-canvas {
  width: 1%;
  height: 100%;
  image-rendering: pixelated;
  pointer-events: none;
}
body.p-device-type-phone .p-paint-map .icon-container,
body.p-device-type-tablet .p-paint-map .icon-container {
  width: 50px !important;
  zbackground-color: red;
}
body.p-device-type-phone .p-paint-map .icon-container .icon,
body.p-device-type-tablet .p-paint-map .icon-container .icon {
  padding-left: 4px;
  padding-right: 6px;
  margin-left: 0px;
  zbackground-color: blue;
}
body.p-device-type-phone .p-paint-map .palettes,
body.p-device-type-tablet .p-paint-map .palettes {
  width: calc(100% - 50px - 50px) !important;
}
.p-select-collection {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding: 0px;
  z-index: 1;
  zbackground-color: pink;
}
.p-select-collection .brand-open-close-button {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  cursor: pointer;
  background-color: var(--background-colour-2);
}
.p-select-collection .brand-open-close-button .icon.close {
  display: none;
}
.p-select-collection .brand-open-close-button p {
  font-size: 14px;
  color: white;
  qqfont-weight: 600;
  margin-left: 10px;
  margin-top: 8px;
  zbackground-color: red;
}
.p-select-collection .brand-open-close-button .icon {
  zposition: absolute;
  zright: 6px;
  zmargin-top: -34px;
  color: white;
  font-size: 34px;
  right: 0;
  zbackground-color: cyan;
}
.p-select-collection .selected-collection {
  font-size: 16px;
  color: white;
  qqfont-weight: 600;
  zmargin-left: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  zbackground-color: red;
}
.p-select-collection .brand-open-close-button.open {
  border-radius: 5px 5px 0px 0px;
}
.p-select-collection .brand-open-close-button.open .icon.open {
  display: none;
}
.p-select-collection .brand-open-close-button.open .icon.close {
  display: block;
  zbackground-color: pink;
}
.p-select-collection .brand-range-items {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
  zzheight: 100%;
  zzmargin-top: -8px;
  overflow-y: auto;
  zbackground-color: pink;
}
.p-select-collection .brand-range-items .item {
  display: flex;
  zjustify-content: left;
  zalign-items: flex-start;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 10px;
  width: 100%;
  background-color: var(--background-colour-2);
  cursor: pointer;
  zbackground-color: yellow;
}
.p-select-collection .brand-range-items .item .label {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  qqfont-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 18px;
  margin-top: -2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  transition: color 0.2s;
  zbackground-color: pink;
}
.p-select-collection .brand-range-items .item .label:hover {
  color: red;
}
.p-select-collection .brand-range-items .item:last-child {
  border-radius: 0px 0px 5px 5px;
}
.p-select-collection .brand-range-items .item.selected .label {
  color: var(--branding-colour);
}
.p-select-collection .range-items {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  height: 100%;
  margin-top: 10px;
  overflow-y: auto;
}
.p-select-collection .range-items .item {
  display: flex;
  zjustify-content: left;
  zalign-items: flex-start;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 10px;
  width: 100%;
  xbackground-color: white;
  cursor: pointer;
  zbackground-color: yellow;
}
.p-select-collection .range-items .item .label {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  qqfont-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 18px;
  margin-top: -2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  transition: color 0.2s;
  zbackground-color: pink;
}
.p-select-collection .range-items .item .label:hover {
  color: red;
}
.p-select-collection .range-items .item:last-child {
  border-radius: 0px 0px 5px 5px;
}
.p-select-collection .range-items .item.selected .label {
  color: var(--branding-colour);
}
.p-info-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.p-info-popup .container {
  position: fixed;
  top: 200px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--background-colour);
}
.p-info-popup .container .title {
  font-size: 18px;
  color: white;
  qqfont-weight: 600;
  margin-bottom: 10px;
}
.p-info-popup .container .items {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  overflow-y: auto;
  height: 282px;
}
.p-info-popup .container .items .heading {
  font-size: 14px;
  color: white;
  margin-bottom: 3px;
}
.p-info-popup .container .items .link-to-product {
  zwidth: 80px;
  zheight: 25px;
  zpadding-left: 10px;
  zpadding-top: 5px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #6FAAE6;
  cursor: pointer;
}
.p-info-popup .container .items .link-to-product p {
  font-size: 14px;
  color: white;
  padding: 5px;
}
.p-info-popup .container .items .link-to-product.disabled {
  cursor: auto;
  opacity: 0.45;
}
.p-info-popup .container .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  min-height: 40px;
  border: 1px solid white;
  margin: 3px 0 3px 0;
}
.p-info-popup .container .items .item .label {
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  qqfont-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 18px;
  padding-left: 10px;
  transition: color 0.2s;
  zwhite-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  zbackground-color: pink;
}
.p-info-popup .container .close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  padding: 10px;
  zbackground-color: magenta;
}
.p-info-popup .container .close-button .icon {
  color: black;
  font-size: 20px;
  padding: 5px;
  border-radius: 30px;
  background-color: white;
}
@media only screen and (max-height: 450px) {
  .p-info-popup .container {
    top: 10%;
    height: 80%;
    zbackground-color: pink;
  }
  .p-info-popup .container .items {
    height: 90%;
    overflow-y: auto;
    zbackground-color: blue;
  }
}
.p-edit-uyo-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.p-edit-uyo-popup .container {
  position: fixed;
  top: 200px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  padding: 25px;
  border-radius: 10px;
  background-color: var(--background-colour);
  padding-top: 50px;
}
.p-edit-uyo-popup .container .title {
  font-size: 16px;
  color: white;
  qqfont-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  zbackground-color: pink;
}
.p-edit-uyo-popup .container .delete-all-container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  zbackground-color: pink;
}
.p-edit-uyo-popup .container .delete-all {
  font-size: 30px;
  color: white;
  margin-top: 25px;
}
.p-edit-uyo-popup .container .delete-all-label {
  display: inline;
  margin-left: 7px;
  font-size: 14px;
  color: white;
  margin-top: 25px;
}
.p-edit-uyo-popup .container .row {
  display: flex;
  justify-content: center;
  align-items: center;
  zbackground-color: pink;
}
.p-edit-uyo-popup .container .row button {
  font-size: 16px;
  color: white;
  margin-top: 25px;
  margin-bottom: 8px;
  padding: 7px;
  background-color: var(--background-colour);
  border: 2px solid white;
  border-radius: 10px;
  width: 120px;
  cursor: pointer;
  zbackground-color: red;
}
.p-edit-uyo-popup .container .close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  padding: 10px;
  zbackground-color: magenta;
}
.p-edit-uyo-popup .container .close-button .icon {
  color: black;
  font-size: 20px;
  padding: 5px;
  border-radius: 30px;
  background-color: white;
}
@media only screen and (max-height: 450px) {
  .p-error-popup .container {
    top: 100px;
  }
}
.p-error-popup.order-mode .order {
  display: block !important;
}
.p-error-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.p-error-popup .container {
  position: fixed;
  top: 200px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  padding: 35px;
  padding-right: 65px;
  border-radius: 10px;
  background-color: var(--background-colour);
  padding-top: 70px;
}
.p-error-popup .container .order {
  display: none;
  margin-left: -15px;
}
.p-error-popup .container .order .title {
  font-size: 18px;
  color: white;
  qqfont-weight: 600;
  margin-top: -50px;
  margin-bottom: 20px;
}
.p-error-popup .container .order .message {
  font-size: 12px;
  color: white;
  margin-bottom: 40px;
  zbackground-color: red;
}
.p-error-popup .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  zbackground-color: pink;
}
.p-error-popup .container .row .text {
  font-size: 16px;
  color: white;
  qqfont-weight: 600;
  zmargin-left: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 20px;
  zbackground-color: red;
}
.p-error-popup .container .row .text.small {
  font-size: 12px;
  font-weight: normal;
}
.p-error-popup .container .row img {
  width: 30px;
}
.p-error-popup .container .row .coloured-square {
  width: 28px;
  height: 28px;
  border: 1px solid white;
  border-radius: 3px;
  background-color: #FFD801;
}
.p-error-popup .container .close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  padding: 10px;
  zbackground-color: magenta;
}
.p-error-popup .container .close-button .icon {
  color: black;
  font-size: 20px;
  padding: 5px;
  border-radius: 30px;
  background-color: white;
}
@media only screen and (max-width: 499px), (max-height: 450px) {
  .p-error-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33);
    z-index: 9999;
  }
  .p-error-popup .container {
    position: fixed;
    top: 200px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    padding: 35px;
    border-radius: 10px;
    background-color: var(--background-colour);
    padding-top: 70px;
  }
}
@media only screen and (max-height: 450px) {
  .p-error-popup .container {
    top: 100px;
  }
}
.p-scan-qr-code-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.p-scan-qr-code-popup .title {
  font-size: 18px;
  color: white;
  qqfont-weight: 600;
  margin-bottom: 10px;
}
.p-scan-qr-code-popup .container {
  position: fixed;
  top: 100px;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--background-colour);
}
.p-scan-qr-code-popup .container .text,
.p-scan-qr-code-popup .container .text b,
.p-scan-qr-code-popup .container .text span {
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
  zbackground-color: yellow;
}
.p-scan-qr-code-popup .container .left {
  text-align: left;
}
.p-scan-qr-code-popup .container .waiting,
.p-scan-qr-code-popup .container .found {
  margin-top: 10px;
}
.p-scan-qr-code-popup .container .waiting {
  color: red;
}
.p-scan-qr-code-popup .container .found .tick {
  position: absolute;
  margin-left: -37px;
  margin-top: -11px;
  font-size: 38px;
  vertical-align: top;
  color: #00ff00;
}
.p-scan-qr-code-popup .container .qr-code-container img {
  margin-top: 15px;
  margin-left: 35%;
  width: 30%;
  border: 10px solid white;
}
.p-scan-qr-code-popup .container .message-container {
  text-align: center;
}
.p-scan-qr-code-popup .container .button {
  font-size: 16px;
  margin-top: 10px;
  padding: 10px;
  margin-left: calc((100% - 150px) / 2);
  width: 150px;
  height: 40px;
  padding: 5px;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
}
.p-scan-qr-code-popup .container .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  zbackground-color: magenta;
}
.p-scan-qr-code-popup .container .close-button .icon {
  margin-left: 3px;
  margin-top: 3px;
  color: black;
  font-size: 20px;
  padding: 2px;
  border-radius: 30px;
  background-color: white;
}
.p-choose-image-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.p-choose-image-popup .container {
  position: fixed;
  top: 200px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  padding: 25px;
  border-radius: 10px;
  background-color: var(--background-colour);
  padding-top: 30px;
}
.p-choose-image-popup .container .logo {
  position: absolute;
  margin-top: -95px;
  margin-left: calc(50% - 40px - 25px);
  width: 80px;
  cursor: pointer;
  zbackground-color: cyan;
}
.p-choose-image-popup .container .selectors {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  zbackground-color: green;
}
.p-choose-image-popup .container .selectors .selector {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px 0 10px;
  margin: 0 5px 0 5px;
  cursor: pointer;
  width: 100px;
  zbackground-color: pink;
}
.p-choose-image-popup .container .selectors .selector img {
  height: 30px;
  zbackground-color: cyan;
}
.p-choose-image-popup .container .selectors .selector .label {
  font-size: 10px;
  color: white;
  qqfont-weight: 600;
  text-align: center;
  padding-top: 5px;
  zbackground-color: magenta;
}
.p-choose-image-popup .container .close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  padding: 10px;
  zbackground-color: magenta;
}
.p-choose-image-popup .container .close-button .icon {
  color: black;
  font-size: 20px;
  padding: 5px;
  border-radius: 30px;
  background-color: white;
}
body.p-device-type-phone .p-choose-image-popup .desktop,
body.p-device-type-tablet .p-choose-image-popup .desktop {
  display: none !important;
}
body.p-device-type-desktop .p-choose-image-popup .non-desktop {
  display: none !important;
}
/*
body.p-device-type-phone,body.p-device-type-tablet
{
	.p-choose-image-popup .selector.upload
	{
	display: none;
	}

}

.p-choose-image-popup .selector.take-load .label
{
display: none;
}
body.p-device-type-phone,body.p-device-type-tablet
{
	.p-choose-image-popup .selector.take-load .label.non-desktop
	{
	display: block;
	}
}
body.p-device-type-desktop
{
	.p-choose-image-popup .selector.take-load .label.desktop
	{
	display: block;
	}
}
*/
@media only screen and (max-height: 450px) {
  .p-choose-image-popup .container {
    top: 100px;
  }
}
.p-help-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.p-help-popup .container {
  position: fixed;
  top: 200px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  padding: 35px;
  border-radius: 10px;
  background-color: var(--background-colour);
  padding-top: 70px;
}
.p-help-popup .container .title {
  font-size: 14px;
  color: white;
  margin-top: -50px;
  margin-bottom: 20px;
}
.p-help-popup .container .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  zbackground-color: pink;
}
.p-help-popup .container .row .icon {
  color: white;
  font-size: 28px;
  padding-right: 10px;
  zbackground-color: magenta;
}
.p-help-popup .container .row .icon.palette {
  font-size: 38px;
  padding-left: 10px;
  padding-right: 0px;
}
.p-help-popup .container .row .text {
  font-size: 14px;
  color: white;
  margin-top: 8px;
  margin-bottom: 8px;
  zbackground-color: red;
}
.p-help-popup .container .close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  padding: 10px;
  zbackground-color: magenta;
}
.p-help-popup .container .close-button .icon {
  color: black;
  font-size: 20px;
  padding: 5px;
  border-radius: 30px;
  background-color: white;
}
@media only screen and (max-width: 499px), (max-height: 450px) {
  .p-help-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33);
    z-index: 9999;
  }
  .p-help-popup .container {
    position: fixed;
    top: 200px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    padding: 35px;
    border-radius: 10px;
    background-color: var(--background-colour);
    padding-top: 70px;
  }
}
@media only screen and (max-height: 450px) {
  .p-help-popup .container {
    top: 30px;
  }
}
.p-edit-help-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.p-edit-help-popup .container {
  position: fixed;
  top: 200px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  padding: 35px 65px 15px 35px;
  border-radius: 10px;
  background-color: var(--background-colour);
}
.p-edit-help-popup .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  zbackground-color: pink;
}
.p-edit-help-popup .container .row .text {
  font-size: 16px;
  color: white;
  margin-bottom: 8px;
  margin-right: 10px;
  zbackground-color: red;
}
.p-edit-help-popup .container .row .button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  zmax-width: 80px;
  margin: 0 5px 0 5px;
  zbackground-color: cyan;
}
.p-edit-help-popup .container .row .button img {
  height: 46px;
  zbackground-color: green;
}
.p-edit-help-popup .container .row .button .label {
  font-size: 12px;
  color: white;
  qqfont-weight: 600;
  text-align: center;
  padding-top: 0px;
}
.p-edit-help-popup .container .row .button.help {
  width: 47px;
  cursor: pointer;
  zbackground-color: red;
}
.p-edit-help-popup .container .close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  padding: 10px;
  zbackground-color: magenta;
}
.p-edit-help-popup .container .close-button .icon {
  color: black;
  font-size: 20px;
  padding: 5px;
  border-radius: 30px;
  background-color: white;
}
@media only screen and (max-width: 499px), (max-height: 450px) {
  .p-edit-help-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33);
    z-index: 9999;
  }
  .p-edit-help-popup .container {
    position: fixed;
    top: 150px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    padding: 35px;
    border-radius: 10px;
    background-color: var(--background-colour);
    padding-top: 70px;
  }
}
@media only screen and (max-height: 450px) {
  .p-edit-help-popup .container {
    top: 10px;
  }
}
.p-help-videos-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.p-help-videos-popup .container {
  position: fixed;
  top: 200px;
  width: 400px;
  left: 50%;
  margin-left: -150px;
  padding: 15px 25px 0px 25px;
  border-radius: 10px;
  background-color: var(--background-colour);
}
.p-help-videos-popup .container .heading {
  font-size: 16px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
  zbackground-color: red;
}
.p-help-videos-popup .container .rows {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-help-videos-popup .container .rows .row {
  display: flex;
  zjustify-content: center;
  zalign-items: center;
  margin-bottom: 15px;
  width: 270px;
  zbackground-color: pink;
}
.p-help-videos-popup .container .rows .row .button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 40px;
  margin: 0 5px 0 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  cursor: pointer;
  background-color: var(--background-colour-2);
}
.p-help-videos-popup .container .rows .row .button .text {
  text-align: center;
  font-size: 14px;
  color: white;
  margin-bottom: 0px;
  margin-right: 10px;
  zbackground-color: red;
}
.p-help-videos-popup .container .rows .row .button.help {
  width: 47px;
  cursor: pointer;
  zbackground-color: red;
}
.p-help-videos-popup .container .close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  padding: 10px;
  zbackground-color: magenta;
}
.p-help-videos-popup .container .close-button .icon {
  color: black;
  font-size: 20px;
  padding: 5px;
  border-radius: 30px;
  background-color: white;
}
@media only screen and (max-width: 499px), (max-height: 450px) {
  .p-help-videos-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33);
    z-index: 9999;
  }
  .p-help-videos-popup .container {
    position: fixed;
    top: 80px;
    width: 300px;
    margin-left: -150px;
  }
}
@media only screen and (max-height: 450px) {
  .p-help-videos-popup .container {
    top: 20px;
    width: 90%;
    margin-left: 5%;
    left: auto;
  }
  .p-help-videos-popup .container .rows {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-save-room-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.p-save-room-popup .container {
  position: fixed;
  top: 200px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  padding: 25px;
  border-radius: 10px;
  background-color: var(--background-colour);
  padding-top: 50px;
}
.p-save-room-popup .container .row {
  display: flex;
  justify-content: center;
  align-items: center;
  zbackground-color: pink;
}
.p-save-room-popup .container .row button {
  font-size: 16px;
  color: white;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 7px;
  background-color: var(--background-colour);
  border: 2px solid white;
  border-radius: 10px;
  width: 230px;
  cursor: pointer;
  zbackground-color: red;
}
.p-save-room-popup .container .close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  padding: 10px;
  zbackground-color: magenta;
}
.p-save-room-popup .container .close-button .icon {
  color: black;
  font-size: 20px;
  padding: 5px;
  border-radius: 30px;
  background-color: white;
}
@media only screen and (max-height: 450px) {
  .p-error-popup .container {
    top: 100px;
  }
}
.p-toolbar.disable .block-events {
  pointer-events: auto !important;
}
.p-toolbar.disable .logo-container {
  pointer-events: none;
}
.zzzzp-toolbar.block-pointer-events .logo-container {
  height: calc(100% - 8px - 8px) !important;
}
.p-toolbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: black;
  z-index: 100;
}
.p-toolbar .container {
  display: flex;
  justify-content: center;
  height: 90px;
  width: 100%;
  background-color: var(--background-colour);
}
.p-toolbar .container .block-events {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  zbackground-color: cyan;
}
.p-toolbar .container .logo-container {
  margin-top: 8px;
  height: 103%;
  padding: 0 10px 0 10px;
  zbackground-color: blue;
}
.p-toolbar .container .logo-container .logo {
  height: 100%;
  cursor: pointer;
  zbackground-color: cyan;
}
.p-toolbar .container .selectors {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  zbackground-color: green;
}
.p-toolbar .container .selectors .selector {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px 0 10px;
  margin: 0 5px 0 5px;
  cursor: pointer;
  zbackground-color: pink;
}
.p-toolbar .container .selectors .selector img {
  height: 30px;
  zbackground-color: cyan;
}
.p-toolbar .container .selectors .selector .label {
  font-size: 10px;
  color: white;
  qqfont-weight: 600;
  text-align: center;
  padding-top: 5px;
  zbackground-color: magenta;
}
.p-toolbar .container .selectors-2 {
  justify-content: flex-start;
}
.p-toolbar.disable .container {
  opacity: 0.6;
}
.v-scene-render .visualizer-render-canvas.fill-height {
  margin-top: 90px;
  height: calc(100% - 90px);
}
.v-scene-render .visualizer-render-canvas.fill-width {
  margin-top: 90px;
}
@media only screen and (max-width: 499px), (max-height: 450px) {
  .p-toolbar .container {
    height: 60px;
  }
  .p-toolbar .container .logo-container {
    padding: 0 5px 0 5px;
  }
  .p-toolbar .container .logo-container .logo-outer {
    padding: 10px;
  }
  .p-toolbar .container .selectors .selector {
    padding: 0 5px 0 5px;
    zbackground-color: red;
  }
  .p-toolbar .container .selectors .selector img {
    height: 20px;
  }
  .p-toolbar .container .selectors .selector .label {
    font-size: 8px;
  }
  .v-scene-render .visualizer-render-canvas.fill-height {
    margin-top: 60px;
    height: calc(100% - 60px);
  }
  .v-scene-render .visualizer-render-canvas.fill-width {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=All.css.map */