* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

p {
    margin: 16px 0px;
    font-weight: 600;
    font-size: 14px;
}

html {
    overflow: hidden;
    width: 100%;
    height:100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

p {
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
    color: inherit;
}


  #renderCanvas {
    width: 100%;
    height: calc(100% - 140px);
    display: block;
    outline: none;
    touch-action: none;
  }

.tile-container {
    display: flex;
}

#tile-container-index,
#tile-container-design,
#tile-container-logos,
#tile-container-template,
#tile-container-bkgd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.add-scroll {
    overflow-y: auto;
    max-height: calc(100vh - 220px);
}

.tile25 {
    flex: 0.2;
  }
  
  .tile75 {
    flex: 0.8;
  }

.tabular-content {
    background-color: #fff;
    border-top: 2px solid #036B37;
    padding: 10px 20px;
    box-shadow: 2px 2px 2px #e0e0e0, -2px 2px 2px #e0e0e0;
    height: 100vh;
    width: 100%;
    min-width: 25%;
    overflow-x: hidden;
    overflow-y: auto;
}


#index-tabular-content {
    margin-top: 61px;
    background-color: #fff;
    border-top: 2px solid #036B37;
    padding: 10px 20px;
    box-shadow: 2px 2px 2px #e0e0e0, -2px 2px 2px #e0e0e0;
    height: 100%;
    width: 100%;
    min-width: 25%;
    overflow-x: hidden;
    overflow-y: auto;
}

.tabular-content-container-sized {
    width: 652px;
}

.content-inner {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    height: 100%;
    box-shadow: 2px 2px 2px #e0e0e0, -2px 2px 2px #e0e0e0;
}

.header-index {
    background-color: #006938;
    border-bottom: 1px solid #cdcdcd;
    margin: 0;
    display: flex;
    align-items: center;
}

.header-wizard {
    height: 55px;
    background-color: #fff;
    border-bottom: 1px solid #cdcdcd;
    margin: 0;
    padding: 0px 20px;
}

.header-wizard-ul {
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.circle,
.circle-index {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    border: 2px solid #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-left: 12px;
}

.circle-text,
.circle-text-index {
    padding-left: 10px;
    font-size: 16px;
}

.wizard-link,
.wizard-link-index {
    display: flex;
    align-items: center;
}

.circle-index {
    border: 2px solid #bfbfbf;
}

.circle-text-index,
.circle-index p {
    color:#bfbfbf;
}

.wizard-link:hover .circle {
    cursor:pointer;
    background-color: #005db9;
    border: 2px solid #005db9;
    transition: background-color 0.3s ease, border 0.3s ease;
}

.wizard-link:hover .circle p {
    color: #fff;
    transition: color 0.3s ease;
}

.wizard-link:hover .circle-text {
    cursor:pointer;
    color: #005db9;
    transition: color 0.3s ease;
}


.circle.clicked {
    background-color: #005db9;
    border: 2px solid #005db9;
}

.circle.clicked a,
.circle.clicked p {
    color: #fff;
}

.circle.clicked + .circle-text {
    color: #005db9;
}



.header-btn {
    width:180px;
    display: flex;
}

.header-title,
.tower-title {
    flex: 1;
    text-align: center;
    color:#fff;
}

.tower-title h2 {
    width: 75%;
    float: right;
}

.logo-index {
    flex: 0 0 auto;
    height: 100%; 
}

.logo-image {
    height: 100%;
    padding: 19px 0px 18px 30px;
}

h4 {
    padding: 10px 0px;
}

.uploadLogo {
    padding-top: 40px;
}

.uploadDesign {
    padding-top: 49px;
}

.chooseTower p,
.chooseColor p {
    margin-bottom: 0px;
    font-size: 15px;
}

#toro-designs {
    display: none;
    padding-top: 60px;
}

#spheroid-designs,
#pillar-designs,
#cone-designs,
#toro-designs {
    display: none;
    padding-top: 30px;    
}

.color-swatch {
    margin: 0px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-grid-swatches {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.product-grid-swatches-config {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.product-grid-swatches-config .beige-swatch,
.product-grid-swatches-config .blue-swatch,
.product-grid-swatches-config .white-swatch {
    width: 48px;
    height: 48px;
    margin: 0px 10px;
}

.product-grid-btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;

}

.product-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.product-grid-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    max-height: calc(100vh - 250px);
}

.product-grid-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin-bottom: 30px;
}

.product-thumbnail {
    margin: 25px;
    flex-basis: 35%;
    width: 35%;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-grid-3 .product-thumbnail {
    cursor: pointer;
    background-color: #ffffff;
    padding: 20px;
    margin: 0px;
    width: auto;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-thumbnail img {
    height: auto;
}

.product-thumbnail:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 93, 185, 0.5), 0 6px 20px 0 rgba(0, 93, 185, 0.5);
    transition: box-shadow 0.3s ease-in-out;
}

.product-thumbnail.active {
    box-shadow: 0 4px 8px 0 rgba(0, 93, 185, 0.5), 0 6px 20px 0 rgba(0, 93, 185, 0.5);
}

.upload-label,
.hide-show-spheroid,
.spheroid-template,
.pillar-template,
.cone-template,
.toro-template {
    padding-top: 40px;
}

#file-picker,
#file-picker-2 {
    padding-top: 10px;
}

.logo-remove-icon,
.design-remove-icon,
.bkgd-remove-icon {
    display: none;
    padding-top: 10px;
    margin-left: 10px;
    vertical-align: top;
    cursor: pointer;
}
  
