@font-face {
    font-family: 'CiscoSansTT';
    src: url('CiscoSans/CiscoSansTTRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    display: flex;
    background-color: #F5F5F5;
}

.sidepanel {
    width: 18%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
}
.sidepanel-body p{
    font-size: 1.5em;
}
header {
    color: #F7F7F7;
    display: flex;
    flex-direction: column;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2D3047;
}

.img-top {
    height: 100px;
    padding: 10px;
}
.img-bottom {
    height: 70px;
    padding: 5px;
}

header h1 {
    font-family: 'CiscoSansTT';
    font-size: 1.5em;
    margin: 0;
    padding-right: 10px;

}

.header-bottom {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    background-color: #F7F7F7;

}

.sidepanel-body {
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto;
    background-color: #F5F5F5;
}

footer {
    padding: 8px;
    background-color: #F5F5F5;
    color: #23282E;
}

.footer-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter';
    font-size: 12px;
}

footer h2 {
    margin: 0;
    font-family: 'CiscoSansTT';
    font-weight: 700;
    font-size: 20px;
    color: #419D78;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

footer li {
    margin-right: 20px;
}

footer a {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    color: #1D69CC;
    text-decoration: none;
}

.main {
    width: 82%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    margin-right: 15%;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

.green-text {
    color: green;
  }
  
  .red-text {
    color: rgb(255, 0, 0);
  }

.status {
    font-size: 48px;
    text-align: center;
    margin-bottom: 10px;
}

.score {
    font-size: 48px;
    text-align: center;
    margin-bottom: 10px;
}

.timestamp {
    font-size: 36px;
    text-align: center;
    margin-top: 0px;}
.timestamp-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0px;

}

.connected {
    color: green;
}

.disconnected {
    color: red;
}

.mqtt-status{
    font-size: 24px;
    text-align: right;
    padding-right:25px;
}
