body {
  /* transform-style:preserve-3d; */
  padding: 0px;
  margin: 0;
  /* font: 16px "Lucida Grande", Helvetica, Arial, sans-serif; */
  /* font: 16px Helvetica, sans-serif; */
  font: 16px;
  font-weight: 500;
  font-family: 'Wix Madefor Display', sans-serif;
  /* font: 16px sans-serif; */
  /* background: white; */
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-image: radial-gradient(
    circle farthest-corner,
    rgb(255, 255, 255),
    rgb(200, 210, 220, 1) 80%,
    rgb(200, 190, 210)
  ); */
  overflow: hidden;
  /* USE WHEN ALL FLOATING SHIT IS GONE */
  /* position: fixed; */
}

#noscript{
  position: absolute;
  top:100px;
  margin: 50px;
}

a {
  color: #00B7FF;
}

/* h2, h3, h4, h5 {
  margin: 8px 0 4px 0;
} */

.hidden{
  display: none;
}

.button_large{
  display: flex;
  flex-direction: column;
  padding: 1em;

}
.rounded_border_large{
  border: solid 0;
  border-radius: 0.25em;
}
.button_dark{
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 0 0 0;
}
.button_dark:hover{
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0px 5px 16px -8px black;
}
.left_middle_text{
  vertical-align: middle;
  text-align: left;
}
.button_large > .button_main_text{
  font-size: 1.6em;
  padding-bottom: 0.25em;
  font-weight: bold;
}
.button_large > .button_sub_text{
  font-size: 1em;
}
.generic_two_button_prompt{
  z-index: 40;
  padding: 2rem;
  border-radius: 0.5rem;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.99);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);;
}
.default_text{
  font-size: 1.25rem;
}
.default_button{
  color: #fff;
  background-color: #000;
  border: 0 solid #fff;
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1.5rem;
  outline: none;
  font-size: 1.2rem;
}
.scary_button{
  color: #fff;
  background-color: #f00;
}
.spaced_hor_children{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}

#full_image_view_container{
  display: none;
  flex-direction: column;
  position: fixed;
  width:100%;
  height:100%;
  z-index: 50;
  background-color: #2f2f2fb8;

}
#full_image{
  object-fit: contain;
  z-index: 60;
  flex-shrink: 2;
  block-size: inherit;
}
#full_image_text{
  z-index: 70;
  background-color: #fff;
  min-width: 50%;
  min-height: 40px;
  margin: 0 10% 0 10%;
  padding: 6px;
  color: #242424;
  bottom: 0;
  flex-shrink: 0;
}
#full_image_caption{
  font-size: 1em;
  font-style: italic;
}
#full_image_reference{
  border-top: 1px solid #242424;
  font-size: 0.8em;
}
#full_image_arrows{
  z-index: 70;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  position: fixed;
  width: 100%;
  height:100%;
}
#full_image_left_arrow{
  position: fixed;
  left: 0px;
}
#full_image_right_arrow{
  position: fixed;
  right: 0px;
}
.arrow_large{
  padding: 30px;
  width: 5%;
  display: flex;
  justify-content: center;
}
.arrow_large > img{
  /* width: 10%; */
  opacity: 50%;
  max-width: 96px;
}
.arrow_large:hover > img{
  opacity: 80%;
  filter: drop-shadow(0px 8px 8px #000000);
}
#full_image_close{
  z-index: 75;
  position: absolute;
  width: 5%;
  display: flex;
  top: 0px;
  right: 0px;
  padding: 30px;
}
#full_image_close > img{
  opacity: 50%;
  max-width: 96px;
}
#full_image_close:hover > img{
  opacity: 80%;
  filter: drop-shadow(0px 8px 8px #000000);
}



#header_bar{
  z-index: 10;
  position: absolute;
  padding: 0.75rem;
  /* padding: 0.4rem 0.6rem 0.4rem 0.6rem; */
  width: 100%;
  box-sizing: border-box;
  height: 4rem;
  background-color: #ffffff;
  box-shadow: 0px -48px 16px 40px black;
  /* box-shadow: 0px 10px 16px -16px black; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  /* gap: 1rem; */
  
}
#header_bar > h1 {
  z-index: 0;
  /* margin: 0.4rem 0.6rem 0.4rem 0.6rem; */
  /* background-color: #ffffff; */
  /* display: flex; */
  font-weight: bold;
  /* justify-content: center; */
  position: absolute;
  /* top: 25px; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
}
#button_dropdown_input{
  z-index: 0;
  position: absolute;
  right: 44px;
  top: 10px;
}
#header_bar_bottom_shadow{
  z-index: -90;
  position: absolute;
  width: 100%;
  height: 3rem;
  background-color: #ffffff;
  box-shadow: 0px -54px 20px 48px black;
  /* box-shadow: 0px 10px 16px -16px black; */
}
#center_header_container{
  z-index: 0;
  /* display: flex; */
  display: none;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#timeline_and_event_search_form{
  display: flex;
}
#timeline_and_event_search{
  align-self: center;
  width: 400px;
  /* max-height: 16px; */
  /* padding: 4px; */
}
#timeline_and_event_search_submit{
  align-self: center;
  padding: 4px 4px 4px 8px;
  height: 34px;
}
.header_timeline_button{
  display: flex;
  align-self: center;
  padding: 1px;
  /* height: 2.4em; */
}
.header_timeline_button > img{
  align-self: center;
  padding: 4px;
  height: 34px;
}
.prompt_small{
  margin: 0;
  position: relative;
}

