@charset 'UTF-8';:root {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
  
    color-scheme: light dark;
    color: rgba(255, 255, 255, 0.87);
    background-color: #242424;
  
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    --color-bg: rgb(150, 150, 150); /* Default background color. Used for bg on toggle switches more than anything */
    --bg: var(--color-bg);
  }
  
  html,
  body,
  #root {
    height: 100%;
    padding: 0;
    width: 100%;
    background: white;
    overflow-y: auto;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
  }

  .MuiTabs-flexContainer{
    width: 50%;
  }

  .StandardRFQ .slick-prev:before,
  .StandardRFQ .slick-next:before {
    color: black !important;
  }
  
  .slick-prev:before,
  .slick-next:before {
    opacity: 1 !important;
  }

  .slick-next {
    right: 0px !important; 
  }
  
  .slick-prev {
    left: 0px !important;
    z-index: 1;
  }

  .Description{
    padding-top: 20%;
    font-style: italic;
  }

  .CustomRFQ a {
    font-weight: 500;
    color: #646cff;
    text-decoration: inherit;
  }
  
  .CustomRFQ a:hover {
    color: #535bf2;
  }
  
  body {
    margin: 0;
    display: flex;
    place-items: center;
    min-width: 320px;
    min-height: 100vh;
  }
  
  h1 {
    font-size: 4%;
    line-height: 1.1;
  }

  .carousel-item{
    display: grid !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    border-radius: 2%;
  }

  .CustomRFQ button {
    box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px,rgba(45, 35, 66, 0.15) 0 7px 13px -3px;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0.6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.25s;
    width: 100%;
    min-width: 60px;
    min-height: 60px;
  }

  .CustomRFQ button:hover {
    border-color: #646cff;
  }
  .CustomRFQ button:focus,
  .CustomRFQ button:focus-visible {
    outline: 4px auto -webkit-focus-ring-color;
  }
  
  @media (prefers-color-scheme: light) {
    :root {
      color: #213547;
      background-color: #ffffff;
    }
    a:hover {
      color: #747bff;
    }
    .CustomRFQ button {
      background-color: #f9f9f9;
    }
  }
  
