#ttx-builder-body {
    background-color: #111111;
    overflow-x: hidden;
    height: 100%;
    font-family: Rubik, sans-serif;
    
}

.unclickable {
    pointer-events: none;
}

@media (min-width: 992px) {
    #ttx-builder-body {
        overflow: visible;
    }
}

#ttx-builder-body h1 {
  font-size: 0;
  margin-bottom: 0;
}

#ttxbuilder-section {
  position: relative;
  z-index: 2;
}

.condition-red {
    color: rgb(255, 93, 93);
}

.condition-yellow {
    color: yellow;
}

#ttxbuilder {
    max-width: 1900px;
    margin-top: 1.5%;
}

#builderSearchButton:hover {
    background: #651e00;
}

.FadeIn {
    animation: FadeIn 0.5s;
}

@media (min-width: 1500px) {
  #ttxbuilder {
    height: 94.5vh;
  }
}

#ttxbuilder > .row {
  height: 100%;
}

#ttxbuilder > .row > .col {
  margin-bottom: 25px;
}

@media (min-width: 1500px) {
  #ttxbuilder #main-col {
    width: 29%;
  }
}

@media (min-width: 992px) {
  #ttxbuilder #main-col {
    /*height: 93.5vh;*/
    min-height: 750px;
  }
}

@media (min-width: 1500px) {
  #ttxbuilder #details-col {
    width: 29%;
    order: 3;
  }
}

@media (max-width: 992px) {
    #ttxbuilder #details-col {
        order: 3;
        margin-bottom: 60px;
    }
}



@media (min-width: 1500px) {
  #ttxbuilder #products-col {
    width: 41%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}

@media (max-width: 1500px) {
  #ttxbuilder #products-col {
    width: 100%;
  }
}

.border-shadow {
  border-radius: 5px;
  box-shadow: inset 0px 0px 13px rgb(44,44,44), 0px 2px 12px rgb(0,0,0);
  background-color: rgba(26,29,32,0.87);
}

/* COLUMN 1 */

/* MAIN WINDOW */

#main {
  padding: 5px;
  margin-bottom: 11px;
  padding-bottom: 6px;
  height: 27.1vh;
  min-height: 220px;
}

#features {
  width: 90%;
  color: rgb(142,145,147);
  margin-top: 3px;
}

#features > div {
   width: 24% !important;
}

#features p {
  font-size: 10px;
  margin-bottom: 0;
}

#features svg, #features i {
  font-size: 30px;
  margin-bottom: 5px;
}

#features .active {
  color: #adff2f;
  filter: drop-shadow(0 0 10px);
}

#pcimage {
  height: 63%;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 0px) {
  #pcimage {
    filter: drop-shadow(-5px 10px 8px #000);
  }
}

#power {
  width: 73%;
  font-size: 30px;
  padding-inline-end: 2.0%;
  margin-inline-end: 2%;
  position: relative;

}

    #power .message {
        display: flex;
        font-size: 26px;
        height: 24px;
        width: 24px;
        inset-inline-end: -29.5px;
        color: #ff1d32;
        background-color: white;
        border-radius: 55%;
        z-index: 5;
        box-shadow: 0px 0px 10px 1px #000000, 0px 0px 10px 1px #ff0000;
        cursor: pointer;
        animation: pulsing4 0.2s forwards;
    }

        #power .message svg {
            color: #ff1d32;
            filter: none;
        }




#power svg {
  color: var(--bs-yellow);
  filter: drop-shadow(0 0 10px);
}

#power .progress {
  margin-inline-start: 5px;
}

/*.animate-power-bar .progress-bar {
    animation: grow1 0.4s forwards;
}*/

.progress-bar {
    height: 20px;
    transition: all 0.3s; 
}


/*@keyframes grow1 {
    0% {
        background-color: rgb(178, 178, 178);
    }

    100% {
        background-color: forestgreen;
    }
}*/



#power p {
  position: absolute;
  left: 45%;
  transform: translateX(-45%);
  font-size: 12px;
  text-shadow: 0px 0px 4px rgb(0,0,0);
  font-weight: bold;
  margin-bottom: 0;
}

