.label-area {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: white; */
         /* background-image: url("/static/images/85.png");
            background-size: 100% 100%;
            background-repeat: no-repeat; */
        min-height: 50vh;
        padding: 20px;
        background-color: rgb(36, 2, 43);
}
.label-controls-config-area {
    background-color: rgba(190, 179, 179, 0.39);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
#config-controls {
    display: grid;
    grid-template-columns: 350px repeat(2, 1fr);
    gap: 50px;
}
.label-controls {
  font-family: Arial, sans-serif;
  background-color: #f4f4f9;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}


.input-group input[type="file"] {
  padding: 3px;
}

/* Checkbox group styling */
.checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkbox-group input {
  margin-right: 10px;
}

.checkbox-group label {
  font-size: 14px;
  color: #333;
}

 #label-selection {
    font-family: 'Times New Roman', Times, serif;
    line-height: 25px;
    font-size: 16px;
    padding: 15px;
 
}

#label-controls {
    font-family: 'Times New Roman', Times, serif;
    line-height: 25px;
    font-size: 14px;
    padding: 15px;
 
}
 
@media(max-width:700px) {
#config-controls {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto
}
}