#root {
  max-width: 100%; /* Change from 1280px */
  margin: 0;
  padding: 0;
  width: 100%;
}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    left: 78%;
    top: 0; 
    /* white-space: nowrap; */
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .drop-left .dropdown-content {
    left: auto;
    right: 100%;
    top: 0;
    margin-right: 0;
    flex-direction: row;
  }
  
  .drop-left:hover .dropdown-content {
    display: block;
    white-space: nowrap;
  }
  
  .p1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    padding-left: 10%;
  }
  
  .colorbutn {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25), 0 6px 12px 0 rgba(0,0,0,0.19);
  }
  
  .selected-color{
    padding: 2em;
    font-family:sans-serif;
    font-size: x-large;
    font-weight: 400;
  }
  
  .column {
    float: left;
    /* width: 25%; */
  }
  
  .row::after {
    content: "";
    display: table;
    clear: both;
  }
  
  .scene {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .cube {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #cccccc;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    transition: all 0.55s cubic-bezier(.17,.67,.14,.93);
    transform-style: preserve-3d;
    transform-origin: 100% 50%;
    width: 10em;
    height: 4em;
  }
  
  .cube:hover {
    transform: rotateX(-90deg);
  }
  
  .side {
    box-sizing: border-box;
    position: absolute;
    display: inline-block;
    height: 4em;
    width: 10em;
    text-align: center;
    text-transform: uppercase;
    padding-top: 1.5em;
    font-weight: bold;
  }
  
  .top {
    width: 200%;
    background: #889593;
    color: #ffffff;
    transform: rotateX(90deg) translate3d(0, 0, 2em);
    box-shadow: inset 0 0 0 5px #fff;
  }
  
  .front {
    width: 200%;
    background: #222229;
    color: #fff;
    box-shadow: inset 0 0 0 5px #fff;
    transform: translate3d(0, 0, 2em);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 24px center;
  }  

.switch__label{
  color: black !important;
}

.switch__gfx {
  --thumb-left: 0%;
  --transform: translateX(calc(var(--thumb-left) * -1)) scale(var(--thumb-scale));
  order: 5;
  padding: 3px;
  position: relative;
  background: var(--bg, var(--color-bg));
  border-radius: 50px;
  width: calc(var(--size) * var(--width-multiplier));
  transition: var(--duration);
  background-size: 4px 4px;
}

.right-column{
  min-width: 200px;
  padding: 2rem 1rem;
  background-color: #ffffff;
  color: black;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  overflow-y: auto; /* Enables vertical scrolling if needed */
  height: auto; /* Full viewport height */
  overflow-x: hidden; /* Prevents horizontal scrolling */
  flex-shrink: 0; /* Prevents column from shrinking */
  position: sticky;
  right: 0;
  z-index: 10;
}

.pickerCluster {
  margin-top: 20px;
}

.circle-picker{
  width: auto !important;
}

.middle-column{
  max-width: 100%;
  min-width: 300px;
  height: auto;
  /* padding: 2rem; */
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.left-column{
  padding: 2rem 1rem;
  background-color: #ffffff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.three-column-layout {
  display: flex;
  height: 100vh;
  background-color: #f5f5f5;
  overflow-x: auto;
}

.CustomRFQ {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slick-prev:before,
.slick-next:before {
  /* color: rgba(0, 0, 0, 0.205) !important;  */
  color: rgba(0, 0, 0, 0.74) !important; 
}.switch {
  --color-bg: #E1E1E1;
  --color-bg-on: #16B5FF;
  --thumb-color-on: white;
  --thumb-color-off: var(--thumb-color-on);
  --thumb-scale: 1;
  --size: 16px;
  --duration: .18s;
  --width-multiplier: 2.5;
  --thumb-animation-pad: 15%;
  user-select: none;
  display: inline-flex;
  align-items: center;
}
@keyframes switchMoveThumb {
  50% {
    padding: 0 var(--thumb-animation-pad);
  }
}
@keyframes switchMoveThumb1 {
  50% {
    padding: 0 var(--thumb-animation-pad);
  }
}
.switch--textRight .switch__label {
  order: 10;
  padding: 0 0 0 0.4em;
}
.switch > div {
  cursor: pointer;
}
.switch__label {
  order: 0;
  padding-right: 0.4em;
  color: var(--label-color);
}
.switch__gfx {
  --thumb-left: 0%;
  --transform: translateX(calc(var(--thumb-left) * -1)) scale(var(--thumb-scale));
  order: 5;
  padding: 3px;
  position: relative;
  background: var(--bg, var(--color-bg));
  border-radius: 50px;
  width: calc(var(--size) * var(--width-multiplier));
  transition: var(--duration);
  background-size: 4px 4px;
}
.switch__gfx::before {
  content: "";
  display: block;
  position: relative;
  left: var(--thumb-left);
  background: var(--thumb-color, var(--thumb-color-off));
  border-radius: var(--size);
  width: var(--size);
  height: var(--size);
  transform: var(--transform);
  transition: var(--duration);
  animation: switchMoveThumb var(--duration) ease 1;
}
.switch input {
  position: absolute;
  opacity: 0;
}
.switch input[disabled] + div {
  background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 50%, white 50%, white 75%, transparent 75%);
}
.switch input:disabled ~ div {
  cursor: not-allowed;
}
.switch input:indeterminate + div {
  --thumb-left: 50%;
}
.switch input:checked + div {
  --bg: var(--color-bg-on);
  --thumb-left: 100%;
  --thumb-color: var(--thumb-color-on);
}
.switch input:checked + div::before {
  animation-name: switchMoveThumb1;
}
.switch input:focus + div {
  outline: 1px dotted silver;
}
.switch input:focus:not(:focus-visible) + div {
  outline: none;
}/* Canvas dimension scaling for custom RFQ */
.CustomRFQ .canvas-container {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  display:flex; flex-direction:column;
}

@media (prefers-color-scheme: dark) {
  /* Left side selector boxes. getting rid of white inset with these rules */
  .front {
    box-shadow: inset 0 0 0 5px #252525 !important;
    background-color: #4a4a4d !important;
  }
  .top {
    box-shadow: inset 0 0 0 5px #252525 !important;
  }

  /* Mobile View */
  /* Selected Tab */
  .MuiButtonBase-root.MuiTab-root.MuiTab-textColorPrimary.Mui-selected.css-1iw47c9-MuiButtonBase-root-MuiTab-root{
    color: rgb(19, 19, 19) !important;
  }
  /* Unselected Tab */
  .MuiButtonBase-root.MuiTab-root.MuiTab-textColorPrimary.css-1iw47c9-MuiButtonBase-root-MuiTab-root{
    color: rgb(121, 121, 121) !important;
  }

}

/* Canvas dimension scaling for Standard Mod RFQ */
.StandardRFQ .canvas-container {
  /* height: 75vh; */
  overflow: hidden;
  position: relative;
  display:flex; flex-direction:column;
}

/*Mobile rescale*/
@media screen and (max-width: 810px) {
  /* Canvas rescale */
  .CustomRFQ .canvas-container {
    width: 100%;
    height: 55vh;
  }
  /* Colour button rescale */
  .CustomRFQ .cButt {
    width: 3%;
    height: 3%;
    min-width: 3%;
    min-height: 3%;
  }

  .canvas{
    display: grid;
  }

  /* .css-1072ocg-MuiButtonGroup-root .MuiButtonGroup-grouped {
    border-right: 1px solid #bdbdbd;
    border-color: rgba(0, 0, 0, 0.24) !important;
    color: black;
    background-color: rgb(219, 75, 75);
  } */
  
  /* This insanity is the selected radio button color for mobile view  */
  .MuiButtonBase-root.MuiButton-root.MuiButton-contained.MuiButton-containedPrimary.MuiButton-sizeMedium.MuiButton-containedSizeMedium.MuiButtonGroup-grouped.MuiButtonGroup-groupedHorizontal.MuiButtonGroup-groupedContained.MuiButtonGroup-groupedContainedHorizontal.MuiButtonGroup-groupedContainedPrimary.MuiButton-root.MuiButton-contained.MuiButton-containedPrimary.MuiButton-sizeMedium.MuiButton-containedSizeMedium.MuiButtonGroup-grouped.MuiButtonGroup-groupedHorizontal.MuiButtonGroup-groupedContained.MuiButtonGroup-groupedContainedHorizontal.MuiButtonGroup-groupedContainedPrimary{
    border-right: 1px solid #bdbdbd;
    border-color: rgba(0, 0, 0, 0.24) !important;
    color: black;
    background-color: rgb(213, 229, 255);
  }
}

.CustomRFQ .mobile-color-view{
  text-align: center;
  padding: 2%;
  /* margin-top: 2%; */
  height: 200px;
  display: block;
}

/* the tabs box for mobile view. this and mobil-color-view should have the same height and padding */
.MuiBox-root{
  height: 200px;
  padding: 2%;
}

.canvas-container canvas {
  width: 90%;
  height: 100%;
  object-fit: contain;
  /* position: relative; */
}


.switch{
  --color-bg-on: rgb(43, 187, 43);
}

.scene {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
  
@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  .CustomRFQ button {
    background-color: #f9f9f9;
  }
}
.border {
  position: relative; 
  left:200px;
  bottom: 350px;
  display: flex;
  flex-direction: row;
  z-index: -9999999;
}

.clickThrough {
    pointer-events: auto;
    z-index: 1;
 }

.contColour {
  z-index: 1;
  width: 0%;
  margin-left: 25%;
}

.loading-screen{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  font-size: large;
  font-weight: 500;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: 10;
}

.loading-screen-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.logo {
  max-width: 50%; 
  height: auto;
  margin-bottom: 1rem; 
  animation: zoomInOut 1.5s infinite;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Standard RFQ carousel items */
.selected-item {
  max-width: 50%; 
  justify-content: center;
  margin: auto;
  height: auto;
  margin-bottom: 1rem; 
  animation: zoomInOut 1.5s infinite;
}

.unselected-item {
  justify-content: center;
  max-width: 50%; 
  margin: auto;
  height: auto;
  margin-bottom: 1rem; 
}
.hover-container {
    display: inline-block;
    position: relative;
  }
  
.hover-message {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 14px;
  max-width: 250px;
  min-width: 250px;         /* Set your desired maximum width */
  white-space: normal;      /* Allow the text to wrap onto multiple lines */
  overflow-wrap: break-word; /* Ensure long words break appropriately */
  pointer-events: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
  
  .hover-tail {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  
  /* Tail pointing up */
  .hover-message-up {
    /* bottom: 100%;
    left: 50%;
    transform: translateX(-50%); */
    padding: 8px 12px;
  }
  .hover-tail-up {
    position: absolute;
    
    /* Instead of top: 200%, anchor the arrow at the bottom edge: */
    bottom: -8px; /* so it sits just below the tooltip’s rounded corners */
    left: 50%;
    transform: translateX(-50%);
    
    /* “Up” arrow means the arrow shape is pointing up: */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.85);
  }
  
  
  /* Tail pointing down */
  .hover-message-down {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hover-tail-down {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.85);
  }
  
  /* Tail pointing left */
  .hover-message-left {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .hover-tail-left {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, 0.85);
  }
  
  /* Tail pointing right */
  .hover-message-right {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .hover-tail-right {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid rgba(0, 0, 0, 0.85);
  }
  .logo {
    max-width: 50%; 
    height: auto;
    margin-bottom: 1rem; 
    animation: zoomInOut 1.5s infinite;
  }
  
  @keyframes zoomInOut {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
  }/* SharedButton.module.css */

/* Base styles common to both buttons */
._baseButton_cix3s_4 {
    position: fixed;
    bottom: 10px;
    width: 230px;
    font-size: 18px;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  
    /* --- Default state (Enabled) --- */
    background-color: #2c3e50; /* Enabled background */
    cursor: pointer;
    opacity: 1;
  }
  
  /* --- Hover state (Only when enabled) --- */
  /* Use :not(:disabled) to ensure hover only applies when enabled */
  ._baseButton_cix3s_4:not(:disabled):hover {
    background-color: #34495e; /* Your desired hover color */
  }
  
  /* --- Disabled state --- */
  ._baseButton_cix3s_4:disabled {
    background-color: #777780; /* Disabled background */
    cursor: not-allowed;
    opacity: 0.7;
  }
  
  /* --- Specific positioning/layering --- */
  ._rfqPosition_cix3s_35 {
    right: 10px;
    z-index: 2;
    background-color: #339999;
    z-index: 1; /* Or a suitable value */
  }
  
  ._addToCartPosition_cix3s_42 {
    right: 250px;
    z-index: 10000; /* Keep this high if needed */
  }

  ._altButton_cix3s_47 {
    position: relative;
    bottom: 0px;
    top: 20px;
    left: 30%;
    width: 230px;
    font-size: 18px;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    
    /* --- Default state (Enabled) --- */
    background-color: #2c3e50; /* Enabled background */
    cursor: pointer;
    opacity: 1;
  }.container-select-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 0;
    background-color: #000000; /* Dark blue-gray background */
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    height: 60px;
    z-index: 10;
}

/* Container select item styles */
.container-select-item {
    position: relative;
    height: 100%;
    flex: 1;
    transition: all 0.2s ease;
}

.container-select-item:hover {
    background-color: #4d4d4d; /* Slightly lighter on hover */
}

.select-button {
    padding: 0 15px;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.container-select-item:hover .select-button {
    transform: translateY(2px); /* Slight indent effect on hover */
}

.select-title {
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
    color: #ecf0f1; /* Light text color */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
}

.dropdown-item {
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.dropdown-item:hover {
    background: #f8f9fa;
}

.dropdown-item-selected {
    background: #636363; /* Blue highlight for selected item */
    color: white;
}

.dropdown-item-selected:hover {
    background: #4d4d4d; /* Darker blue on hover for selected item */
}

.dropdown-item-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.next-selection {
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
}

.next-selection::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e74c3c; /* Red indicator */
}

.selection-value {
    font-size: 0.8rem;
    opacity: 0.8;
    margin-left: 5px;
    font-weight: normal;
}

.view-toggle-item {
    cursor: pointer;
}

.view-toggle-item .selection-value {
    color: #95ffb8; /* Light green for 3D button text*/
    font-size: 1rem;
    font-weight: 500;
}

.custom-rfq {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
  
.top-menu-bar {
    display: flex;
    width: 100%;
    border-bottom: 0.5px solid #5f5f5f;
    box-sizing: border-box;
    color: #333;
    align-items: center;
}

.main-content {
    display: flex;
    flex-grow: 1;
    position: relative;
    background: #ffffff;
}

.middle-column {
    width: 100vw;
    display: flex;
    flex-direction: column;
}

.canvas-container {
    flex-grow: 1;
    max-height: calc(100vh - 10px);
    height: 100vh;
}

.color-picker-container {
    display: flex;
    justify-content: right;
    bottom: 40vh;
    right: 2vw;
    position: absolute;
}

.bottom-overlay{
    position: absolute;
    width: 100%;
    bottom: 6vh;
    text-shadow: #ffffff 0 0 5px;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/assets/ajax-loader-e7b44c86.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('data:application/vnd.ms-fontobject;base64,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');
    src: url('data:application/vnd.ms-fontobject;base64,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') format('embedded-opentype'), url('data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF') format('woff'), url('data:font/ttf;base64,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') format('truetype'), url('/assets/slick-12459f22.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.strobe {
    animation: animationFrames 1.4s infinite;
}
  
  
@keyframes animationFrames{
    0% {
        box-shadow: 0 0 6px 2px rgba(118, 149, 151, 0.336);
    }
    50% {
        box-shadow: 0 0 14px 2px rgba(44, 44, 44, 0.404);
    }
    100% {
        box-shadow: 0 0 6px 2px rgba(118, 149, 151, 0.336);
    }
}.left-column {
    min-width: 30vw;
    padding: 1rem;
}

.left-column-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.middle-column-alternate {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.canvas-container {
    flex-grow: 0;
    flex-shrink: 1;
    max-height: 87vh;
}

.color-picker-container {
    display: flex;
    justify-content: center;
}

.visible {
    visibility: visible;
}

.hidden {
    visibility: hidden;
    display: none;
}
.stack-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /* width: 100vw; */
    padding: 1rem;
    display: flex;
    /* height: 100vh; */
    background-color: #f5f5f5;
    overflow-x: auto;
    
}

.mobile-container{
    display: flex;
    height: 100vh;
    background-color: #f5f5f5;
    overflow-x: auto;
}

.mobile-container .canvas-container {
    width: 100%;
    height: 85vw;
    overflow: hidden;
    position: relative;
    display:flex; flex-direction:column;
}
  
.canvas-outer-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.canvas-container {
    flex-grow: 0;
    flex-shrink: 1;
}

.color-picker-container {
    display: flex;
    justify-content: center;
}

.visible {
    visibility: visible;
}

.hidden {
    visibility: hidden;
    display: none;
}
.listItemFlex {
    display: table-row;
    justify-content: space-around;
    align-items: center; /* This ensures that items are vertically centered */
}

.listItemFlex > * {
    flex: 1; /*Modifies width values*/
    text-align: center;
}

.listItemFlex .MuiListItemText-root {
    flex: 2; /*Modifies width values*/
}

.listItemFlex input {
    flex: 0 0 auto; /* This ensures the input doesn't grow or shrink */
    width: 31.36%; /* specific width */
    margin: 0 10px;
    box-sizing: border-box;
}

/*styles for the rows in the mod upload*/
#itemFlexMods {
    background-color: black;
    text-align: center;
}

/*styling to make the name & description boxes on the 
Add Mods page fit the column better*/
#nameColMod {
    width: 34px;
    background-color: black;
}
.container.text-center {
    background-color: black;
    color:white;
}

/*put the titles of the columns for the mods page into
a table to give them a good outline*/
.custom-border {
    border: 3px solid red;
}

.ColourChange {
    background-color: gray;
}

/*Styles specific to ColourChange*/
.colourDelete {
    top: 3px;
    border-top: 3px solid black;
}
.custom-delete-button {
    color: black;
}
.say-Tank {
    /* width: 75px !important; */
    /* top: 15px;
    vertical-align: middle;
    border-top: 3px solid black; */
    display: inline-block; /* Set to inline-block */
    position: relative;
    vertical-align: middle;
    top: 4px;
    border-top: 3px solid black;
}

.custom-border2 {
    /* border: 3px solid black; */
    background-color: gray;
}
.custom-border3 {
    border-top: 3px solid black;
}
