.navbar {
    background-image: url('/static/Cool-White-Background-43.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
}

.footer {
    background-image: url('/static/Cool-White-Background-43.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Helvetica, sans-serif;
}

/* All Modals */
.modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 2px solid #4caf50;
    border-radius: 5px;
    padding: 10px;
    z-index: 9999;
}

/* Modal for Config View Table */
.modal-container-config {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250%; 
    max-width: 1200px; 
    overflow-y: auto; 
    background: #4caf50;
    border-radius: 5px;
    padding: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.modal-content-config {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
}

.modal-inner-config {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Progress Bar color */
.progress-bar {
    background-color: #45a049 !important;
}

/* Close Button Adjustment */
.close-button {
    position: absolute;
    top: -5px;
    right: 0px;
    cursor: pointer;
    font-size: 25px;
}

/* Button Box */
.custom-box {
    display: inline-block;
    border: 2px solid #45a049;
    padding: 5px;
    border-radius: 10px;
}

/* Antenna List Box */
.custom-box-2 {
    display: inline-block;
    border: 2px solid #45a049;
    padding: 15px;
    border-radius: 10px;
    background-color: transparent;

}

/* About Box */
.about-box {
    display: inline-block;
    border: 2px solid white;
    padding: 10px;
    border-radius: 10px;
    background-color: #45a049;

}

.about-box-error {
    display: inline-block;
    border: 2px solid white;
    padding: 10px;
    border-radius: 10px;
    background-color: #ef0000;

}

.about-box-alarm {
    display: inline-block;
    border: 2px solid white;
    padding: 10px;
    border-radius: 10px;
    background-color: #f48b0b;

}

/* Organisation Name Box  */
.reader-organisation-name-box {
    border: 2px solid #45a049;
    border-radius: 10px;
    padding: 10px;
    background-image: url('/static/Cool-White-Background-43.jpg');
    z-index: 9999; 
}

/* Organisation Name Box  */
.reader-organisation-name-box-no-bak {
    border: 2px solid #45a049;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent; 
    z-index: 9999; 
}

/* No Background for organisation name */
.reader-organisation-name-null-box {
    border: 2px solid #45a049;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent; 
    z-index: 9999;
}

/* Site Name Box */
.reader-site-name-box {
    border: 2px solid #45a049;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent; 
    z-index: 9999; 
}

/* Zone Name Box */
.reader-zone-name-box {
    border: 2px solid #45a049;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent; 
    z-index: 9999; 
}

/* Error Box */
.error-box {
    border: 2px solid #ef0000;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent;
    z-index: 9999; 
}

/* Alarm Box */
.alarm-box {
    border: 2px solid #f48b0b;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent; 
    z-index: 9999;
}

/* Power Box */
.power-box {
    border: 2px solid #45a049;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent;
    z-index: 9999; 
}

/* Miscellaneous Items  */

.green-text {
    color: #45a049 !important;
}

.red-text {
    color: #ef0000 !important; 
}

.smaller-text {
    font-size: 0.9em;
}

/* Images of Organisations */
.glencore-image {
    max-width: 200px; 
    max-height: 45px;
}

.anglo-image {
    max-width: 350px; 
    max-height: 50px; 
}

.harmony-image {
    max-width: 300px; 
    max-height: 40px; 
}

.sibanye-image {
    max-width: 350px; 
    max-height: 45px;
}

.impala-image {
    max-width: 350px; 
    max-height: 45px; 
}

.koura-image {
    max-width: 350px; 
    max-height: 40px; 
}

.palabora-image {
    max-width: 350px; 
    max-height: 40px; 
}

.sefateng-image {
    max-width: 350px; 
    max-height: 45px; 
}

.office-image {
    max-width: 350px; 
    max-height: 40px; 
}

/* Set the z-axis of the Reset Fact confirmation modal */
#confirmationModal {
    z-index: 9999 !important;
}

/* New Stuff */
.file-upload-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5rem;
}

/* Hidden until upload starts */
.progress-wrapper {
  display: none;
  align-items: center;
  gap: 8px;
}

.progress-wrapper progress {
  width: 300px;
  height: 20px;
}

.status {
  font-weight: bold;
  min-width: 24px;
  text-align: center;
  font-size: 1rem;
}
