.section.no-padding-top-mobile {
  padding: 0 1.5rem 3rem; }

.text-white {
  color: #fff; }

.text-yellow {
  color: #FAC214; }

.bg-primary {
  background-color: #FAC214 !important; }

.peer:focus ~ .peer-focus\:text-primary {
  color: #FAC214 !important; }

.form-input:focus {
  border-color: #FAC214 !important; }

main {
  background: #171a1e; }

.bg-yellow {
  background: #FAC214; }

.bg-grey {
  background: grey; }

.text-right {
  text-align: right !important; }

:root {
  --sidebar-panel-width: 170px; }

span, body, p {
  color: #fff; }

.bg-pattern {
  background: url("../images/bg.png");
  background-size: contain;
  background-color: #131619; }

.bg-black-shadow {
  background: #131619c9;
  border-radius: 1rem;
  box-shadow: -1px 0px 14px 5px #0f0f0f; }

nav.header {
  width: 100%; }

.main-content {
  margin-left: 0; }

.component-center {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }

.hover\:text-slate-900:hover {
  color: #FAC214; }

.text-slate-600, .text-slate-700, body {
  color: #fff; }

table.dataTable th, table.dataTable td {
  color: #fff; }

.dark .sidebar-panel {
  padding: 1rem;
  background: #151618; }
.dark .card {
  background-color: #131619; }
.dark .is-header-blur nav.header .header-container {
  background-color: rgba(16, 17, 18, 0.8) !important; }
.dark nav.header {
  border-color: #121418;
  background: #171a1e; }
.dark .dark\:bg-navy-800 {
  background-color: #121418; }
.dark .dark\:border-navy-700 {
  border-color: #121418; }
.dark .sidebar-panel {
  --tw-shadow-color: rgba(0, 0, 0 ,0.6); }
.dark .dark\:bg-navy-750 {
  background-color: #151618; }

.dataTable {
  padding-top: 2rem !important;
  margin-bottom: 2rem !important;
  border-bottom: unset !important; }
  .dataTable thead {
    background-color: #1e2126; }
    .dataTable thead tr th {
      border-bottom: 1px solid #595b5e; }
  .dataTable tbody tr {
    background-color: #171a1e; }
    .dataTable tbody tr td {
      border-bottom: 1px solid #595b5e; }

.logo {
  height: 8rem;
  margin-bottom: 3rem; }

.frame-twitch {
  width: 100%;
  height: 20rem; }

.btn-abs {
  position: absolute;
  right: 1rem;
  top: 1rem; }

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

.wrap-card-bid {
  padding: 1rem;
  position: relative; }
  .wrap-card-bid .flex .wrap-abs {
    position: absolute;
    top: 50%;
    z-index: 5;
    right: 1rem;
    transform: translateY(-50%); }

.number-wrap {
  background: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  border-radius: 100%; }

.wrap-list-auction {
  display: flex;
  gap: 2rem;
  overflow: auto; }
  .wrap-list-auction .card {
    width: 20%; }

.text-elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.add-border-right {
  border-right: 1px solid white; }

.circle {
  border-radius: 100%; }

.wrap-product {
  display: grid;
  grid-template-columns: 3rem auto 7rem; }

.wrap-last {
  text-align: right; }
  .wrap-last button {
    margin-left: auto;
    display: block; }

.wrap-chat {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem; }
  .wrap-chat.reverse {
    flex-direction: row-reverse; }
    .wrap-chat.reverse .wrap-bg {
      text-align: right;
      margin-right: 0.5rem; }
      .wrap-chat.reverse .wrap-bg .btn-approve {
        display: none; }
      .wrap-chat.reverse .wrap-bg .time {
        text-align: left; }
  .wrap-chat .number {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff; }
  .wrap-chat .text-chat {
    color: #fff; }
  .wrap-chat .wrap-bg {
    background: #5b58588a;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem;
    max-width: 80%; }
    .wrap-chat .wrap-bg .time {
      font-size: 0.7rem;
      opacity: 0.7;
      text-align: right; }
  .wrap-chat span {
    font-size: 0.55rem;
    opacity: 0.7; }

.wrap-list-chat {
  height: 20rem;
  overflow-x: hidden;
  overflow-y: scroll;
  /* width */ }
  .wrap-list-chat::-webkit-scrollbar {
    width: 0.5rem; }
  .wrap-list-chat::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px; }
  .wrap-list-chat::-webkit-scrollbar-thumb {
    background: #FAC214;
    border-radius: 10px; }
  .wrap-list-chat::-webkit-scrollbar-thumb:hover {
    background: #FAC214; }

.wrap-form-chat {
  display: grid;
  gap: 1rem;
  grid-template-columns: 75% auto; }

.pos-sticky {
  position: sticky;
  top: 3rem;
  left: 0;
  align-self: start; }

.btn-approve {
  background: #10b981cc;
  color: white;
  padding: 0.2rem 1rem;
  margin: 0.6rem 0rem 0.3rem;
  font-size: 0.75rem; }

.swiper {
  width: 100%; }

.btn-abs {
  position: absolute;
  right: -5px;
  top: -10px;
  background: #ffffffd1;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black; }

.mb-2 {
  margin-bottom: 2rem; }

/*# sourceMappingURL=overwrite.css.map */
