
:root {
  --gradient-opaque: linear-gradient(45deg, rgba(71, 13, 57, 0.7), rgba(48, 16, 75, 0.7));
}

.main, .spacing {
  /*  background: var(--gradient-opaque); */
  background-color: rgba(34, 32, 34, 0.7);
}
.items-containers, .selected-items-window, .outcomes-window, .skin-card {
  background-color: rgb(40, 40, 40, 0.5);
}
.tradeup-info-container, .tradeup-info-container div {
  background-color: rgb(40, 40, 40, 0.6);
}
.tradeup-info-container > div {
  box-shadow: 2px 2px 5px rgb(36, 36, 36);
}

.tradeup-options button, .tradeup-options select, .tradeup-recalc, .tradeup-info-container button {
  box-shadow: 2px 2px 5px rgb(24, 24, 24);
}

.tradeup-options {
  box-sizing: border-box;
  background-color: rgb(40, 40, 40, 0.7);
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  width: 100%;
  padding: 8px 6px;
}


.flex-column-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.spacing {
  flex: 0 0 16px;
}

.main {
  flex:  1 0 940px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.background-image {
  width: 60%;
  position: absolute;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;

  filter: contrast(1.05) brightness(1.05) drop-shadow(6px 6px 8px rgb(17, 17, 17));
}


.tradeup-options {
  flex: 0 0 190px;
  width: 100%;

  border-bottom: 3px var(--border-basic-color) solid;

  display: flex;
  column-gap: 20px;

  justify-content: center;
  align-items: center;
}

.tradeup-options .flex-collumn {
  row-gap: 5px;
}



.options-split {
  height: 90%;
  border-right: 2px var(--border-basic-color) solid;
}

.tradeup-info-container {

  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 6px;
  justify-content: center;
  align-items: center;

  column-gap: 60px;
  row-gap: 6px;

  min-height: 90px;
  width: 98%;

  border: 3px var(--border-basic-color) solid;
  border-radius: 6px;

  margin-top: 8px;
  margin-bottom: 12px;

}


.tradeup-info {
  height: 58px;
  min-width: 108px;
  
  border: 2px var(--border-basic-color) solid;
  border-radius: 6px;

  text-align: center;
  line-height: 0.9;
  position: relative;

  margin-top: 14px;

}
.t-info-btns {
  column-gap: 20px;
  background-color: transparent !important;
  box-shadow: none !important;
  min-height: 70px;
}
.tradeup-info > .info-head {
  box-sizing: border-box;

  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-45%);
  padding: 0 3px;

  border: 1px white solid;
  border-radius: 4px;
  height: 2.2rem;
  font-size: 0.95rem;
  font-weight: 500;
  background-color: rgb(133, 5, 133);

  display: flex;
  justify-content: center;
  align-items: center;
}
.info-output {
  box-sizing: border-box;
  height: 60%;
  min-width: 100%;
  font-size: 1.4rem;
  margin-top: 28px;
  padding: 0px 4px;
}

.calculator-description {
  flex: 0 0 auto;

  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
}
.desc-head {
  margin-bottom: 8px;
}
.desc-text {
  width: 75%;
  margin-bottom: 8px;
}

.items-containers {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: row;

  width: 100%;

  border-top: 5px solid;
  border-bottom: 5px solid;
  border-image: var(--border-gradient);
}

.selected-items-window, .outcomes-window {

  min-height: 600px;
  min-height: 0;
  overflow-y: auto;
}

.selected-items-window {

  position: relative;

  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  column-gap: 10px;
  row-gap: 8px;

  padding: 18px 8px;
  
}
.outcomes-window {
  width: 45%;
  border-left: 5px solid;
  border-image: var(--border-gradient);

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  column-gap: 10px;
  row-gap: 8px;

  position: relative;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 16px;
}



.options-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.options-head {
  padding: 6px;
  height: 1.5rem;
  border: 2px var(--border-basic-color) solid;
  border-radius: 5px;

  background-color: rgb(133, 5, 133);
  font-weight: 600;
  
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 8px;

}





.options-select {
  height: 29px;
  width: 170px;

  font-size: 16px;
  font-weight: 500;

  text-align: center;

  border: 2px var(--border-basic-color) solid;
  border-radius: 5px;
}



