#fileInput {
    display: none;
}

#sidebar {
    height: 100%;
    width: 60px;
    position: fixed;
    top: 80px;
    left: 0;
    background-color: #1f2627;
    padding-top: 30px;  
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#menu-bar {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1f2627;
    padding-top: 0px;
    padding-left: 20px;  
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

#menu-bar img {
width: 10%;
}

#title{
   margin-left: 30%;
   color: #ffffff;
   opacity: 0.8;

  }

.custom-folder-icon img {
    width: 40px;
}

body {      
    margin: 0;
    padding: 0;
    background-color: rgb(45, 71, 98);
   
}

#saveButton {
    background: transparent;
    border: none;
    padding: 0; 
}

#saveButton img {
    width: 40px; 
    height: 40px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
}

#vtk-container {

height: calc(100vh - 80px);
margin-left: 60px;
margin-top: 80px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden; 

}

#list {
    display: none;
}

#label h1 {
    font-size: 25px; 
    opacity: 0.7; 
    margin-left: 25px;
    font-family: cooper Black, sans-serif;
    font-weight: bold;
}

#label h2 {
    opacity: 0.7; 
    margin-left: 0;
    font-family: cooper Black, sans-serif;
    font-weight: bold;
}

.folder-icon img{
    width: 40px;
    height: auto;
    opacity: 0.7;
}

.styled-select {
    display: block;
    width: 150px;
    height: 25px; 
    padding: 0px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #3b7dbb;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('https://cdn.iconscout.com/icon/free/png-256/dropdown-arrow-6-77482.png') no-repeat 95% 50%;
    background-size: 15px;
    background-color: rgb(102, 193, 245);
    text-align: center; 
   
    font-weight: bold;
    right: 30px;
    position: absolute;
    top: 27.5px;
  
    
}

.styled-select option {
    background-color: rgb(102, 193, 245);
    color: #020202;
    text-align: center;
    font-weight: bold;
   
}

.styled-select:hover {
    border-color: #8bffbb;
}

.styled-select:focus {
    outline: none;
    border-color: #050404;
    box-shadow: 0 0 5px #1aa3ff;
}


#delaunay {
    display: none;
    position: absolute;
    top: 27.5px; /* Adjust the top position as needed */
    right: 495px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #3b7dbb;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('https://cdn.iconscout.com/icon/free/png-256/dropdown-arrow-6-77482.png') no-repeat 95% 50%;
    background-size: 15px;
    background-color: rgb(102, 193, 245);
    text-align: center; 
    font-weight: bold;
    height: 25px; 
    width: 175px;
}


#contour {
    display: none;
    position: absolute;
    top: 27.5px; /* Adjust the top position as needed */
    right: 315px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #3b7dbb;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('https://cdn.iconscout.com/icon/free/png-256/dropdown-arrow-6-77482.png') no-repeat 95% 50%;
    background-size: 15px;
    background-color: rgb(102, 193, 245);
    text-align: center; 
    font-weight: bold;
    height: 25px; 
    width: 150px;
}

#volume {
    display: none;
    position: absolute;
    top: 27.5px; /* Adjust the top position as needed */
    right: 210px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #3b7dbb;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('https://cdn.iconscout.com/icon/free/png-256/dropdown-arrow-6-77482.png') no-repeat 95% 50%;
    background-size: 15px;
    background-color: rgb(102, 193, 245);
    text-align: center; 
    font-weight: bold;
    height: 25px; 
    width: 75px;
}

#myTextBox {
    display: none;
    position: absolute;
    top: 100px; /* Adjust the top position as needed */
    right: 160px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #3b7dbb;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('https://cdn.iconscout.com/icon/free/png-256/dropdown-arrow-6-77482.png') no-repeat 95% 50%;
    background-size: 15px;
    background-color: rgb(255, 255, 255);
    text-align: center; 
    font-weight: bold;
    height: 25px; 
    width: 170px;
}


