﻿
.marketplace-box {
    box-sizing: border-box;
    padding: 12px;
    margin-top: 12px;
}

.marketplace-banner, .marketplace-banner-big {
    height: 100px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    border: 0;
    box-sizing: border-box;
    background-color: var(--light2);
}

.marketplace-banner {
    height: 100px;
}
.marketplace-banner-big {
    height: 150px;
}
.marketplace-pfp, .marketplace-pfp-big {
    position: relative;
    width: 150px;
    align-items: center;
    padding: 0 10px 0 10px;
}
.marketplace-pfp {
    width: 90px;
    height: 35px;
    top: -40px;
}
.marketplace-pfp-big {
    width: 120px;
    height: 35px;
    top: -70px;
    left: 15px
}

.marketplace-pfp > div, .marketplace-pfp-big > div {
    background: var(--background-light);
    padding: 3px;
    border-radius: 50%;
}
.marketplace-pfp img, .marketplace-pfp-big img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.marketplace-title {
    padding: 0 10px 0 10px;
}
.marketplace-content {
    padding: 0 10px 0 10px;
    min-height: 100px;
}
.marketplace-buttons {
    display: flex;
    padding: 0 5px 5px 5px;
}
.marketplace-buttons-topright {
    position: absolute;
    right: 15px;
    top: 15px;
}
.marketplace-author {
    color: var(--bs-gray);
}
.marketplace-details {

}
.marketplace-stat {
    box-sizing: border-box;
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 8px;
}
.marketplace-stat > p {
    margin-bottom: 2px;
}
.mp-label {
    color: var(--bs-gray) !important;
    font-weight: 500;
}
/* [class^="marketplace-"] input { */
.marketplace-dark-inputs input {
    background: black;
    color: white;
    border: none;
}
[class^="marketplace-"] textarea {
    background: black;
    color: white;
    border: none;
    width: 100%;
}
[class^="marketplace-"] input:focus-visible {
    border: none;
}
.mp-label-edit {
    color: white;
    background-color: black;
    padding:2px;
    cursor: not-allowed;
}
.mp-price-tag {
    background-color: #dc3545!important;
    color: white!important;
    font-weight: 600;
    padding: 8px;
    font-size: 18px;
}
.mp-price-label {
    color: #dc3545 !important;
    background: black;
    font-weight: 600;
    padding: 8px;
    font-size: 18px;
}
.mp-label-2 {
    background: var(--background-dark);
    min-width: 80px;
    display: inline-block;
    position: relative;
    opacity: 0.8;
    font-size: 12px;
    line-height: 18px;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 8px;
    text-align: right;
}
.mp-ul {
    marker: none;
    list-style-type: none;
    padding-left: 0;
}
.money-tag-min {
    font-weight: 800;
    color: indianred;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 22px;
}
.btn-addfile {
    font-family: consolas;
    font-size: 18px;
    background: black;
    line-height: 18px;
    padding-left: 5px;
    margin-left: 7px;
    color: lawngreen;
}
.btn-addfile:hover {
    color: darkgreen;
}
.btn-rmfile {
    font-family: consolas;
    font-size: 12px;
    background: black;
    line-height: 12px;
    padding-left: 5px;
    margin-left: 7px;
    color: indianred;
}
.btn-rmfile:hover {
    color: darkred;
}
.lua-add-box {
    background: black;
    line-height: 18px;
    display: flex;
}
.lua-add-box code {
    width: 100%;
    line-height: 22px;
    padding-left: 4px;
}
#lua-editor {
    border: 2px solid black;
}
.lua-files pre {
    box-sizing: content-box;
    border: 2px solid black;
    background: #272822;
    color: wheat;
}