/* PARTS WINDOW */

#parts {
  width: 100%;
  padding-bottom: 45px;
  text-shadow: 0px 2px 4px rgb(0,0,0);
  min-height: 520px;
}

@media (min-width: 992px) {
    #parts {
        height: 65vh;
    }
}

#parts .tab-content, #parts #builder-tabs, #parts .row {
  height: 100%;
}

#parts .nav {
  padding: 0;
  border-radius: 0px;
}

#parts .nav-item {
  border-radius: 0px;
  border-bottom: 1px solid rgba(255,103,39,0.45);
}

#parts .nav-item .nav-link {
  border-radius: 0;
  color: rgba(255,255,255,0.74);
  text-transform: uppercase;
  height: clamp(30px,1.8vw,40px);
}

#parts .nav-item .active {
  border-start-end-radius: 5px;
  border-start-start-radius: 5px;
  background: #ff4500;
  color: rgb(0,0,0);
  text-shadow: none;
  font-weight: bold;
}

#parts #tab-1 {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

#parts .row .col {
  display: flex;
  justify-content: center;
}

.part-box {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
}

#parts .row .col:last-child {
  width: 100%;
}

.part-box p {
  margin-bottom: 0;
  font-size: 13px;
}

.part-box-title svg {
  height: 30px;
  width: 25px;
  margin-inline-end: 10px;
}


#parts .row .col:last-child .part-box-content img {
  width: 15%;
}

.part-box-title {
    color: #ff814d;
    text-shadow: 0px 0px 10px rgba(255,69,0,0.51);
    pointer-events: none;
    white-space: nowrap;
}

    .part-box-title img {
        max-width: 50px;
        max-height: 15px;
        height: auto;
        object-fit: contain;
        margin-inline-start: auto;
        margin-top: 3px;
    }

.part-box-content {
    position: relative;
    align-items: center;
    background: #222222;
    cursor: pointer;
    box-shadow: 0px 1px 10px rgb(0,0,0);
    border: 1px solid #595959;
    transition: 0.2s;
    text-overflow: clip;
    margin-bottom: 2px;
    height: 7.5vh;
    min-height: 65px;

}

    .part-box-content .text-box {
        display: flex;
        align-items: center;
        font-size: clamp(14px,1vw,16px);
        height: 100%;
        width: 62%;
        overflow: hidden;
        margin-inline-end: 5px;
        margin-inline-start: 5px;
    }

.part-box-content .text-box p {
  font-size: 0.8em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.part-box-content:hover {
  transform: translateY(-1px);
  border: 1px solid #d6d6d6 !important;
}

    .part-box-content img, .add-on-content img {
        width: 39%;
        height: 100%;
        object-fit: contain;
        padding: 5px;
        font-weight: bold;
        color:crimson;
        
    }



@media (min-width: 0) {
  .part-box-content img, .add-on-content img {
    filter: drop-shadow(0 4px 4px #000);
  }
}

.part-box-content .message {
    display: none;
    margin-top: 70px;
    animation: pulsing4 0.2s forwards;
    z-index:20;
}

.part-box-content.warning .message {
    display: flex;
    font-size: 26px;
    height: 24px;
    width: 24px;
    inset-inline-end: -12px;
    color: #ffce21;
    background-color: #000000;
    border-radius: 55%;
    z-index: 5;
    box-shadow: 0px 0px 10px 1px #000000;
    cursor: pointer;
}


.part-box-content.incompatible .message {
    display: flex;
    font-size: 26px;
    height: 24px;
    width: 24px;
    inset-inline-end: -12px;
    color: #ff1d32;
    background-color: #ffffff;
    border-radius: 55%;
    z-index: 5;
    box-shadow: 0px 0px 10px 1px #000000, 0px 0px 10px 1px #ff0000;
    cursor: pointer;
}


.pulse {
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    z-index: -1;
    animation: pulsing 2s infinite;
    box-shadow: inset 0px 0px 5px;
    pointer-events: none;
}

.pulse2 {
    position: absolute;
    top: 0;
    left: 50%%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: inset 0px 0px 5px;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%);
}

#features .active .pulse2 {
    color: #adff2f;
    filter: drop-shadow(0 0 10px);
    animation: pulsing2 0.4s forwards;
}

