.ts-link {
  padding: 12px;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  text-decoration: none;
  color: #da9a00;
  background-color: transparent;
  border: 2px solid #da9a00;
  border-radius: 17px;
  margin-right: 40px;
  transition: 0.5s;
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #c16701;
  border: 0px none #ffffff;
  border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background: #c16701;
}

::-webkit-scrollbar-thumb:active {
  background: #c16701;
}

::-webkit-scrollbar-track {
  background: #363636;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
  background: #363636;
}

::-webkit-scrollbar-track:active {
  background: #333333;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.ts-link:hover {
  background-color: #da9a00;
  border: 8px solid #da9a00;
  transition: 0.5s;
  color: rgb(238, 226, 226);
}

.ts-visualization-link {
  cursor: pointer;
}

.btn-outline-secondary {
  border: 0;
}

.btn-outline-secondary:hover {
  background: #f65f00 !important;
}

.btn-outline-secondary:focus {
  box-shadow: none !important;
}

.ts-btn-shop {
  position: relative;
  padding: 8px;
}

.ts-btn-shop > span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--bg-orange-secondary);
  color: #fff;
  font-size: 8pt;
  padding: 1px 3px;
  border-radius: 10px;
  text-align: center;
}

.ts-btn-shop:hover i {
  color: var(--font-color-gray) !important;
}
.ts-btn-shop:hover {
  background-color: var(--bg-color-dark-medium);
  border-radius: 10px;
  cursor: pointer;
}

@media screen and (max-width: 720px) {
  .ts-card-about {
    height: auto !important;
  }
}

