.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 3.25px;
  padding-right: 3.25px;
}

.row {
  margin-right: -3.25px;
  margin-left: -3.25px;
}

.mb-1 {
  margin-bottom: 3.25px;
}

.mb-2 {
  margin-bottom: 7.5px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mt-1 {
  margin-top: 3.25px;
}

.mt-2 {
  margin-top: 7.5px;
}

.mt-3 {
  margin-top: 15px;
}

.mr-1 {
  margin-right: 3.25px;
}

.mr-2 {
  margin-right: 7.5px;
}

.mr-3 {
  margin-right: 15px;
}

.ml-1 {
  margin-left: 3.25px;
}

.ml-2 {
  margin-left: 7.5px;
}

.ml-3 {
  margin-left: 15px;
}



body {
  background-color: #121212;
  color: #e0e0e0;
  min-height: 100vh;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
}

a,
a:hover,
a:visited,
a:active {
  color: #367be3;
  text-decoration: none;
}

.navbar-custom {
  background-color: #1f1f1f;
  padding: 7.5px;
  border-radius: 5px;
  margin: 15px 15px 15px 15px;
}

.logo {
  width: 50px;
  height: 50px;
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link,
.navbar-custom .btn {
  color: #e0e0e0;
  transition: color 0.3s ease;
}

.navbar-custom .nav-link:hover,
.navbar-custom .btn:hover {
  color: #367be3;
}

.navbar-center {
  flex: 1;
  display: flex;
  gap: 30px;
  margin-left:  30px
}

.bloco{
  background: #1f1f1f;
  padding: 7.5px;
  border-radius: 5px;
}
#filters{
  padding-bottom: 0px;
}
#filters label{
  margin-bottom: 7.5px;
}

#filters input, #filters select{
  margin-bottom: 7.5px;
}
.trade {
  background-color: #1f1f1f;
  border-radius: 5px;
  padding: 7.5px;
  border: 1px solid transparent;
  margin-bottom: 15px;
  margin: 0px 0px 7.5px 0px;
}


.trade .user {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white !important;
}

.trade .user img {
  width: 40px;
  height: 40px;
}

.trade-title {
  color: white;
}


.section-title {
  font-weight: 600;
  color: #367be3;
  margin-bottom: 7.5px;
}

.tradeIcon {
  margin: 7.5px auto 15px auto;
  height: 30px;
  width: 30px;
}

.item-slot {
  background: #2a2a2a;
  color: #e0e0e0;
  font-size: 0.85rem;
  cursor: default;
  border-radius: 5px;
  border: 1.5px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  height: 80px;
  margin-bottom: 7.5px;
}

.item-slot:hover {
  background-color: #004cff;
  border-color: #367be3;
  color: white;
}

.item-slot.empty {
  background: #333;
  opacity: 0.4;
  border-color: #555;
}

.pagination {
  justify-content: center;
  margin-top: 7.5px;
}

.pagination .page-link {
  background-color: #222;
  border: 1px solid #444;
  color: #ddd;
  border-radius: 5px;
  margin: 0 7.5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination .page-link:hover {
  background-color: #367be3;
  color: #fff;
}

.pagination .active>.page-link {
  background-color: #367be3;
  border-color: #367be3;
  color: #fff;
  pointer-events: none;
}


.btn-primary,
.btn-primary:hover,
.btn-secondary:hover {
  background-color: #367be342;
  border-color: #367be3;
  color: #fff !important;
  transition: all 0.3s ease;
}

.btn-danger{
  background-color: #eb4b4b13;
  border-color: #eb4b4b;
  color: #fff !important;
  transition: all 0.3s ease;
}
.btn-danger:hover{
  background-color: #eb4b4b42;
  border-color: #eb4b4b;
}
.btn-secondary {
  background-color: #367be313;
  border-color: #367be3;
  color: #fff !important;
  transition: all 0.3s ease;
}

.showtrade {
  margin-right: 7.5px !important;
}


.deleteTrade {
  margin-right: 7.5px !important;
}


.tab-half {
  background: #222;
  border-radius: 8px;
  transition: background-color 0.3s;
  padding: 0px 15px;
  cursor: pointer;
}

.tab-half:hover {
  background-color: #0d6efd33;
}

.active-tab {
  background-color: #0d6efd;
  color: white !important;
}



.slot.filled {
  border-style: solid;
  color: white;
  background-color: #004cff;
  border-color: #0d6efd;
}

.inventory-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}

