@media screen and (min-width: 0px) AND (max-width: 400px) {
  .bulk_input {
    width: 180px !important;
  }

  .task_input {
    width: 200px !important;
  }

  .project_input {
    width: 100% !important;
  }

  .search_input {
    width: 60% !important;
  }
}

@media screen and (min-width: 401px) AND (max-width: 700px) {
  .bulk_input {
    width: 220px !important;
  }

  .task_input {
    width: 300px !important;
  }

  .project_input {
    width: 100% !important;
  }

  .search_input {
    width: 68% !important;
  }
}

@media screen and (min-width: 701px) {
  .task_input,
  .bulk_input {
    width: 40.5rem !important;
  }

  .project_input {
    width: 100% !important;
  }
}

/* :::::::::::: Custom :::::::::::: */
.site_notice {
  font-size: var(--fs-lg);
  text-align: center;
}

.alert_notice {
  background-color: #edca00;
  padding: 10px;
  color: #4d4000;
  border-radius: 7px;
  font-weight: bold;
  font-size: var(--fs-md);
  text-shadow: none;
}

.alert_error {
  background-color: #ff0e00;
  padding: 10px;
  color: #610000;
  border-radius: 7px;
  font-weight: bold;
  font-size: var(--fs-md);
  text-shadow: none;
}

.alert_info {
  background-color: #91caff;
  padding: 10px;
  color: #003455;
  border-radius: 7px;
  font-weight: bold;
  font-size: var(--fs-md);
  text-shadow: none;
  margin: 10px;
}

.alert_success {
  background-color: #42d646;
  padding: 10px;
  color: #005503;
  border-radius: 7px;
  font-weight: bold;
  font-size: var(--fs-md);
  text-shadow: none;
  margin: 10px;
}

.btn_submit {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 2px;
  color: #ffffff;
  font-size: var(--fs-sm);
  background: #6eb4ef;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border: 1px;
  margin-top: 20px;
  -webkit-appearance: none !important;
}

.btn_submit:hover {
  background: #ee5656;
  text-decoration: none;
}

.embed_link {
  font-size: var(--fs-sm);
  color: black;
  background-color: #dedede;
  padding: 3px;
  border-radius: 2px;
  text-decoration: none;
}

.form_page {
  background-color: #3183c6;
  margin: 15px;
  padding: 30px;
  border-radius: 3px;
}

.form_text {
  margin: 10px;
  font-size: var(--fs-lg);
  text-align: left;
  line-height: 30px;
}

.form_text input[type="text"],
input[type="password"] {
  font-size: var(--fs-md);
  width: 100%;
  max-width: 400px;
}

.form_label_header {
  width: 150px;
  display: inline-block;
}

.subnav {
  display: block;
  margin: 10px;
}

.subnav a {
  background-color: #093150;
  color: white;
  font-size: var(--fs-sm);
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.subnav a:hover {
  color: white;
  background-color: #3183c6;
}

.header_icon {
  width: 23px;
  height: 30px;
  vertical-align: bottom;
}

.header_tag {
  background-color: #3183c6;
  color: white;
  font-size: var(--fs-sm);
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 3px;
}

.header_tag_link {
  background-color: #3183c6;
  color: white;
  font-size: var(--fs-sm);
  font-weight: normal;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-radius: 0.5rem;
  display: inline-block;
}

.header_tag_link:hover {
  background-color: #12c9ff;
  color: white;
}

.help_header {
  font-size: var(--fs-xl);
  font-weight: bold;
  margin-bottom: 15px;
}

.help_description {
  font-size: var(--fs-md);
}

.list_item {
  border-radius: 3px;
  padding: 10px;
  background-color: #093150;
  color: white;
  font-size: var(--fs-md);
  text-decoration: none;
  display: block;
  margin-top: 1rem;
  margin-right: 5rem;
  box-sizing: border-box;
}

.list_item span {
  max-width: 100px;
  overflow: hidden;
}

.list_item_inline {
  border-radius: 3px;
  padding: 7px;
  background-color: #e1e1e1;
  color: #333333;
  font-size: var(--fs-lg);
  text-decoration: none;
  line-height: 40px;
  white-space: nowrap;
}

.list_item_count {
  background-color: #42a4f1;
  color: white;
  font-size: var(--fs-sm);
  min-width: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 3px;
  display: inline-block;
  float: right;
  margin-right: 5px;
  text-align: center;
}

.list_item_count_flag {
  background-color: #ffd33a;
  color: #051f32;
}

.main_header {
  font-size: var(--fs-xxl);
  font-weight: bold;
  color: #000000;
  margin-left: 10px;
  margin-right: 1rem;
}

.main_content {
  font-style: 12px;
  color: #000000;
}

.nav_container {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 45px;
  height: 100%;
}

.nav_container a {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.nav_icon {
  width: 30px;
  margin: 8px;
  opacity: 0.4;
}

.nav_divider {
  border-bottom: 1px solid #62a434;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
}

.nav_icon_first {
  margin-top: 20px;
}

.subnav_container {
  width: 100%;
  font-size: var(--fs-sm);
  margin-top: 20px;
}

.subnav_container_header {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  color: black;
  margin-left: 5px;
  padding: 4px;
  margin-bottom: 7px;
}

.subnav_container a {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  background-color: #093150;
  color: white;
  margin-left: 5px;
  padding: 4px;
  border-radius: 2px;
  margin-bottom: 7px;
}

.subnav_container_link_active {
  background-color: #4aeac0 !important;
  color: #093150 !important;
}

.page_container {
  margin: 0px 0rem 10rem 0rem;
  padding: 3rem 2rem;
}

.page_header {
  display: inline-block;
  vertical-align: baseline;
  padding-bottom: 3px;
  font-weight: 400;
  color: #6eb4ef;
  font-size: var(--fs-lg);
}

.project_container {
  margin: 2rem auto 0px auto;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #135080;
  width: 100%;
}

.project_task {
  margin: 1rem 4rem 0rem 0rem;
  font-size: var(--fs-lg);
  padding-top: 0.3rem;
  clear: both;
}

.project_task_header {
  font-size: var(--fs-lg);
  color: #a9a9a9;
  clear: both;
  padding-top: 20px;
}

.project_input {
  height: 30px;
  font-size: var(--fs-xl);
  font-weight: normal;
  border: #073a62;
  background-color: #073a62;
  color: white;
  outline: none;
  display: inline-block;
  margin-bottom: 1rem;
}

.project_header_tag {
  color: #ffffff;
  font-size: var(--fs-lg);
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}

.project_add {
  float: right;
  cursor: pointer;
  font-size: var(--fs-lg);
  font-weight: bold;
  display: inline-block;
}

.priority_add {
  cursor: pointer;
  font-size: var(--fs-lg);
  font-weight: bold;
  display: inline-block;
}

.project_collapse {
  float: right;
  cursor: pointer;
  font-size: var(--fs-lg);
  font-weight: bold;
  display: inline-block;
}

.project_header_tag_spacer {
  clear: both;
  padding-top: 15px;
}

.priority_container {
  margin: 2rem auto 0px auto;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #135080;
  width: 100%;
}

.priority_collapse {
  float: right;
  cursor: pointer;
  font-size: var(--fs-lg);
  font-weight: bold;
  display: inline-block;
}

.group_header_tag {
  font-size: var(--fs-md);
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  margin-right: 15px;
}

.group_header_box {
  clear: both;
  padding: 10px;
  display: block;
  border-radius: 5px;
  position: relative;
}

.group_add {
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer;
  font-size: var(--fs-lg);
  font-weight: bold;
}

.group_header_tag_spacer {
  clear: both;
}

.search_input {
  width: 80%;
  height: 25px;
  font-size: var(--fs-md);
  font-weight: normal;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border: #073a62;
  white-space: nowrap;
  border-bottom: 1px solid #12c9ff;
  outline: none;
  background-color: #073a62;
  color: white;
  display: inline-block;
}

.task_input {
  width: 500px;
  height: 25px;
  font-size: var(--fs-lg);
  font-weight: 400;
  margin-top: 10px;
  border: #093150;
  background-color: #093150;
  white-space: nowrap;
  border-bottom: 1px solid #12c9ff;
  color: white;
  outline: none;
}

.bulk_input {
  width: 500px;
  height: 25px;
  font-size: var(--fs-lg);
  font-weight: 400;
  margin-top: 10px;
  border: none;
  background-color: #ee375e;
  white-space: nowrap;
  border-bottom: 1px solid white;
  color: white;
  outline: none;
}

.task_input_plus {
  font-size: var(--fs-xl);
  font-weight: bold;
  display: inline-block;
  color: #878787;
}

.task_flag {
  float: left;
  display: inline-block;
}

.task_flag img {
  width: 12px;
  opacity: 0.2;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 3px;
}

.task_checkbox {
  float: left;
  display: inline-block;
  margin-top: 2px;
}

.task_text_flagged {
  color: #ffffff !important;
  font-weight: 400 !important;
}

.task_text_flagged:hover {
  color: #12c9ff !important;
  font-weight: 400 !important;
}

.task_text_done {
  color: #dbdbdb !important;
}

.task_text_done_temp {
  color: white !important;
  text-decoration: line-through !important;
}

.task_tag {
  background-color: #4ac0c0;
  color: white;
  font-size: var(--fs-xs);
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}

.task_tag_flagged {
  background-color: #4ac0c0;
}

.task_tag_done {
  background-color: #a4a4a4;
}

.task_link {
  background-color: #3183c6;
  color: white;
  font-size: var(--fs-xs);
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 2px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  text-decoration: none;
}

.task_link_flagged {
  background-color: #3183c6;
}

.task_tag_date {
  background-color: #093150;
}

.task_data_text {
  display: none;
  width: 85%;
  height: auto;
  font-size: var(--fs-sm);
  padding: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  outline: none;
  float: left;
  margin-left: 5px;
}

.task_data_text_input {
  margin-bottom: 5px;
}

.task_row {
  font-size: var(--fs-md);
}

.group_data_text {
  display: none;
  width: 85%;
  font-size: var(--fs-md);
  padding: 5px;
  border: 0px;
  border-radius: 3px;
  outline: none;
  margin-left: 5px;
}

.tip_header {
  font-size: var(--fs-xl);
  font-weight: bold;
  margin-bottom: 10px;
}

.nav_main_container {
  margin: 2rem;
}

.nav_main_container .nav_divider {
  margin: 2rem 0rem;
}

.metric_box {
  width: 80px;
  height: 80px;
  margin: 5px;
  padding: 10px;
  display: inline-block;
  background-color: gray;
  text-align: center;
}

.metric_value {
  color: white;
  font-size: 30px;
  margin-top: 0px;
}

.metric_text {
  color: white;
  font-size: var(--fs-sm);
  margin-top: 10px;
}

.data_row {
  border-bottom: 1px solid #c1c1c1;
  background-color: white;
  padding: 15px;
}

.data_cell_1 {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}

.data_cell_2 {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}

.data_cell_3 {
  display: inline-block;
  width: 500px;
  vertical-align: middle;
}

.data_bulk_options {
  margin-top: 10px;
  margin-bottom: 40px;
}

.data_spacer {
  margin-top: 5px;
}

.priority_header {
  font-size: var(--fs-lg);
  color: gray;
  margin-bottom: 20px;
}

.search_form {
  margin-bottom: 2rem;
}

.nav_main_button {
  display: block;
  margin: 1rem auto;
}

.nav_main_button_icon {
  color: white;
  padding: 0.5rem;
  font-size: 2rem !important;
}

.nav_main_button_icon_active {
  color: #12c9ff;
  padding: 0.5rem;
  font-size: 2rem !important;
}

.nav_main_button_icon_alert {
  color: #4aeac0;
  padding: 0.5rem;
  font-size: 2rem !important;
}

.nav_main_button_icon_warning {
  color: #ffae42;
  padding: 0.5rem;
  font-size: 2rem !important;
}

.nav_main_button_icon:hover {
  color: #4aeac0;
}

.task_toggle_button_container {
}

.tips_container {
  font-size: var(--fs-md);
}

.tips_container h5 {
  font-size: var(--fs-lg);
}