.save-tradeup-button, .clear-tradeup-button, .update-prices-btn {
  height: 40px;
  width: 80px;
  border: 2px white solid;
  background-color: rgb(0, 117, 196);
  border-radius: 5px;

  font-size: 18px;
  font-weight: 600;
}
.clear-tradeup-button {
  background-color: rgb(121, 3, 175);
}
.update-prices-btn {
  width: fit-content;
  background-color: rgb(148, 36, 158);
}




.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #525252;
  border: 2px var(--border-basic-color) solid;
  border-radius: 999px;
  transition: 0.3s;
  box-shadow: 2px 2px 5px rgb(24, 24, 24);
}

.slider::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 1px;
  bottom: 1px;
  background-color: rgb(238, 238, 238);
  border-radius: 50%;
  transition: 0.3s;
}

input:checked + .slider {
  background: var(--container-gradient);
}

input:checked + .slider::before {
  transform: translateX(22px);
}

.tradeup-red {
  background-color: rgb(250, 42, 42);
}
.tradeup-pink {
  background-color: rgb(239, 18, 247);
}
.tradeup-purple {
  background-color: rgb(138, 30, 180);
}
.tradeup-blue {
  background-color: rgb(34, 80, 206);
}
.tradeup-light-blue {
  background-color: rgb(161, 215, 233);
}
.tradeup-gray {
  background-color: rgb(158, 158, 158); 
}

.tradeup-options .tradeup-red {
  background-color: rgb(209, 23, 23);
}
.tradeup-options .tradeup-pink {
  background-color: rgb(183, 0, 189);
}
.tradeup-options .tradeup-purple {
  background-color: rgb(138, 30, 180);
}
.tradeup-options .tradeup-blue {
  background-color: rgb(34, 80, 206);
}
.tradeup-options .tradeup-light-blue {
  background-color: rgb(79, 167, 196);
}
.tradeup-options .tradeup-gray {
  background-color: rgb(158, 158, 158);
}

.skin-card {
  height: 250px;
  width: 176px;
  border: 1px var(--border-basic-color) solid;
  border-radius: 6px;
  position: relative;
  overflow: visible;

  box-shadow: 2px 2px 5px rgb(19, 19, 19);
  transition: box-shadow 0.15s, transform 0.15s ease;
}

.card-shade-gold {
  background: linear-gradient(
    179deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 40%,  /* dark color takes more space */
    rgb(253, 200, 26) 100%
  );
}
.card-shade-red {
  background: linear-gradient(
    179deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 40%,  /* dark color takes more space */
    rgb(202, 36, 36) 100%
  );
}
.card-shade-pink {
  background: linear-gradient(
    179deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 40%,  /* dark color takes more space */
    rgb(163, 4, 163) 100%
  );
}
.card-shade-purple {
  background: linear-gradient(
    179deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 40%,  /* dark color takes more space */
    rgb(125, 48, 226) 100%
  );
}
.card-shade-blue {
  background: linear-gradient(
    179deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 40%,  /* dark color takes more space */
    rgb(34, 80, 206) 100%
  );
}
.card-shade-light-blue {
  background: linear-gradient(
    179deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 40%,  /* dark color takes more space */
    rgb(59, 144, 201) 100%
  );
}
.card-shade-gray {
  background: linear-gradient(
    179deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 40%,  /* dark color takes more space */
    rgb(173, 173, 173) 100%
  );
}

.dependable-values-gold {
  background-color: rgb(150, 123, 37) ;
}
.dependable-values-red {
  background-color: rgb(124, 34, 34);
}
.dependable-values-pink {
  background-color: rgb(97, 36, 97);
}
.dependable-values-purple {
  background-color: rgb(71, 33, 119);
}
.dependable-values-blue {
  background-color: rgb(29, 57, 134);
}
.dependable-values-light-blue {
  background-color: rgb(41, 93, 128);
}
.dependable-values-gray {
  background-color: rgb(77, 77, 77);
}


