@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ddd; 
    background-color: #121212;
}

iframe {
    max-width: 100%;
}

.login {color:#fff;text-decoration: none;font-size:18px}
.login:hover {color:#ffa214}
.yellow{color:#ffa214}
#user {
    color: #000;
    display: flex;
    align-items: center;
}

#user figure{
    width: 64px;
    height: 64px;
    border-radius: 75%;
    margin: 0 10px 0 0;
}

.left-side{
    width: 200px;
    padding: 15px 20px 0 0;
    border-right: 1px solid #333;
    top: 0px;
    position: sticky;
    height: 100vh;
}

.right-side{
    width: 200px;
    padding: 0 0 0 10px;
    border-left: 1px solid #333;
}

.logo {
    text-align: center;
}

.logo img {
    height: 100px;
}

.hamburger {
    display: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
}

.nav-list {
    list-style: none;
    display: block;
    text-align: left;
    font-size: 16px;
}

.nav-list li {
    margin: 20px 0;
}

.nav-list a {
    color: #fff;
    text-decoration: none;
}

.nav-list a:hover {
    color: #ffc000;
    text-decoration: none;
}

.fa-solid{margin: 0 5px 0 0;width:18px;text-align: center;}
.fa-regular{margin: 0 5px 0 0;width:18px;text-align: center;}

h1 {margin: 0 0 10px 0}
h2 {text-align: center; font-size: 16px;padding: 20px;}

.user-menu {
    margin-top: 20px;
}

.user-menu ul {
    list-style: none;
    padding: 0;
}

.user-menu li {
    margin: 2px;
    border: 1px solid #ffc000;
    padding: 10px;
    border-radius: 6px;
}

.active {
    background-color: #ffc000;
}

.user-menu ul li {
    display: inline-block;
}

.user-menu a {
    text-decoration: none;
    color: #fff;
}

.user-menu li:hover {
    color: #000;
    background-color: #ffc000;
}

.header-user {
    text-align: center;
}

.gallery-image {
    width: 200px;
    height: auto;
    margin: 10px;
    cursor: pointer;
    image-rendering: pixelated;
    transition: transform 0.2s;    
}

.modal-content{
    width: 200%;
    image-rendering: pixelated;
}

.gallery-image:hover {
    transform: scale(1.05);
}

/*modal*/
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    flex-direction: column;
    z-index: 9999;
}

.modal-content {
    max-height: 80vh;
    max-width: 90vw;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.modal-title {
    color: white;
    text-align: center;
    margin-top: 10px;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

#prevBtn,
#nextBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    user-select: none;
}

#prevBtn {
    left: 20px;
}

#nextBtn {
    right: 20px;
}

/*pixelstore*/
#main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#pxl {
    margin: 20px 0 25px 0;
    text-align: center;
    width: 100%;
}

#pxstoremenu {
    width: 100%;
    text-align: center;
}

.item-box {
    width: 233px;
    margin: 7px 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
}

.item-box .box-header {
    width: 100%;
    height: 109px;
    border-radius: 4px 4px 0 0;
}

.id {
    position: relative;
    padding: 4px 0;
    text-align: center;
    border-radius: 4px;
    background: #031017;
    top: 8px;
    left: 8px;
    width: 50px;
    color: #fff;
    z-index: 998; 
}

.id:hover {
    cursor: pointer;
    background: #ffc000;
}

.idv {
    position: relative;
    padding: 4px 0;
    text-align: center;
    border-radius: 4px;
    background: #031017; 
    top: 8px;
    left: 8px;
    width: 50px;
    color: #fe5e08;
    z-index: 998; 
}

.idv:hover {
    cursor: pointer;
    color: #fff;
    background: #fe5e08;
}

.desconto {
    position: relative;
    float: right;
    padding: 4px 0;
    text-align: center;
    border-radius: 4px;
    background: #4c6b22;
    top: 8px;
    right: 8px;
    width: 44px;
    color: #fff;
    z-index: 998;
}

.dados {
    background: #131d25;
    border-radius: 0 0 4px 4px;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
}

.dados .title {
    height: 24px
}

.px {
    margin: 0 0 5px 0;
    color: #ffc000
}

.pxold {
    margin: 0 0 5px 0;
    color: #8f98a0
}

.sales {
    color: #4c6b22
}

a {
    cursor: pointer;
    margin: 0;
    padding: 0
}

a.bound {
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}

a.bound:hover {
    color: #ffa214;
    transition: .5s;
}

a.link {
    text-decoration: none;
    color: #ffa214;
}

a.link:hover {
    color: #f55
}

hr {
    background-color: #ffa214;
    height: 1px;
    border: 0;
    margin: 60px 0;
}

table { width: 100%; border-collapse: collapse}
th, td { padding: 10px; border: 1px solid #000;text-align: center;}
th { background-color: #333; color: white; }

.pagination{
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.pagination a{
    color: #fff;
    background-color: #ffa214;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
}

/*inventory*/
.edit-px, .edit-pxsold {
    width: 120px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #333;
    text-align: center;
}

.sell-btn, .remove-btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    margin: 5px 0 0 0;
}

.sell-btn:hover, .remove-btn:hover {
    background-color: #ffa214;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    margin: 5px 0 0 0;
}

@media (max-width: 768px) {
    .nav-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, .8);
        width: 100%;
    }
    .nav-list.active {
        display: flex;
    }

    #user div {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .hamburger {
        display: block;
    }

    .nav-list a {
        display: block;
        padding: 0 20px;
    }

    #user figure{
        width: 32px;
        height: 32px;
    }

    .logo{
        display: none;
    }

    .left-side{
        position: fixed;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 999;
    }
    
    .right-side{
        display: none;
    }

    .hamburger{
        position: fixed;
        color: #000;
        background: #ffa214;
        width: 48px;
        height: 48px;      
        padding: 10px 0 0 13px;   
        font-size: 24px;
        border-radius: 75px;
        top: 10px;
        right: 10px;
        z-index: 1000;
    }
}