.ts-card-about {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ts-card-container {
  position: relative;
  background-color: var(--bg-color-orange);
  width: 301px;
  border-radius: 20px;
  border: 5px solid var(--bg-color-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
  z-index: 15;
}

@media screen and (max-width: 900px) and (min-width: 720px) {
  .ts-card-container {
    width: 199px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 720px) {
  .ts-card-container {
    width: 199px;
  }
}

.ts-card-container > .ts-card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
  margin-top: 62px;
}

.ts-card-container > .ts-card-body > p,
.ts-card-container > .ts-card-header > h2 {
  font-family: "Poppins", sans-serif;
}
.ts-card-container > .ts-card-header > h2 {
  text-transform: uppercase;
  color: var(--font-color-orange-dark);
  text-align: center;
  font-size: 28pt;
  line-height: 31px;
  font-weight: bold;
}

@media screen and (max-width: 900px) and (min-width: 720px) {
  .ts-card-container > .ts-card-header > h2 {
    font-size: 20pt;
  }
}

@media screen and (max-width: 1200px) and (min-width: 720px) {
  .ts-card-container > .ts-card-header > h2 {
    font-size: 20pt;
  }
}

.ts-card-container > .ts-card-body {
  border-radius: 10px;
  background-color: #fff;
  width: 118%;
  margin-bottom: -7px;
  margin-top: 13px;
}

.ts-card-container > .ts-card-body p {
  text-align: center;
  color: #1a1a1a;
  font-size: 13pt;
  padding: 18px;
}

@media screen and (max-width: 900px) {
  .ts-card-container > .ts-card-body p {
    font-size: 10pt;
  }
}
.ts-card-container > .ts-card-header > .icon-type-about {
  position: absolute;
  top: -38px;
  border-radius: 50%;
  background-color: var(--bg-orange-secondary);
}
.ts-card-container > .ts-card-header > .icon-type-about > i {
  color: #fff;
  padding: 21px;
  font-size: 28pt;
}

.ts-form-product {
  background-color: #4b4b4b;
  padding: 3px;
  border-radius: 17px;
  max-width: 335.5px;
  width: 335.5px;
}

.about-tutorial > p {
  color: #aaaaaa;
}
.about-tutorial > p > a {
  color: var(--bg-orange-secondary);
  text-decoration: none;
}
.about-tutorial > p > a:hover {
  text-decoration: underline;
}
.ts-form-product > input {
  margin: 0;
  background-color: transparent;
  border: none;
  color: #aaaaaa;
  text-indent: 0.8em;
  width: 100%;
}

.ts-form-product > input:focus {
  outline: none;
}

.ts-form-product > button {
  padding: 0px;
  margin: 0px;
  box-shadow: none;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ts-form-product > button > i {
  color: #55585c;
  padding: 3px;
  transition: 0.5s;
}

.ts-form-product > button:hover i {
  color: var(--font-color-orange);
}

.ts-announcement-min {
  font-family: "Poppins", sans-serif;
  font-size: 11pt;
  color: var(--font-color-gray);
  display: flex;
  align-items: center;
}

.ts-announcement-min > .ts-tag-promo {
  color: var(--font-orange-secondary);
  text-transform: uppercase;
  margin-left: 10px;
}

.ts-tag-promo {
  color: #da9a00 !important;
}

.ts-announcement-min > .new-box-badge {
  padding: 2px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: var(--bg-orange-secondary);
  font-family: "Poppins", sans-serif;
  color: rgb(226, 226, 226) !important;
  font-size: 5pt;
  border-radius: 8px;
}

.new-box-badge {
  margin-right: 5px;
}

@media screen and (max-width: 720px) {
  .ts-area-description {
    justify-content: center !important;
  }
}
.ts-area-description {
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 50px;
}

.ts-message-normal {
  font-size: 13pt;
  color: #9ba9a9;
  font-family: "Poppins", sans-serif;
}

.ts-card-bordered {
  border-radius: 8px;
  border: 1px solid var(--bg-color-gray-medium-secondary);
  padding: 10px;
  margin-bottom: 10px;
}

.discord-button {
  width: 240px;
  background: rgb(187, 96, 84);
  background: radial-gradient(
    circle,
    rgba(187, 96, 84, 1) 0%,
    rgba(210, 149, 111, 1) 100%
  );
  color: #fff;
  border-radius: 50px;
  padding: 14px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  border: 0;
  margin-top: 40px;
  margin-bottom: 80px;
}

.discord-button:focus {
  outline: none;
}

.terms-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #c3c2c2;
  margin-top: 30px;
  font-size: 20px;
}

.terms-list {
  font-family: "Poppins", sans-serif;
  color: #8f8e8e;
  list-style: none !important;
}

.terms-list > li {
  margin-top: 10px;
  margin-right: 16px;
}

.obs-term {
  font-family: "Poppins", sans-serif;
  color: #c55f5f;
  font-weight: 500;
  margin-top: 15px;
}

.ts-margin-top-5 {
  margin: 5px 0;
}

.card-advertising {
  background: #70361478;
  width: 280px;
  padding: 20px;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
}

.ts-card-header {
  text-align: center;
}

.ts-card-header > i {
  background: var(--bg-color-orange);
  border-radius: 50% !important;
  padding: 20px;
  border: 0;
}

.card-footer-title {
  color: #e5b391;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}

.card-footer-desc {
  color: #e5b39191;
  font-size: 10px;
  text-align: center;
}

.text-style {
  color: #727272;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  line-height: 35px;
  transition: 0.5s;
}

.footer-texts {
  color: #727272;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  line-height: 35px;
  transition: 0.5s;
}

.footer-texts:hover {
  color: var(--bg-color-orange);
}

.social-networks-footer {
  display: flex;
  text-decoration: none;
  list-style: none;
}

.social-networks-footer > li > a {
  margin-left: 15px;
  font-size: 20px;
}

.social-networks-footer > li > a > i {
  color: #727272;
}
.ts-card-component-icon {
  display: flex;
  align-items: center;
  padding: 3px;
  font-family: "Poppins", sans-serif;
}

.ts-card-component-icon > .header {
  font-size: 32px;
  border-radius: 50%;
  fill: #ffb485;
  color: #ffb485;
  background-color: #bc5a1d;
  margin-right: 13px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.ts-card-component-icon > .body {
  line-height: 14px;
}

.ts-card-component-icon > .body > h6 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2px;
}

.ts-card-component-icon > .body > p {
  font-weight: 200;
  padding-top: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.ts-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 720px) {
  .ts-align-center {
    justify-content: normal;
  }
}

.card-discord-invite {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-image: linear-gradient(180deg, #7289da 0%, #99aab5 100%);
  padding: 8px;
  border-radius: 15px;
}
.card-discord-invite > h5 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.card-discord-invite > p {
  font-size: 14px;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.card-discord-invite > a {
  text-decoration: none;
  margin: 10px auto;
  width: 60%;
}
.card-discord-invite > a > button {
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 5px;
  box-shadow: none;
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-align: center;
  transition: 0.5s;
}

.card-discord-invite > a:hover button {
  background-color: #fff;
  color: #7289da;
}

.ts-distruct-link {
  text-decoration: none;
  padding: 25px 0;
}

.ts-advertising-light {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  padding: 20px;
  border-radius: 10px;
  background-color: #bc5a1d;
  padding-bottom: 17px;
  width: 211px;
}

.ts-advertising-light > .header {
  font-size: 32px;
  border-radius: 50%;
  fill: #ffb485;
  color: #ffb485;
  background-color: #6e2a00;
  margin-right: 13px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.ts-advertising-light > .body {
  line-height: 14px;
  padding-bottom: 13px;
}

.ts-advertising-light > .body > h6 {
  font-weight: 600;
  margin-bottom: 2px;
}

.ts-advertising-light > .body > p {
  font-weight: 200;
  padding-top: 5px;
  font-size: 14px;
}

.ts-advertising-light > button {
  border-radius: 18px;
  background-color: white;
  border: none;
  padding: 8px 10px;
  font-family: "Poppins", sans-serif;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
  color: var(--font-color-orange-dark);
}

.large-card-adv {
  width: 422px;
}

.auth-area {
  margin-top: 55px;
  margin-bottom: 55px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 40vh;
}

.auth-area > h1 {
  color: var(--font-orange-secondary);
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  text-align: center;
  line-height: 18px;
}

.auth-area > p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--font-color-gray);
}

.auth-area > a {
  text-decoration: none;
}

.auth-area > a > button {
  margin: 16px auto;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background-color: var(--bg-orange-secondary);
  padding: 10px 26px;
  border: none;
}

.auth-area > a:hover button {
  background-color: var(--bg-color-orange-dark-s);
  transition: 0.5s;
}

.ts-button-circular {
  border-radius: 20px;
}

.ts-account-area-user {
  padding: 30px;
}

.ts-account-area-user > h1 {
  color: #f65f00;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
}

.ts-account-area-user > div > h2 {
  color: #f65f00;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.ts-account-area-user > p {
  color: #6b6b6b;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 720px) {
  .ts-account-area-user > div > h2 {
    font-size: 12px;
  }
}

.ts-input-styles {
  background: #2a2c2e;
}

.ts-account-area-user > h3 {
  font-family: "Poppins", sans-serif;
  color: var(--font-orange-secondary);
}

.ts-input-styles {
  padding: 10px;
  border: 0;
  outline: none;
  width: 250px;
  color: #acacac;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media screen and (max-width: 720px) {
  .ts-input-styles {
    width: 160px;
  }
}

.ts-button-styles {
  background-color: var(--font-orange-secondary);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  width: 100px;
  padding: 10px;
  border: 0;
  outline: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ts-account-area-user > button {
  border-radius: 20px;
  margin: 16px auto;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background-color: var(--bg-orange-secondary);
  padding: 10px 26px;
  border: none;
}

.ts-account-area-user > button:hover {
  background-color: var(--bg-color-orange-dark-s);
  transition: 0.5s;
}

.ts-card-info {
  border-radius: 10px;
  background-color: var(--bg-orange-normal);
  padding: 25px;
  font-family: "Poppins", sans-serif;
  width: 35vh;
  margin: 0 auto;
}

.ts-card-info > h2 {
  font-size: 18px;
}

.ts-card-info > span {
  font-size: 24px;
}

.orange-letter {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  margin-bottom: 10px;
  color: var(--font-orange-secondary);
}

.ts-button {
  width: 200px;
  height: 45px;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.ts-controller-flex {
  position: relative;
}

.ts-btn-orange {
  background-color: var(--bg-orange-normal);
  color: #fff;
}

.ts-btn-orange::hover {
  background-color: var(--bg-color-orange-dark-s);
}

.ts-absolute-left {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 10px;
}

.ts-area-section-panel {
  display: flex;
}

.ts-area-section-panel > h2 {
  width: 85%;
}

.ts-card-body {
  background: #363636;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ts-card-body > img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.ts-card-body > h1 {
  font-size: 18px;
  padding: 15px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.button-area {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-bottom: 40px;
}

.button-area > button {
  background: #f65f00;
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  border: 0;
  margin-bottom: 20px;
}
.ts-alert-danger {
  background-color: var(--bg-color-secondary-dark);
  border: 1px solid #d91a1a;
  color: #eb3b3b;
  display: none;
  word-break: break-all;
}

.ts-input-bg {
  font-family: "Poppins", sans-serif;
  color: #dedede !important;
  background-color: var(--bg-color-secondary-dark);
  border: 1px solid #f65f00;
}

.ts-input-bg:disabled {
  background-color: var(--bg-color-secondary-dark);
  color: #dedede42 !important;
}

.ts-button-publish {
  padding: 0.375rem 0.75rem;
}

.list-categories {
  overflow: auto;
  padding-bottom: 3px;
}

.ts-scrollbar-orange {
  overflow: auto;
}

.ts-scrollbar-orange::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

.ts-scrollbar-orange::-webkit-scrollbar-track {
  background: transparent;
}

.ts-scrollbar-orange::-webkit-scrollbar-thumb {
  background-color: var(--bg-orange-normal);
  border-radius: 8px;
}

.ts-scrollbar-orange::-webkit-scrollbar-thumb:hover {
  background-color: var(--bg-color-orange-dark-s);
}

.images-list {
  display: flex;
  width: min-content;
  margin-bottom: 8px;
  margin-top: 3px;
}

.images-list > a {
  position: relative;
  min-width: max-content;
  flex: auto;
  text-decoration: none;
  margin: 0 6px;
  font-size: 14px;
  color: #fff;
  padding: 5px;
  border-radius: 8px;
  background-color: var(--bg-orange-secondary);
}
.images-list > .remove-button:hover::after {
  content: "x";
  position: absolute;
  right: 8px;
  border-radius: 8px;
  padding: 0px 2px;
  top: -7px;
  transform: translate(50%, 50%);
  background-color: var(--bg-color-orange-dark-s);
  color: #fff;
}
.images-list > .remove-button-image > span {
  display: none;
}

.images-list > .remove-button-image > a {
  text-decoration: none;
  margin: 0 6px;
  font-size: 14px;
  color: #fff;
}

.images-list > .remove-button-image:hover span {
  padding-left: 2px;
  padding-right: 2px;
  position: absolute;
  right: 5px;
  background-color: var(--bg-color-orange-dark-s);
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.images-list > a:hover {
  background-color: var(--bg-color-orange-dark-s);
}

.ts-form-select {
  color: #fff;
}

.btn-modal {
  color: #fff;
  cursor: pointer;
}

.form-control:focus {
  background-color: inherit !important;
  border-color: #f65f00 !important;
  box-shadow: none !important;
}

#video {
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .ts-logo-area {
    display: none;
  }

  .ts-card-about {
    margin-top: 50px;
  }

  .discord-row-content {
    text-align: center;
  }

  .button-discord-styles {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .social-networks-footer {
    justify-content: center;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .card-advertising {
    margin-left: auto;
    margin-right: auto;
  }

  .ts-link {
    margin-right: 0;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
}

.cookie-banner {
  display: none;
}

.pagination {
  display: flex;
  justify-content: right;
  margin-top: 30px;
}

.page-link {
  padding: 0.575rem 1.2rem !important;
  color: var(--bg-color-orange-max);
  transition: 0.4s;
}

.page-link:hover {
  background: #efe9e9;
  color: var(--bg-color-orange-max);
  cursor: pointer;
  transition: 0.4s;
}

.page-item.active .page-link {
  background: var(--bg-color-orange-max);
  border-color: var(--bg-color-orange-max);
}

.ts-input-file {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  border: 1px solid var(--bg-color-orange-max);
  overflow: none;
  height: 38px;
}
.ts-input-file:hover {
  cursor: pointer;
}

.ts-input-file > p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-indent: 5px;
}

.ts-input-file > button > i {
  padding: 0px 3px;
}

.ts-input-file > button {
  height: 100%;
  min-height: 100%;
  border: none;
  background-color: var(--bg-color-orange-max);
  font-family: "Poppins", sans-serif;
}

.header-search {
  margin-top: 20px;
}
.header-search > div > h1 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: var(--bg-color-orange-max);
}

.ts-toast {
  border: 1px solid var(--font-orange-secondary);
  background-color: var(--font-color-secondary-dark);
}
.ts-toast > .ts-toast-header {
  background-color: var(--bg-color-gray-medium);
  border-bottom: 1px solid var(--font-orange-secondary);
}

.ts-toast > .ts-toast-header > strong {
  color: var(--font-orange-secondary);
}

.ts-toast > .ts-toast-header > strong > i {
  color: var(--font-orange-secondary);
}

.ts-toast > .ts-toast-header > button {
  background-color: transparent;
  border: none;
}

[disabled] {
  opacity: 0.7;
}

.ts-paid {
  color: var(--font-color-green-medium);
}
.ts-pending > a {
  text-decoration: none;
  color: var(--bg-orange-lightness);
}
.ts-pending {
  color: var(--bg-orange-lightness);
}
