.shadow-light {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}

*:focus {
  outline-width: 0px;
  outline-style: solid;
  outline-color: rgb(247, 177.4, 59.8) !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.url:link {
  text-decoration: none;
}
ul,
ol {
  margin-left: 5rem;
  margin-bottom: 2rem;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

li {
  margin-bottom: 1rem;
}
li:last-child {
  margin-bottom: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 45em) {
  html {
    font-size: 56.25%;
  }
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  line-height: 1.7;
  font-weight: 400;
  color: #03222e;
}

strong {
  font-weight: 500;
}

.typ-h01 {
  font-size: 4.8rem;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 1.1;
  letter-spacing: -1px;
}
@media only screen and (max-width: 56.25em) {
  .typ-h01 {
    font-size: 4rem;
  }
}
.typ-h02 {
  font-size: 3.2rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 56.25em) {
  .typ-h02 {
    font-size: 2.8rem;
  }
}
.typ-a01 {
  font-family: "Comfortaa", sans-serif;
}

.u-center-text {
  text-align: center !important;
}

.u-margin-bottom-small {
  margin-bottom: 2rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}

.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}

.u-margin-bottom-huge {
  margin-bottom: 10rem !important;
}

.u-margin-top-small {
  margin-top: 1.5rem !important;
}

.u-margin-top-medium {
  margin-top: 4rem !important;
}

.u-margin-top-big {
  margin-top: 8rem !important;
}

.u-margin-top-huge {
  margin-top: 10rem !important;
}

.btn {
  font-family: inherit;
  color: #27272a;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  background-color: #f59e0b;
  border: solid 3px #27272a;
  border-radius: 100px;
  transition: all 300ms;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn:hover {
  color: #27272a;
  background-color: rgb(221.3291338583, 142.4125984252, 9.0708661417);
  border-color: #27272a;
}
.btn:active, .btn-active {
  color: #f59e0b;
  background-color: #27272a;
  border: 3px solid;
  border-color: #f59e0b;
  transition: all 300ms;
}
.btn:active:hover, .btn-active:hover {
  color: rgb(221.3291338583, 142.4125984252, 9.0708661417);
  background-color: #27272a;
  border-color: rgb(221.3291338583, 142.4125984252, 9.0708661417);
}
.btn-inverted {
  color: #f59e0b;
  background-color: #27272a;
  border-color: #f59e0b;
  transition: all 300ms;
}
.btn-inverted:hover {
  color: rgb(221.3291338583, 142.4125984252, 9.0708661417);
  background-color: rgb(35.1, 35.1, 37.8);
  border-color: rgb(221.3291338583, 142.4125984252, 9.0708661417);
}
.btn-inverted:active {
  color: #27272a !important;
  background-color: #f59e0b !important;
  border-color: #27272a !important;
}
.btn-xxs {
  font-size: 1.6rem;
  padding: 0.4rem;
  min-width: 3rem;
  border-width: 2px;
}
.btn-xs {
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem;
  border-width: 2px;
}
.btn-s {
  padding: 0.8rem 1.6rem;
}
.btn-m {
  padding: 1.2rem 2.4rem;
}
.btn-l {
  padding: 1.6rem 3.2rem;
}
.btn-bind {
  border-radius: 7px;
}
.btn-account {
  margin-left: 2.2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.btn-buy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 1.6rem 3.6rem 1.6rem;
  border-radius: 200px;
  position: relative;
}
@media only screen and (max-width: 45em) {
  .btn-buy {
    padding: 0.8rem 0.8rem 3.2rem 0.8rem;
  }
}

.input {
  transition: all 200ms;
}
.input-square {
  border-radius: 7px;
}
.input-round {
  border-radius: 100px;
}
.input-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.input-number {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.8rem;
  color: #f59e0b;
  min-width: 15rem;
  width: 100%;
  max-width: 30rem;
  text-align: center;
  padding: 1.6rem 3.2rem;
  background-color: #27272a;
  border: solid 3px #f59e0b;
}
.input-number:focus {
  outline: none;
  border-color: rgb(221.3291338583, 142.4125984252, 9.0708661417);
  background-color: rgb(59.6555555556, 59.6555555556, 64.2444444444);
}
.input-number {
  -moz-appearance: textfield;
}
.input-number::-webkit-inner-spin-button, .input-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-checkbox, .input-radio {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  flex-shrink: 0;
  border-style: solid;
  border-color: #f59e0b;
  background-color: #27272a;
  cursor: pointer;
  position: relative;
}
.input-checkbox:checked::after, .input-radio:checked::after {
  content: "";
  position: absolute;
  background-color: #f59e0b;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  transform: translate(-50%, -50%);
}
.input-checkbox {
  border-radius: 7px;
}
.input-radio {
  border-radius: 100% !important;
}
.input-radio:checked::after {
  border-radius: 100% !important;
}
.input-s {
  width: 2rem;
  height: 2rem;
  border-width: 0.2rem;
  border-radius: 5px;
}
.input-s:checked::after {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 2px;
}
.input-m {
  width: 2.8rem;
  height: 2.8rem;
  border-width: 0.3rem;
}
.input-m:checked::after {
  width: 1.6rem;
  height: 1.6rem;
}
.input-bind {
  width: 100%;
  padding: 1.6rem 3.2rem 1.6rem 3.2rem;
  cursor: pointer;
  text-align: center;
  font-size: 1.8rem;
  color: #f59e0b;
  border: solid 3px #f59e0b;
  background-color: #27272a;
}
.input-bind::placeholder {
  opacity: 0.5;
}
.input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1.6rem 4.8rem 1.6rem 3.2rem;
  text-align: center;
  text-align-last: center;
  font-size: 1.8rem;
  color: #f59e0b;
  border: solid 3px #f59e0b;
  background: #27272a url(../img/arrow-down.png) no-repeat right 1.8rem top 50%;
  background-size: 1.6rem auto;
}
.input-select:disabled {
  background: #27272a url(../img/arrow-down-grayscale.png) no-repeat right 1.8rem top 50%;
  background-size: 1.6rem auto;
}
.input-range {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  min-width: 25rem;
  height: 2rem;
  background-color: #27272a;
  border: solid 3px #f59e0b;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 56.25em) {
  .input-range {
    min-width: 15rem;
  }
}
.input-range::-moz-range-track, .input-range::-webkit-slider-runnable-track {
  height: 100%;
  background-color: #27272a;
  border-radius: 5px;
}
.input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(209.0330708661, 134.5007874016, 8.5669291339);
  border-radius: 3px;
  width: 1rem;
  height: 3.6rem;
  cursor: grab;
  transition: background-color 0.2s;
}
.input-range::-moz-range-thumb {
  border: none;
  background-color: rgb(209.0330708661, 134.5007874016, 8.5669291339);
  border-radius: 3px;
  width: 1.6rem;
  height: 3.6rem;
  cursor: grab;
}
.input-disabled {
  border-color: #bababa;
  background-color: #040404;
  color: #bababa;
  cursor: not-allowed;
  opacity: 0.7;
}
.input-disabled:checked::after {
  background-color: #bababa;
}
.input-disabled::-webkit-slider-thumb {
  cursor: not-allowed;
  background-color: #a2a2a2;
}
.input-disabled::-moz-range-thumb {
  cursor: not-allowed;
  background-color: #a2a2a2;
}

