* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
a {
    color: aliceblue;
}

a {
    text-decoration: none;
}

p {
    color: aliceblue;
    opacity: 0.6;
}

ul {
    list-style: none;
}

ul li {
    display: inline-block;
}

input,
button {
    border: none;
}

button {
    cursor: pointer;
}

body {
    background: #5d5d5d;
}

.conteiner {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}

/*-----------------------------------------------*/

.menu {
    margin-top: 40px;
    margin-bottom: 30px;
    background: #1d1e2366;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 36px;
    box-shadow: 0 2px 2px 0px #dd792a;
}

.menuicon a img {
    width: 20px;
    display: flex;
    align-items: center;
}

.menuicon a:last-child {
    margin-left: 12px;
}

.menuItems ul li a {
    padding: 12px;
}

.menubutton button,
.menuTitle a {
    font-family: "Montserrat-SemiBold";
    font-weight: 600;
    font-style: normal;
}

.menuTitle a {
    font-size: 1.8rem;
}

.menubutton button {
    padding: 10px 40px 10px 20px;
    background-color: #dd792a;
    border-radius: 12px;
    color: aliceblue;
    margin-left: 24px;
    transition: 0.3s;
}

.menubutton button:after {
    content: "";
    background: url(../image/icon/steam.svg) no-repeat;
    position: absolute;
    margin-left: 4px;
    width: 24px;
    height: 18px;
}

.menuicon,
.menuLoading {
    display: flex;
    align-items: center;
}

/*---------------------------------------------*/

.listinfo-left {
    max-width: 264px;
    position: relative;
    z-index: 2;
}

.listinfo-right {
    max-width: 1032px;
    width: 100%;
}