#header_right{
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
  gap: 1rem;
}

#user_session_info{
  z-index: 0;
  /* margin: 0.7rem 0.6rem 0.4rem 0.6rem; */
  /* background-color: #ffffff; */
  /* position: absolute; */
  /* right: 60px; */
  /* top: 4px; */
}

#user_dropdown_button{
  /* padding: 4px; */
  z-index: 0;
  /* position: absolute; */
  /* right: 16px; */
  /* top: 4px; */
}

#user_dropdown{
  z-index: 5 ;
  /* padding: 60px 16px 0px 16px; */
  /* margin-top: 60px; */
  padding-top: 60px;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: -280px;
  right: 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 16px -10px black;
  /* VVVV  DISABLE FOR PERFORMANCE - IS THERE A GOOD WAY TO SET THIS UP AS AN OPTION FOR USER? */
  transition-property: top;
  transition-duration: 0.25s;
}
#search_results{
  z-index: -12;
  padding: 16px;
  margin-top: 48px;
  width:550px;
  /* height:600px; */
  /* max-height: 600px; */
  /* padding-top: 60px; */
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: -720px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 16px -10px black;
  /* VVVV  DISABLE FOR PERFORMANCE - IS THERE A GOOD WAY TO SET THIS UP AS AN OPTION FOR USER? */
  transition-property: top;
  transition-duration: 0.25s;

}

#search_results_list_items{
  margin-top: 8px;
  max-width: 100%;
  /* max-height: 100%; */
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
}

#search_results_header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 12px 0 6px;
  align-items: center;
  border-bottom: 2px solid black;
}
#search_results_header > h3{
  /* margin: 0 0 16px 0; */
}
.result_list_item{
  display:flex;
  justify-content: space-between;
  border-radius: 6px;
  padding: 6px;
  margin: 0 0 2px 0;
  /* border: 2px solid rbga(0,0,0,0); */
  background-color: rgba(0,0,0,0);
}
.result_list_item_content_box{
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  padding: 6px;
  width: 100%;
  /* margin: 6px 0 6px 0; */
}
.result_list_item_name_author_box{
  display: flex;
  flex-direction: column;
}
.result_list_item_name_author_box > h4{
  margin: 0;
}
.result_list_item_name_author_box > p{
  margin: 0;
  font-size: 0.8em;
}
.result_list_item_information_box{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 8px;
  border-left-style: solid;
  border-left-width: 2px;
}
.result_list_item_information_box > p{
  margin: 0;
  font-size: 0.8em;
}
.result_list_item_active_button{
  display: flex;
  margin: 0 6px 0 12px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
}
.result_list_item_delete_button{
  display: flex;
  margin: 0 6px 0 12px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
}
.user_dropdown_list_item{
  margin: 0;
  padding: 12px 20px 12px 20px;
  border-radius: 4px;
}
.user_dropdown_list_item h4{
  margin: 0;
}
.user_dropdown_list_item:hover{
  background-color: #e4e4e4;
}

#input_dropdown{
  z-index: -30;
  padding: 60px 16px 16px 16px;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: -600px;
  right: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 16px -16px black;
  /* VVVV  DISABLE FOR PERFORMANCE - IS THERE A GOOD WAY TO SET THIS UP AS AN OPTION FOR USER? */
  transition-property: top;
  transition-duration: 0.5s;
}

#prompt_account_timeline_list{
  /* display: flex;
  flex-direction: column; */
  overflow-y: scroll;
  max-height: 75%;
  /* top: -180%; */
  bottom: 0px;
  min-width: 800px;

  z-index: 5;
  /* padding: 16px; */
  margin-top: 48px;
  /* width:550px; */
  border-radius: 0 0 4px 4px;
  /* position: absolute;
  top: -720px;
  left: 50%; */
  transform: translate(-50%, 0);
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 16px -10px black;

}

#dropdown_account_timeline_list{
    z-index: -12;
    padding: 16px;
    margin-top: 48px;
    width:550px;
    border-radius: 0 0 4px 4px;
    position: absolute;
    top: -720px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 16px -10px black;
    /* VVVV  DISABLE FOR PERFORMANCE - IS THERE A GOOD WAY TO SET THIS UP AS AN OPTION FOR USER? */
    transition-property: top;
    transition-duration: 0.25s;
}

.prompt_account_timeline_list_box{
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
}

