@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend/Lexend-VariableFont_wght.ttf') format('truetype');
    /* Add additional font formats and paths if available */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend/Lexend-VariableFont_wght.ttf') format('truetype');
    /* Add additional font formats and paths if available */
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend/Lexend-VariableFont_wght.ttf') format('truetype');
    /* Add additional font formats and paths if available */
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend/Lexend-VariableFont_wght.ttf') format('truetype');
    /* Add additional font formats and paths if available */
    font-weight: 200;
    font-style: normal;
}

body {
    background-color: #181818;
}

h1 {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 24px;
    font-weight: 600;
}
h2 {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 20px;
    font-weight: normal;
}
h3 {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 18px;
    font-weight: normal;
}
h4 {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
p {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-top: 0px;
    margin-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.smallp {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 12px;
    font-weight: 300;
    padding-top: 0px;
    margin-top: 12px;
    padding-bottom: 0px;
    margin-bottom: 12px;
}
.smallH {
    color: #C3A8E4;
    font-family: Lexend, sans-serif;
    font-size: 12px;
    font-weight: 300;
    padding-top: 0px;
    margin-top: 12px;
    padding-bottom: 0px;
    margin-bottom: 12px;
}
.smallestp {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 10px;
    font-weight: 300;
    padding-top: 0px;
    margin-top: 12px;
    padding-bottom: 0px;
    margin-bottom: 12px;
}

ul li {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px;
}
.highlight {
    color: #C3A8E4;
}
a {
    color: #C3A8E4;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: normal;

}
specialLink{
    color: #C3A8E4;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: normal;

}
a:visited {
    color: #C3A8E4;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: normal;

}


/* ------- Labels ------ */


label {
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 0;
  width: 50%;
  white-space: normal;
  margin-top: 0px;
}

.label1 {
  margin-bottom: 8px;
  color: #FFFFFF;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 0;
  width: 240px;
  white-space: normal;
  margin-top: 20px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.label2 {
  margin-bottom: 2px;
  color: #FFFFFF;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 0;
  width: 80%;
  white-space: normal;
  margin-top: 2px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* ------- Selects, Checkboxes, Inputs ------ */


select {
  width: 90%; /* Adjust the width as needed */
  height: 28px; /* Adjust the height as needed */
  padding: 6px; /* Adjust the padding as needed */
  border: 1px solid #ccc; /* Adjust the border style as needed */
  border-radius: 4px; /* Adjust the border radius as needed */
  background-color: #fff; /* Adjust the background color as needed */
  color: #333; /* Adjust the text color as needed */
  font-size: 14px; /* Adjust the font size as needed */
}
/* Style the dropdown arrow */
select::after {
  content: "\25BC"; /* Unicode character for down arrow */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(180deg);
  pointer-events: none;
}
.select1{
    margin-bottom: 20px;
}
.checkbox_in {
  display: flex;
  flex-direction: column;
  height: 80px;
}
.checkbox_row {
  display: flex;
  align-items: center;
}
.checkbox_row .check {
  margin-right: 4px; /* Adjust the margin as needed */
  width: 40px;
height: 40px;
}
.checkbox_row .label2 {
  white-space: nowrap;
  margin: 10px;
}

.input1[type="text"],
.input1[type="float"],
.input1[type="number"] {
    margin-bottom: 8px;
    display: block;
    border-radius: 6px;
    padding: 6px 6px;
    width: 50%;
    height: 16px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: none;
}

.input2[type="text"],
.input2[type="password"] {
    margin-bottom: 8px;
    margin-right: 18px;
    border-radius: 2px;
    padding: 6px 6px;
    width: 300px;
    height: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: none;
}

.input3[type="text"],
.input3[type="float"],
.input3[type="number"],
.input3[type="int"] {
    margin-bottom: 8px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    padding: 6px 6px;
    width: 60%;
    height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: none;
}
.input4[type="text"],
.input4[type="float"],
.input4[type="number"],
.input4[type="int"] {
    margin-bottom: 8px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    padding: 6px 6px;
    width: 180px;
    height: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: none;
}
.input5[type="text"],
.input5[type="float"],
.input5[type="number"],
.input5[type="int"],
.input5[type="password"] {
    margin-bottom: 20px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    padding: 6px 6px;
    width: 360px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: none;
}
.input6[type="text"],
.input6[type="float"],
.input6[type="number"],
.input6[type="int"],
.input6[type="password"] {
    margin-bottom: 20px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    padding: 6px 6px;
    width: 180px;
    height: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: none;
}

.file-input-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.file-input {
  opacity: 0;
  width: 200px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.file-input-label {
  display: inline-block;
  padding: 8px 16px;
  background-color: #e9e9e9;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
}

.file-input-label:hover {
  background-color: #ccc;
}

.file-input-label:active {
  background-color: #aaa;
}

.button1 {
    border-radius: 8px;
    margin: 6px;
    padding: 6px 6px;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color: #C3A8E4;
    border: none;
    cursor: pointer; /* Add cursor property */
}


/* ------- Tables ------ */


table {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;   
}
tr{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
td {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 4px;
    padding: 8px;
    border-top: 1px solid white;
  border-bottom: 1px solid white;
}
th {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin: 4px;
}
/*
table th:nth-child(2) {
  width: 400px;
}*/
.formTable table {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.formTable tr{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.formTable td {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: 300;
    border-top: 0px solid white;
    border-bottom: 0px solid white;
    margin: 4px;
    padding: 8px;
    border: 0px;
}
.formTable th {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    width: 10px;
    margin: 4px;
}


/* ------- Nav ------ */


#header {
    position: relative; top: 0; left: 0px;
    margin: 0px;
    padding: 10px;
    background-color: black;
    width: 100%;
}
.header {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 10px;
    background-color: black;
}
#navHam {
    width: 30px;
    padding: 10px;
}
#tllLogo {
    width: 100px;
}
nav {
    margin-left: auto;
}
nav ul {
    display: flex;
    list-style: none;
    padding: 10px;
}
nav ul li {
    margin-left: 10px;
    color: #41D6A0;
    font-family: Lexend, sans-serif;
    font-size: 20px;
    font-weight: 200;
    text-decoration: none; /* Remove underline */
}
nav ul li a {
    margin-left: 10px;
    color: #41D6A0;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none; /* Remove underline */
}
nav ul li a:visited {
    margin-left: 10px;
    color: #41D6A0;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none; /* Remove underline */
}
.small {
    margin-left: 10px;
    color: #41D6A0;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none; /* Remove underline */
}
.small:visited {
    margin-left: 10px;
    color: #41D6A0;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none; /* Remove underline */
}
.pbbPath {
    background-color: #402E57;
    display: flex;
    margin: 0px;
    padding: 20px;
    text-align: left;
    align-items: center;
}
.pbbPath .pbbPathpF {
    color: #989898;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-decoration: none; /* Remove underline */
}
.pbbPath .pbbPathp {
    color: #989898;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-decoration: none; /* Remove underline */
}

.pbbPath .pbbPathpCurrent {
    color: #FFFFFF;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-decoration: none; /* Remove underline */
}


/* ------- containers ------ */



.form-group {
  display: inline-block;
  vertical-align: top;
}
.form-groupU {
  margin-bottom: 10px;
}
.form-groupU3 {
  margin-bottom: 10px;
  padding-bottom: 18px;
}


.page {
    justify-content: left;
}
.landing {
    text-align: center;
    padding: 20px;
}
.wrapper {
    padding: 28px;
    padding-top: 15px;
    padding-right: 32px;
}
.wrapper2 {
    padding: 28px;
    padding-top: 15px;
    padding-right: 32px;
}
.wrapper3 {
    padding: 28px;
    padding-top: 15px;
    padding-right: 32px;
}
.wrapper4 {
    padding: 28px;
    padding-top: 15px;
    padding-right: 32px;
}
.container {
    margin-top: 20px;
}
#CSVTable {
  display: flex;
  justify-content: left;
}
#col1 {
    display: block;
}




#col4,
#coll3 {
  flex-basis: 48%
}
#col3{
    height: 800px
}
/*#col3 > * {
  margin-bottom: 10px; /* Adjust spacing between elements if needed */
}*/
#gamutContainer {
    margin-top: 100px;
    height: 400px;
  display: block;
}
#gamutContainer,
label[for="gamut"],
#gamut,
#contentContainer,
#graph {
  display: block;
  margin-bottom: 10px; /* Adjust spacing between elements if needed */
}

#sidebar {
  display: block;
  justify-content: space-between;
  max-width: 800px;
  height: 200px;
}

.gamut-info,
.gamut-table {
  display: block;
  margin: 20px;
}
#graph{
    position: relative;
    width: 100%; /* Adjust the width as needed */
    height: 168px; /* Adjust the height as needed */
}
#lineChart {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://www.thelightlaboratory.com/pocketbestboy/Calculators/xyToRGB/colorfiles/spectrum4.png');
    background-size: 110% 80%;
    border-style: solid;
    border-width: 4px;
    border-color: black;
}
#contentContainer {
    display: block;
    height: 340px;
}