.inventory-item {
  background: #1f1f1f;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  user-select: none;
  text-align: center;
  font-size: 1rem;
  color: #ccc;
  font-weight: 600;
  transition: background-color 0.25s ease;
  text-align: left;
}

.inventory-item:hover {
  background-color: #0d6efd;
  color: white;
}


.inventory-item img {
  width: 100%;
  height: auto;
}


.disable {
  opacity: 0.5;
  cursor: not-allowed !important;
}

#offerSlots .slot {
  margin-bottom: 7.5px !important;
}

#shortDescription,
#tradeUrl {
  margin: 15px 0px 7.5px 0px !important;
}

#longDescription {
  margin: 7.5px 0px 7.5px 0px !important;
  height: 150px !important;
}

.longDescription {
  margin-top: 30px;
  line-height: 30px;
}

.item {
  height: auto;
  background-color: #367be342;
  border: 1px solid #367be3;
  border-radius: 5px;
  padding: 7.5px;
  cursor: pointer;
  margin-bottom: 7.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  min-height: 135px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px !important;
}

.slot {
  height: 135px;
  background: #2a2a2a;
  border-radius: 8px;
  border: 1px dashed #555;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  user-select: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.slot .emptyText {
  display: none;
  color: #929292;
}

.slot.empty .emptyText {
  display: block;
}

.slot .item {
  margin: 0px !important;
  width: 100%;
}

.item .name {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 18px;
  text-align: left;
  font-size: 13px;
}

.item .itemImg {
  height: 80px;
  margin: 10px 0px;
  width: auto;
}

.item .condition {
  text-align: left;
  color: #000;
  font-weight: bold;
  height: 18px;
  position: absolute;
  bottom: 25px;
  left: 7.5px;
  transition: 0.6s ease;
  display: flex;
  align-items: center;
  font-size: 12px;
}


.item .float {
  color: white;
  font-weight: normal;
  margin-left: 7.5px;
}

.item .stickers {
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  transition: 0.6s ease;
}

.item .stickers img {
  height: 20px;
  width: auto;
  transition: 0.6s ease;
}

.item .actions {
  position: absolute;
  left: 7.5px;
  top: 7.5px;
  display: flex;
  height: 35px;
  transition: 0.6s ease;
  transform: translate(0px, calc(-100% - 7.5px));
  width: calc(100% - 15px);
  padding: 7.5px;
  background: #1f1f1f99;
  border: 1px solid #1f1f1f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.item:hover .actions {
  transform: translate(0px, 0px);
}

.item .actions img {
  height: 20px;
  width: auto;
  margin: 0px 7.5px;
}


footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-color: #1f1f1f;
  color: #e0e0e0;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}



input,
textarea{
  background-color: #2f2f2f !important;
  border: 0px !important;
  color: #fff !important;
  border-radius: 5px !important; 
  padding: 7.5px !important;
}
select {
  background-color: #2f2f2f !important;
  border: 0px !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding: 7.5px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 24px !important;
  padding-right: 30px !important;
}



html body input:focus,
html body textarea:focus,
html body select:focus {
  outline: none !important;
  box-shadow: none !important;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #929292 !important;
}



#alertas {
  position: fixed;
  width: 100%;
  max-width: 400px;
  z-index: 99999;
  padding: 7.5px;
  top: 66px;
  right: 0px;
}

#alertas img {
  height: 30px;
  width: auto;
  margin-right: 7.5px;
}

#alertas .alerta {
  padding: 7.5px 7.5px 11.5px 7.5px;
  position: relative;
  overflow: hidden;
  color: #dc3545;
  display: flex;
  align-items: center;
  height: 50px;
}

#alertas .alerta.success {
  color: #28a745;
}


#alertas .wrapper {
  background: #2a2a2a;
  border-radius: 5px;
  padding: 0px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 7.5px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}


.progress-bar-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.progress-bar-fill {
  width: 100%;
  height: 100%;
  background-color: #dc3545;
  transition: width 5s linear;
}

.alerta.success .progress-bar-fill {
  background-color: #28a745;
}

.user-info a {
  color: white !important;
}

.user-info img{
  height: 38px;
  width: auto;
  margin: 0px 15px;
  border-radius: 5px;
}

.item .stattrak{
  color: orange;
  margin-right: 5px;
}



#pageTrade .showtrade{
  display: none !important;
}