.timeline_list_item {
  margin: 0 0 2em 0;
  border-radius: 6px;
  width: 100%;
  min-height: 64px;
  transition-property: height;
  transition-duration: 0.125s;
}
.timeline_list_item_info_container {
  padding: 4px;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.timeline_list_item_info_container_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline_list_item_button_column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  /* background-color: #ffffff;
  border: solid;
  border-radius: 6px; */
}
.timeline_list_item_button_container {
  height: 48px;
  /* margin: 0 4px 0 0; */
}
.timeline_list_item_button {
  max-width: 1.5em;
  padding: 0 0 0 4px;
}
.timeline_list_item_button:hover {
  filter: drop-shadow(0px 2px 2px #000000);
}
.timeline_list_image_preview_container{
  width: 100%;
  border-radius: 6px;
  /* top: -6px; */
  transition-property: height;
  transition-duration: 0.125s;
}

.timeline_list_edit_container{
  height: 0px;
  transition-property: height;
  transition-duration: 0.125s;
}
.timeline_list_edit_content{
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.timeline_list_edit_content_title{
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 12px 0;
}
.timeline_list_edit_content h4{
  margin: 0 0 4px 0;
}
.timeline_list_edit_content input{
  margin: 0 0 12px 0;
}
.timeline_list_edit_content select{
  margin: 0 0 12px 0;
}
.timeline_list_save_cancel_container{
  margin: 20px 0 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.timeline_list_button{
  padding: 12px 20px;
  border: 2px solid;
  border-radius: 4px;
  font-weight: bold;
  margin: 0 0 0 30px;
  min-width: 72px;
  text-align: center;
}

#prompt_account_timeline_list_items{
  margin-top: 8px;
  max-width: 100%;
  /* max-height: 100%; */
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
}

.prompt_account_timeline_header{
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 12px 0 6px;
  align-items: center;
  border-bottom: 2px solid black;
}
#prompt_account_timeline_header > h3{
  /* margin: 0 0 16px 0; */
}
/* .result_list_item
.result_list_item_content_box
.result_list_item_name_author_box
.result_list_item_name_author_box > h4
.result_list_item_name_author_box > p
.result_list_item_information_box
.result_list_item_information_box > p
.result_list_item_active_button */


.account_timeline_list_item{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 200px;
  padding: 6px;
  margin-bottom: 6px;
  /* background-color: #ff0000; */
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
}
.account_timeline_list_item > p{
  margin: 0;
  padding-left: 0.1em;
}
.account_timeline_list_item > input{
  margin: 0;
  padding-left: 0.2em;
}
.account_timeline_list_item_deselected{
  min-width: 200px;
  padding: 6px;
  margin-bottom: 6px;
  background-color: #ff2d00;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
}

#account_settings_media_manager_preview{
  overflow-y: scroll;
}

.prompt_popup{
  z-index: 30;
  padding: 60px;
  border-radius: 4px;
  position: absolute;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  /* top: 50%; */
  top: 180%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.99);
  box-shadow: 0px 10px 16px -16px black;
  transition-property: top;
  transition-duration: 0.5s;
  min-width: 600px;
  overflow-y: scroll;
  max-height: 75%;
}
.prompt_popup h3{
  margin:0;
  /* left: 50%; */
  /* align-self: center; */
  /* transform: translate(-50%, -50%); */
}
.prompt_close_button{
  flex: none;
  align-self: flex-end;
  position: absolute;
  transform: translate(100%, -100%);
  /* top: 12px;
  right: 12px; */
}
.prompt_popup_from_top{
  z-index: 25;
  padding: 60px;
  border-radius: 4px;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.99);
  box-shadow: 0px 10px 16px -16px black;
  transition-property: top;
  transition-duration: 0.25s;
}
.prompt_popup_from_top h3{
  margin:0;
  /* left: 50%; */
  /* align-self: center; */
  /* transform: translate(-50%, -50%); */
}

#prompt_landing {
  overflow-y: scroll;
  max-height: 75%;
  /* bottom:0px; */
  min-width: 800px;
  /* top: 50%; */
}

#prompt_browse_timelines{
  overflow-y: scroll;
  display: flex;
}

#email_code_submit_form{
  display: block;
  font: 2rem sans-serif;
}
#disclaimer_agree_button{
  font-size: 1.2rem;
}
#disclaimer_cancel_button{
  font-size: 1.2rem;
}