#features .active p {
    color: #adff2f;
    filter: drop-shadow(0 0 10px #adff2f83);
    animation: pulsing3 0.3s forwards;
}


#features > div {
   position: relative;
   width: 50px;
}



@keyframes pulsing {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes pulsing2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

@keyframes pulsing3 {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulsing4 {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulsing5 {
    0% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}



/* ADD-ONS */

#parts #tab-2 {
    padding: 5px;
    padding-inline-start: 7px;
}

#add-ons {
    height: 100%;
    padding: 1.1% 2.1% 0 2.1%;
}

@media (min-width: 992px) {
    #add-ons {
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
        position: relative;
    }

    @supports (-moz-appearance:none) {
        #add-ons {
            scrollbar-color: #ff6626 transparent;
            scrollbar-width: thin;
        }
    }
}

#add-ons::-webkit-scrollbar {
  width: 4px;
}

#add-ons::-webkit-scrollbar-thumb {
  background-color: #ff6626;
  border-radius: .4rem;
}

#add-ons p {
  margin-bottom: 0;
}

.add-on {
  margin-bottom: 2.5%;
}

    .add-on .addon-title p {
        font-size: 1.1em;
        color: #ff814d;
        text-shadow: 0px 0px 10px rgba(255,69,0,0.51);
        margin-inline-start: 1%;
    }

    .add-on .addon-title img {
        height: 15px;
        margin-top: 7px;
    }



#tab-2 .part-box-content {
  position: relative;
  font-size: 1em;
  align-items: center;
  background: #222222;
  cursor: pointer;
  box-shadow: 0px 1px 10px rgb(0,0,0);
  border: 1px solid #595959;
  transition: 0.2s;
  height: 8.2vh;
  padding: 0;
}

    #tab-2 .part-box-content .btn {
        position: relative;
        background-color: transparent;
        border-style: none;
        font-size: 1.3em;
        margin-inline-start: 5px;
        margin-inline-end: 3%;
        color: #ff3d3d;
        z-index: 1000;
        
    }

        #tab-2 .part-box-content .btn:hover {
            background-color: rgb(255, 75, 75, 0.44);
        }



#tab-2 .part-box-content img:first-child {
  width: 19%;
}

#tab-2 .part-box-content .btn:active {
  background-color: rgba(0,0,0,0.5);
}

.add-on .add-icon {
  color: #4a4a4a;
  height: 80%;
  width: 15%;
}

.add-on .add-image {
    height: 86%;
    width: 15%;
    filter: invert(30%);
}

.add-on .part-box-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* COLUMN 2 */

/* SHOP */

#shop {
  padding-bottom: 10px;
  min-height: 600px;
}

@media (min-width: 1500px) {
  #shop {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#shop > .row {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}





@media (min-width: 1500px) {
    #shop > .row {
        overflow-y: auto;
        overscroll-behavior: contain;
        position: relative;
    }

    @supports (-moz-appearance:none) {
        #shop > .row {
            scrollbar-color: #ff6626 transparent;
            scrollbar-width: thin;
        }
    }
}



@media (min-width: 1500px) {
  #shop > .row::-webkit-scrollbar {
    width: 4px;
  }
}

@media (min-width: 1500px) {
  #shop > .row::-webkit-scrollbar-thumb {
    background-color: #ff6626;
    border-radius: .4rem;
  }
}

#shop .searchbar {
  width: 97.5%;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.55);
}

    #shop .searchbar .searchbutton {
        z-index: 30;
    }

#shop .product-box {
  position: relative;
  margin: 10px;
  height: 15.3vh;
  background: #222222;
  border: 1px solid #595959;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.67);
  cursor: pointer;
  text-shadow: 0px 3px 4px rgb(0,0,0);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.2s;
  min-height: 140px;
  font-size: clamp(12px,1vw,16px);
  
}