.img {
  width: 100%;
}

.header {
  background-color: #27272a;
  padding: 3rem 0;
}

.header-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-nav_logo {
  padding: 1rem;
}
.header-nav_logo-img {
  width: 100%;
  height: 100%;
  max-width: 15rem;
  max-height: 15rem;
}
.header-nav_links {
  padding: 1.1rem 0;
  display: flex;
  align-items: center;
  min-height: 9rem;
  flex-wrap: wrap;
}
.header-nav_links-item {
  color: #f59e0b;
  font-weight: 400 !important;
  display: inline-block;
  padding: 1.3rem 2rem;
  transition: all 300ms;
  height: 58px;
  font-size: 1.92rem;
}
.header-nav_links-item:hover, .header-nav_links-item:active {
  box-shadow: inset 0px -3px 0px #f59e0b;
}

svg {
  fill: white;
  height: 1.92rem;
  width: 1.92rem;
}

.footer {
  background-color: #27272a;
  padding: 1rem;
}
.footer-support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.footer-support_logo {
  width: 100%;
  height: 100%;
  max-width: 1.6rem;
  max-height: 1.6remrem;
}
.footer-support_link {
  color: #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.footer-support_link:hover {
  color: #f1f3f5;
}

.version {
  color: #adb5bd;
  font-size: 1rem;
}