.browse_timeline_list_item_container{
  display: flex;
  flex-direction: column;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.browse_timeline_list_item_title{
  font-size: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* line-height: 1.25rem;
  height: 3rem; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.browse_timeline_list_item_description{
  /* font-size: 1em; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.25rem;
  max-height: 3rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.browse_timeline_list_item_bottom_container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.browse_timeline_list_details_container{
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  font-style: italic;
  gap: 0.25em;
}
.browse_timeline_list_details_container > * {
  margin: 0;
}

#popular_timeline_container{
  display: flex;
  flex-direction: column;
  align-items: revert-layer;
  gap: 0.25rem;
}
#recent_timeline_container{
  display: flex;
  flex-direction: column;
  align-items: revert-layer;
  gap: 0.25rem;
}

#prompt_search_results{
  overflow-y: scroll;
  display: flex;
}
#search_results_container{
  display: flex;
  flex-direction: column;
  align-items: revert-layer;
  gap: 0.25rem;
}



/* #prompt_landing.prompt_popup {

} */

.grid_2_column_container{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

.form_flex_row{
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 800px;
}
.form_flex_row_no_space{
  padding: 16px;
  display: flex;
  flex-direction: column;
  max-width: 800px;
}
.form_flex_row > h4{
  /* padding: 16px; */
  margin: 0.5em 0;
}
.inline_block_cols{
  display: inline-block;
  max-width: 100%;
  contain: content;
}
.flex_2_column_container{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.about_box{
  overflow-y: scroll;
  /* font-weight: bold; */
  max-width: 32em;
}
.about_box > p{
  text-indent: 1em;
}
.disclaimer_box{
  overflow-y: scroll;
  /* font-weight: bold; */
  max-width: 32em;
}
.prompt_note{
  color: #555;
  font-size: 0.9em;
}
.row_horizontal_items{
  padding: 16px;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
#cancel_delete_request{
  font-size: 1.5em;
  margin: 10px;
  padding: 10px;
  border-radius: 4px;
  background-color: #424242;
  color: #ffffff;
}
#cancel_delete_request:hover{
  background-color: #ffffff;
  color: #424242;
  filter: drop-shadow(0px 2px 2px #000000);
}
#continue_delete_request{
  font-size: 1.5em;
  margin: 10px;
  padding: 10px;
  border-radius: 4px;
  background-color: #e40000;
  color: #ffffff;
}
#continue_delete_request:hover{
  background-color: #ffffff;
  color: #e40000;
  filter: drop-shadow(0px 2px 2px #000000);
}

#blurred_background{
  z-index: -12;
  filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  transition-property: background-color;
  transition-duration: 0.5s;
}

#now_line{
  z-index: 10;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: absolute;
  top: 0px;
  width:1px;
  background-color: blue;
  /* VVVV  DISABLE FOR PERFORMANCE - IS THERE A GOOD WAY TO SET THIS UP AS AN OPTION FOR USER? */
  transition-property: left;
  transition-duration: 0.125s;
}

.spacer  {
  padding: 20px;
}

.input-form-two-columns{
  width: 860px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column: 2;
}
.form-input-event-timeline{
  width: 400px;
  /* display: grid;
  grid-template-columns: 1fr auto;
  grid-column: 2; */
}
.form-row{
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column: 2;
  padding: 2px;
  align-items: center;
}
.form_time_section{
  width: 400px;
  padding-top: 10px;
}
.form-time-row{
  display: grid;
  grid-template-columns: 33fr 33fr 33fr;
  grid-column: 3;
  padding: 2px;
  align-items: center;
}
.form-time-row input{
  width: 130px;
  margin-bottom: 10px;
}

#left_side_panel{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
  padding: 0 0 6px 12px;
  /* margin-right: 6px; */
  position: absolute;
  width: 600px;
  height: 100%;
  top: 0px;
  left: -620px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: -4px 4px 12px 0px black;
  /* VVVV  DISABLE FOR PERFORMANCE - IS THERE A GOOD WAY TO SET THIS UP AS AN OPTION FOR USER? */
  transition-property: left;
  transition-duration: 0.25s;
}
#left_side_panel_read_only{
  /* display: none; */
  padding: 110px 12px 0 0;
  z-index: -14;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  /* height: 100%; */
}
#left_side_panel_read_write{
  /* overflow: scroll; */
  display: none;
  padding: 110px 12px 0 0;
  z-index: -14;
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  /* height: 100%; */
  overflow-x: hidden;
  overflow-y: auto;
}
.field_title{
  margin: 0.5em 0.5em 0.5em 0;
  font-size: 1.2em;
  font-weight: bold;
}
.field_sub_title{
  /* margin: 12px 0 0 0; */
  font-size: 0.7em;
}

.select_date_time_on_ruler_button{
  cursor: pointer;
  max-width: 2em;
}
.title_and_small_button_row{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}



.filename_title{
  font-size: 1em;
  font-style: italic;
  padding: 0 0 6px 0;
}
.thumbnail_edit_preview_row{
  padding: 24px 0 0 0;
  height: 128px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.thumbnail_edit_preview_row_thumb_img{
  min-width: 124px;
}
.thumbnail_edit_preview_row_thumb_img:hover{
  filter: brightness(150%) contrast(80%);
}
.thumbnail_edit_input_container{
  max-width: 390px;
  padding: 0 0 0 8px;
  display: flex;
  flex-direction: column;
}
.thumbnail_view_preview{
  margin: 0 2px 0 2px;
  /* overflow-x: hidden;
  overflow-y: auto; */
}
.thumbnail_view_preview:hover{
  filter: brightness(150%) contrast(80%);
}
.delete_image_button{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  top: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* background-color: red; */
  min-width: 40px;
  height: 94%;
  margin: 4px;
}
.delete_image_button:hover{
  background-color: red;
}
.delete_image_button > img{
  width: 20px;
  filter: invert(60%);
}
.delete_image_button:hover > img{
  filter: invert(0);
}
.delete_image_prompt_element{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.confirm_button_container{
  margin: 30px 0 0 0;
  min-width: 360px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.confirm_button{
  display: flex;
  justify-content: center;
  min-width: 80px;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
}
.red_button{
  color: #fff;
  background-color: red;
  border: 2px solid red;
}
.grey_button{
  color: #fff;
  background-color: grey;
  border: 2px solid grey;
}

#flex_event_images{
  order: 0;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: auto;
  /* font-size: 1.5em;
  font-weight: bold; */
  /* margin: 64px 0 0 0; */
  margin: 0 0 16px 0;
}
#flex_title_bar{
  order: 1;
  font-size: 1.5em;
  font-weight: bold;
  /* margin: 64px 0 0 0; */
  margin: 0;
}
#flex_author_bar{
  order: 2;
  font-size: 1em;
  font-weight: bold;
  /* margin: 64px 0 0 0; */
  margin: 0;
}
#flex_timeline_name_bar{
  order: 3;
  font-size: 1em;
  font-weight: bold;
  /* margin: 64px 0 0 0; */
  padding: 0.25rem;
  border-radius: 0.25rem;
}
#flex_date_bar{
  order: 4;
  font-size: 1em;
  margin: 12px 0 0 0;
}
#flex_end_date_bar{
  display: none;
  order: 5;
  font-size: 1em;
  margin: 0 0 0 0;
}
#flex_end_date_bar p{
  font-size: 0.8em;
  margin: 4px 0 4px 0;
}
#flex_timezone_bar{
  order: 6;
  font-size: 1em;
  margin: 0 0 0 0;
}
#flex_content{
  order: 7;
  margin: 0;
  flex-grow: 1;
  margin: 12px 0 0 0;
}
#flex_bottom{
  /* margin: 0 8px 0 8px; */
  padding: 4px 12px 4px 0;
  min-height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  /* align-items: flex-end; */
}
#left_side_panel_save_button{
  display: none;
}
#left_side_panel_save_new_button{
  display:none;
}

