body {
  font-family: Raleway, FreeSans, Arial, Helvetica, sans-serif;
}

.navbar1 {
  overflow: hidden;
  background-color: #FFFFFF;
}

.navbar1 a {
  float: left;
  font-size: 16px;
  color: rgba(215,108,72,1.0);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown1 {
  float: left;
  overflow: hidden;
}

.dropdown1 .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: rgba(215,108,72,1.0);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar1 a:hover, dropdown1:hover .dropbtn {
  background-color: rgba(45,53,77,1.0);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown1:hover .dropdown-content {
  display: block;
}

.icon {
  font-family: Raleway, FreeSans, Arial;
  font-style: italic;
  font-size: 0.80em;
}

/**
 * Changes the font of the login dialog to prefer Raleway, with some fallbacks.
 */
 .login-ui .login-dialog .login-fields input {
  font-family: Raleway, FreeSans, Helvetica, Arial, sans-serif;
}

/**
* Set up the logo used at the top of the login dialog box, including sizing it
* appropriately and pulling in the custom image.
*/
.login-ui .login-dialog .logo {
  width: 13em;
  height: 7em;
  margin: 0.5em auto;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

/*
* For our custom warning code, specify the font order, as well as the italic
* style, and size it down a little.
*/
.login-ui .login-dialog .warning {
  font-family: Raleway, FreeSans, Arial;
  font-style: italic;
  font-size: 0.75em;
}

/*
 * Sets up the custom coloring around the header elements.
 */
 .header {
  border-bottom: 1px solid rgba(0,0,0,1.0);
  box-shadow: rgba(0,0,0,0.75);
  background: rgba(0,0,0,1.0);
  color: rgba(255,255,255,1.0);
}

/*
* Changes the default color and fonts of the submit buttons, along with font
* size and weight.
*/
input[type="submit"], button, a.button {
  border-radius: 5px;
  background-color: rgba(215,108,72,1.0);
  border: 1px solid rgba(0,255,145,1.1);
  font-size: 1em;
  font-weight: bold;
  font-family: Raleway, FreeSans, Helvetica, Arial, sans-serif;
}

/*
* Changes the coloring on the submit-styled buttons when you hover over them.
*/
input[type="submit"]:hover, button:hover, a.button:hover {
  background-color: rgba(45,53,77,1.0);
  border: 1px solid rgba(0,145,255,1.0);
}

/*
* Changes the coloring on the submit-styled buttons when you click on them.
*/
input[type="submit"]:active, button:active, a.button:active {
  background-color: rgba(215,100,80,1.0);
  border: 1px solid rgba(255,95,0,1.0);
}

/*
* Provide a custom color scheme for danger-styled buttons.
*/
button.danger, a.button.danger {
  background: rgba(255,95,0,1.0);
  border: 1px solid rgba(255,0,0,1.0);
}

/*
* Provide a cusotm color scheme for hovering over danger-styled buttons.
*/
button.danger:hover, a.button.danger:hover {
  background: rgba(255,0,0,0.75);
  border: 1px solid rgba(255,95,0,1.0);
}

/*
* Provide a custom color scheme for danger-styled buttons when clicked.
*/
button.danger:active, a.button.danger:active {
  background: rgba(255,0,170,1.0);
  border: 1px solid rgba(255,95,0,1.0);
}

/*
 * Change the default font order of preference across the entire interface.
 */
 body {
  font-family: Raleway, FreeSans, Helvetica, Arial, sans-serif;
}

div.Op-column {
  flex: 75%;
  padding: 1px;
}

div.Op2-column {
  flex: 20%;
}

div.Op-row {
  display: flex;
}

.icon {
  font-family: Raleway, FreeSans, Arial;
  font-style: italic;
  font-size: 0.80em;
}

h6 {
  font-family: Raleway, FreeSans, Helvetica, Arial, sans-serif;
  border: 1px solid rgba(215,108,72,1.0);
  color: rgba(215,108,72,1.0);
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em;
  margin: 6px;
  height: 32px;
}

.grid-container {
  display: flex;
}

/* styles.css */
.sidebar {
  display: block;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #333;
  color: #fff;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  margin: 10px;
  width: 380px:
  border: 1px solid red;
}

.sidebar.collapsed {
  width: 50px;
}

.sidebar.open {
  width: 5px;
  
}

.content {
  flex: 1;
  padding: 20px;
  margin-left: 385px;
  box-sizing: border-box;
  text-align: left;
  margin: 10px;
  border: 1px solid red;
}

.nav-item-btn { 
  list-style: none;
}

.hidden {
  visibility: hidden;
}

#select {
  width: 200px !important;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: Arial, sans-serif;
}

.visible {
  visibility: visible;
}

#main {
  margin-left: 10px; /* adjust to sidebar width */
}

/* styles for the combobox */
.combobox {
  width: 200px !important;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: Arial, sans-serif;
}

.combobox option {
  padding: 5px;
  font-size: 14px;
}

/* styles for the added options */
.added-options {
  background-color: #f0f0f0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
}

.custom-select {
  width: 400px; /* Set the width to 100% of its parent element */
  padding: 10px; /* Add some padding for better readability */
  font-size: 16px; /* Set the font size */
  border: 1px solid #fff; /* Add a border */
  border-radius: 1px; /* Add a rounded corner */
  /*appearance: none; /* Remove the native dropdown arrow */
  /*-webkit-user-select: none; /* Disable text selection */
}

.hamburger-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #333;
  color: #fff;
  cursor: pointer;
}
