
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 13px;
}
.body {
    margin: 0;
    padding: 0;
    background-color: #171a1d;
    background-image: url(/images/armas-bg.png);
    background-size: 100%,auto;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.container {
    display: grid;
    place-items: center;
}

.cont {
    margin-top: 2%;
    min-width: 600px;
    max-width: 30%;
}
.info-u {
    display: inline-flex;
}
.skin {
    border-right: 2px solid #5e5e5e;
    background-color: #f3f3f3;
}
.data {
    word-break: break-word;
    margin-left: 10px;
    padding: 2px;
}
.data p {
    word-break: break-word;
    margin: 4px;
}
.cuenta {
    border: 2px solid #353434;
    border-radius: 0 10px 10px 0;
    background-color: #c3c3c3c3;
    width: 100%;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/*MEDIDA DE TELEFONOS*/
@media (max-width:720px){
    .cont {
        margin-top: 2%;
        min-width: 300px;
        max-width: 500px;
    }
    .info-u {
        display: grid;
    }
    .skin {
        border-right: 2px solid #5e5e5e;
        background-color: #f3f3f3;
    }
    .data {
        word-break: break-word;
        margin-left: 10px;
        padding: 2px;
    }
    .data p {
        word-break: break-word;
        margin: 4px;
    }
    .cuenta {
        border: 2px solid #353434;
        border-radius: 0 10px 10px 0;
        background-color: #c3c3c3c3;
        width: 100%;
    }
  }
.parent {
    display: grid;
    border-radius: 12px;
    background-color: #0e0d0d;
    padding: 12px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 5px;
    color: #f3f3f3;
 }
    
.principal {
    grid-area: 1 / 1 / 5 / 4;
}
.skin-u {
    border-radius: 12px 0 0 0;
    width: 90%;
    padding: 12px;
    background: url(/images/skin-f.gif);
    background-color: #35343430;
    grid-area: 1 / 1 / 2 / 2;
}
.skin-u img {
    position: relative;
    top: 4.9rem;
    left: -2rem;
    max-width: 260px;
}
.data-u {
    width: 90%;
    padding: 12px;
    background: #35343430;
    grid-area: 1 / 2 / 2 / 3;
}
.u-info {
    width: 90%;
    padding: 12px;
    background: #35343430;
    grid-area: 2 / 1 / 5 / 2;
}
.inv-u {
    width: 90%;
    padding: 12px;
    background: #35343430;
    grid-area: 2 / 2 / 5 / 3;
}
.armas-u {
    width: 90%;
    padding: 12px;
    margin-left: 5px;
    background: #35343430;
    grid-area: 2 / 3 / 5 / 4;
}
.btns {
    border-radius: 0 12px 0 0;
    margin-left: 5px;
    width: 90%;
    padding: 12px;
    background: #35343430;
    grid-area: 1 / 3 / 2 / 4;
    display: grid;
    place-items: center;
}
.btns a {
    text-decoration: none;
}
.btns button {
    background: transparent;;
    border: none;
    color: #f3f3f3;
    margin-top: 12px;
    display: flex;
}
.btn-style {
    display: flex;
    place-items: center;
    background: #5e5e5e !important;
    width: 150px;
    height: 30px;
    border-radius: 2px;
}
.btn-style:hover {
    border: 1px solid #5e5e5e;
    background: #3d3d3d !important;
}
.server-estado {
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(92, 92, 92, 0.5);
    padding: 4px;
    padding-right: 1em;
    border-radius: 0 8px 8px 0;
    color: #ffffff;
    font-size: 13px;
}
.hr {
    border: 1px solid #353434;
    height: 1px;
    clear: both;
    margin-top: 7px;
    margin-bottom: 6px;
}
.u-info p span {
    color: green;
    font-weight: 700;
}
.title {
    font-size: 16px;
    font-weight: 700;
    padding: 4px;
    text-align: center;
    cursor: default;
}
.cont-autos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 1%;
    background-color: #0e0d0d;
    padding: 10px;
    border-radius: 12px;
}
.auto {
    background-color: #35343450;
    padding: 8px;
    border: 1px solid #5e5e5e;
    margin: 5px;
}
.desc-auto {
    color: #f3f3f3;
}
.banner-top {
    height: 170px;
    background: url("/images/head.png") 90%;
    background-repeat: repeat;
}
.navbar {
    position: relative;
    background: #0e0d0d;
    background-repeat: repeat-x;
    height: 45px;
    top: -16px;
    border-top: 3px solid #4d5b66;
    box-shadow: 8px 8px 2px 1px rgba(0, 0, 0, 0.2);
}
.logo {
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 25px;
    margin-top: -24px;
    height: 120px;
    width: auto;
}
.body-login {
    background-image: url(/images/fondo.jpg);
    background-color: #0c0d0e;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color:#f3f3f3
}
.blur {
    backdrop-filter: blur(10px);
    background-size: cover;
}
.place-center {
    filter: none;
    display: grid;
    place-items: center;
    margin-top: 120px;
}
.login {
    width: 500px;
    background: #171a1d;
    padding: 12px;
    box-shadow: 8px 8px 2px 1px rgba(0, 0, 0, 0.2);
}
.login-h {
    text-align: left;
    border-radius: 12px;
    background: #101113;
    padding: 4px;
}
.login-h img {
    background: #5e5e5e50;
    padding: 8px;
    border-radius: 100%;
}
.login-h span {
    position: relative;
    top: -10px;
    margin-left: 4px;
}
.cont-login {
    padding: 12px;
    margin: 10px;
    border-radius: 12px;
    background: #101113;
}
.cont-login form {
    display: flex;
    flex-flow: column;
    place-items: center;
}
.cont-login input {
    margin: 5px;
    padding: 0 10px;
    width: 200px;
    height: 34px;
    color: #404040;
    background: #fff;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 4px;
    outline: 2px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 12%);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 12%);
}
.cont-login label {
    font-weight: 700;
    position: relative;
    text-align: left;
    padding: 8px;
}
.cont-login button {
    margin-top: 16px;
    padding: 0 18px;
    height: 29px;
    font-size: 12px;
    font-weight: 700;
    color: #fcfcfc;
    text-shadow: 0 1px #e3f1f1;
    background: #101113;
    border: 1px solid;
    border-radius: 5px;
    outline: 0;
    box-sizing: content-box;
    box-shadow: inset 0 1px #fff, 0 1px 2px rgb(0 0 0 / 15%);
    cursor: pointer;
}
.cont-login button:hover {
    background: #1c1d20;
}
.logo-l {
    background-image: url(/images/logo.png);
    background-repeat: none;
    height: 98px;
    margin: 0 0 3rem 0;
    width: 410px;
}
.name-server {
    position: relative;
    font-size: 38px;
    bottom: -15px;
    font-weight: 800;
    font-family: system-ui;
    color: #fffcfc;
    -webkit-text-stroke: 1px #4d5b66;
}
.alert-box {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 700px;
}
.alert {
    border: none;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 15px 15px 12px;
}
.alert-ban {
    color: #eed0d0;
    background-color: #770c0c;
    border-color: #4e0d0d;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-info {
    color: #2E3E5D;
    background-color: #B2CBFF;
    border-color: #538BF8;
}