#new_content_paragraph_input{
  max-height: 40px;
}
.side_panel_date_bar_vert_container{
  margin: 2em 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* .side_panel_date_bar_vert_container:first-child {
  border-right: 1px solid #999;
} */
.side_panel_date_bar{
  /* max-width: 50%; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.side_panel_date_input_row{
  padding: 2px 12px 2px 2px;
  /* max-width: 100%; */
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.side_panel_date_input_row > .field_sub_title{
  padding: 0 12px 0 0;
  text-align: right;
}

.side_panel_date_bar_upper{
  margin: 0 0 6px 0;
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flex_input_thirds{
  width: 95px;
  min-width:95px;
}

.side_panel_date_bar_lower{
  margin: 0 0 12px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.input_min_width_spacing{
  /* min-width: 80px; */
  /* height: 2em; */
  /* max-width: 8em; */
  width: 8em;
  /* width: 98%;
  padding: 1%; */
  /* margin: 0 8px 0 0; */
  /* position: absolute; */
  /* left: 0;
  right: 0; */
  /* size: 4; */
  box-sizing: border-box;
}
.input_min_width_spacing_month{
  /* min-width: 8em; */
  width: 8em;
  /* max-width: 100%; */
  /* width: 98%;
  padding: 1%; */
  /* margin: 0 8px 0 0; */
  /* position: absolute; */
  /* left: 0;
  right: 0; */
  /* size: 4; */
}
#side_panel_graph_input{
  display: flex;
  flex-direction: column;
}
#graph_input_interval{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.graph_input_interval_input{
  display: flex;
  flex-direction: column;
}
.graph_input_interval_input input{
  max-width: 3.8em;
}
#graph_input_data_quantity{
  width: 4em;
  height: 2.5em;
  box-sizing: border-box;
}
#graph_input_selector{
  height: 2.5em;
  box-sizing: border-box;
}

#graph_input_interval input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#graph_input_interval input[type=number]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#graph_input_interval input[type=number] {
  -moz-appearance: textfield;
}

.waiting_pulse_background{
  background-color: #ffffff;
  animation-duration: 2s;
  animation-name: waitingforinput;
  animation-iteration-count: infinite;

}
@keyframes waitingforinput {
  0% { background-color: #ffffff;}
  45% { background-color: #69ff79;}
  100% { background-color: #ffffff;}
}

.icon_center{
  /* padding: 8px 24px 8px 24px; */
  margin: 3px;
  /* min-height: 100px; */
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* border: 1px solid rgba(0,0,0,0.4); */
  border-radius: 4px;
  background-color: #cacaca91;
  text-align: center;
  gap: 1rem;
}
.icon_center:hover{
  background-color: #2f2f2f91;
}
.icon_center:hover .icon_small_side_panel{
  /* background-color: #2f2f2f91; */
  filter: invert(100%) drop-shadow(0px 2px 2px black);
}
.icon_center:hover p{
  color: #ffffff;
  text-shadow: 0px 2px 2px black;
}
.icon_center > img{
  max-height: 1.5rem;
  /* margin: 0 24px 0 24px; */
  margin: 0 0 0 0;
}
.icon_center > p{
  font-size: 1.2em;
  margin: 0 0 0 0;
  text-align: center;
}
.icon_small{
  height: 2em;
}
.icon_smaller{
  height: 1.5em;
}

.icon_small_side_panel{
  height: 2em;
}
.icon_medium{
  height: 3em;
}
.filter-green{
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
.icon_small:hover{
  filter: invert(100%) drop-shadow(0px 2px 2px black);
  /* filter: blur(5px); */
}
.icon_smaller:hover{
  filter: invert(100%) drop-shadow(0px 2px 2px black);
  /* filter: blur(5px); */
}
.icon_small_red{
  height: 2em;
}
.icon_small_red:hover{
  filter: grayscale(1) invert(1) brightness(100) drop-shadow(0px 2px 2px black);
}
/* SVG ICONS */
.svg_icon_smaller{
  width: 1em;
  height: 1em;
  /* fill: red; */
}


#create_new_event_button{
  z-index: 4;
  padding: 0 0 0 0;
  position: absolute;
  top: 5rem;
  left: 1rem;
  /* width: 32px;
  height: 32px; */

}
#create_new_event_button_close{
  display: none;
  z-index: 6;
  padding: 0 0 0 0;
  position: absolute;
  top: 5rem;
  left: 1rem;

}
#create_new_event_button_text{
  z-index: -50;
  position: absolute;
  top: 5.4rem;
  left: -12rem;
  font-size: 1.2em;
  transition-property: left;
  transition-duration: 0.2s;
}
#create_new_event_button_close_text{
  z-index: 50;
  position: absolute;
  top: 5.4rem;
  left: -12rem;
  font-size: 1.2em;
  transition-property: left;
  transition-duration: 0.2s;
}

#main_canvas_container{
  z-index: -100;
  position: fixed;
  top: 0px;
}
#main_gui_container{
  z-index: -100;
  position: fixed;
  top: 0px;
  width: 100%;
}
#timeline_container{
  z-index: -90;
  position: absolute;
  /* background-color: red; */
  display:flex;
  flex-direction: column;
}
.timeline_bar{
  z-index: -100;
  flex-grow: 1;
  height: max-content;
  /* background-color: #ff0000; */
  margin-bottom: 2px;
  /* transition-property: height;
  transition-duration: 0.25s; */

}

#ruler_container{
  position: relative;
}
#time_ruler_container{
  z-index: -90;
  position: relative;
  background-color: #d6d6d6;
}

.ruler_sub_container{
  z-index: -80;
  position: relative;
  display: flex;
  /* border-left: 2px solid #ffffff; */
  /* background-color: #807f7f; */
  /* background-image: repeating-linear-gradient(
    45deg,
    #606dbc,
    #606dbc 10px,
    #465298 10px,
    #465298 20px
  ); */
  /* transition: "all 1s"; */
  /* transition-property: background-image;
  transition-duration: .25s; */
  transition-property: left, width, height;
  transition-duration: 0.25s;
  /* transition-duration: 2s; */
}

.unit_box{
  z-index: -70;
  flex: auto;
  top: 0px;
  border-left: 2px solid #000000;
  overflow: hidden;
  transition-property: left, height;
  transition-duration: 0.25s;
  /* transition-duration: 2s; */
}
.test_content{
  z-index: -65;
  position: relative;
  border: 1px dotted red;
}
.unit_box > p {
  overflow: visible;
}

.event_container{
  display: flex;
  flex-direction: row;
  pointer-events: none;
  /* z-index: -90; */
  position: absolute;
  transition-property: left, top, height;
  transition-duration: 0.25s;
  /* transition-duration: 2s; */
  border-left-style: solid;
  border-left-width: 2px;
  /* border-left-color: #999; */
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.event_container_overflowing{
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  pointer-events: none;
  /* z-index: -90; */
  position: absolute;
  transition-property: left, top, height;
  transition-duration: 0.25s;
  /* transition-duration: 2s; */
  border-left-style: solid;
  border-left-width: 2px;
  /* border-left-color: #999; */
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.image_preview_event_title_container{
  position: relative;
  display: flex;
  max-height: 32px;
  max-width: 64px;
  overflow-x: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0) 24px, transparent 100%);
}
.image_preview_event_title{
  min-width: 24px;
  height: 24px;
  background-size: cover;
  /* pointer-events: none; */
  z-index: -22;
  position: relative;
}
.event_content{
  max-height: 24px;
  pointer-events: auto;
  z-index: 50;
  position: relative;
  padding: 0 6px 0 0;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  transform:translateZ(1px);
}
.event_content_cluster_head{
  max-height: 24px;
  pointer-events: auto;
  z-index: 50;
  position: relative;
  padding: 0 6px 0 0;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: italic;
  transform:translateZ(1px);
}
.cluster_container{
  /* pointer-events: none; */
  padding: 4px;
  border: 2px solid #999;
  border-radius: 4px;
  z-index: -10;
  position: absolute;
  background-color: white;
  /* overflow-y: scroll; */
  /* ^^^ NOT WORKING WITH EVERYTHING ELSE SCROLLING */
}
.cluster_container > .event_content {
  z-index: -5;
}
/* .cluster_container > .event_content > .event_title_text{
  z-index: -4;
} */
.event_title_text{
  padding: 0 0 0 4px;
  font-style: italic;
  white-space: nowrap;
}
.more_icon{
  position: absolute;
  /* border-radius: 50%; */
  /* border: 1px solid #000; */
  background-color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  font-style: normal;
  right:0;
  /* top: 25px;
  left: 50%; */
  transform: translate(100%, 0);
  padding: 2px;
}
.duration_box{
  transition-property: left, width, bottom;
  transition-duration: 0.25s;
  position: absolute;
  z-index: -100;
}
.middle_duration_line{
  height: 6px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#event_duration_container{
  position: absolute;
  width: 100%;
  z-index: -95;
}
.ruler_tier_container{
  position: absolute;
  z-index: -91;
}
.ruler_tier_label{
  /* pointer-events: none; */
  transition-property: bottom;
  transition-duration: 0.25s;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.ruler_tier_label_text{
  padding: 4px;
  font-size: 14px;
  background-color: #ffffff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  /* border-left-style: solid; */
}
.tick_container{
  z-index: -90;
  position: absolute;
  transition-property: left, width;
  transition-duration: 0.25s;
  /* transition-duration: 2s; */
  /* border-left-style: solid;
  border-left-width: 1px; */
  /* border-left-color: grey; */
  border-left-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  /* align-items: flex-end; */
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

  /* background: linear-gradient(
    125deg,
    #00000059,
    rgba(255, 0, 0, 0) 50%
  ) */
.tick_container:hover{
  background: linear-gradient(
    180deg,
    #00000059,
    #00000000
  );
  background: linear-gradient(
    180deg,
    #00000059,
    #00000000
  );
}

.week_tick{
  /* background: repeating-linear-gradient(
    to right,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1) 71.4%,
    transparent 71.4%,
    transparent 100%
  ); */
}
.week_tick > .ms_date_box{
  border-width: 0px;
}
.one_day{
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
  width: 14.284%;
  /* transition-property: bottom;
  transition-duration: 0.25s; */
  border-color: #000;
  border-left-style: solid;
  border-left-width: 1px;
  position: relative;
  display: inline-block;
  z-index: -80;
}
.one_day.first_day{
  height: 200%;
}
.one_day.week_end{
  background-color: rgba(0, 0, 0, 0.1);
}
/* .tick_content{
  background-color: #d6d6d6;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 4px;
} */
.cd_date_box{
  position: absolute;
  bottom: 12px;
  font-size: 8px;
}
.ms_date_box{
  transition-property: bottom;
  transition-duration: 0.25s;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-left-style: solid;
  border-left-width: 1px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  font-size: 8px;
  /* text */
}
/* .ms_date_label{
  bottom: 0px;
  font-size: 8px;
} */

#ruler_status_info_bar{
  position: absolute;
  bottom:20px;
  width:100%;
  height:20px;
  /* background-color: green; */
  display: flex;
}
#ruler_status_info_bar h4{
  flex: auto;
  justify-content: space-between;
}
#duration_time_box{
  text-align: center;
}
#end_time_box{
  text-align: right;
}



/* STRIPE PAYMENT */
#stripe_container{
  display: flex;
  flex-direction: column;
}
#donation_container{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 6px;
}
#donation_container p{
  font-size: 16px;
}
#donation_amount_message_container{
  background-color: #5469d4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 0 solid;
  border-radius: 8px 8px 0 0;
}
#donation_amount_message{
  color: #ffffff;
  font-size: 1.5em;
}
/* Variables */
/* * {
  box-sizing: border-box;
} */

/* body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100vh;
  width: 100vw;
} */

/* form {
  width: 30vw;
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
} */

#donation_amount {
  border-radius: 6px;
  padding: 2px 12px 2px 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}

.result-message {
  line-height: 22px;
  font-size: 20px;
  padding: 40px;
  background-color: #0ea601;
  color: #fff;
  font-weight: bold;
  border: 0 solid;
  border-radius: 8px;
  text-align: center;
}

.result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}

/* .hidden {
  display: none;
} */

#card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

#card-element {
  border-radius: 0 ;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  /* height: 44px; */
  /* width: 100%; */
  background: white;
}

#payment-request-button {
  margin-bottom: 32px;
}

/* Buttons and links */
#submit_stripe_payment {
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
#submit_stripe_payment:hover {
  filter: contrast(115%);
}
#submit_stripe_payment:disabled {
  opacity: 0.5;
  cursor: default;
}
#payment_email{
  display: block;
  border-radius: 0 ;
  padding: 24px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  /* height: 44px; */
  /* width: 100%; */
  background: white;

  line-height: 1.2em;
  height: 1.2em;
  /* position: absolute;
  top: 0; */
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
  }
}

#gui_helper_container{

}

#event_type_selector{
  margin: 12px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  /* background-color: grey; */
  /* padding: 8px; */
  /* border: 0 solid;
  border-radius: 8px; */
}
.event_type_button{
  /* filter: drop-shadow(0px 8px 8px #000000); */
  background-color: lightgrey;
  /* padding: 8px 8px 4px 8px; */
  padding: 0;
  border: 4px solid lightgrey;
  border-radius: 4px;
  height: 80px;
}
.event_type_button_selected{
  filter: drop-shadow(0px 8px 8px #000000);
  padding: 0;
  border: 0 solid;
  border-radius: 4px;
  height: 80px;
}
.event_type_button_image{
  height: 80px;
}

.data_point_grid{
  display: grid;
  grid-template-columns: 5% 35% 30% 10% 20%;
}
.data_point_item{
  justify-self: stretch;
  align-self: center;
}

.data_point_index_element{
  color: lightgrey;
}
.data_point_edit_date_element{
  /* display: inline; */
  width: 3em;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid lightgrey;
}
.data_point_edit_date_element:hover{
  background-color: lightgrey;
  border: 1px solid grey;
}

#side_panel_graph_data_point_min{
  width: 6em;
}
#side_panel_graph_data_point_max{
  width: 6em;
}

/* .graph_svg{
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.graph_polyline{
  position: absolute;
  bottom: 0px;
  width: 100%;
} */

.data_point_svg{
  position: absolute;
  bottom: 0px;
}
.data_point_svg_point{
  position: absolute;
  transition-duration: 0.25s;
  /* transition: all 1s; */
}
.data_point_svg_line {
  position: absolute;
  transition-property: x2;
  transition: all 0.25s;
  /* transition-duration: 0.25s; */
}
/* .data_point_svg_line line{
  position: absolute;
  transition-property: x1, x2;
  transition-duration: 0.25s;
}
.data_point_svg_line x1{
  transition-duration: 0.25s;
}
.data_point_svg_line x2{
  transition-duration: 0.25s;
} */

.data_point_div_point{
  display: flex;
  position: absolute;
  box-sizing: border-box;
  border-radius: 1.2em;
  height: 1.2em;
  width: 1.2em;
  transform: translate(-50%, -50%);
  z-index: 6;
  position: fixed;
  transform-origin: 0 0;
  transition-property: left, top, width, height;
  transition-duration: 0.25s;
  align-items: center;
  justify-content: center;
}

/* .data_point_div_point:hover{
  height: 2em;
  width: 2em;
  background-color: black;
} */

.data_point_hover_data{
  box-sizing: content-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 80;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #ffffff;
  /* width: 10em;
  height: 2em; */
  padding: 0;
  /* transform: translate(50%, 0%); */
  cursor: pointer;
}
.data_point_event_title_div{
  /* text-overflow: clip; */
  box-sizing: border-box;
  margin: 0;
  padding: 2px;
  border: 0 solid transparent;
  /* border-top-left-radius: 2px;
  border-top-right-radius: 2px; */
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  font-size: 0.6em;
  cursor: pointer;
}
.data_point_event_value_div{
  margin: 0;
  padding: 2px;
  /* color: grey; */
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.data_point_event_date_div{
  margin: 0;
  padding: 2px;
  color: grey;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.6em;
  cursor: pointer;
}

.data_point_div_point_visual{
  position: absolute;
  box-sizing: border-box;
  border-radius: 0.5em;
  height: 0.5em;
  width: 0.5em;
  /* transform: translate(-50%, -50%); */
  z-index: 7;
  position: fixed;
  transform-origin: 0 0;
  transition-property: left, top, width, height;
  transition-duration: 0.25s;
}

.data_point_div_line{
  box-sizing: border-box;
  outline: 1px solid transparent;
  height: 2px;
  transform: translateY(-1px);
  /* background-color: black; */
  z-index: 5;
  position: fixed;
  transform-origin: 0 0;
  transition-property: width, rotate, left, top;
  transition: all 0.25s;
  /* transition: all 0.25s ease; */
}

#main_graph_svg{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -100;
}


#timeline_tab_open_button{
  display: none;
  position: absolute;
  top: 60px;
  right: 0em;
  width: 2.5em;
  height: 2.5em;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  background-color: black;
}
#timeline_tab_open_button img{
  max-width: 2em;
  padding: 0.25em;
}
#timeline_tab_container{
  position: absolute;
  top: 60px;
  right: -24em;
  width: 22em;
  border-top-left-radius: 0.75em;
  border-bottom-left-radius: 0.75em;
  transition-property: right;
  transition: all 0.25s;
  overflow: auto;
  /* max-height: 100%; */
  max-height: calc( 100vh - 120px );
  /* -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent); */
}
#timeline_tab_container h4{
  margin: 1em 0 0.25em 0;
}
.timeline_tab_list{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  /* gap: 0.5em; */
  /* overflow: auto; */
}
.timeline_tab_list_item{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items:flex-start;
  justify-items: flex-start;
  /* gap: 0.5em; */
  background-color: red;
  color: white;
  padding: 0.5em;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  font-weight: bold;
  margin: 0.25em 0;
  box-shadow: 0 0.125em 0.25em 0 rgba(0, 0, 0, 0.4);
  /* flex-grow: 1;
  transition: flex-grow 1000ms linear; */
}
.timeline_tab_list_item label{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5em;
}
.timeline_tab_list_controls{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.25em;
  /* background-color: #ffffff; */
  /* padding: 0.2em; */
  /* border-radius: 0.2em; */
  /* width: fit-content; */
}
.timeline_tab_list_control_item{
  /* display: block; */
  /* max-width: 0.5em; */
  height: 1.5em;
  margin: 0;
}
.timeline_tab_collapsed_container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5em;
  /* padding: 0.5em; */
  font-weight: bold;
}
.timeline_tab_extended_container{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.5em;
  /* padding: 0.5em; */
  font-weight: bold;
  /* flex-grow: 0.00001; */
  width: 100%;
}
.timeline_tab_notice_text{
  font-style: italic;
  filter: opacity(0.6);
}
.tab_edit_select{
  min-width: 16em;
}
.bottom_save_delete_bar{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}
.bottom_save_delete_bar > button{
  background-color: #fff;
}
.tab_save_button{
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 0.25rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5rem;
  margin: 0;
  outline: none;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;

  /* font-size: 1.5em; */
  font-size: 1.2rem;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px; */
  /* background-color: rgb(120, 134, 255); */
}
.tab_delete_button{
  color: rgba(220, 0, 0, 1);
  border: 0 solid #fff;
  border-radius: 0.25rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5rem;
  margin: 0;
  outline: none;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
}





.hover_dropshadow:hover{
  --dropshadow-color: black;
  filter: drop-shadow(0px 0px 2px var(--dropshadow-color));
}

.default_container{
  /* padding: 0.5em; */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #ffffff;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.4);
}
.default_padding_top{
  padding-top: 1em;
}
.default_padding_right{
  padding-right: 1em;
}
.default_padding_bottom{
  padding-bottom: 1em;
}
.default_padding_left{
  padding-left: 1em;
}
.default_padding_no_top{
  padding: 0 1em 1em 1em;
}
.default_padding_no_right{
  padding: 1em 0 1em 1em;
}
.default_padding_no_bottom{
  padding: 1em 1em 0 1em;
}
.default_padding_no_left{
  padding: 1em 1em 1em 0;
}


.timezone_input_box{
  min-width: 20em;
}