body {
    background-color: #e4e4e4;
    /* Light gray background */
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.btn-primary {
    font-family: 'TradeGothicNextW01-Bold_693232', sans-serif;
    font-size: large;
    letter-spacing: 3.8px;
}

@font-face {
    font-family: "TradeGothicNextW01-Bold_693232";
    src: url("../fonts/3f9c9b78-918d-4cbd-8e28-86105c04bd2d.eot");
    src: url("../fonts/3f9c9b78-918d-4cbd-8e28-86105c04bd2d.eot?#iefix") format("embedded-opentype"),
        url("../fonts/3c253249-5a5d-48b8-a812-894ed905bfed.woff") format("woff"),
        url("../fonts/f25b0d66-5264-48a4-8921-3c07b89f7b54.woff2") format("woff2"),
        url("../fonts/89814d8f-6797-430a-a404-947de978bc6e.ttf") format("truetype"),
        url("../fonts/6c1267e3-1cc1-49b7-b1b8-f6fa2df61bbb.svg#6c1267e3-1cc1-49b7-b1b8-f6fa2df61bbb") format("svg");
    font-weight: normal;
    font-style: normal;
}

.nav {
    font-family: 'TradeGothicNextW01-Bold_693232', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
}

.highlight-font {
    font-family: 'TradeGothicNextW01-Bold_693232', sans-serif;
}

.main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header {
    width: 100%;
    text-align: left;
    background-color: #ffffff;
}

.header img {
    max-height: 50px;
}

.header-text {
    font-size: 18px;
    color: #FFFF;
    margin-top: 5px;
    background-color: black;
    font-size: 13px;
    letter-spacing: 3.8px;
    color: white;
    text-transform: uppercase;
    font-family: 'TradeGothicNextW01-Bold_693232', sans-serif;
}

.centered-container {
    width: 700px;
    min-height: 400px;
}

.headline {
    border-radius: 10px 10px 0px 0px;
    font-size: 18px;
    color: #FFFF;
    padding: 5px;
    background-color: black;
    letter-spacing: 3.8px;
    text-transform: uppercase;
    font-family: 'TradeGothicNextW01-Bold_693232', sans-serif;
}

.menu {
    background-color: #ffffff;
}

.primary {
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.bar {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px 0;
    font-size: 1.5rem;
}
.form-control {
    text-align: right !important; 
}

.input_percent {
    width : 90px;
}

.input_time {
    width : 150px;
}

th {
    vertical-align: middle;
    font-weight: bold;
}

td {
    vertical-align: middle;
}

.input_color td {
    text-align: center;
}

.input_color input[type=color] {
    height: 40px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
}

.input_color_rgb_b {
    width : 200px;
}

.form-label {
    display: inline;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

input[type=color] {
    border-width: 0px;
    block-size: auto;
    padding: 0px;
    border-radius: var(--mo-border-radius);
    border: var(--mo-border-width) solid var(--mo-border-color);
}

#progress-text {
  position: absolute; 
  width: 100%; 
  text-align: center; 
  line-height: 25px;
  background-color: #000000A0;
  color: white;
}

#progress-bar {
  width: 0%;
  height: 100%;
}

table td,th {
    border: 0px;
}

.firmware {
    margin-top: 5px;
}