html {
    font-size: 14px;
    /* Base font size */
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #aaa;


}

/* width */
::-webkit-scrollbar {
    width: 0.5rem;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #555;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888;
}

body {
    margin: 0 auto;
    padding: 0;
    --s: 1rem;
    /* control the size*/
    --c1: #141414;
    --c2: #1a1a1a;

    background:
        conic-gradient(from 30deg at 80%,
            var(--c1) 60deg, var(--c2) 0 120deg, #0000 0),
        conic-gradient(from -30deg,
            var(--c2) 120deg, var(--c1) 0 240deg,
            var(--c2) 0 300deg, var(--c1) 0);
    background-size: calc(3*var(--s)/2) var(--s);

}

.parent {
    padding: 2rem;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    min-width: 90rem;
    min-height: 60rem;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 1fr;
    grid-template-rows: 1fr 2fr 3fr 1fr;
    ;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 50%, rgb(0, 0, 0) 100%);


}

.logo {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    grid-area: 1 / 1 / 2 / 2;
}

.inventory {
    grid-area: 2 / 1 / 3 / 2;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    display: flex;
    flex-direction: column;
}

.notifications {
    grid-area: 3 / 1 / 5 / 2;

    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.terminal {
    grid-area: 1 / 2 / 4 / 3;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.map {
    grid-area: 1 / 3 / 3 / 5;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.hosts {
    grid-area: 3 / 3 / 5 / 4;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.users {
    grid-area: 3 / 4 / 5 / 5;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.status {
    grid-area: 4 / 2 / 5 / 3;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.logo img {
    max-width: calc(100% - 4rem);
    max-height: 8rem;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.containertop {
    border-top: 2px solid #fff;
    height: 100%;
    box-sizing: border-box;

    padding-top: 2rem;
    display: flex;
    flex-direction: column;

    background:
        linear-gradient(to bottom left, #fff 50%, transparent 50%) 100% 0rem/0.5rem 0.5rem,
        linear-gradient(to bottom right, #fff 50%, transparent 50%) 0rem 0rem/0.5rem 0.5rem;
    background-repeat: no-repeat;
}

.containerbottom {
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;

    background:
        linear-gradient(to top left, #fff 50%, transparent 50%) 100% 100%/0.5rem 0.5rem,
        linear-gradient(to top right, #fff 50%, transparent 50%) 0rem 100%/0.5rem 0.5rem;
    background-repeat: no-repeat;

}

.containerbottom_status {
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    padding-bottom: 2rem;
    height: 100%;

    background:
        linear-gradient(to top left, #fff 50%, transparent 50%) 100% 100%/0.5rem 0.5rem,
        linear-gradient(to top right, #fff 50%, transparent 50%) 0rem 100%/0.5rem 0.5rem;
    background-repeat: no-repeat;

}


.title {
    background: #000;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    color: #aaa;
    padding: 0.4rem;

}

.content {
    background:
        linear-gradient(to bottom left, #aaa 50%, transparent 50%) 100% 0rem/1rem 1rem,
        linear-gradient(to top right, #aaa 50%, transparent 50%) 0 100%/1rem 1rem,
        rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    padding: 1rem;
    border-bottom: 1px solid #aaa;
    box-sizing: border-box;
    flex: 1;
    overflow-x: hidden;

}

#terminaltitle {
    background: rgb(77, 0, 0);
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#statusbar {
    background: rgb(77, 0, 0);
    padding: 0.5rem 1rem;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    box-sizing: border-box;
    flex: 1;

    float: left;
    width: calc(70% - 1rem);
    height: 100%;
}


#exchangebar {
    background: rgb(77, 0, 0);
    padding: 0.4rem;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    float: right;
    box-sizing: border-box;
    width: 30%;
    height: 100%;
}

#terminal {
    background: rgba(0, 0, 0, 0.6);
    padding: 0.4rem;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    flex: 1;
    max-height: calc(100% - 2rem - 2px);

}

#prompt {
    color: #FF2222;
    font-weight: bolder;
    float: left;
    margin-right: 5px;
}

#tableprompter {
    width: 100%;
    float: left;
}

#tableinput {
    overflow: auto;
}

#shell {
    max-height: 100%;
    padding: 1rem;
    box-sizing: border-box;
    overflow: scroll;
    overflow-x: hidden;
    font-family: Courier;

    font-size: 1rem;
    color: #FFFFFF;

}

.input {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    font-family: Courier;
    color: #FFFFFF;
    outline: none;
    width: 100%;
}

#hostmap {
    padding: 0.4rem;
    border: 1px solid #aaa;
    box-sizing: border-box;
    flex: 1;


    background-image: linear-gradient(#404040 2px, transparent 2px), linear-gradient(90deg, #404040 2px, transparent 2px), linear-gradient(#404040 1px, transparent 1px), linear-gradient(90deg, #404040 1px, rgba(0, 0, 0, 0.7) 1px);
    background-size: 4rem 4rem, 4rem 4rem, 2rem 2rem, 2rem 2rem;



    background-position: -1rem -1rem;

    display: flex;
    flex-direction: column;
}

#hostarea {

    background-color: #000000;
    flex: 1;
    background:
        linear-gradient(to bottom left, #aaa 50%, transparent 50%) calc(100% - 0.5rem) 0.5rem/1rem 1rem,
        linear-gradient(to bottom right, #aaa 50%, transparent 50%) 0.5rem 0.5rem/1rem 1rem,

        linear-gradient(to top right, #aaa 50%, transparent 50%) 0.5rem calc(100% - 0.5rem)/1rem 1rem,
        linear-gradient(to top left, #aaa 50%, transparent 50%) calc(100% - 0.5rem) calc(100% - 0.5rem)/1rem 1rem,
        rgba(0, 0, 0, 0.2);

    background-repeat: no-repeat;
}



div#sd {
    display: inline;
    float: right;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    background-image: url("images/data.png");
    background-repeat: no-repeat;
}

div#xp {
    display: inline;
    float: right;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    background-image: url("images/rep.png");
    background-repeat: no-repeat;
}

div#lvl {
    display: inline;
    float: right;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    background-image: url("images/level.png");
    background-repeat: no-repeat;
}

div#cr {
    display: inline;
    float: right;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    background-image: url("images/crypto.png");
    background-repeat: no-repeat;
}

div#exchange {
    display: inline;
    float: left;
    margin: auto;
    padding: 0px 0px 0px 20px;
}

.status_data {
    display: inline;
    float: right;
    clear: right;
    height: 50%;
    margin: 0rem 1rem;
    box-sizing: border-box;
    padding: 0.5rem;
    line-height: 100%;
    text-align: center;
    width: calc(100% - 5rem);
}

#sd_data {
    border-top: 1px #aaa solid;
}

#cr_data {
    border-top: 1px #aaa solid;
}

div#xp_data {
    border-top: 1px #aaa solid;
}

div#lvl_data {
    border-top: 1px #aaa solid;
}


.msg {
    background: rgba(100, 100, 100, 0.2);
    padding: 0.4rem;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    box-sizing: border-box;
    flex: 1;
    margin-bottom: 0.5rem;

}


.animate {
    animation: fadeIn 1500ms ease-out backwards;
}

@keyframes fadeIn {
    from {
        background: rgb(255, 0, 0);
        opacity: 0;
    }

    to {
        background: rgba(100, 100, 100, 0.2);
        opacity: 1;
    }
}