.btn-show,
.btn-hide,
.custom-file-label,
.btn-template,
#modal-popup button,
#logo-button {
    width: 100%;
    background-color: #005db9;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
}

.product-grid-swatches .custom-file-label,
.product-grid-swatches a,
#logo-button {
    width: 50%;
}

#choose-tower {
    width: 100%;
}

.btn-show:hover,
.btn-hide:hover,
.custom-file-label:hover,
.btn-template:hover,
#logo-button:hover {
    background-color: #1882ec;
    transition: 0.3s;
}

#saveButton,
#openButton,
#createPdfButton {
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    cursor: pointer;
}

#saveButton:hover,
#openButton:hover,
#createPdfButton:hover {  
    color: #1882ec;
    transition: 0.3s;
}

.custom-file-input {
    display: none;
  }

#myImg,
.myImg,
#myImg2,
.myImg2,
#myImg3,
.myImg3 {
    padding-top: 20px;
}

.logo-preview {
    display: flex;
    justify-content: center;
}

/*********  LOGO POPUP *********/
#logo-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none; /* Hide the overlay by default */
}

#logo-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  z-index: 10000;
  display: none; /* Hide the popup by default */
}

#logo-popup input[type="text"],
#logo-popup label {
  display: block;
  margin-bottom: 10px;
}

#logo-popup #done-button {
  display: block;
  margin-top: 10px;
}
/******* END MODAL POPUP *******/  

.accordion {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #e0e0e0, -2px 2px 2px #e0e0e0;
    margin-bottom: 200px;
  }
  
.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-header {
    background-color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-header h4 {
    margin: 0;
}

.accordion-content {
    padding: 30px 10px;
    display: none;
    vertical-align: middle;
}

.accordion-header {
    background-color: #f0f0f0;
}

.accordion-item.active .accordion-header,
.accordion-header:hover {
    color: #005db9;
    transition: transform 0.3s ease
}

.accordion-item.active .accordion-header i {
    transform: rotate(90deg);
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-header i {
    transition: transform 0.3s ease;
}

#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#modal-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    width: 600px;
    max-width: 80%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    border-radius: 5px;
}

#modal-popup p {
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    margin: 25px 0px;
}

#modal-popup h2 {
    margin: 10px 0px 40px 0px;
}

#modal-popup label {
    float: left;
    font-size: 16px;
    padding-left: 25px;
    margin: 20px 0px 20px 0px;
}

#modal-popup button {
    width: 50%;
    margin: 20px auto;
    display: block;
}  

#do-not-show-again-checkbox {
    transform: scale(1.5);
    margin-right: 10px;
}

.prev-skip-btns {
    height: 21px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.prev-btn:hover,
#design-next-btn:hover,
#logos-prev-btn:hover,
#logos-next-btn:hover,
#template-prev-btn:hover,
#template-next-btn:hover,
#bkgd-prev-btn:hover,
#bkgd-next-btn:hover {
    color: #005db9;
    cursor: pointer;
}

.color-swatch i {
    display: none;
    color: #333;
}

.color-swatch:hover i,
.color-swatch.active i {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.white-swatch {
    display: flex;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #000;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);
}  

.product-grid-swatches-config .color-swatch .white-swatch {
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #000;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);
}

.blue-swatch {
    display: flex;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #b7d6e2;
    border-radius: 5px;
    border: 2px solid #b7d6e2;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);
}

.product-grid-swatches-config .color-swatch .blue-swatch {
    display: flex;
    justify-content: center;
    background-color: #b7d6e2;
    border: 2px solid #b7d6e2;
    width: 48px;
    height: 48px;
    border-radius: 3px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);    
}

.beige-swatch {
    display: flex;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #cccab8;
    border-radius: 3px;
    border: 2px solid #cccab8;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);  
}  

.product-grid-swatches-config .color-swatch .beige-swatch {
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #cccab8;
    border-radius: 3px;
    border: 2px solid #cccab8; 
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);   
}

.downloadTemplate p,
.uploadLogo p {
    color: #898989;
    font-size: 14px;
    font-weight:lighter;
    margin-top: -5px;
}

  @media (max-width: 1000px) {
    .tower-title {
        margin-left: 0; /* Reset the margin for small screens */
    }
    .header-btn {
        width:124px;
    }
    .tower-title h2 {
        font-size: 24px;
    }
    .custom-file-label,
    .btn-template  {
        width: 100%;
    }

    .tabular-content {
        background-color: #fff;
    }
    .product-grid-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
    .logo-image img {
        object-fit: scale-down;
    }
    .chooseTower {
        padding-bottom: 100px;
    }
    #renderCanvas {
        height: calc(100% - 50px);
    }
    #spheroid-designs, 
    #pillar-designs,
    #cone-designs,
    #toro-designs {
        padding-top:0px;
    }
    #upload-mobile {
        padding-bottom: 100px;
    }

    .circle-text, .circle-text-index {
        padding-left: 5px;
        font-size: 12px;
    }

    .circle, .circle-index {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
        color: #333;
        border: 2px solid #333;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        padding-left: 8px;
    }

    .circle p {
        font-size: 16px;
    }

    .header-wizard {
        padding: 0px;
    }
    .tabular-content-container-sized {
        width: 100%;
    }
    .product-thumbnail img {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .circle-text,
    .circle-text-index {
        display: none;
    }
    .logo-image img {
        width: 75%;
        height: 75%;
    }   
    h2 {
        font-size: 20px;
    }
}

