/* terminal */
#filaShow {
    background-color: #f9fbffb3;
    width: 90vw;
    margin: auto;
    border-radius: 5px;
    padding: 1vh 0px;
    filter: drop-shadow(1px 7px 4px #00000057);
}

#callerPic {
    max-height: 11vh;
    max-width: 19vw;
    margin: .5vh auto 1vh;
    border-radius: 3px;
    filter: drop-shadow(1px 7px 3px #0000003b);
}

#callerName {
    font-size: 2.1vh;
    font-weight: 500;
    color: #666668;
    line-height: 1.2;
}

#userId {
    margin: 1vh auto;
    color: #daff2b;
    font-weight: 500;
}

.terminalBlocks {
    margin: 1vh auto;
    padding: 1vh 0px;
    width: 80%;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 5px #b7b7b7);
}

#terminalName {
    margin: 5px auto 10px;
    font-weight: 400;
    /* font-size: 2.7vh; */
    width: 270px;
    height: 24px;

}

#statusbarTerminal {
    display: flex;
    margin: 5px auto;
    max-width: 71vw;
    background-color: transparent;
}

#statusbarTerminalAbout {
    border-radius: 15px 0px 0px 15px;
    display: inline-block;
    width: 30vw;
    padding-top: 11px;
}

.statusbarTerminalElement {
    display: inline-block;
    height: 5vh;
    width: 10vw;
    padding: 0px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.049em;
    margin: auto;
    border-radius: 0px;
    box-shadow: none;
    /* background: transparent; */
}

.statusbarON {
    font-size: 12px;
    margin: 0px auto;
    border: 1px solid #fbfffd;
    background: #f9f9f9;
    width: 100px;
    padding: 13px 5px 5px 5px;
    border-radius: 5px;
    color: #456548;
    display: inline;
}

.statusbarOFF {
    font-size: 10px;
    margin: 0px auto;
    border: 1px solid #896649;
    background: #302724;
    width: 80px;
    padding: 5px;
    border-radius: 5px;
    color: rgb(255 176 145);
    display: inline;
}

.statusbarLedON {
    background: #396a39;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid;
    animation: led 1s infinite;
    border-top-color: #6ccd97;
    border-right-color: #498966;
    border-bottom-color: #69887d;
    border-left-color: #65844e;
}

.statusbarLedOFF {
    background: #ff392b;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid rgb(118 46 46);
    filter: drop-shadow(-1px 3px 4px #ff6b61)
}

#userbar {
    background-color: #8996b2;
    background: radial-gradient(circle, rgba(137, 150, 178, 1) 0%, rgb(93 90 98) 100%);
    color: #efebff
}

#timeAndWarnBar {
    display: flex;
    background: #3d4453;
    /* background-color: red; */
    width: 100%;
    width: 95%;
    margin: auto;
}

#adsInTerminal {
    display: none;
    background-color: white;
    max-height: 150px;
}


#warns {
    margin: 5px;
    padding: 0.4vh;
    letter-spacing: 0.071em;
    font-size: 13px;
    width: 80%;
    color: white;
    font-weight: 300;
    overflow: hidden;
    display: inline;
    white-space: nowrap;
}

/* .warnInvisible {
    display: none;
} */

.warnYellow {
    background-color: #fe6;
    color: #71622a;
    visibility: visible;
}

#counter {
    background-color: #13141c;
    padding: 2px 5px;
    color: #ddf5ffff;
    display: block;
    font-size: 13px;
}

.greetings {
    animation: greetingsAnim 8s;
}

.settingsBT {
    padding: 5px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 5px;
    letter-spacing: 0.049em;
}