.card-shade-gold:hover {
  box-shadow: 0px -3px 10px rgb(238, 182, 79);
  transform: translateY(3px);
  z-index: 3;
}
.card-shade-red:hover {
  box-shadow: 0px -3px 10px rgb(238, 62, 62);
  transform: translateY(3px);
  z-index: 3;
}
.card-shade-pink:hover {
  box-shadow: 0px -3px 10px rgb(211, 23, 248);
  transform: translateY(3px);
  z-index: 3;
}
.card-shade-purple:hover {
  box-shadow: 0px -3px 10px rgb(138, 75, 255);
  transform: translateY(3px);
  z-index: 3;
}
.card-shade-blue:hover {
  box-shadow: 0px -3px 10px rgb(66, 84, 245);
  transform: translateY(3px);
  z-index: 3;
}
.card-shade-light-blue:hover {
  box-shadow: 0px -3px 10px rgb(92, 143, 177);
  transform: translateY(3px);
  z-index: 3;
}
.card-shade-gray:hover {
  box-shadow: 0px -3px 10px rgb(146, 146, 146);
  transform: translateY(3px);
  z-index: 3;
}


.empty-skin-card {
  height: 250px;
  width: 176px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px var(--border-basic-color) solid;
  border-radius: 6px;

  box-shadow: 2px 2px 5px rgb(19, 19, 19);
  transition: transform 0.15s ease;
}
.empty-skin-card:hover {
  background: linear-gradient(10deg, rgb(88, 3, 105), rgb(73, 45, 139));
  transition: background-color 0.15s;
  transform: translateY(3px);
  
}
.empty-skin-card:active {
  background: linear-gradient(10deg, rgb(60, 2, 71), rgb(49, 31, 94));
  transition: background-color 0.1s;
}