.flex-center {
  display: flex;
  align-content: center;
  justify-content: center;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

.grid {
  display: grid;
}

.cs2-toolkit-title {
  color: #fff;
  text-decoration: none;
}
.cs2-toolkit-container {
  display: grid;
  grid-template-columns: minmax(26rem, 1fr) 5fr;
  grid-template-rows: auto 1fr auto;
  background-color: #fff;
}
@media only screen and (max-width: 56.25em) {
  .cs2-toolkit-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr auto;
  }
}
.cs2-toolkit-sidebar {
  grid-row: 2;
  grid-column: 1;
}
@media only screen and (max-width: 56.25em) {
  .cs2-toolkit-sidebar {
    grid-row: 2;
    grid-column: 1;
  }
}
@media only screen and (max-width: 56.25em) {
  .cs2-toolkit-content {
    grid-row: 3;
    grid-column: 1;
  }
}

.tool-container {
  display: grid;
  grid-template-columns: minmax(40rem, 4fr) minmax(25rem, 1fr);
  min-height: 100svh;
}
@media only screen and (max-width: 75em) {
  .tool-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}
.tool__content {
  grid-column: 1;
  grid-row: -1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 75em) {
  .tool__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.tool__sidebar {
  grid-column: 2;
  grid-row: 1/-1;
  z-index: 5;
}
@media only screen and (max-width: 75em) {
  .tool__sidebar {
    grid-column: 1;
    grid-row: 1;
  }
}
.tool__sidebar-container {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow-y: scroll;
}
@media only screen and (max-width: 75em) {
  .tool__sidebar-container {
    height: auto;
  }
}

.header {
  grid-column: 1/-1;
  grid-row: 1;
}

.toolkit-tool__header {
  background-color: #0f172a;
  color: #f1f3f5;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.toolkit-tool__description {
  text-align: center;
}
.toolkit-tool__share-btn {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.toolkit-tool__share-btn svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  fill: #f59e0b;
}
.toolkit-tool__share-btn:hover svg {
  fill: rgb(221.3291338583, 142.4125984252, 9.0708661417);
}
.toolkit-tool__share-btn:active svg {
  fill: #27272a;
}

.footer {
  grid-column: 1/-1;
  grid-row: -1;
}

.hidden {
  display: none !important;
}

.message {
  font-size: 1.6rem;
}
.message-error {
  color: #ff3e3e;
}
.message-success {
  color: #22bb33;
}

body.scroll-lock {
  overflow: hidden;
}

.bind-key-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.bind-key-modal__message {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.bind-key-modal__suggestion {
  text-align: center;
}
.bind-key-modal__content {
  position: relative;
  background: white;
  padding: 2rem;
  border-radius: 9px;
}
.bind-key-modal__content--touchscreen {
  max-height: 90vh;
  overflow-y: auto;
  max-width: 80rem;
}
.bind-key-modal__content--notouch {
  padding: 2rem 4rem;
  background-color: #27272a;
  color: #f59e0b;
  border: 3px solid #f59e0b;
}
@media only screen and (max-width: 56.25em) {
  .bind-key-modal {
    padding: 1rem;
  }
}
.bind-key-modal__close-icon {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  font-size: 3rem;
  color: #27272a;
}
.bind-key-modal__close-icon:hover {
  color: #f59e0b;
}
.bind-key-modal__title {
  margin: 1rem 0 0 0;
  font-size: 1.8rem;
}
.bind-key-modal__container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cs2-toolkit__sidebar-container {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow-y: scroll;
  padding: 1rem;
}
@media only screen and (max-width: 75em) {
  .cs2-toolkit__sidebar-container {
    height: auto;
  }
}
.cs2-toolkit__tools {
  z-index: 5;
}
@media only screen and (max-width: 56.25em) {
  .cs2-toolkit__tools {
    padding: 0.5rem;
  }
}
.cs2-toolkit__tools-title {
  text-align: center;
  font-weight: 600;
  padding: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .cs2-toolkit__tools-title {
    padding: 1rem 0 0 0;
  }
}

.tools-dropdown {
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .tools-dropdown {
    display: block;
  }
}
.tools-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .tools-list {
    display: none;
  }
}
.tools-list_item {
  display: inline-block;
  border-radius: 100px;
  transition: all 300ms;
}
.tools-list_item:link, .tools-list_item:visited {
  text-decoration: none;
}
.cs2-converters-volume {
  margin: 0 auto;
}
.cs2-converters-volume_value-select {
  text-align: center;
  grid-column: 1/-1;
}
.cs2-converters-volume_value-select_text {
  font-size: 2rem;
  font-weight: 600;
}
.cs2-converters-volume_status {
  margin-bottom: 1.2rem;
}
.cs2-converters-volume_container {
  width: 100%;
  max-width: 120rem;
  padding: 3rem 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: start;
  gap: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .cs2-converters-volume_container {
    grid-template-columns: 1fr;
  }
}
.cs2-converters-volume_container-input, .cs2-converters-volume_container-output {
  max-width: 40rem;
  width: 100%;
}
.cs2-converters-volume_container-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.cs2-converters-volume_container-output {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 2rem;
}
.cs2-converters-volume_container-output_result-container_left {
  justify-self: end;
  align-content: center;
}
.cs2-converters-volume_container-output_result-container_right {
  justify-self: start;
}
.cs2-converters-volume_container-output_result-value {
  font-size: 2rem;
}
.cs2-converters-volume_container-output_result-status_container {
  width: 100%;
  text-align: center;
  grid-column: 1/-1;
}
.cs2-converters-volume_container-output_title-container {
  grid-column: 1/-1;
}
.cs2-converters-volume_container-output_title-text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

.cs2-autoexec-tool_sidebar-container {
  line-height: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
}
@media only screen and (max-width: 75em) {
  .cs2-autoexec-tool_sidebar-container {
    height: auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 45em) {
  .cs2-autoexec-tool_sidebar-container {
    grid-template-columns: 1fr;
  }
}

.setting-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid #dee2e6;
  padding: 1rem;
  gap: 3rem;
  flex-wrap: wrap;
  background-color: rgb(254, 245.3, 230.6);
}
@media only screen and (max-width: 56.25em) {
  .setting-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.setting-container-disabled {
  background-color: #f7f6f6;
}
.setting-item_ToggleName {
  width: 45%;
}
@media only screen and (max-width: 56.25em) {
  .setting-item_ToggleName {
    width: 100%;
  }
}
.setting-item_input {
  width: auto;
}
.setting-item_container {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 6.5rem;
}

.settings-grp_identifier {
  display: flex;
  width: 100%;
  padding: 1rem;
  gap: 1rem;
  align-items: center;
  min-height: 5rem;
  color: #f59e0b;
  background-color: #27272a;
  border: solid rgba(245, 158, 11, 0.95);
  border-width: 3px 0 0 0;
}
.settings-grp_name-grpLvl1 {
  font-size: 2.4rem;
  font-weight: 900;
}
.settings-grp_name-grpLvl2 {
  font-size: 2rem;
  font-weight: 700;
}
.settings-grp_name-grpLvl3 {
  font-size: 1.8rem;
  font-weight: 500;
}

.setSrc-grp_container {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 1rem;
}
.setSrc-grp_name {
  text-align: center;
}
.setSrc-item_container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cs2-autoexec-tool_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.cs2-autoexec-tool_modal-content {
  position: relative;
  height: 90svh;
  overflow-y: auto;
  background: white;
  padding: 20px;
  border-radius: 9px;
  max-width: 80rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 56.25em) {
  .cs2-autoexec-tool_modal {
    padding: 1rem;
  }
}
.cs2-autoexec-tool_modal-close_icon {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  font-size: 3rem;
  color: #27272a;
}
.cs2-autoexec-tool_modal-close_icon:hover {
  color: #f59e0b;
}
.cs2-autoexec-tool_modal-textarea {
  flex: 1;
  width: 100%;
  color: #27272a;
  font-size: 1.6rem;
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
}
.cs2-autoexec-tool_modal-textarea:disabled {
  opacity: 1;
}
.cs2-autoexec-tool_modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
}

.getOutput-container {
  grid-column: 1/-1;
  padding: 1rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.filters,
.output {
  padding: 0.5rem;
  grid-template-columns: 1fr;
}
.filters__title,
.output__title {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  grid-column: 1/-1;
  padding: 1.5rem 0 0 0;
}
.filters__grp,
.output__grp {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.filters__grp--title,
.output__grp--title {
  text-align: center;
  padding: 1rem 0 0rem 0;
  font-weight: 600;
}

.reset-flt {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 45em) {
  .reset-flt {
    padding: 1rem;
  }
}

.cs2-buybinds-tool_main {
  padding: 3rem;
}
@media only screen and (max-width: 45em) {
  .cs2-buybinds-tool_main {
    padding: 1rem;
  }
}
.cs2-buybinds-tool_main-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 4rem;
}
@media only screen and (max-width: 90em) {
  .cs2-buybinds-tool_main-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 45em) {
  .cs2-buybinds-tool_main-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2rem;
  }
}
.cs2-buybinds-tool_sidebar-container {
  position: sticky;
  top: 0;
}

.buyitem {
  user-select: none;
}
.buyitem-type {
  grid-column: 1/-1;
  margin-top: 3rem;
  font-size: 3rem;
}
@media only screen and (max-width: 75em) {
  .buyitem-type {
    font-size: 2rem;
  }
}

.btn-key-bind-listener {
  padding: 1rem 3rem;
}

.output-price {
  display: flex;
  align-items: center;
}
.output-price_box {
  color: #fff;
  width: 100%;
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.output-price_box-t {
  background-color: #faac18;
}
.output-price_box-ct {
  background-color: #29397f;
}
.output-console-command {
  padding: 1rem;
  background-color: #dee2e6;
  border: 3px solid #f59e0b;
  min-height: 15rem;
}
.output-console-command_text {
  font-size: 1.6rem;
}

.buybinds-status {
  margin-bottom: 1rem;
}
.buybinds-status_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buybinds-status_copy {
  color: #22bb33;
}
.item-img {
  width: 70%;
  max-width: 30rem;
  padding: 1.6rem 0 0.8rem 0;
  pointer-events: none;
  -webkit-user-drag: none;
}
@media only screen and (max-width: 90em) {
  .item-img {
    width: 80%;
    padding: 1rem 0rem;
  }
}
.item-price {
  font-size: 1.6rem;
}

.bind {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 1rem;
}
.bind-key {
  text-align: center;
}
.bind-key_text {
  font-size: 3.2rem;
}
.btn-buybind-tool_copy {
  margin-top: 1rem;
}

.cs-team_t::before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  bottom: 1rem;
  left: 50%;
  border-radius: 100px;
  border: 3px solid;
  border-color: #27272a;
  background-color: #faac18;
  transition: all 300ms;
  transform: translateX(-50%);
}
.cs-team_t:hover::before {
  border-color: #27272a;
  background-color: rgb(241.3754237288, 159.8720338983, 5.2245762712);
}
.cs-team_t:active::before, .cs-team_t.btn-active::before {
  border-color: #f59e0b;
  background-color: #e19b16;
}
.cs-team_t.btn-active:hover::before {
  border-color: rgb(221.3291338583, 142.4125984252, 9.0708661417);
  background-color: #e19b16;
}
.cs-team_ct::after {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  bottom: 1rem;
  left: 50%;
  border-radius: 100px;
  border: 3px solid;
  border-color: #27272a;
  background-color: #29397f;
  transition: all 300ms;
  transform: translateX(-50%);
}
.cs-team_ct:hover::after {
  border-color: #27272a;
  background-color: rgb(36.9, 51.3, 114.3);
}
.cs-team_ct:active::after, .cs-team_ct.btn-active::after {
  border-color: #f59e0b;
  background-color: #253372;
}
.cs-team_ct.btn-active:hover::after {
  border-color: rgb(221.3291338583, 142.4125984252, 9.0708661417);
  background-color: #253372;
}
.cs-team_b::before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  bottom: 1rem;
  left: 50%;
  border-radius: 100px;
  border: 3px solid;
  border-color: #27272a;
  background-color: #faac18;
  transition: all 300ms;
  transform: translateX(calc(-50% - 1.4rem));
}
.cs-team_b:hover::before {
  border-color: #27272a;
  background-color: rgb(241.3754237288, 159.8720338983, 5.2245762712);
}
.cs-team_b:active::before, .cs-team_b.btn-active::before {
  border-color: #f59e0b;
  background-color: #e19b16;
}
.cs-team_b.btn-active:hover::before {
  border-color: rgb(221.3291338583, 142.4125984252, 9.0708661417);
  background-color: #e19b16;
}
.cs-team_b::after {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  bottom: 1rem;
  left: 50%;
  border-radius: 100px;
  border: 3px solid;
  border-color: #27272a;
  background-color: #29397f;
  transition: all 300ms;
  transform: translateX(calc(-50% + 1.4rem));
}
.cs-team_b:hover::after {
  border-color: #27272a;
  background-color: rgb(36.9, 51.3, 114.3);
}
.cs-team_b:active::after, .cs-team_b.btn-active::after {
  border-color: #f59e0b;
  background-color: #253372;
}
.cs-team_b.btn-active:hover::after {
  border-color: rgb(221.3291338583, 142.4125984252, 9.0708661417);
  background-color: #253372;
}

.cs2-converter-tool_sidebar-container {
  position: sticky;
  top: 0;
}

.cs2-converter-tool-content_title-cotainer {
  background-color: #faac18;
  color: #f1f3f5;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cs2-converter-tool-content_title-secondary {
  display: none;
}
.cs2-converter-tool-content_title-description {
  text-align: center;
}

.converter-tool-dropdown {
  display: none;
}
@media only screen and (max-width: 75em) {
  .converter-tool-dropdown {
    display: block;
  }
}
.converter-tool-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 75em) {
  .converter-tool-list {
    display: none;
  }
}
.converter-tool-list_item {
  display: inline-block;
  border-radius: 100px;
  transition: background-color color 300ms ease-in-out;
}
.converter-tool-list_item:link, .converter-tool-list_item:visited {
  text-decoration: none;
}
.cs2-converter-tool_sidebar {
  z-index: 5;
  padding: 1rem;
}
@media only screen and (max-width: 75em) {
  .cs2-converter-tool_sidebar {
    padding: 0.5rem;
  }
}
.cs2-converter-tool_title {
  text-align: center;
  font-weight: 600;
  padding: 1rem;
}
@media only screen and (max-width: 75em) {
  .cs2-converter-tool_title {
    padding: 1rem 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */