/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */

body {
  margin-top: 0px;
  //font-family: Arial, Helvetica, sans-serif;
  font-family: "Gotham SSm", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
} 

h1 {
  //font-family: "Gotham SSm", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  //font-weight: 100;
}

h2 {
  font-weight: 100;
  padding-top: 2em;
  padding-bottom: 1em;
  font-size: 1.5em;
}

.selection {
  margin-bottom: 2em;
}

select {
  padding-top: 0;
  padding-bottom: 0;
  //width: 6em;
  color: blue;
}

.add_panel_button {
  margin-left: 0.7em;
  border: 1px solid black;
  position: relative;
  top: -12em;
  width: 80%;
  color: blue;
} 

.radio_label {
  margin-bottom: 1em;
}

.custom_radio_label {
  min-width: 150px;
}
  
/* Custom radio buttons */
/* Hide the default radio buttons */
.custom_radio[type="radio"] {
  display: none;
}

label {
  padding-bottom: 15px;
}

/* Style the custom radio buttons */
.custom_radio + label {
  display: inline-block;
  text-align: center; /* Center the text */
  color: #999;
  margin-right: 0px;
  padding: 15px;
  border: 1px solid #ddd; /* Default grey border */
  cursor: pointer;
}

.custom_radio:checked + label {
  padding: 14px;
  color: #000;
  border: 2px solid blue; /* Blue border for selected item */
/* End custom radio buttons */
}

.angle_selection_container{
  border: 0px solid black;
  //height: 25px;
  width: 100%;
  display: grid;
  grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
}

.angle_selection {
  border: 0px solid black;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.panel_spinner {
  border: 0px solid red;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
} 
  
.panel_selection {
  font-size: 0.7em;
  margin-top: 0px;
  //padding-left: 1.5em;
  //padding-right: 2em;
  border: 0px solid black;
  width: 100%;
  display: grid;
  grid-template-columns: 6% 17% 17% 20% 17% 17% 6%;
}
   
.arrow {
  color: blue;
}
 
.down_arrow {
  color: blue;
  border: 0px solid black;
  transform: rotate(180deg);
} 
.cycle_button {
  display: block;
  border: 1px solid black;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.custom_panel_label {
  width: 100%;
}

.small {
  margin-top: 1em;
  font-size: 0.8em;
}

.instructions {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid blue;
  border-radius: 15px;
  padding: 1em;
}

.spacious-table {
  border-collapse: separate;
  border-spacing: 0.4em;
}

.spacious-table th,
.spacious-table td {
  padding: 0.4em 0.6em;
}