.skin-card-image-container {
  position: relative;
  height: 80%;
  width: 95%;
}
.skin-placeholder-image {
  height: 65%;
  rotate: -58deg;
  opacity: 0.8;

  position: absolute;
  bottom: 40%;
  left: 50%;

  transform: translate(-44%, -40%);
}
.add-skin-sign {

  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.choose-item-contrainer, .skin-info-container {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: rgb(51, 51, 51);

  z-index: 3;

  background: linear-gradient(rgb(39, 39, 39), rgb(54, 54, 54));
  border-radius: 9px;
}
.skin-info-header {
  position: relative;
  flex: 1 0 auto;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to left, rgb(112, 38, 250), rgb(131, 0, 131));
  border-bottom: 2px var(--border-basic-color) solid;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;

  display: flex;
  flex-direction: column;

  overflow-y: hidden;
  padding: 4px 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.info-big {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: -3px;
  
}
.info-small {
  font-size: 21px;
  font-weight: 500;
}

.skin-info-main {
  height: 72%;
  width: 100%;
}
.skin-info-main-right {
  height: 100%;
  width: 70%;
  overflow: hidden;
  min-width: 200px;
}
.skin-info-main-right .right-header {
  height: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 2px var(--border-basic-color) solid;
}
.skin-info-main-left {
  height: 100%;
  width: 30%;
  border-right: 2px var(--border-basic-color) solid;
  min-width: 200px;
}
.card-alternatives {
  box-sizing: border-box;
  height: 90%;
  width: 100%;;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.skin-info-footer {
  height: 16%;
  width: 100%;
  column-gap: 10px;
  font-size: 18px;
  min-height: 90px;

  border-top: 2px var(--border-basic-color) solid;
}
.skin-info-footer input {
  border: 1px var(--border-basic-color) solid;
  border-radius: 5px;
  background-color: rgb(41, 41, 41);
  width: 140px;
  height: 24px;
  font-size: 1.2rem;
  text-align: center;
  color: rgb(241, 222, 48);
  margin-left: 4px;
}
.skin-info-footer input:hover {
  border-color: rgb(192, 192, 192);
}

.shadow-wrapper {
  max-width: 1260px;
  width: 86%;
  height: 76.5%;
  
  position: fixed;
  z-index: 5;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);

  border-radius: 10px;
  
  background: var(--container-gradient);

  transition: top 0.3s;

}
.border-wrapper {
  width: 100%;
  height: 100%;
  

  border-radius: 10px;
  
  background: var(--container-gradient);

  transition: top 0.2s;
}
.skin-info-border-wrapper {
  box-sizing: border-box;
  max-width: 1000px;
  width: 74%;
  height: 60%;
  
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  border-radius: 10px;
  
  background: var(--container-gradient);
}


.selectable-container {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 20px;
  padding: 18px 12px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.displayed-skins-counter {
  margin: 4px;
  margin-left: 10px;
}

.background {
  background-color: rgb(19, 19, 19);
  opacity: 0.85;

  min-height: var(--scroll-height);
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}



.card-info {
  height: 100%;
  width: 100%;
  position: relative;
}

.sites-slider {
  display: flex;
  column-gap: 4px;

  margin: 0;
  position: absolute;
  top: 15%;
  left: 148px;

}

.sites-slider-visible, .sites-slider-hidden {
  

  z-index: 2;

  height: calc(20px * 6);
  width: 20px;

  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;

}
.sites-slider-hidden {
  z-index: 1;
  transform: translateX(-22px);
  transition: transform 0.2s ease, opacity 0.15s;
  opacity: 0;
  pointer-events: none;

}
.sites-slider:hover .sites-slider-hidden {
  pointer-events: all;
  opacity: 1;
  transform: translateX(0px);
}


.site-link-btn {
  padding: 0;
  height: 20px;
  border: 1px rgb(177, 177, 177) solid;
  border-radius: 2px;
  cursor: pointer;
}
.site-link-btn > img {
  height: 100%;
}


.choose-header {
  position: relative;
  overscroll-behavior: contain;
  box-sizing: border-box;
  background: linear-gradient(to left, rgb(112, 38, 250), rgb(131, 0, 131));
  border-bottom: 2px var(--border-basic-color) solid;
  flex: 0 0 auto;
  width: 100%;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;

  overflow-y: hidden;
  padding: 4px 12px;
}
.text-big {
  font-size: 28px;
  font-weight: 700;
}
.text-small {
  font-size: 19px;
  font-weight: 500;
}
.header-flex {
  display: flex;
  flex-direction: column;
}
.choose-options-container {
  flex: 1 1 18%;
  width: 100%;
  border-bottom: 2px var(--border-basic-color) solid;
}
.choose-options {
  padding: 0px 6px;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  row-gap: 5px;
}

.choose-options p, .choose-options label {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.collection-select, .specific-skin-input  {
  background-color: rgb(136, 45, 197);
  color: white;
  width: 160px;
  border: 1px var(--border-basic-color) solid;
  border-radius: 3px;
  height: 28px;
  box-shadow: 2px 2px 4px rgb(26, 26, 26);
}
.specific-skin-input::placeholder {
  color: rgb(153, 153, 153);
}
.collection-select, .specific-skin-input {
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
}

.float-buttons button, .normal-souv-select button, .mobile-show-options > button {
  background-color: rgb(0, 117, 196);
  color: white;
  border: 1px var(--border-basic-color) solid;
  border-radius: 3px;
  height: 28px;
  width: 44px;

  font-size: 1.05rem;
  font-weight: 600;
  transition: transform 0.08s, background-color 0.08s;
  box-shadow: 2px 2px 4px rgb(26, 26, 26);
}
.mobile-show-options {
  padding: 10px 0px;
  width: 100%;
  display: none;
  border-bottom: 2px var(--border-basic-color) solid;
}
.mobile-show-options > button {
  width: fit-content;
}
.float-button.clicked, .normal-souv-select .clicked, .mobile-show-options > button.clicked{
  background-color: rgb(85, 37, 148);
}
.float-button:hover, .skin-type-btns > button:hover, .mobile-show-options > button:hover{
  transform: translateY(-2px);
}
.close-button {
  height: 38px;
  margin: 0;
  padding: 0;
  background: rgb(142, 41, 189);
  border: 2px black solid;
  border-radius: 7px;

  position: absolute;
  top: 8px;
  right: 9px;

}
.close-button > img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.skin-image {
  height: 94px;
  position: absolute;
  top: 32px;
  left: 14px;
  pointer-events: none;

  filter: contrast(1.05) brightness(1.05) drop-shadow(2px 2px 3px rgb(17, 17, 17));
}
.collection-image {
  height: 36px;
  position: absolute;
  top: 46%;
  left: 10%;
  filter: contrast(0.95) brightness(0.95) drop-shadow(2px 2px 3px rgb(17, 17, 17));
  pointer-events: none;
  z-index: 2;
}
.case-img {
  height: 48px;
}
.selectable-card p, .skin-name, .placeholder-float-text, .skin-price > div {
  pointer-events: none;
}

.dependable-values {
  height: 70px;
  width: 95%;
  
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  margin-bottom: 11px;

  border: 1px var(--border-basic-color) solid;
  border-radius: 5px;
}
.dependable-values-gold {
  border: 1px rgb(97, 97, 97) solid
}

.value-container {
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;

  width: 100%;
  margin: 0;
}

.skin-price {
  height: 60%;
  display: flex;
  justify-content: start;
  margin-top: 2px;
}
.skin-placeholder {
  height: 100%;
  display: flex;
  justify-content: start;
  margin-top: 2px;
}
.skin-placeholder input {
  color: white;
  height: 24px;
  margin-top: 6px;
  text-align: center;
}
.skin-price input {
  height: 24px;
  font-size: 1.2rem;
  text-align: center;
  color: rgb(241, 222, 48);
}
.skin-price input::placeholder, .skin-info-footer input::placeholder {
  color: rgb(241, 222, 48);
}
.skin-float {
  height: 40%;
}
.skin-float input {
  height: 24px;
  text-align: center;
  color: white !important;
  margin-bottom: 2px;
}
.skin-float input::placeholder, .skin-placeholder input::placeholder {
  color: rgb(187, 187, 187);
}

.dependable-values input {
  width: 80%;
  height: 20px;
  
  background: none;
  border: none;
}

.placeholder-float-text {
  width: 120px;
  line-height: 0.9rem;
  text-align: center;
}

.skin-name {
  position: relative;
  margin-top: 8px;
  text-align: center;
  line-height: 0.95;
}

.float-ranges {
  position: absolute;
  top: 130px;
  left: 78px;
  font-size: 0.9rem;
  color: rgb(179, 179, 179);
  pointer-events: none;
}

.float-value-placeholder {
  margin-top: 4px;
}

.skin-card input {
  border: 1px transparent solid;
  border-radius: 5px;
  transition: border 0.1s;
}

.skin-card input:hover {
  border: 1px var(--border-basic-color) solid;
}
.card-shade-gold input:hover {
  border: 1px rgb(97, 97, 97) solid;
}

.skin-card input:focus::placeholder, .skin-info-footer input:focus::placeholder{
  opacity: 0.5;
}

.card-popup {
  min-height: 30px;
  width: 70%;
  color: rgb(238, 78, 112);
  text-shadow: 2px 2px 2px black;
  text-align: center;

  position: absolute;
  top: 30%;
  left: 8%;
  transform: translateY(-50%);

  opacity: 0;
  pointer-events: none;
}
.card-popup-appear {
  animation: popup-appear 2s;
}


@keyframes popup-appear {
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.skin-card-utility {
  position: absolute;
  top: 7px;
  right: 4px;

  display: flex;
  justify-content: center;
  align-items: center;
}


.trashcan-icon {
  height: 16px;
  width: 16px;
  color: white;
  transition: color 0.08s;
  pointer-events: none;
}

.skin-card-close {
  margin-right: 1px;
}


.skin-card-close:hover .trashcan-icon {
  color: rgb(247, 62, 62)
}
.skin-card-copy:hover .copy-icon {
  color: rgb(30, 172, 30)
}


.outcome-card {
  margin-top: 38px;
}
.outcome-card .skin-float  {
  pointer-events: none;
}
.outcome-info {
  display: flex;

  height: 12%;
  width: 100%;

  transform: translateY(calc(-100% - 4px));
  position: absolute;

  background-color: rgb(121, 29, 226);
  border: 1px var(--border-basic-color) solid;
  border-radius: 6px;
}
.outcome-info > div {
  height: 100%;
  border-radius: 6px;
}
.price-source img {
  height: 100%;
  border-radius: 6px;
}
.outcome-profit {
  box-sizing: border-box;
  flex: 0 1 fit-content;  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 2px;
  border: 1px var(--border-basic-color) solid;
  min-width: 73px;
  max-width: var(--max-width);
  overflow: hidden;
  transition: max-width 0.1s;
}
.outcome-profit:hover {
  transition: max-width 0.3s;
  max-width: 100%;
}



.outcome-chance {
  box-sizing: border-box;
  flex: 1 1 0;  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 2px;
  border: 1px var(--border-basic-color) solid;
  overflow: hidden;
  min-width: 0;
}

.profit-green {
  background-color: rgb(6, 97, 29) !important;
}
.profit-red {
  background-color: rgb(196, 48, 48) !important;
}

.stattrak-display, .souvenir-display {
  font-size: 0.9rem;
  color: rgb(255, 161, 54);
  position: absolute;
  top: 44%;
  left: 40%;
  text-shadow: 1px 1px 2px black;
}
.souvenir-display {
  color: rgb(233, 208, 68);
}
.stattrak-option {
  position: relative;
}

.popup-appear {
  animation: popup-appear 2s;
}
.non-clickable {
  pointer-events: none;
}

.reset-prices {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  flex: 0 1 130px;
}
.reset-prices button{
  width: 100%;
  height: 45px;
  height: fit-content;
  padding: 4px 2px;

  border: 2px white solid;
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.02rem;

  border-radius: 6px;
  background: rgb(114, 25, 231);
}

.tradeup-options button, .tradeup-info-container button {
  transition: box-shadow 0.08s
}
.tradeup-options button:hover, .tradeup-info-container button:hover {
  background: linear-gradient(45deg, rgb(89, 18, 148), rgb(180, 22, 180));
  box-shadow: 0px 0px 5px white;
}
.tradeup-options button:active, .tradeup-info-container button:active {
  transform: translateY(2px);
}

.tradeup-recalc {
  flex: 0 1 260px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.recalc-header {
  box-sizing: border-box;
  background-color: rgb(133, 5, 133);
  border: 2px var(--border-basic-color) solid;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
  height: 36px;
  width: 100%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  padding: 0px 4px;

  position: relative;
}
.recalc-content {
  box-sizing: border-box;
  display: flex;
  align-content:  flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  height: 90px;
  width: 100%;
  border: 2px var(--border-basic-color) solid;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow-y: auto;
  padding: 6px 8px;

  column-gap: 3px;
  row-gap: 3px;
  overflow: visible;
  overflow-y: auto;
}
.recalc-special {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
}



.question-mark-icon {
  height: 20px;
  width: 20px;
  color: white;
  margin-top: 2px;
}



.icon-popup {
  width: 280px;
  position: absolute;
  z-index: 11;
  top: 40px;
  right: -30px;
  
  border: 2px var(--border-basic-color) solid;
  border-radius: 7px;
  background-color: rgb(39, 39, 39);
  box-shadow: 2px 2px 5px rgb(27, 27, 27);

  padding: 8px 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
}

.question-mark-container:hover .icon-popup {
  opacity: 1;
  pointer-events: all;
}

.single-recalc-container {
  position: relative;
  margin: 0;
  height: fit-content;
  width: fit-content;
}

.skin-recalc-btn {
  border: 2px var(--border-basic-color) solid;
  border-radius: 5px;
  background-color: rgb(114, 25, 231);
}

.skin-recalc-decisionbox {
  display: flex;
  justify-content: center;
  align-items: center;

  min-width: 121px;

  height: fit-content;
  width: fit-content;
  border: 2px var(--border-basic-color) solid;
  border-radius: 4px;
  flex-direction: column;
  padding: 3px 4px;



  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  margin-top: 2px;
  background-color: rgb(46, 46, 46);
  z-index: 10;
}

.recalc-float {
  display: flex;
  column-gap: 3px;
  row-gap: 3px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3px;
}
.recalc-float button {
  background-color: rgb(0, 117, 196);
  border: 2px rgb(153, 153, 153) solid;
  border-radius: 3px;
}

.recalc-content button:hover {
  box-shadow: 0px 0px 3px white;
}

.button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.green-highlight .skin-float input{
  border-radius: 4px;
  animation: greenHighlight 1s forwards;
}
@keyframes greenHighlight{
  0% {
    background: rgb(1, 139, 1);
  }
  100% {
    color: initial;
  }
}


.border-wrapper-price-graph {
  height: 540px;
  min-width: 800px;
  
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  border-radius: 8px;
  
  background: var(--container-gradient);
}
.price-dist {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: rgba(34, 32, 34, 1);
  border-radius: 10px;
  overflow: hidden;
  border-radius: 8px;
}
.price-dist .table-header {
  position: relative;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  background: linear-gradient(to left, rgb(112, 38, 250), rgb(131, 0, 131));
  border-bottom: 2px var(--border-basic-color) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
}
.price-dist .table-content {
  position: relative;
  box-sizing: border-box;
  height: calc(100% - 60px);
  width: 100%;
}
.price-dist .table-main {
  height: 88%;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.price-dist .table-footer {
  border-top: 2px var(--border-basic-color) solid;
  height: 12%;
  width: 100%;
}
.price-dist .table-footer-content {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  column-gap: 12px;
  padding: 2px 6px;
}
.graph-placeholder {
  height: 100%;
  width: 100%;
}
.footer-skin-name {
  text-align: center;
}
.footer-image {
  height: 92%;
  padding-left: 30px;
  margin-bottom: 2px;
  filter: drop-shadow(2px 2px 2px rgb(22, 22, 22));
}
.footer-price {
  padding-right: 40px;
}

.normal-souv-select {
  height: 100%;
  width: fit-content;
  align-items: flex-start;
}
.normal-souv-select button {
  width: 80px;
}
.skin-type-btns {
  column-gap: 3px;
}


.circ-btns {
  column-gap: 3px;
}

.circ-wrapper {
  box-sizing: border-box;
  height: 22px;
  width: 22px;
  border: 3px var(--circ-border-color) solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 4px rgb(26, 26, 26);
  transition: transform 0.08s, background-color 0.08s;
}
.circ-btn {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgb(26, 26, 26);
}
.circ-wrapper.clicked .circ-btn {
  opacity: 0;
}


.circ-btn.tradeup-purple {
  background-color: rgb(127, 14, 255);
}


.footer-shade-gold {
  background: linear-gradient(
    0deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 10%,
    rgb(253, 200, 26) 90%
  );
}
.footer-shade-red {
  background: linear-gradient(
    0deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 10%,
    rgb(211, 42, 42) 100%
  );
}
.footer-shade-pink {
  background: linear-gradient(
    0deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 10%,
    rgb(184, 10, 184) 100%
  );
}
.footer-shade-purple {
  background: linear-gradient(
    0deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 10%,
    rgb(126, 46, 230) 100%
  );
}
.footer-shade-blue {
  background: linear-gradient(
    0deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 10%,
    rgb(42, 89, 218) 100%
  );
}
.footer-shade-light-blue {
  background: linear-gradient(
    0deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 10%,
    rgb(65, 155, 216) 100%
  );
}
.footer-shade-gray {
  background: linear-gradient(
    0deg,
    rgb(44,44,44) 0%,
    rgb(44,44,44) 10%,
    rgb(173, 173, 173) 100%
  );
}



.bottom-row {
  flex: 0 1 430px;
  padding: 0px 6px;
  column-gap: 16px;
}

.opaque-loader {
  background-color: rgba(26, 26, 26, 0.45);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
}
.no-match-disp, .no-alternatives {
  font-size: 38px;
  font-weight: 500;

  color: rgba(117, 28, 168, 0.658);
  text-shadow: 1px 1px 4px rgb(34, 34, 34);
  
  margin-bottom: 26px;
}
.no-alternatives {
  margin: 0;
  font-size: 34px;
}

.phase-disp {
  position: absolute;
  top: 66px;
  left: -44px;

  font-size: 13px;
  position: relative;
  z-index: 2;
  background: linear-gradient(var(--gradient-text));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.decision-box-wrapper {
  height: 320px;
  min-width: 540px;
  
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  border-radius: 8px;
  
  background: var(--container-gradient);
  
}

.decision-box {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  background: linear-gradient(rgb(39, 39, 39), rgb(54, 54, 54));
  border-radius: 8px;
  display: flex;
  position: relative;
}

.confirm-btn {
  height: 48px;
  width: 96px;
  background-color: rgb(6, 141, 6);
  border: 2px rgb(194, 194, 194) solid;
  border-radius: 6px;
  color: rgb(216, 216, 216);
  font-size: 16px;
  font-weight: 500;
  box-shadow: 2px 2px 5px rgb(24, 24, 24);
  transition: background-color 0.08s, box-shadow 0.08s, opacity 0.05s;
}
.confirm-btn:active {
  opacity: 0.6;
}
.confirm-btn:hover {
  background-color: rgb(9, 97, 9);
}

.box-header {
  font-size: 34px;
  font-weight: 500;
}
.box-note {
  font-size: 18px;
  width: 75%;
  line-break:normal;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.skins-source {
  position: absolute;
  top: 142px;
  right: -42px;

  border: 2px var(--border-basic-color) solid;
  width: 80px;
  padding: 6px;

  row-gap: 6px;

  z-index: -10 !important;

  align-items: flex-end;
  border-radius: 6px;
  background-color: rgb(39, 39, 39);

  animation: move-right 0.4s ease;
}

.skins-source button:hover:not(.clicked) {
  background-color: rgb(112, 38, 250);
}

.card-stickers {
  pointer-events: none;
  height: 24px;
  width: 160px;
  position: absolute;
  left: 12px;
  top: 88px;

  flex-wrap: wrap;

  align-items: flex-start;
  justify-content: flex-start;

  column-gap: -4px;

}
.sticker-container {
  height: 100%;
  z-index: 1;
}
.sticker-container > img {
  height: 100%;
  filter: brightness(1.05) contrast(1.05) drop-shadow(2px 2px 2px black);
}

@keyframes move-right {
  0% {
    right: 4px;
  }
  100% {
    right: -42px;
  }
}

.skins-source button {
  writing-mode: vertical-rl;
  text-orientation: upright;

  width: 28px;

  background-color: rgb(131, 0, 131);

  border: 2px var(--border-basic-color) solid;
  border-radius: 4px;

  font-weight: 500;

  transition: background-color 0.18s;
}

.clicked {
  pointer-events: none;
}

@media (max-width: 768px) {
  .items-containers {
    flex-direction: column;
  }
  .outcomes-window {
    border: none;
    border-top: 5px solid;
    border-image: var(--border-gradient);
    box-sizing: border-box;
    width: 100%;
  }
  .selected-items-window {
    box-sizing: border-box;
    width: 100%;
  }
  .tradeup-info-container {
    column-gap: 10px;
  }
  .t-info-btns {
    column-gap: 10px;
  }
  .tradeup-info {
    height: 56px;
    width: 88px;
    display: flex;
  }
  .tradeup-info > .info-head {
    font-size: 0.9rem;
  }
  .info-output {
    font-size: 1.2rem;
  }
  .main {
    flex:  1 0 auto;
  }
  .selected-items-window, .outcomes-window {
    height: 540px;
  }
  .reset-prices button {
    font-size: 0.9rem;
  }
  .tradeup-options select {
    font-size: 0.95rem;
  }
  /* ALTERNATIVES */
  .skin-info-border-wrapper {
    width: 90%;
    height: 75%;
  }
  .skin-info-main-left {
    display: none;
  }
  .skin-info-main-right {
    width: 100%;
  }
  .skin-info-footer {
    flex-direction: column;
    row-gap: 8px;
  }
  /* ALL */
  .hamb-menu-btn {
    margin-right: 20px;
  }
}
@media (max-width: 705px) {
  .shadow-wrapper {
    left: 47%;
  }
  .mobile-show-options {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .choose-options-container {
    flex: 0 1 0px;
    display: none;
  }
}
@media (max-width: 460px) {
  .shadow-wrapper {
    left: 45%;
  }
  .bottom-row {
    flex: 0 1 310px;
    padding: 0px 6px;
  }
}

.mobile-options-appear {
  flex: 1 1 18%;
  display: block;
}


.viewmode {
  pointer-events: none;
}




.selectable-container::-webkit-scrollbar, .sites-slider::-webkit-scrollbar, .selected-items-window::-webkit-scrollbar, .outcomes-window::-webkit-scrollbar, .recalc-content::-webkit-scrollbar, .card-alternatives::-webkit-scrollbar {
  display: none;
}

.selectable-container, .sites-slider, .selected-items-window, .outcomes-window, .recalc-content, .card-alternatives {
  scrollbar-width: none;
}