#shop .product-box:hover {
  transform: translateY(-1px);
  border: 1px solid #c8c8c8;
}

#shop .product-box p {
  margin-bottom: 0;
}

#shop .product-box img:first-child {
  filter: drop-shadow(0 5px 5px #000);
  height: 100%;
  margin-inline-start: 2%;
  margin-inline-end: 2%;
  width: 23%;
  object-fit: contain;
}

#shop .product-box .shop-brand {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  filter: none;
  height: 17px;
  width: auto;
}

#shop .product-box .divider {
  height: 95%;
  width: 1px;
  margin-inline-end: 2%;
  background-color: rgba(67,67,67,0.74);
}

#shop .details p {
    font-size: 0.8em;
    color: #696969;
    text-shadow: none;
}

#shop .details .name {
    font-size: 1.1em;
    color: #dee2e6;
    text-shadow: 0px 0px 11px rgba(255,103,39,0.6), 0px 3px 4px rgb(0,0,0);
}

#shop .BuilderProductPrice p {
    margin-inline-end: 10px;
    font-size: 1.1em;
}

#shop .BuilderProductPrice .builderPrice {
    color: #c2c5c8;
}

#shop .BuilderProductPrice .unitPrice {
    color: #fe3e51;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(255,33,51,0.44);
    font-size: 1em;
}

#shop .BuilderProductPrice .unitPriceNoCompare {
    color: #c2c5c8;
}

#shop .BuilderProductPrice .difference {
    font-size: 1em;
}




#shop .power-usage p {
    font-size: 1em;
    color: #ff9900;
    margin-bottom: 0px;
    text-shadow: none;
    margin-inline-end: 5px;
}

    #shop .power-usage p:last-child {
        color: #696969;
        font-size: 0.9em;
        margin-top: 2px;
    }

#shop .power-usage svg {
    font-size: 1.2em;
    color: #ff9900;
}

#shop .InStock {
    color: #6bc56b !important;
    margin-top: auto;
}

#shop .OutOfStock {
    color: #D1404A !important;
    margin-top: auto;
}


#shop .misc {
    inset-inline-end: 0;
    inset-block-end: 0px;
}

#shop .product-box .btn {
  background-color: transparent;
  border: none;
  color: #ff4500;
  font-size: 1.3em;
  transition: 0.1s;
}

#shop .product-box .btn:hover {
  scale: 1.2;
}

@media (min-width: 1500px) {
  #shop {
    height: 94.2vh;
  }
}

@media (min-width:1500px) {
  .row-cols-1500-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* SELECTED */

#ttxbuilder .selected {
    border-color: var(--bs-primary) !important;
    background: rgba(255,69,0,0.12);
    box-shadow: 0px 0px 10px rgba(255,103,39,0.42);
    animation: pulsing5 0.2s forwards;
}

/* COLUMN 3 */

/* STATS */


    #stats #detailsData {
        height: 100%;
        padding-top: 6px;
        padding-bottom: 4px;
    }

@media (min-width: 992px) {
    #stats {
        height: 500px;
    }

        #stats #detailsData {
            overflow-y: auto;
            overscroll-behavior: contain;
            position: relative;
        }

    @supports (-moz-appearance:none) {
        #stats #detailsData {
            scrollbar-color: #ff6626 transparent;
            scrollbar-width: thin;
        }
    }

    #stats #detailsData::-webkit-scrollbar {
        width: 3px;
    }

    #stats #detailsData::-webkit-scrollbar-thumb {
        background-color: #ff6626;
        border-radius: .4rem;
    }
}

#stats > hr:first-of-type {
    color: rgba(238,236,236,0.45);
    opacity: 1;
    margin: 6px 0 0px 0;
    margin-inline-end: 10px;
}



#stats > hr:last-of-type {
    color: rgba(238,236,236,0.45);
    opacity: 1;
    margin: 0 0 6px 0;
    margin-inline-end: 10px;
}


#stats .title > p {
    font-size: 1.5em;
    letter-spacing: 2px;
    font-family: Oswald, sans-serif;
    margin: 0;
}

