:root {
  /* root color variables */
  --bright-blue: #007bff;
  --body-background: #f0f3f6;
  --ghost-white: ghostwhite;
  /* --monday-red: #e2435c; */
  --monday-red: orangered;
  --alice-blue: aliceblue;
  --footer-slate: #e6e8f1;
  --footer-slate: #20364c;
  --white: white;
  --body-font: #666;
  --slate-gray: lightslategray;
  --silver: silver;
  --graphite: #506578;
  --trench-blue: #406885;
  --light-blue: #d0e9fe;
  --var(--monday-red): #d2691e;
  /* --maroon: maroon; */
  --maroon: brown;
  --nd-gold: #D39F10;
}

body {
  font-size: 1.5rem;
  /* font-family: "Montserrat", Arial, sans-serif; */
  /* background: linear-gradient(rgba(169, 169, 169, 0.4), rgba(169, 169, 169, 0.4)) center top / cover, url("../img/bg-pattern3.png"); */
  /* background: linear-gradient(rgba(135, 186, 208, 0.07), rgba(135, 186, 208, 0.07)) center top / cover, url("../img/bg-pattern3.png"); */
  /* background-repeat: repeat; */
  /* background: #D9E7F3; */
  font-family: "Jost", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: #f6f7fb;
  padding-bottom: 100px;
}

p,
li {
  font-size: 2rem !important;
  color: slategray;
}

small {
  font-size: 1.75rem;
  color: lightslategray;
  opacity: 0.75;
}

.opacity-quarter {
  opacity: 0.7;
}

.half-opacity {
  opacity: 0.5;
}

.gray {
  color: slategray;
}

#main-tainer {
  margin-top: 5rem;
}

.mt-2 {
  margin-top: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

#brainstormr-form input,
#brainstormr-form .input-group-addon {
  background: white;
  color: slategray;
  border: none;
  border-radius: 2px;
  box-shadow: none;
}

[id^="reset-title-field"] {
  cursor: pointer !important;
  background: white !important;
  /* width: 2rem; */
}

/* Containing box for the todo list --------------------------------- */
.btn-active {
  /* -moz-box-shadow: 0px 4px 5px lightgray;
  -webkit-box-shadow: 0px 4px 5px lightgray;
  box-shadow: 0px 4px 5px lightgray; */
  z-index: 1 !important;
}

/* Not currently using this style */
/* .line-through {
  text-decoration: line-through;
  color: silver;
} */

#list-box {
  position: relative;
  background: white;
  padding: 1.5rem;
  margin: 0rem 0 1rem;
  /* -moz-box-shadow: 0px 4px 5px lightgray;
  -webkit-box-shadow: 0px 4px 5px lightgray;
  box-shadow: 0px 4px 5px lightgray; */
  z-index: 100000 !important;
}

/* Formats the input field */
input {
  font-size: 1.8rem !important;
  padding: 2.5rem !important;
}

.orange {
  color: var(--monday-red);
}

.slategray {
  color: slategray;
}

#site-title {
  letter-spacing: 3rem;
}

.fa-pen-nib {
  margin-left: -.75rem !important;
  margin-right: 2rem !important;
}

/* Back-to-top button */
#topper {
  display: none;
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 1000000 !important;
  border: none;
  outline: none;
  background-color: var(--monday-red) !important;
  color: white;
  padding: 8px 4px 10px 4px;
  border-radius: 4px 0 0 4px;
  font-size: 1.75rem;
  cursor: pointer !important;
}

#topper:hover {
  background-color: #474e5f;
}

/* Formats the header area --------------------------------- */
h1 {
  font-size: 7rem;
  color: slategray;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600 !important;
}

#site-tagline {
  font-size: 2.5rem;
  color: slategray;
  margin-bottom: 3rem;
}

#sounds h1 {
  color: var(--monday-red);
  font-size: 3rem;
  text-align: right;
  margin-right: 2rem;
}

#sounds h1:hover {
  color: var(--monday-red);
  cursor: pointer;
}

/* Sorting function -----------------------------------------*/
.placeholder {
  height: 70px;
  color: lightslategray;
  opacity: 0.1;
}

/* Formats the list items  --------------------------------- */
ul li {
  line-height: 1.8rem;
  padding: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 4px;
}

li {
  /*:nth-child(odd)*/
  background: #f6f7fb;
  margin-bottom: 1.7rem;
}

/* Styles the Delete a todo (X) icon  --------------------------------- */
.del {
  color: var(--monday-red);
  font-size: 3rem;
  border-right: 1px dotted slategray;
  padding-right: 1.3rem !important;
  margin-right: 1.5rem;
  opacity: 0.7;
}

.del:hover {
  color: var(--monday-red);
  opacity: 1;
  cursor: pointer;
}

.edit-this {
  color: var(--monday-red);
  font-size: 2.5rem;
  /* border-right: 1px dotted gray; */
  padding-right: 1.3rem !important;
  margin-right: 2.5rem;
  opacity: 0.7;
}

