/*
 * general styles
 */
BODY {
    background-color: black;
    color: #ddd;
    font-family: sans-serif;
    font-size: 11pt;
}

IMG {
  border-color: #000;
}

H1, H2, H3, H4, LI, A, BLOCKQUOTE, TD {
  font-family: sans-serif;
}

H1 {
  font-size: 16pt;
  color: #acf;
  font-family: sans-serif;
}

H2 {
  font-size: 13pt;
  color: #acf;
}

H3 {
  font-size: 11pt;
  color: #acf;
}

P {
  font-family: sans-serif;
  font-size: 11pt;
}

LI {
  font-size: 11pt;
}

A {
  color: #999;
}

TD {
  font-size: 11pt;
}

HR {
  border: none;
  background-color: #000;
  color: #000;
  height: 3px;
  width: 100%;
}

#dfuStatus {
  background-color: #000000;
}

#progressContainer {
  width: 100%;
  background-color: #ccc;
  height: 20px;
  position: relative;
}

#progressBar {
  width: 0;
  height: 100%;
  background-color: #4CAF50;
  transition: width 0.5s;
}

#progressText {
  text-align: center;
  line-height: 20px;
  position: absolute;
  width: 100%;
}

/*
 * Rhodes styles
 */
BODY.rhodes {
  background: #2e3333;
}

IMG.rhodes-logo-top {
  width:240px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* orange heading */
H5.rhodes {
  font-family: Inter, sans-serif;
  color: rgb(222, 106, 64);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 22px;
  text-transform: uppercase;
  margin-block-start: 10px;
  margin-block-end: 10px;
  -webkit-font-smoothing: antialiased;
}

/* main heading */
H2.rhodes {
  font-family: Inter, sans-serif;
  color: rgb(255, 253, 250);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 35.2px;
  text-transform: uppercase;
  margin-block-start: 0px;
  margin-block-end: 0px;
  -webkit-font-smoothing: antialiased;
}

/* paragraph style */
P.rhodes {
  font-family: Inter, sans-serif;
  color: rgb(255, 253, 250);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}

/* paragraph style */
LI.rhodes {
  font-family: Inter, sans-serif;
  color: rgb(255, 253, 250);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}

.header {
  background-color: #000;
}

.main {
  margin-bottom: 20px;
  padding: 20px;
}

.help {
  border-top-color: rgb(255, 253, 250);
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 20px;
  padding: 10px;
}

INPUT {
  height: 60px;
  border-color:rgb(222, 106, 64);
  background-color: #000;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  color: #ddd;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin: 5px;
}

INPUT:hover {
  background-color:rgb(222, 106, 64);
}

INPUT:disabled {
  border-color: #999;
  background-color: #505050;
}

SELECT {
  height: 60px;
  border:rgb(222, 106, 64);
  background-color: #000;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  color: #ddd;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin: 5px;
}

#progressContainer {
  height: 40px;
  border: #505050;
  background-color: #000;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  display: flex;
  justify-content: relative;
  align-items: center;
}

#progressBar {
  width: 0;
  height: 100%;
  background-color: rgb(222, 106, 64);
  border-width: 2px;
  border-style: none;
  border-radius: 6px;
  transition: width 0.2s;
}

#progressText {
  font-family: Inter, sans-serif;
  color: rgb(255, 253, 250);
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
  width: 100%;
  text-transform: uppercase;
}