#stats .build-number p {
    font-size: 1.2em;
    margin-top: 5%;
    margin-bottom: 0;
    color: #6bc56b;
    margin-inline-end: 3px;
}

#stats .build-number p:last-child {
    margin-inline-end: 10px;
}

#stats .title p:last-child {
  margin-bottom: 0;
}

#stats .data p {
    margin-bottom: 0;
    color: rgb(133,135,137);
    margin-inline-end: 10px;
}

#stats .data p:last-child {
  color: #ffffff;
}

#stats .data hr {
  color: rgb(128,130,132);
  margin-top: 5px;
  margin-bottom: 5px;
}

#stats .order-total > p {
    font-size: 1.7em;
    margin-inline-end: 10px;
    color: #ff7c74;
}

#stats .order-total p {
  margin-bottom: 8px;

}

/* BUTTONS */

#builder-buttons .btn {
  border-radius: 0;
  width: 30%;
  margin-right: 4px;
  margin-left: 4px;
  margin-top: 3%;
  margin-bottom: 4px;
  font-size: 14px;
  color: #ffffff;
  padding: 6px 3px;
  font-family: 'Oswald';
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgb(51,51,51);
  border-style: none;
  transition: 0.1s;
  border: solid 1px transparent;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.58);
}

#builder-buttons .btn:hover {
  transform: translateY(-1px);
  border: solid 1px #c8c8c8;
}

#builder-buttons svg {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #ffffff;
}

#builder-buttons .btn:nth-child(4) {
  background: #b10b00;
}


#builder-buttons .btn:nth-child(5) {
  width: 100%;
  font-size: 18px;
  background: orangered;
  color: #000000;
  letter-spacing: 2px;
  font-weight: bold;
}

#builder-buttons .btn:nth-child(5):hover {
  background-color: #b10b00;
  color: white;
  border: solid 1px transparent;
}

    #builder-buttons .btn:nth-child(5):disabled {
        background-color: #c8c8c8;
    }


/* Product Modal */

/* Close Button Part */

#modal-product {
    padding-right: 0px !important;
    z-index: 100000;
}

#modal-product img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.2s;
}

#modal-product .btn {
  margin: 2%;
  width: 20%;
}

#modal-product hr {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

/* Modal Body */

#my-keen-slider {
    height: 430px;

}
#my-keen-slider img {
    padding: 15px;
}

#modal-product .modal-body {
    height: 80vh;
    padding: 3%;
    padding-inline-end: 1%;
    margin-inline-end: 0px;
    overflow-y: overlay;
    overscroll-behavior: contain;
    position: relative;
}

@supports (-moz-appearance:none) {
    #modal-product .modal-body {
        scrollbar-color: #ff6626 transparent;
        scrollbar-width: thin;
    }
}

#modal-product .modal-body::-webkit-scrollbar {
  width: 17px;
}

#modal-product .modal-body::-webkit-scrollbar-thumb {
  background-color: #ff6626;
  border-radius: 10px;
  background-clip: padding-box;
  border: 6px solid transparent;
}

@media (min-width: 992px) {
  #modal-product .header > div {
    width: 48%;
  }
}

@media (max-width: 992px) {
  #modal-product .header > div {
    width: 100%;
  }
}

#modal-product .header-data p:nth-child(2) {
  font-size: 3em;
  text-shadow: 0px 0px 11px rgba(255,103,39,0.6), 0px 3px 10px rgb(0,0,0);
}

#modal-product .header-data p:nth-child(3) {
  font-size: 1.1em;
}

#modal-product .header-data img {
  height: 50px;
  width: fit-content;
}

#modal-product .SKU p:first-child {
    margin-top: 10px;
    font-size: 1em;
    margin-inline-end: 5px;
    margin-bottom: 0px;
    font-family: Rubik, sans-serif;
    font-weight: 100;
    color: dimgray;
    text-transform: uppercase;
}

#modal-product .SKU p:last-child {
    margin-bottom: 0;
    font-size: 1em;
    text-shadow: none;
    color: dimgray;
}