.edit-this:hover {
  color: var(--monday-red);
  opacity: 1;
  cursor: pointer;
}

#modal-edit-this {
  margin-top: 15%;
}

/* Remove the bottom margin on the form */
#edit-todo-form {
  margin-bottom: 0px;
}

.ui-widget.ui-widget-content {
  position: relative !important;
  z-index: 100000 !important;
}

.ui-widget-content {
  border: 0 !important;
}

.ui-dialog-title {
  font-size: 2.3rem !important;
  color: var(--graphite);
}

.ui-dialog-buttonset .btn-primary {
  background: var(--monday-red);
  border: 0;
}

/* Save and reset button styles --------------------------------- */
#reset-list:hover,
#email-list:hover,
#save-list:hover {
  color: var(--monday-red);
  cursor: pointer;
}

#reset-heading {
  font-size: 3rem;
  color: var(--monday-red);
  text-align: right;
  cursor: pointer;
  margin-right: 1rem;
}

#reset-list {
  margin-right: 2rem;
  cursor: pointer;
}

h3 i {
  margin-right: 1rem;
}

.btn-group {
  margin-top: 2rem;
}

.btn-group button {
  font-size: 2.4rem !important;
  border-radius: 0;
}

.btn-active {
  background: white;
  color: slategray;
  cursor: default;
}

.btn-default {
  color: var(--monday-red);
  background-color: RGBA(159, 173, 186, 0.1);
  border: none;
}

.btn-default:hover {
  color: var(--monday-red);
  background-color: #ececec;
  border: none;
}

.btn-active:link,
.btn-active:visited,
.btn-active:hover,
.btn-active:active {
  background-color: white;
  color: slategray !important;
}

/* style the tooltip background-color */
.tooltip .tooltip-inner {
  background-color: slategray;
  font-size: 1.8rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.tooltip .tooltip-arrow {
  display: none;
}

/* Toggle speed */
.fast .toggle-group {
  transition: left 0.1s;
  -webkit-transition: left 0.1s;
}

/* Form  --------------------------------- */
form {
  margin-bottom: 3rem;
}

/* Footer --------------------------------- */
footer {
  height: 5rem;
  color: white;
  padding: 1.5rem;
}

footer a,
footer a:link,
footer a:visited {
  color: var(--monday-red);
}

footer a:hover,
footer a:active {
  color: var(--monday-red);
  text-decoration: none;
}

.fa-spacer-right {
  margin-right: 1.2rem;
}

.fa-spacer-left {
  margin-left: 1.2rem;
}

.push-down-2 {
  margin-top: 3rem !important;
}

.push-down-3 {
  margin-top: 5rem !important;
}

input#todo-addition {
  padding: 5.5rem 0 5.5rem 1.75rem !important;
  font-size: 25px !important;
  background-color: #f6f7fb !important;
  border: none !important;
  box-shadow: none !important;
  color: gray !important;
}

.lightgrey {
  color: lightgray;
}

#todo-addition::-webkit-input-placeholder,
#name-field-one::-webkit-input-placeholder,
#name-field-two::-webkit-input-placeholder,
#name-field-three::-webkit-input-placeholder,
#name-field-four::-webkit-input-placeholder,
#name-field-five::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: lightslategray;
  opacity: 0.65;
}

#todo-addition::-moz-placeholder,
#name-field-one::-moz-placeholder,
#name-field-two::-moz-placeholder,
#name-field-three::-moz-placeholder,
#name-field-four::-moz-placeholder,
#name-field-five::-moz-placeholder {
  /* Firefox 19+ */
  color: lightslategray;
  opacity: 0.65;
}

#todo-addition:-ms-input-placeholder,
#name-field-one:-ms-input-placeholder,
#name-field-two:-ms-input-placeholder,
#name-field-three:-ms-input-placeholder,
#name-field-four:-ms-input-placeholder,
#name-field-five:-ms-input-placeholder {
  /* IE 10+ */
  color: lightslategray;
  opacity: 0.65;
}

#todo-addition:-moz-placeholder,
#name-field-one:-moz-placeholder,
#name-field-two:-moz-placeholder,
#name-field-three:-moz-placeholder,
#name-field-four:-moz-placeholder,
#name-field-five:-moz-placeholder {
  /* Firefox 18- */
  color: lightslategray;
  opacity: 0.65;
}

#sizing-addon1 {
  background: #f6f7fb !important;
  border: none !important;
  box-shadow: none;
}

#sizing-addon1 i {
  color: slategray !important;
}

#todo-list li:hover:after {
  font-family: "Font Awesome 6 Duotone";
  content: "\e411";
  font-weight: 900;
  font-size: 150%;
  float: right;
  opacity: 0.85;
  color: var(--monday-red);
}

#todo-list li {
  cursor: pointer;
}