.listinfo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.listinfo-discord {
    background-color: #1d1e2366;
    border-radius: 12px;
    padding: 24px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.listinfo-discord h3 {
    margin-top: 16px;
}

.listinfo-discord a {
    background: #dd792a;
    border-radius: 12px;
    padding: 8px 18px;
    margin-top: 16px;
    transition: 0.3s;
}

.listinfo-bg {
    background-color: #1d1e2366;
    border-radius: 12px;
}

.listinfo-kits,
.listinfo-menuSearch,
.listinfo-menuStaff,
.listinfo-menu {
    padding: 12px 22px;
}

.listinfo-menu p {
    text-transform: uppercase;
    background: #34363b30;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    opacity: 1;
}

.listinfo-menu p span a {
    text-transform: math-auto;
    text-decoration: underline;
    color: #ff7f7f;
}

.listinfo-menuSearchImg img {
    width: 18px;
    opacity: 0.6;
}

.listinfo-menuServer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.listinfo-menuServerOne.activ {
    background-image: linear-gradient(to right, #dd792a, #ff9949) !important;
    cursor: pointer !important;
    opacity: 1 !important;
}

.listinfo-menuServerOne.clous {
    background: #34363ba3;
    opacity: 0.6;
    cursor: no-drop;
}

.listinfo-menuServerOne.activ,
.listinfo-menuServerOne.clous {
    color: aliceblue;
    margin-top: 24px;
    padding: 8px 24px;
}

.listinfo-menuStaff .activ {
    background-image: linear-gradient(to right, #dd792a, #ff9949);
    padding: 8px 24px;
    border-radius: 12px;
    transition: 0.3s;
}

.listinfo-menuSearchBox input:focus {
    outline-width: 0;
}

.listinfo-menuSearchBox input {
    color: aliceblue;
}

.listinfo-menuStaff button {
    background: #34363ba3;
    padding: 8px 24px;
    border-radius: 12px;
    color: aliceblue;
}

.listinfo-menuStaff {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
}

.listinfo-menuSearchBox {
    display: flex;
}

.listinfo-menuSearchImg {
    width: 30px;
    background: #34363ba3;
    display: flex;
    justify-content: center;
    border-right: 0.5px solid #404040;
    border-radius: 12px 0 0 12px;
}

.listinfo-menuSearchBox input {
    background: #34363ba3;
    border-radius: 0 12px 12px 0;
    width: 100%;
    padding: 8px;
}

.listinfo-kits {
    margin-top: 42px;
}

.menuicon a {
    transition: 0.3s;
}

.menuicon a:hover {
    transition: 0.6s;
    opacity: 0.6;
}

.listinfo-menuStaff .activ:hover,
.listinfo-discord a:hover,
.menubutton button:hover {
    box-shadow: 0px 0px 6px 0.5px #ff9cb9;
    transition: 0.6s;
}

.information {
    padding: 24px 36px;
}

.information-title h2 {
    text-transform: uppercase;
    font-weight: 100;
}

.information-title span {
    color: #ff9d50;
}

.information-title p {
    margin-bottom: 36px;
}

.information-textBox {
    background: #34363b60;
    border-radius: 12px;
    padding: 12px 12px 12px 28px;
}

.information-textBox h3 {
    margin-bottom: 16px;
    color: #ff9d50;
}

.information-textBox h3 b {
    color: aliceblue;
    text-transform: uppercase;
}

.num {
    position: absolute;
    display: block;
    width: 50px;
    top: -2px;
    left: -28px;
    line-height: 28px;
}

.information-textBox p {
    margin-bottom: 6px;
}

.information-textBox ul li b {
    color: #ff9d50;
    font-weight: bold;
}

.information-textBox ul {
    margin-bottom: 0;
    padding-left: 3rem;
}

.information-textBox ul li {
    position: relative;
}

.information-text > .information-textBox + .information-textBox {
    margin-top: 24px;
}

footer {
    position: relative;
    z-index: 2;
}

.foot {
    margin-top: 98px;
    background: #1d1e2366;
    text-align: center;
    border-radius: 12px;
    padding: 12px 0;
}

.foot span {
    opacity: 0.6;
}

.foot span a {
    opacity: 0.8;
    transition: 0.4s;
}

.foot span a:hover {
    opacity: 0.4;
    transition: 0.6s;
}

.listinfo-kits {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 26px;
}

.Product-module__wrapper {
    /*width: calc(20% - 16px);*/
    /* transition: transform 0.2s ease;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 26px; */
}

.Product-module__wrapper span:last-child {
    text-align: end;
}

.Product-module__wrapper span.colum_x {
    position: absolute;
    bottom: 6px;
    right: 10px;
}

.Product-module__wrapper {
    background: #34363b67;
    border-radius: 15px;
    margin: 8px;
    padding-bottom: 50px;
    overflow: visible;
    transition: transform 0.2s ease;
    position: relative;
}

.Product-module__wrapper {
    background: #34363b67;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    animation: Product-module__productAnimation 0.15s ease;
    border-radius: 16px 6px 16px 6px;
}

.Product-module__wrapper:hover {
    transform: scale(1.1);
}

.Product-module__wrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 44px;
    filter: blur(52px);
    background: #ff9800;
    transform: translate(-50%, -50%);
}
.monitoring {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    background-color: #1d1e2366;
    border-radius: 12px;
}
.monitoring-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 17px;
    font-size: 14px;
}

.monitoring-title {
    font-size: 12px;
    font-weight: 400;
}

.monitoring-online {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
    margin-top: 20px;
}
.monitoring-users {
    background-image: url(/front/assets/image/riajwBA.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}
#serveronline-red {
    background: #34363b30;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    font-size: 13px;
    border: solid 1px #414141;
}
#serveronline-red span {
    color: white;
}
.monitoring-wipe {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
    margin-top: 18px;
}
.monitoring-wimage {
    background-image: url(/front/assets/image/a1GqrDK.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}
.monitoring-info {
    background: #34363b30;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    font-size: 13px;
    border: solid 1px #414141;
}
.connect {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
}
.connect-image {
    background-image: url(/front/assets/image/link_alt.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}
.copybtn {
    font-size: 13px;
    /* line-height: 1.1 !important; */
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    /* text-align: center; */
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    background: #34363b30;
    border: solid 1px #414141;
    color: #ffffff !important;
    cursor: pointer;
    transition: 0.3s;
}
.copybtn:hover {
    font-size: 13px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
    background: #414141;
    border: solid 1px #414141;
    color: #ffffff !important;
    transition: 0.3s;
}