#modal-product .Link p:first-child {
    margin-top: 10px;
    font-size: 1em;
    margin-inline-end: 5px;
    margin-bottom: 0px;
    font-family: Rubik, sans-serif;
    font-weight: 100;
    color: dimgray;
    text-transform: uppercase;
    white-space: nowrap
}

#modal-product .Link p:last-child {
    margin-bottom: 0;
    font-size: 1em;
    text-shadow: none;
    color: dimgray;
}


/* SPECIFICATION */

#modal-product .specification {
  margin-top: 50px;
  margin-bottom: 50px;
}

#modal-product .specification p:first-child {
  font-size: 2em;
  font-family: 'Oswald';
  margin-bottom: 15px;
  text-transform: uppercase;
}

#modal-product .specification hr {
  margin-bottom: 25px;
  color: #ff4500;
  opacity: 1;
}

    #modal-product .specification tr {
        display: flex;
        flex-grow: 1;
        width: 80%;

    }

    #modal-product .specification td:first-child {
        color: rgb(125, 125, 125);
        width: 60%;
        white-space: wrap;
    }

    #modal-product .specification td:last-child {
        width: 40%;
        white-space: wrap;
    }


    #modal-product .specification td {
        height: 50px;
        border-style: none;
        display: flex;
        flex-grow: 1;
        align-items: center;
        text-align: start;
        text-wrap: nowrap;
        padding-inline-start: 30px;
    }

@media (max-width: 992px) {

    #modal-product .specification tr {
        width: 100%;
    }

    #modal-product .specification td:first-child {
        color: rgb(125, 125, 125);
        width: 70%;
        font-size: 0.8em;
    }

    #modal-product .specification td:last-child {
        width: 30%;
        font-size: 0.8em;
    }


    #modal-product .specification td {
        padding-inline-start: 10px;
    }

}

/* ANIMATION BACKGROUND */

#builder-background {
  width: 100%;
  top: 0;
  bottom: 0;
  background: linear-gradient(43deg, black 0%, #31261e 100%);
  z-index: 0;
  position: fixed;
}

#builder-background .area {
  width: 100%;
  z-index: -1;
}

#builder-background .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#builder-background .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #ff6626;
  animation: animate2 25s linear infinite;
  bottom: -15%;
  box-shadow: 0px 0px 50px 10px #ff6626;
}

#builder-background .circles li:nth-child(1) {
  left: 25%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

#builder-background .circles li:nth-child(2) {
  left: 10%;
  width: 25px;
  height: 25px;
  animation-delay: 2s;
  animation-duration: 12s;
}

#builder-background .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

#builder-background .circles li:nth-child(4) {
  left: 40%;
  width: 34px;
  height: 34px;
  animation-delay: 0s;
  animation-duration: 18s;
}

#builder-background .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

#builder-background .circles li:nth-child(6) {
  left: 75%;
  width: 31px;
  height: 31px;
  animation-delay: 3s;
}

#builder-background .circles li:nth-child(7) {
  left: 35%;
  width: 40px;
  height: 40px;
  animation-delay: 7s;
}

#builder-background .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

#builder-background .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

#builder-background .circles li:nth-child(10) {
  left: 25%;
  width: 50px;
  height: 50px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate2 {
  0% {
    transform: translateY(100px) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-950px) rotate(720deg);
    opacity: 0;
  }
}

#ttx-builder-backlayout {
  position: fixed;
  z-index: 1;
  height: 100%;
  filter: blur(31px);
  opacity: 0.44;
  top: 0;
  width: 100%;
}

#builderLink {
    height: 70px;
    border-radius: 5px;
    border: 1px solid rgb(72,72,72);
    box-shadow: 0px 2px 5px rgb(0,0,0);
    margin-top: 10px;
    padding-inline-start: 10px;
}

    #builderLink p {
        text-overflow: ellipsis;
    }

    #builderLink button {
        width: 12%;
        min-width: 0;
        height: 60%;
        margin: 0;
        margin-inline-end: 10px;
        margin-inline-start: 5px;
        padding: 0;
    }

    #builderLink svg {
        height: 60%;
        width: 60%;
    }





