/* Adobe Typekit Fonts */
@import url("https://use.typekit.net/euw4crn.css");
html, body, ul, ol {
  margin: 0;
  padding: 0;
}

/* Flex container to place palettes side by side */
#colorSelectionSection {

  width: 100%;
  height: 50%;
  justify-content: center;
  align-items: center;
}

/* Grid layout for each palette */
.colorSelectionCMS {
  display: grid;
  padding: 10px;
  grid-template-rows: repeat(5, 1fr); /* 5 rows */
  grid-template-columns: repeat(10, 1fr); /* 10 columns */
  gap: 2; /* No gap between blocks */
  width: 90%; /* Each palette takes 50% of the container width */
  height: 70%;
}

/* Individual color blocks */
.colorBlock {
  width: 100%;  /* Adjust as per your design */
  height: 100%; /* Adjust as per your design */
  margin: 5px;  /* Space around each color block */
  cursor: pointer;
  border: 3px solid black; /* Default black border for unselected blocks */
  transition: border-color 0.3s ease;
}

/* Optional hover effect */
.colorBlock:hover {
  border-color: #000;
}


body {
  font-family: "myriad-variable", “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-variation-settings: 'wght'400, 'wdth'100;
  background: #000;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  touch-action: pan-y;
}
.overflowContainer {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
::selection {
  color: #04ceff;
  background: #fff;
}
h1, .headerLabel {

  font-size: 55px;
  text-transform: uppercase;
  font-family: 'azo-sans-web', sans-serif;
  color: #04ceff;
  margin-top: 0;
}
.startPage h1 {
  font-size: 100px;
  margin-bottom: 0;
}
.headerLabel {
  color: #fff;
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none;
  font-size: 3vw;
  display: none;
}
.headerLabel em {
  font-style: normal;
  color: #04ceff;
}
p {
  font-family: 'myriad-variable', sans-serif;
  font-variation-settings: 'wght'400, 'wdth'100;
  font-size: 29px;
  line-height: 1.3;
}
.largeText {
  font-size: 36px;
}
.startPage p {
  font-size: 30px;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}
.largeBold {
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'600, 'wdth'90;
  font-size: 44px;
  line-height: 1.2;
}
.startPage .largeBold {
  font-size: 55px;
}
.lightText {
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'300, 'wdth'100;
}
p strong {
  font-weight: 800;
}
.blue {
  color: #04ceff;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.mainContainer {
  width: 100%;
  height: 100vh;
  color: #fff;
  box-sizing: border-box;
  padding: 40px 60px;
  position: relative;
  /* overflow: hidden; */
  max-width: 1366px;
  margin: 0 auto;
  width: 1366px;
  height: 730px;
  position: absolute;
  left: 50%;
  top: 50%;
  /* margin-top: 7vw; */
}
.mainContainer.welcome {
  padding: 20px 50px 0;
}
.innerContainer {
  width: 100%;
  height: 100%;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 3vw 4.5vw;
  z-index: 4;
}
.header.hidden {
  opacity: 0;
  pointer-events: none;
}
.twoColumn {
  display: flex;
  width: 100%;
  align-items: flex-start;
  height: 540px;
}
.twoColumn .col01 {
  min-width: 400px;
  max-width: 400px;
  margin-right: 10%;
}
.twoColumn .col02 {
  width: 100%;
}
.welcome .twoColumn {
  position: relative;
}
.welcome .twoColumn .col01 {
  min-width: 270px;
  max-width: 270px;
  margin-right: 6%;
}
.welcome.getstarted .twoColumn .col01 {
  min-width: 180px;
  max-width: 180px;
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 20px;
}
.welcome.getstarted .innerContainer {
  display: flex;
  align-items: center;
}
.welcome .formContainer input {
  font-size: 24px;
}
.welcome .formContainer .ui-button {
  font-size: 28px;
  max-width: 380px;
}
.welcome .twoColumnForm {
  max-width: 800px;
}
.welcome .formCheckbox {
  width: auto;
}
.welcome .formCheckbox label, .welcome .formCheckbox a {
  font-size: 24px;
}
.threeColumn {
  display: flex;
  width: 100%;
  align-items: flex-start;
  height: 100%;
  align-items: center;
}
.threeColumn .col01 {
  min-width: 282px;
  max-width: 282px;
  margin-right: 3%;
}
.threeColumn .col02 {
  width: 100%;
  margin-right: 2%;
}
.threeColumn .col03 {
  min-width: 282px;
  max-width: 282px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  align-self: center;
}
.col03 .columnNav {
  width: 100%;
}
.col03 .columnNav .ui-button:first-of-type {
  margin-bottom: 40px;
}
.login {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.3vw;
}
.login span {
  white-space: nowrap;
  max-width: 20vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
.login img {
  width: 3vw;
  margin-right: 1.5vw;
}
.videoContainer {
  color: #fff;
  text-decoration: none;
  display: block;
}
.videoThumb {
  margin: 30px 0 20px;
}
.videoFooter {
  display: flex;
  align-items: center;
}
.videoFooter span {
  font-size: 16px;
}
.videoFooter img {
  width: 28px;
  height: 28px;
  margin-left: 10px;
}
.menuButton {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menuButton span {
  display: block;
  width: 3.7vw;
  height: 0.23vw;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
.menuButton span:before, .menuButton span:after {
  content: "";
  width: 3.7vw;
  height: 0.23vw;
  background: #fff;
  border-radius: 6px;
  display: block;
  position: absolute;
}
.menuButton span:before {
  top: -1.3vw;
}
.menuButton span:after {
  bottom: -1.3vw;
}
.centerText {
  text-align: center;
}
.formContainer {
  margin-top: 50px;
}
.leftPanel .formContainer {
  margin-top: 3.7vw;
}
.formContainer input {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 30px;
  padding: 20px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 22px;
  box-sizing: border-box;
}
.leftPanel .formContainer input, .leftPanel .panelInner .ui-button {
  margin-bottom: 2.2vw;
  font-size: 1.4vw;
  padding: 1.1vw 1.5vw;
  min-width: 0;
  width: 80%;
  border-radius: 0.6vw;
}
.leftPanel .panelInner .ui-button {
  border: 0.15vw solid #fff;
}
.leftPanel .formContainer input.ui-button, .leftPanel .panelInner .ui-button {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  background: #fff;
  color: #38b1f0;
  font-size: 24px;
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'400, 'wdth'100;
}
.leftPanel .panelInner .ui-button.approved {
  background: #288f28;
  color: #fff;
  border: 1px solid #288f28;
}
.ui-button.disabled {
  pointer-events: none;
  opacity: .7;
}
.leftPanel .formContainer input.noMargin {
  margin-bottom: 0.5vw;
}
.ui-button {
  color: #fff;
  background: rgb(18, 179, 231);
  background: linear-gradient(0deg, rgba(18, 179, 231, 1) 0%, rgba(0, 206, 255, 1) 48%, rgba(18, 179, 231, 1) 100%);
  max-width: 220px;
  min-width: 220px;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'600, 'wdth'110;
  font-size: 32px;
  padding: 12px 20px;
}
.ui-button:hover {
  opacity: .9;
}
.formContainer .ui-button {
  padding: 20px;
  max-width: 200px;
  font-weight: normal;
}
.borderBox {
  padding: 10px;
  border-radius: 8px;
  background: rgb(11, 135, 200);
  background: linear-gradient(0deg, rgba(11, 135, 200, 1) 0%, rgba(22, 200, 247, 1) 100%);
  height: 100%;
  box-sizing: border-box;
}
.borderBoxInner {
  padding: 15px;
  background: #fff;
  max-height: 500px;
  overflow: auto;
  box-sizing: border-box;
}
.threeColumn .borderBoxInner {
  max-height: none;
  height: 555px;
}
.borderBox.hideBorder, .borderBox.hideBorder .borderBoxInner {
  background: none;
  padding: 0;
  max-height: 500px;
  height: 500px;
}
.listContainer li {
  list-style: none;
  color: #000;
  text-align: left;
  font-size: 24px;
  padding: 12px 24px;
  font-weight: bold;
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'300, 'wdth'110;
}
.listContainer li.selected {
  color: #fff;
  background: #04ceff;
}
.listContainer .borderBoxInner {
  max-height: 295px;
  overflow: auto;
}
.gridStampLogo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  /* Higher zIndex to appear on top of thumbnails */
  /* Set the desired width and height for the logo */
  width: 60px;
  height: auto;
  /* Maintain aspect ratio, adjust as needed */
}
.imageGrid {
  display: flex;
  flex-wrap: wrap;
}
.imageBlock {
  position: relative;
  width: 33.3%;
  margin-bottom: 2%;
  border: 10px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
}
.imageBlock.selected {
  border: 10px solid #04ceff;
}
.magnify {
  max-width: 56px;
  width: 19%;
  position: absolute;
  bottom: 8px;
  right: 12px;
}
.columnLogo {
  width: 80%;
  margin: 20px auto 0;
}
.columnFooter {
  background: #fff;
  width: calc(100% + 60px);
  margin-top: 15px;
}
.footer {
  width: calc(100% + 60px);
}
.footerLogo {
  width: 20%;
  max-width: 277px;
  margin-top: -8px;
  padding-left: 10px;
}
.footerLabel {
  color: #04ceff;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.footerInner {
  padding: 15px 60px 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  position: relative;
}
.footerInner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  left: calc(100% - 1px);
}
.footer .footerInner {
  display: flex;
  justify-content: space-between;
  padding: 2vw 0 0 4vw;
}
.footer .footerInner:after {
  display: none;
}
.footerInner .container {
  max-width: 460px;
  padding: 0 20px;
  position: relative;
}
.footerInner .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  left: calc(100% - 1px);
  background: #e6e6e6;
  top: 0;
  display: none;
}
.footer .footerInner .container {
  background: #e6e6e6;
  padding: .7vw 2.2vw;
  width: 35vw;
}
.footer .footerInner .footerLabel {
  color: #4d4d4d;
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'700, 'wdth'100;
  text-align: left;
  max-width: none;
  letter-spacing: .01em;
  font-size: 2vw;
}
.navigation {
  display: flex;
  color: #04ceff;
  font-size: 20px;
  font-weight: 600;
}
.navigation a {
  text-transform: uppercase;
  text-decoration: none;
  color: #04ceff;
}
.seperator {
  margin: 0 20px;
}
.navbtn {
  display: flex;
  align-items: center;
  position: relative;
}
.navbtn img {
  width: 35px;
  position: absolute;
}
.navbtn.backBtn {
  padding-left: 55px;
}
.navbtn.backBtn img {
  left: 0;
  transform: rotate(180deg);
}
.navbtn.nextBtn {
  padding-right: 55px;
  white-space: nowrap;
}
.navbtn.nextBtn img {
  right: 0;
}
.container {
  width: 100%;
}
.example {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 111px;
}
.example img {
  width: 150px;
  margin-left: 20px;
}
.paletteContainer {
  display: flex;
  height: 500px;
}
.paletteGroup {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  margin-right: 20px;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  max-width: 166px;
  box-sizing: border-box;
}
.paletteGroup.selected {
  background: #04ceff;
}
.paletteGroup:last-of-type {
  margin-right: 0;
}
.singleColorBlock {
  width: 100px;
  height: 90px;
  border-radius: 2px;
  width: calc(50% - 6px);
  margin: 3px;
}
.innerFlexContainer {
  display: flex;
  justify-content: space-between;
}
.gridOverlayContainer {
  min-width: 460px;
  max-width: 460px;
}
.borderBoxInner.squareContainer {
  background: #000;
  overflow: hidden;
  max-height: none;
  position: relative;
  height: 100%;
}
.innerFlexContainer .paletteGroup {
  width: 166px;
}
.gridOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.gridBlock {
  border: 2px solid #04ceff;
  box-sizing: border-box;
  position: relative;
}
.gridBlock img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-2x2 .gridBlock {
  width: 50%;
}
.grid-3x3 .gridBlock {
  width: 33.33%;
  height: 33.33%;
}
.grid-4x4 .gridBlock {
  width: 25%;
  height: 25%;
}
.grid-5x5 .gridBlock {
  width: 20%;
  height: 20%;
}
.grid-6x6 .gridBlock {
  width: 16.66%;
  height: 16.66%;
}
.grid-7x7 .gridBlock {
  width: 14.28%;
  height: 14.28%;
}
.grid-8x8 .gridBlock {
  width: 12.5%; /* 100 / 8 */
  height: 12.5%;
}

.grid-9x9 .gridBlock {
  width: 11.11%; /* 100 / 9 */
  height: 11.11%;
}

.grid-10x10 .gridBlock {
  width: 10%; /* 100 / 10 */
  height: 10%;
}
.grid-12x12 .gridBlock {
  width: 8.33%;  /* 100 / 12 */
  height: 8.33%;
}

.grid-14x14 .gridBlock {
  width: 7.14%;  /* 100 / 14 */
  height: 7.14%;
}

.grid-16x16 .gridBlock {
  width: 6.25%;  /* 100 / 16 */
  height: 6.25%;
}

.grid-18x18 .gridBlock {
  width: 5.55%;  /* 100 / 18 */
  height: 5.55%;
}

.grid-20x20 .gridBlock {
  width: 5%;     /* 100 / 20 */
  height: 5%;
}

.linkBox {
  font-size: 26px;
  background: none;
  border: 2px solid #fff;
  padding: 15px;
  border-radius: 6px;
  width: 450px;
  margin: 30px auto 30px;
  color: #fff;
  display: block;
}
.linkBox:focus {
  outline: none;
  background: #fff;
  color: #04ceff;
}
.interactiveGrid .gridBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 800;
  text-indent: -9999px;
  cursor: pointer;
}
.interactiveGrid .gridBlock a {
  display: block;
  width: 100%;
  height: 100%;
}
.interactiveGrid .gridBlock.incomplete {
  background: #04ceff;
  text-indent: 0;
}
.interactiveGrid .gridBlock.incomplete a {
  display: none;
}
.colLinkContainer {
  margin-top: 160px;
}
.colPriceContainer {
  margin-top: 129px;
}
.colLinkContainer .linkBox {
  width: 100%;
  box-sizing: border-box;
}
.menuOverlay {
  position: absolute;
  background: rgba(0, 0, 0, .75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  transition: opacity .4s ease-out;
}
.menuPanel {
  position: absolute;
  width: 30vw;
  height: 100%;
  background: #38b1f0;
  right: -35vw;
  top: 0;
  transition-delay: .2s;
  transition: right .4s ease-out;
  z-index: 2000;
}
.menuContainer.active .menuOverlay {
  opacity: 1;
  pointer-events: all;
}
.menuContainer.active .menuPanel {
  right: 0;
}
.menuClose {
  display: flex;
  padding: 2.2vw;
  background: #38b1f0;
  align-items: center;
  width: 9.7vw;
  border-radius: 200px 0 0 200px;
  margin-left: -4.5vw;
  cursor: pointer;
}
.leftPanel .menuPanel {
  right: auto;
  left: -35vw;
  transition: left .4s ease-out;
}
.leftPanel .menuContainer.active .menuPanel {
  left: 0;
}
.closeIcon img {
  width: 3vw;
  margin-right: 1.5vw;
}
.menuClose span {
  text-transform: uppercase;
  font-size: 1.6vw;
  font-weight: bold;
  color: #fff;
}
.leftPanel .menuClose {
  margin-left: auto;
  margin-right: -4.5vw;
  border-radius: 0 200px 200px 0;
  flex-direction: row-reverse;
}
.leftPanel .closeIcon img {
  margin-left: 1.5vw;
  margin-right: 0;
  transform: rotate(180deg);
}
.menuPanel ul {
  margin-top: 4.5vw;
  padding: 0 20px;
}
.menuPanel ul li {
  list-style: none;
  text-align: center;
  margin: 3vw 0;
}
.menuPanel ul li a {
  text-transform: uppercase;
  color: #444444;
  text-decoration: none;
  padding: 1vw;
  display: block;
  font-weight: bold;
  font-size: 1.1vw;
  letter-spacing: .02em;
}
.rightPanel .menuPanel ul li a {
  font-size: 1.75vw;
}
body.fancyPanel .fancybox__container {
  width: calc(100% - 32.2vw);
  right: 0 !important;
  left: auto !important;
}
.fancybox__footer, body.fancyPanel .fancybox__toolbar {
  display: none;
}
body.fancyPanel .fancybox__viewport.is-draggable {
  pointer-events: none;
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, .75);
}
body.fancyPanel .fancybox__backdrop {
  background: rgba(0, 0, 0, .25);
}
.fancybox__nav {
  opacity: 1 !important;
  display: block;
}
.fancybox__nav button, .fancybox__nav button svg {
  width: 5vw;
  height: 5vw;
  background: none !important;
}
.fancybox__nav .is-prev {
  left: 15% !important;
}
.fancybox__nav .is-next {
  right: 15% !important;
}
.fancybox__content {
  max-width: 80%;
  max-height: 80%;
  max-width: 95% !important;
}
.fancybox__carousel {
  overflow: hidden !important;
}
body.fancyPanel .fancybox__content {
  width: 50% !important;
}
.panelInner {
  text-align: center;
  padding: 0px 40px 50px;
  height: calc(100% - 110px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.panelInner h1 {
  color: #444444;
  font-size: 36px;
}
.leftPanel .panelInner {
  padding: 0px 4vw 3.7vw;
  justify-content: flex-start;
  overflow: auto;
  height: 83%;
}
.leftPanel .panelInner h1 {
  font-size: 3vw;
  text-transform: uppercase;
  margin-bottom: .8vw;
}
.leftPanel .panelInner p {
  font-size: 1.7vw;
  color: #fff;
  line-height: 1.4;
  margin: 1vw 0;
  padding: 0;
}
.confirmation_step p {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}
.panelLower {
  margin-top: 1vw;
  direction: flex;
  flex-direction: column;
  justify-content: space-between;
}
.leftPanel .panelLower h1 {
  font-size: 2vw;
}
.leftPanel .panelLower p {
  font-size: 1.5vw;
}
.panelInner .ui-button {
  border: 2px solid #fff;
  margin-bottom: 15px;
}
.columnFooter.singleLink {
  background: none;
}
.columnFooter.singleLink .footerInner {
  justify-content: flex-end;
}
.columnFooter.singleLink .footerInner:after {
  display: none;
}
input.noMargin {
  margin-bottom: 5px;
}
.forgotPass, .inputLabel {
  margin: 20px 0 50px;
  display: block;
  color: #fff;
  font-size: 18px;
}
.leftPanel .forgotPass, .leftPanel .inputLabel {
  font-size: 1.3vw;
  margin: 1.5vw 0 3.7vw;
}
.deleteAcct, .inputLabel {
  margin: 20px 0 50px;
  display: block;
  color: #fff;
  font-size: 16px;
}
.leftPanel .deleteAcct, .leftPanel .inputLabel {
  font-size: 1.3vw;
  margin: 1.5vw 0 3.7vw;
}
.congratsmessage .leftPanel .inputLabel {
  font-size: 1.8vw;
  margin: 1vw 0 3vw;
}
.congratsmessage .leftPanel .formContainer input {
  font-size: 1.8vw;
  width: 100%;
}
.congratsmessage .leftPanel .panelInner p {
  font-size: 2.2vw;
}
.leftPanel a.createAcct, .leftPanel a.creatAcct {
  font-size: 1.4vw;
  white-space: nowrap;
  margin-top: -5px;
  color: #fff;
  text-decoration: underline;
  display: block;
  cursor: pointer;
}
.leftPanel .forgotPass {
  white-space: nowrap;
  font-size: 1.4vw;
}
.newProjectButtons {
  margin-top: 50px;
}
.newProjectButtons .ui-button {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-bottom: 30px;
}
.newGrid {
  display: flex;
  display: flex;
  height: 395px;
}
.newGrid .newGrid-leftCol {
  width: 65%;
  margin-right: 1.5%;
}
.newGrid .newGrid-rightCol {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.newGrid-rightCol div {
  height: 48.2%;
}
.newGrid-right-top {
  margin-bottom: 5%;
}
.newGrid a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
p.max-width {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.twoColumnForm {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
  margin: 0 auto;
}
.twoColumnForm input {
  width: 40%;
  max-width: none;
}
.formCheckbox{
  display: flex;
  width: 400px;
  margin: 10px auto 20px auto;
  justify-content: center;
  align-items: center;
}
.formCheckbox.soloCheckbox{
  width: 100%;
  margin-top: 20px;
  margin-left: 16px;
}
.formCheckbox.isPatronProjectCheckbox {
  width: 100%;
  margin-top: 20px;
}
.formCheckbox.soloCheckbox label{
  font-size: 22px;
}
.formCheckbox.isPatronProjectCheckbox label{
  font-size: 22px;
}
.formCheckbox input {
  width: auto;
  padding: 0;
  margin: 0 20px 0 0;
}
.formCheckbox label, .formCheckbox a {
  color: #fff;
  font-size: 19px;
  margin-top: 10px;
}
.formCheckbox input[type=checkbox] {
  background-color: #fff;
  border-radius: 2px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 23px;
  max-width: 23px;
  min-height: 23px;
  max-height: 23px;
  padding: 0;
  cursor: pointer;
  position: relative;
  top: 5px;
  outline: none;
}
.formCheckbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 12px;
  left: 8px;
  top: 2px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.formCheckbox input[type=checkbox]:checked:after {
  display: block;
}
.formCheckbox input[type=checkbox]:checked {
  background-color: #04ceff;
}
.dashboardTabs {
  height: 460px;
  position: relative;
}
.tab {
  overflow: hidden;
  position: relative;
  z-index: 10;
  top: 1px;
  display: flex;
  height: 57px;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px 14px 30px;
  transition: 0.3s;
  font-size: 17px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #04ceff;
  color: #fff;
  border: 8px solid #04ceff;
  border-bottom: none;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  width: 50%;
  text-align: left;
  font-weight: bold;
}
.tab button:first-of-type {
  margin-right: 8px;
}
.tab button.active {
  background-color: #fff;
  color: #04ceff;
  position: relative;
}
.dashboardTabs:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  background: #fff;
  left: 0;
  bottom: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tabcontent {
  display: none;
  padding: 30px;
  border: 8px solid #04ceff;
  background: #fff;
  color: #000;
  position: relative;
  z-index: 5;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: calc(100% - 57px);
  box-sizing: border-box;
  overflow: auto;
}
#activeProjects {
  display: block;
}
.tabBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
  margin-bottom: 20px;
  min-height: 100px;
}
.tabBlock:last-of-type {
  margin-bottom: 0;
}
.projectThumbnail {
  width: 100px;
  margin-right: 20px;
  border: 1px solid #000;
}
.tabBlockGrp {
  display: flex;
  align-items: center;
}
.tabBlock .projectTitle {
  color: #000;
  font-size: 25px;
  font-weight: bold;
  white-space: nowrap;
  width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#completedProjects .tabBlock .projectTitle {
  width: 300px;
}
.editIcon {
  width: 35px;
}
.trashButton {
  width: 40px;
  margin-right: 0;
  cursor: pointer;
}
.tabButtons {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.tabBlock .ui-button {
  min-width: 100px;
  max-width: 100px;
}
.flexgroup {
  display: flex;
  margin: 40px auto 40px;
  justify-content: center;
}
.flexgroup .linkBox {
  margin: 0;
}
.flexgroup .ui-button {
  min-width: 150px;
  max-width: 150px;
  margin: 0 0 0 20px;
}
/* .loadingOverlay {
  background: rgba(0, 0, 0, .95);
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loadingOverlay p{
  color: #fff;
  font-size: 30px;
}
.loadingOverlay img{
  width: 100px;
  -webkit-animation:spin 1s linear infinite;
   -moz-animation:spin 1s linear infinite;
   animation:spin 1s linear infinite;
}
@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  100% {
      -webkit-transform: rotate(360deg);
      transform:rotate(360deg);
  }
} */
.anchoredLogo {
  position: absolute;
  width: 10vw;
  top: 10vw;
}
.startPage .innerContainer {
  display: flex;
  align-items: center;
}
.startPage .formContainer .flexgroup input {
  margin: 0;
}
.startPage .formContainer .flexgroup input:first-of-type {
  margin-right: 20px;
}
.startPage .formContainer input {
  max-width: 500px;
  font-size: 30px;
}
.startPage .formContainer .ui-button {
  font-family: "myriad-variable", “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-variation-settings: 'wght'400, 'wdth'100;
  max-width: 550px;
  font-size: 48px;
  padding: 12px 20px;
}
.columnNav .ui-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.columnNav .ui-button img {
  width: 35px;
}
.ui-button .backbtnIcon {
  transform: rotate(180deg);
  margin-right: 12px;
}
.ui-button .backbtnIcon {
  transform: rotate(180deg);
  margin-right: 15px;
}
.ui-button .nextbtnIcon {
  margin-left: 15px;
}
.admin_step1 .col01 h1 {
  margin-bottom: 8px;
}
.admin_step1 .col01 p {
  margin: 0 0 20px 0;
}
.admin_step2 .threeColumn .col01, .admin_step2 .threeColumn .col03 {
  min-width: 260px;
  max-width: 260px;
}
.admin_step2 .largeBold {
  margin-bottom: 10px;
}
.squareSelection {
  width: 70%;
  margin: 0 auto;
}
.squareSelection .borderBoxInner {
  max-height: 255px;
  padding: 0;
}
.admin_step1 .col01 .borderBoxInner {
  padding: 0;
  max-height: 160px;
}
.admin_step3 .listContainer li {
  font-family: 'azo-sans-web', sans-serif;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
  padding: 15px 18px 8px;
  line-height: 1;
  font-size: 28px;
}
.admin_step3 h1 {
  margin-bottom: 0;
}
.admin_step3 p {
  margin-top: 20px;
}
.admin_final .threeColumn .flexgroup {
  flex-direction: column;
  align-items: center;
}
.admin_final .threeColumn .flexgroup .ui-button {
  flex-direction: column;
  margin: 24px auto 0;
  min-width: 0;
  max-width: none;
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
}
.admin_final .threeColumn .col03 {
  align-items: flex-end;
  align-self: flex-end;
}
.admin_final .columnNav .ui-button {
  top: -110px;
  margin: 0;
  width: 260px;
  left: -20px;
  min-width: 260px;
  padding: 15px 5px;
}
.admin_final h1 {
  margin-bottom: 0px;
  font-size: 60px;
}
.admin_final .lightText {
  font-size: 55px;
  margin: 0 0 6px;
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'300, 'wdth'110;
}
.subCopy {
  padding: 0px 0;
  margin: 0;
  font-size: 26px;
  margin-bottom: 30px;
}
.admin_final .blue {
  font-size: 36px;
  margin: 0 0 18px;
}
.admin_final .threeColumn .col02 {
  margin-right: 0;
}
.admin_final .threeColumn .col01, .admin_final .threeColumn .col03 {
  min-width: 240px;
  max-width: 240px;
}
.admin_final .ui-button {
  font-size: 24px;
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'400, 'wdth'100;
  padding-top: 15px;
  padding-bottom: 15px;
}
.admin_final .flexgroup .linkBox {
  margin: 0;
  text-align: center;
  font-size: 28px;
  position: relative;
}
.checkWrap {
  position: relative;
}
.checkWrap:before {
  content: "";
  display: block;
  position: absolute;
  left: -60px;
  top: 15px;
  transform: rotate(45deg);
  height: 28px;
  width: 14px;
  border-bottom: 7px solid #288f28;
  border-right: 7px solid #288f28;
  opacity: 0;
  transition: opacity .15s ease;
}
.admin_projectdashboard .checkWrap:before {
  left: auto;
  right: -50px;
}
.congratsmessage .checkWrap:before {
  left: auto;
  right: 22%;
  top: 8px;
}
.checkWrap.checkComplete:before {
  opacity: 1;
}
.wht {
  color: #fff;
}
.admin_projectdashboard .col01 p {
  color: #cccccc;
  font-size: 28px;
}
.admin_projectdashboard h1 {
  font-size: 50px;
  line-height: 1.1;
}
.largeBlueUnderlined {
  color: #04ceff;
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'700, 'wdth'100;
  font-size: 34px;
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
.admin_projectdashboard .col03 p {
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'700, 'wdth'100;
  text-align: center;
  margin-bottom: 0;
}
.admin_projectdashboard .colLinkContainer {
  margin-top: 0;
  margin-bottom: 120px;
}
.admin_projectdashboard .ui-button {
  font-size: 24px;
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'400, 'wdth'100;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 260px;
  padding: 15px 5px;
}
.admin_projectdashboard .linkBox {
  margin: 15px auto;
  font-size: 24px;
  text-align: center;
}
.admin_projectdashboard .fancybox__backdrop {
  display: none;
}
.newinstall .twoColumn {
  height: 100%;
}
.newinstall .col01 img {
  width: 75%;
  margin: 0 auto;
}
.newinstall .ui-button {
  font-size: 26px;
  padding: 18px 20px;
}
.newinstall .newGrid .newGrid-leftCol {
  width: 62%;
  margin-right: 6%;
}
.newinstall .newGrid .newGrid-rightCol {
  width: 23%;
}
.newinstall .newGrid-right-top {
  margin-bottom: 20%;
}
.newinstall .newcontainer {
  text-align: center;
  margin-top: 5.5%;
}
.newinstall h1 {
  font-family: 'azo-sans-web', sans-serif;
  text-transform: none;
  font-size: 62px;
}
.newinstall .newGrid {
  height: 380px;
}
.newinstall .newProjectButtons .ui-button {
  margin-bottom: 45px;
}
.newinstall .panelLower {
  margin-top: 0;
}
.newinstall .inputLabel {
  font-size: 1.7vw;
  color: #444444;
}
.newinstall .leftPanel .formContainer input {
  width: 100%;
  font-size: 1.6vw;
}
.leftPanel .formContainer input.ui-button.largepanelbutton {
  text-transform: none;
  max-width: none;
  width: 100%;
  color: #fff;
  background: rgb(18, 179, 231);
  background: linear-gradient(0deg, rgba(18, 179, 231, 1) 0%, rgba(0, 206, 255, 1) 48%, rgba(18, 179, 231, 1) 100%);
  border: 2px solid #fff;
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'600, 'wdth'100;
  font-size: 1.9vw;
  margin-top: 10%;
}
.leftPanel .formContainer input.ui-button.largepanelbutton.signinbutton {
  width: 80%;
}
.leftPanel .formContainer input#signIn-email, .leftPanel .formContainer input#password, .leftPanel .formContainer input#signIn-password {
  max-width: 400px;
  width: 95%;
  font-size: 1.4vw;
}
.projectdashboardallusers .twoColumn {
  align-items: center;
  height: 100%;
}
.projectdashboardallusers .colLinkContainer {
  margin-top: 100px;
}
.projectdashboardallusers .ui-button {
  max-width: 300px;
  min-width: 300px;
  font-size: 28px;
  padding: 20px;
}
.projectdashboardallusers.newinstall .col01 img {
  width: 85%;
  margin: 50px auto 0;
}
.projectdashboardallusers .twoColumn .col01 {
  margin-right: 5%;
}
.projectdashboardallusers .twoColumn .col02 {
  width: 60%;
}
.projectdashboardallusers .mainContainer {
  padding-bottom: 0;
}
.projectdashboardallusers .tabBlock .ui-button {
  min-width: 140px;
  max-width: 140px;
  margin-right: 50px;
  font-size: 25px;
  padding: 15px;
  font-family: 'azo-sans-web', sans-serif;
  font-weight: bold;
  text-transform: none;
}
.congratsmessage .login.hidden {
  visibility: hidden;
  pointer-events: none;
}
.congratsmessage .largeText {
  margin: 0;
}
.congratsmessage .ui-button {
  max-width: 350px;
  min-width: 350px;
}
.congratsmessage .ui-button.sml {
  max-width: 280px;
  min-width: 280px;
  font-size: 24px;
  margin-bottom: 40px;
}
.congratsmessage .blue.thin {
  margin: 20px 0;
}
.congratsmessage h1 {
  margin-bottom: 20px;
}
.congratsmessage .threeColumn .col01 {
  min-width: 240px;
  max-width: 240px;
  margin-right: 3%;
  align-self: flex-start;
  margin-top: 80px;
}
.congratsmessage .threeColumn .col03 {
  min-width: 240px;
  max-width: 240px;
}
.projectcompleted .col03 .ui-button {
  font-size: 24px;
  padding: 15px 5px;
  max-width: 260px;
  min-width: 260px;
  font-family: "myriad-variable", sans-serif;
  font-variation-settings: 'wght'400, 'wdth'100;
  margin-top: 410px;
}
.projectcompleted .colPriceContainer {
  margin-top: 0;
}
.projectcompleted p {
  font-size: 24px;
}
.projectcompleted .gridContainer {
  width: 520px;
  height: 520px;
}
.projectcompleted .threeColumn .col01 {
  min-width: 350px;
  max-width: 350px;
  margin-right: 3%;
}
.projectcompleted .threeColumn .col02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.projectcompleted .colPriceContainer h1 {
  margin-bottom: 20px;
}
.projectcompleted .mainContainer {
  padding-bottom: 0
}
.fancybox__toolbar {
  display: none !important;
}
/* Loading screen */
.loadingOverlay {
  background: rgba(0, 0, 0, .95);
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loadingOverlay p {
  color: #fff;
  font-size: 30px;
}
.loadingOverlay img {
  width: 100px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 940px) {
  .loadingOverlay p {
    color: #fff;
    font-size: 26px;
  }
  .loadingOverlay img {
    width: 90px;
  }
}
/* RESPONSIVE */
@media screen and (min-width: 1366px) {
  .footer .footerInner .footerLabel {
    font-size: 28px;
  }
}
@media screen and (max-width: 940px) {
  .mainContainer {
    padding: 0 5px;
  }
  .footer .footerInner {
    padding: 2vw 0 0 6vw;
  }
  p {
    font-size: 36px;
  }
  /* .ui-button {
    font-size: 19px;
    max-width: 215px;
    min-width: 215px;
  } */
  .formContainer input {
    font-size: 25px;
  }
  .login {
    font-size: 1.8vw;
  }
  .videoFooter span {
    font-size: 19px;
  }
  .example {
    margin-top: 75px;
    font-size: 18px;
  }
  .colLinkContainer {
    margin-top: 124px;
  }
  .colPriceContainer {
    margin-top: 116px;
  }
  .leftPanel .formContainer input, .leftPanel .panelInner .ui-button {
    font-size: 1.3vw;
  }
  .tab button {
    font-size: 32px;
  }
  .formCheckbox label, .formCheckbox a {
    font-size: 20px;
  }
  .anchoredLogo {
    width: 13vw;
  }
  .startPage p {
    font-size: 34px;
  }
  .mainContainer.welcome {
    padding: 0px;
  }
  .admin_step1 .threeColumn .borderBoxInner {
    height: 540px;
  }
  .gridContainer {
    width: 560px;
    height: 560px;
  }
  .admin_step3 .threeColumn .col02 {
    display: flex;
    justify-content: center;
  }
  .admin_final .ui-button {
    font-size: 35px;
  }
  .admin_final .mainContainer.welcome {
    padding: 20px 0 0;
  }
  .admin_final .col03 .columnNav .ui-button {
    width: 360px;
    min-width: 360px;
    left: -95px;
  }
  .subCopy {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .admin_final .blue {
    font-size: 38px;
    margin: 0 0 22px;
  }
  .admin_projectdashboard .col01 p {
    font-size: 36px;
    margin: 30px 0;
  }
  .admin_projectdashboard h1 {
    font-size: 60px;
    margin-bottom: 0;
  }
  .admin_projectdashboard .col03 p {
    font-size: 40px;
  }
  .admin_projectdashboard .innerFlexContainer {
    justify-content: center;
  }
  .largeBlueUnderlined {
    font-size: 43px;
  }
  .admin_projectdashboard .ui-button {
    font-size: 36px;
    width: 380px;
    min-width: 380px;
  }
  .admin_projectdashboard .threeColumn .col01 {
    min-width: 370px;
    max-width: 370px;
    margin-right: 2%;
  }
  .admin_projectdashboard .threeColumn .col02 {
    margin-right: 4%;
  }
  .admin_projectdashboard .threeColumn .col03 {
    min-width: 370px;
    max-width: 370px;
  }
  .admin_projectdashboard .mainContainer {
    padding: 40px 0;
  }
  .admin_projectdashboard .linkBox {
    font-size: 36px;
  }
  p.max-width {
    max-width: 750px;
  }
  .projectdashboardallusers .mainContainer {
    padding: 50px 5px 0;
  }
  .projectdashboardallusers .ui-button {
    font-size: 30px;
  }
  .tabBlock .projectTitle {
    font-size: 40px;
  }
  .tabBlock {
    margin-bottom: 30px;
  }
  .editIcon {
    width: 50px;
  }
  .projectdashboardallusers .tabBlock .ui-button {
    font-size: 30px;
    min-width: 150px;
    max-width: 150px;
  }
  .dashboardTabs {
    height: 500px;
  }
  .tab {
    height: auto;
  }
  .congratsmessage .mainContainer.welcome {
    padding: 0;
  }
  .congratsmessage .ui-button.sml {
    font-size: 32px;
    max-width: 330px;
    min-width: 330px;
    margin-bottom: 20px;
  }
  .congratsmessage .ui-button {
    max-width: 420px;
    min-width: 420px;
    font-size: 38px;
  }
  .congratsmessage .largeText {
    font-size: 42px;
  }
  .congratsmessage .threeColumn .col01 {
    margin-top: 50px;
  }
  .congratsmessage .threeColumn .col01 img {
    margin-left: 40px;
    max-width: 200px;
  }
  .projectcompleted p {
    font-size: 31px;
    margin: 20px 0;
  }
  .projectcompleted .mainContainer {
    padding: 100px 0 0;
  }
  .projectcompleted h1 {
    margin-bottom: 0px;
  }
  .projectcompleted .col03 .ui-button {
    font-size: 36px;
    min-width: 380px;
    left: -30px;
  }
  .startPage .largeBold {
    font-size: 60px;
  }
  .largeText {
    font-size: 40px;
  }
  .startPage p {
    font-size: 36px;
  }
  .header {
    padding: 1.5vw 1.5vw;
  }
  .startPage .formContainer input {
    font-size: 34px;
  }
  h1, .headerLabel {
    font-size: 65px;
  }
  .listContainer li {
    font-size: 31px;
    padding: 20px 12px;
  }
  .magnify {
    width: 35%;
  }
  .admin_step1 .col01 .borderBoxInner {
    max-height: 360px;
  }
  .ui-button {
    font-size: 40px;
  }
  .columnNav .ui-button img {
    width: 45px;
  }
  .footer .footerInner .footerLabel {
    font-size: 2.2vw;
  }
  .footer .footerInner .container {
    padding: 0.5vw 2.2vw;
  }
  .admin_step1 .col01 h1 {
    margin-bottom: 0px;
  }
  .footerLogo {
    margin-top: -3px;
    padding-left: 5px;
  }
  .largeBold {
    font-size: 48px;
  }
  p.lightText {
    font-size: 42px;
  }
  .login img {
    width: 3.2vw;
  }
  .col03 .columnNav .ui-button:first-of-type {
    margin-bottom: 50px;
  }
  .ui-button {
    max-width: 240px;
    min-width: 240px;
  }
  .menuPanel ul li {
    margin: 2.5vw 0;
  }
  .rightPanel .menuPanel ul li a {
    font-size: 2.1vw;
  }
  .menuClose span {
    font-size: 2vw;
  }
  .leftPanel .formContainer {
    margin-top: 2.1vw;
  }
  .leftPanel .forgotPass, .leftPanel a.creatAcct {
    font-size: 1.5vw;
    margin: 1.5vw 0 2vw;
  }
  .leftPanel .formContainer input.ui-button.largepanelbutton {
    font-size: 2.1vw;
    padding: 10px;
  }
  .leftPanel .formContainer input#signIn-email, .leftPanel .formContainer input#password, .leftPanel .formContainer input#signIn-password {
    font-size: 1.7vw;
  }
  .leftPanel .panelInner h1 {
    margin-bottom: 0.2vw;
  }
  .leftPanel .formContainer {
    margin-top: 1.2vw;
  }
  .admin_step3 p.lightText {
    font-size: 36px;
    margin: 0px 0 12px;
  }
  .squareSelection {
    width: 100%;
  }
  .admin_step3 .listContainer li {
    padding: 25px 18px 12px;
    line-height: 1;
    font-size: 35px;
  }
  .admin_final .flexgroup .linkBox {
    font-size: 36px;
  }
  .admin_final h1 {
    font-size: 65px;
  }
  .admin_final .lightText {
    font-size: 56px;
  }
  .newinstall .newcontainer {
    margin-top: 8%;
  }
  .newinstall h1 {
    font-size: 65px;
  }
  .newinstall .newGrid {
    height: 420px;
  }
  .newinstall .ui-button {
    font-size: 32px;
  }
  .newinstall .mainContainer.welcome {
    padding: 0 10px;
  }
  .accountcreation p.max-width {
    max-width: 700px;
    padding: 0;
    margin: 10px auto;
  }
  .accountcreation .welcome.getstarted .twoColumn .col01 {
    top: 30px;
  }
  .accountcreation h1 {
    margin-bottom: 15px;
  }
  .accountcreation .formContainer {
    margin-top: 30px;
  }
  .accountcreation .welcome .formContainer input {
    font-size: 28px;
    width: 45%;
  }
  .accountcreation .welcome .formCheckbox label, .welcome .formCheckbox a {
    font-size: 30px;
  }
  .accountcreation .welcome .formContainer .ui-button {
    font-size: 34px;
    max-width: 380px;
  }
  .projectThumbnail {
    width: 125px;
  }
  .projectdashboardallusers .twoColumn .col02 {
    width: 70%;
  }
  .trashButton {
    width: 50px;
  }
  .congratsmessage .threeColumn .col02 p {
    margin: 22px 0;
  }
  .projectcompleted .ui-button {
    max-width: 265px;
    min-width: 265px;
  }
  .projectcompleted .threeColumn .col01 {
    min-width: 420px;
    max-width: 420px;
    margin-right: .5%;
  }
  .projectcompleted .threeColumn .col02 {
    margin-top: -60px;
  }
}
@media screen and (max-width: 668px) {
  .admin_final .col03 .columnNav .ui-button {
    left: -150px;
  }
  .projectcompleted .col03 .ui-button {
    font-size: 36px;
    min-width: 0px;
    left: -30px;
  }
}
/* Confirmation Modal */
.confirmationModal {
  background: rgba(0, 0, 0, .95);
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.confirmationModal .modalInner {
  background: #fff;
  border-radius: 8px;
  width: 40%;
  text-align: center;
  padding: 3% 2% 2%;
  box-sizing: border-box;
}
.confirmationModal .modalInner img {
  width: 4.5vw;
  margin: 0 auto;
}
.confirmationModal .buttonFlex {
  display: flex;
  margin-top: 10%;
}
.confirmationModal .buttonFlex .ui-button {
  width: 100%;
  min-width: 0;
  font-size: 1.5vw;
}
.delete-confirm {
  background: #ccc;
  margin-left: 20px;
}
.confirmationModal h2 {
  font-size: 2.7vw;
  margin: 5% auto 3%;
}
.confirmationModal p {
  font-size: 1.8vw;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .confirmationModal .buttonFlex .ui-button {
    font-size: 26px;
    padding: 20px;
  }
  .confirmationModal h2 {
    font-size: 40px;
  }
  .confirmationModal p {
    font-size: 25px;
  }
}
@media screen and (max-width: 940px) {
  .confirmationModal h2 {
    font-size: 3.2vw;
  }
  .confirmationModal p {
    font-size: 2.4vw;
  }
  .confirmationModal .buttonFlex .ui-button {
    font-size: 1.8vw;
  }
  .confirmationModal .modalInner img {
    width: 5.5vw;
    margin: 0 auto;
  }
  .formCheckbox input[type=checkbox]{
    min-width: 27px;
    max-width: 27px;
    min-height: 27px;
    max-height: 27px;
  }
  .formCheckbox.soloCheckbox label {
    font-size: 26px;
  }
  
  
}
/* ---- UPDATES - 05/10/24 ---- */
.fancybox__toolbar {
  display: none !important;
}
.f-button.is-close-btn {
  width: 38px;
  height: 38px;
  margin-top: -5px;
}
.has-html5video .f-button.is-close-btn {
  display: none;
}
.f-button.is-close-btn svg {
  width: 38px;
  height: 38px;
}
.ui-button.red {
  background: #db111a;
}
.menuButton span, .menuButton span:before, .menuButton span:after {
  width: 4.8vw;
}
.menuButton {
  height: 60px;
}
.menuButton span:before {
  top: -1.4vw;
}
.menuButton span:after {
  bottom: -1.4vw;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  top: -30px;
  background: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
}


/* ColorPicker Updates */
.ui-button.fullWidthBtn {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-top: 20px;
  font-size: 30px;
  padding: 12px 15px;
}
.admin_step2 .threeColumn .col01 {
  min-width: 282px;
  max-width: 282px;
}
.admin_step2 .threeColumn .col03 {
  min-width: 250px;
  max-width: 250px;
}
.checkBox {
  margin: 2vw auto 0;
}
.checkBox label {
  padding-left: 15px;
  font-size: 1.5vw;
  color: #fff;
}
.checkBox input[type=checkbox], .newinstall .leftPanel .formContainer input[type=checkbox] {
  padding: 10px;
  width: auto;
  display: inline;
  border: none;
  margin-bottom: 0;
}
.newinstall .formCheckbox.soloCheckbox input[type=checkbox]{
  min-width: 1.5vw;
  max-width: 1.5vw;
  min-height: 1.5vw;
  max-height: 1.5vw;
  margin-right: 1vw;
  padding: .5vw;
}

.newinstall .formCheckbox.soloCheckbox input[type=checkbox]:after{
  width: .3vw;
  height: .8vw;
  left: .5vw;
  top: 0.2vw;
}
.newinstall .formCheckbox.soloCheckbox label{
  margin-top: 10px;
  font-size: 1.3vw;
}
.newinstall .leftPanel .formContainer {
  margin-top: 0;
}

.leftPanel .panelInner .dark {
  color: #4d4d4d;
}
.newinstall .leftPanel .formContainer input.ui-button.largepanelbutton {
  margin-bottom: 0;
}
.leftPanel .panelInner p.mid{
  font-size: 2vw;
  color: #fff;
  margin-bottom: .5vw;
}
.customColorSelection .paletteGroup {
  width: 100%;
  max-width: none;
  padding: 2px;
}
.customColorSelection .customColorBlock{
  width: calc(14.28% - 4px);
  margin: 2px;
}
.borderBox .borderBoxInner.solidBg{
  background: #fff;
  border-radius: 8px;
  width: 70%;
  margin-right: 8px;
  margin-left: 3px;
  max-height: 480px;
  height: 480px;
}
.borderBox.flex{
  display: flex;
  max-height: 480px;
  height: 480px;
}
.borderBox.flex .paletteGroup{
  width:15.5%;
  margin-right: 0;
  padding: 3px;
}
.borderBox.flex .customColorSelection .paletteGroup{
  width: 100%;
}
.borderBox.flex .singleColorBlock{
  width: 100%;
  height: 88px;
  margin: 2px;
}
.paletteGroup.darkSide{
  background: #000;
}
.hexContainer {
  margin-bottom: 15px;
}
.hexContainer span{
  font-size: 30px;
  display: inline-block;
  margin-right: 15px;
}
.hexContainer input {
  width: 220px;
  font-size: 30px;
}
.paletteContainer.customColorSelection{
  height: 480px;
}
.header.noPad{
  padding-bottom: 0;
  pointer-events: none;
}
.admin_step2 .threeColumn .col01 ol{
  text-align: left;
  font-family: 'myriad-variable', sans-serif;
  font-variation-settings: 'wght'400, 'wdth'100;
  font-size: 29px;
  line-height: 1.3;
  padding-left: 50px;
}
.singleColorBlock.active{
  outline: 4px solid #04ceff;
  box-sizing: border-box;
}
.customColorBlock.active{
  outline: 4px solid #04ceff;
  box-sizing: border-box;
}
.rightPanel.menu{
  pointer-events: all;
}
.newinstall .formCheckbox.soloCheckbox{
    margin: 2vw 0 2.5vw;
}
@media screen and (max-width: 1000px) {
  .newinstall .formCheckbox.soloCheckbox input[type=checkbox]{
    min-width: 2.2vw;
    max-width: 2.2vw;
    min-height: 2.2vw;
    max-height: 2.2vw;
    margin-right: 1vw;
    padding: .5vw;
  }
  .newinstall .formCheckbox.soloCheckbox input[type=checkbox]:after {
    width: .4vw;
    height: .9vw;
    left: .8vw;
    top: 0.3vw;
  }
}
@media screen and (max-width: 600px) {
  /* .newinstall .formCheckbox.soloCheckbox input[type=checkbox] {
    min-width: 1vw;
    max-width: 1vw;
    min-height: 1vw;
    max-height: 1vw;
    margin-right: 1vw;
  } */
  .checkBox label {
    position: relative;
    top: -3px;
    padding-left: 8px;
  }
}

.selectedColors {
  display: flex;
  flex-direction: column; /* Flex direction to column */
  gap: 20px; /* Space between the color blocks */
}


.hexInput{
  margin-left: 30px;
  display: flex;
  flex-direction: row;
 align-items: center;
 gap: 20px;
}
.colorBox {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  margin-top: 30px;
  display: inline-block;
}
.blackSelectedColors{
  margin-top: 150px;
}
.whiteSelectedColors{
  margin-top: 150px;
}

video, canvas {
  min-width: 450px;
  max-width: 553px;
  max-height: 450px;
  min-height: 332px;
  border-radius: 8px;
  border: 10px solid #04ceff;
}

.spaced-buttons {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 0 20px;
}



h1 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  height: 570px;
  background-color: #333;
  border-radius: 8px;

  overflow: hidden;
  margin-top: 20px;
}

.buttonCamera {
  margin: 10px;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.buttonCamera:hover {
  background-color: #0056b3;
}

.buttonCamera:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}


#wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  height: 570px;
  background-color: #333;
  border-radius: 8px;

  overflow: hidden;
  margin-top: 20px;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 20px;
 
}

button {
  margin: 10px;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  background-color: #00a2ff;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #0056b3;
}

button:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

.slider-controls {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

.slider-controls label {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

.slider-controls input[type='range'] {
  width: 80%;
  margin-bottom: 15px;
  -webkit-appearance: none; /* Remove default styling */
  height: 8px; /* Adjust thickness */
  background-color: white; /* White slider line */
  border-radius: 5px; /* Rounded slider line */
  outline: none;
}

/* Slider Thumb (Control) */
.slider-controls input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px; /* Increase the size of the thumb */
  height: 35px; /* Increase the size of the thumb */
  background-color: #04ceff; /* Control color */
  border-radius: 50%; /* Round thumb */
  cursor: pointer;

}

.slider-controls input[type='range']::-moz-range-thumb {
  width: 35px;
  height: 35px;
  background-color: #04ceff;
  border-radius: 50%;
  cursor: pointer;

}



.spaced-buttons {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 0 20px;
}
#takePhoto {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: black; /* Light blue color */
  border: 10px solid #08df00; /* Outer white circle */
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#takePhoto::after {
  content: '';
  width: 80px;
  height: 80px;
  background-color: white; /* Darker inner circle */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#takePhoto:hover {
  opacity: 70%;
}
h1 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#flipCameraBtn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  color: white;
  width: 70px;
  height: 70px;
  display: flex; /* Enables flexbox */
  justify-content: center; /* Horizontally centers the image */
  align-items: center; /* Vertically centers the image */

  padding-left: 15px; /* Removes default padding */

}

#flipCameraBtn img {
  width: 40px;
  height: 40px;
  display: block; /* Ensures image takes its proper space */
}