#config{
    position: fixed;

    color: antiquewhite;
    width: 1200px;
    height: 700px;
    display: none; 
    border-radius: 10px;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(assets/wallpaper.gif);
    background-attachment: fixed;
    border-radius: 10px;
    box-shadow: #010d1a;
    box-sizing: 15px;
    
}

#closeButton{
    float: inline-end;
    margin: 10px;
    width: 30px;
    height: 30px;
    background-image: radial-gradient(circle, rgb(255, 255, 255), rgb(222, 222, 230));
    border-radius: 10px;
    font-size: 17px;
}

#left-nav{
    float: left;
    display: flex;
    flex-direction: column;
    background-color: #010d1ae6;
    width: 70px;
    height: 700px;
    padding: 15px 15px -10px 15px;
    margin: 0px 10px 0px 0px;    
    border-style: solid;
    border-width: 2px 5px 2px 2px;
    border-color: #010d1a;
    border-radius: 10px 0px 0px 10px;
}

#config-section{
    padding: 10px;
    background-color: #010d1ae6;
}

.ln-btn {
    width: 50px;
    height: 50px;
    background-image: radial-gradient(circle, rgb(255, 255, 255), rgb(222, 222, 230));
    color: rgb(18, 25, 92);
    border-radius: 15px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    border-color: #010d1a;
}

.config-options{
    width: 1190px;
    height: 670px;
    border-radius: 0px 0px 10px 0px;
}



#sectTwo{
    display: none;
}

#sectThree{
    display: none;
}

input[type="color"] {
  border: none;
  width: 100px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  border-radius: 8px;
}

/* Chrome, Edge, Safari */
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 8px;
}

/* Firefox */
input[type="color"]::-moz-color-swatch {
  border: none;
  border-radius: 8px;
}

input[type="file"] {
  display: none; /* esconde o real */
}

.file-label {
  display: inline-block;
  padding: 8px 16px;
  background: #1e90ff;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}

.file-label:hover {
  background: #187bcd;
}

#applyBtn, #solidColorBtn {
  padding: 8px 16px;
  margin-left: 8px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#applyBtn:hover {
  background: #218838;
}
