
iframe {
  width: 100%;
  height: 100%;
  border: none;
  
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#table_view_aworks_control {
  width: 100%;
  z-index: 1000;
}


.div_view_aworks_title {
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: bold;
  filter: drop-shadow(0px 0px 2px hsla(var(--user-color-bg-val),0.4));
}

.title_contents_total {
  display: inline-block;
  padding: 3px 6px;
  

  color: hsla(var(--user-color-fg-val),0.85);
  font-size: 16px;
  font-weight: normal;
  line-height: 100%;

  vertical-align: middle;
  margin-left: 12px;
}

.title_contents_total_detail {
  color: hsla(var(--user-color-fg-val),0.35);
  font-size: 14px;
  margin-left: 7px;
}

.table_folder {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
}



.td_awork {
  position: relative;
  vertical-align: middle;
  padding: 2px 4px;
  white-space: normal;
  line-height: 115%;
}

.img_awork {
  
  width: min-content;
  max-width: 100%;
  height: min-content;
  max-height: 100%;
  margin: 0 auto;
  object-fit: contain;
  cursor: pointer;
  
  transition: 0.3s;
  transition-property: opacity, filter;
}

.img_awork_flex-w {
  
  display: inline-block;
  object-fit: cover;
  height: 250px;
  flex-basis: auto;

  
}

.awork_follower_only {

}

.awork_follower_only_hide {
  opacity: 0.5;
  filter: blur(10px);
}

.awork_rating_hide1 {
  opacity: 0.5;
  filter: blur(10px);
}

.awork_rating_hide2 {
  opacity: 0.2;
}

.awork_rating_hide3 {
  opacity: 0;
}


.awork_rating_hide_hover {
  transition: 0.3s;
  transition-property: opacity, filter;
}

.awork_rating_hide_hover:hover {
  opacity: 1;
  filter: blur(0px);
}

.table_awork_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  background: linear-gradient(to bottom, transparent, transparent, hsla(var(--user-color-bg-val), 0.75));
  transition: 0.2s;
}

.table_awork_info_rating_hover:hover ~ .awork_rating_hide_hover {
  opacity: 1;
  filter: blur(0px);
}


.awork_infos {
  color: hsla(var(--user-color-fg-val),0.5);
  font-size: 14px;
  filter: drop-shadow(0px 0px 2px hsla(var(--user-color-bg-val),0.4));
}

.div_awork_info {
  display: inline-block;
  padding: 0 5px;
  line-height: 20px;
}

.awork_info_total {
  color: var(--user-color-theme);
  font-weight: bold;
}


.td_awork_info_left {
  width: 100%;
  height: 13px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.td_awork_info {
  line-height: 5px;
  padding: 3px 14px;
  text-align: center;
}

.td_awork_info_inner {
  height: 18px;
  line-height: 18px;
  padding-left: 8px;
}

.div_awork_info_sent {
  color: var(--user-color-fg);
  font-weight: bold;
}

.div_aworks_parent {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.div_aworks {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.div_awork {
  

  position: relative;
  line-height: 15px;
  margin: 5px;
  text-align: center;
  
  overflow: visible;
}


.div_awork_laywork_first {
  display: inline-block;
  position: absolute;
  bottom: 2px;
  left: 2px;

  margin: 2px;
  padding: 3px;
  
  background:
    linear-gradient(hsla(var(--user-color-bg-val),0.35), hsla(var(--user-color-bg-val),0.35)),
    linear-gradient(hsla(var(--user-color-fg-val),0.15), hsla(var(--user-color-fg-val),0.15));
  border-radius: 4px;
  

  color: hsla(var(--user-color-fg-val),0.7);
  font-weight: normal;
}


.div_awork_open {
  display: inline-block;
  width: min-content;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;

  margin: 2px auto;
  padding: 3px;
  
  background:
    linear-gradient(hsla(var(--user-color-bg-val),0.35), hsla(var(--user-color-bg-val),0.35)),
    linear-gradient(hsla(var(--user-color-fg-val),0.15), hsla(var(--user-color-fg-val),0.15));
  border-radius: 4px;
  

  color: hsla(var(--user-color-fg-val),0.7);
  font-size: 12px;
  font-weight: normal;
}

.div_awork_open_flex-w {
  position: relative;
}




.div_awork_total_works {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;

  margin: 2px;
  padding: 3px;
  
  background:
    linear-gradient(hsla(var(--user-color-bg-val),0.35), hsla(var(--user-color-bg-val),0.35)),
    linear-gradient(hsla(var(--user-color-fg-val),0.15), hsla(var(--user-color-fg-val),0.15));
  border-radius: 4px;
  

  color: hsla(var(--user-color-fg-val),0.7);
  font-weight: normal;
}

.div_awork_total_works_flex-w {
  margin: 5px;
  padding: 3px 5px;
}

.div_awork_total_works_grid-l {
  padding: 2px 5px;
}


.div_total_works {
  display: inline-block;
  font-size: 15px;
  line-height: 100%;
  font-weight: bold;
  opacity: 0.5;
}

.span_total_works_unit {
  font-size: 14px;
  font-weight: normal;
  opacity: 0.35;
}

.div_user_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 800px;
  height: 100%;
  overflow: hidden;
  
}

.div_page_buttons {
  padding: 40px;
  display: block;
  width: min-content;
  margin: 0 auto;
}

.div_page_buttons_inner {
  display: inline-block;
  width: min-content;
}

.div_more_pages {
  width: min-content;
  max-height: 300px;
  padding: 5px;
  padding-left: 0;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
  z-index: 5000;
  text-align: left;
  overflow: hidden scroll;

  background: 
    linear-gradient(hsla(var(--user-color-bg-val),0.6), hsla(var(--user-color-bg-val),0.6)),
    linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4));
  
  border: 1px solid hsla(var(--user-color-fg-val),0.1);
  border-radius: 4px;
  display: none;
}

.div_page_buttons_fix {
  width: min-content;
  max-width: calc(100% - 40px);
  overflow: visible;
  position: fixed;
  bottom: 10px;
  z-index: 5000;
  padding: 5px;

  background: 
    linear-gradient(hsla(var(--user-color-bg-val),0.6), hsla(var(--user-color-bg-val),0.6)),
    linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4));
  backdrop-filter: blur(5px);
  border: 1px solid hsla(var(--user-color-fg-val),0.1);
  border-radius: 4px;
}

.div_page_buttons_fix_center {
  
  max-width: calc(100% - 40px);
  overflow: visible;
  position: fixed;
  bottom: 10px;
  left: 50%;
  z-index: 5000;
  transform: translateX(-50%);
  padding: 5px;
  padding-right: 0;

  background: 
    linear-gradient(hsla(var(--user-color-bg-val),0.6), hsla(var(--user-color-bg-val),0.6)),
    linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4));
  backdrop-filter: blur(5px);
  border: 1px solid hsla(var(--user-color-fg-val),0.1);
  border-radius: 4px;
}

.td_folder_total {
  text-align: right;
  vertical-align: top;
}

.div_folder_outer {
  position: relative;
}

.div_fav_total {
  display: inline-block;
  
  color: hsl(var(--user-color-theme-val-h),50%,50%);
  font-size: 14px;
  background-color: hsla(var(--user-color-theme-val),0.3);
  border-radius: 3px;
  padding: 3px 5px;
}

.button_edit_awork {
  font-size: 12px;
  
  
  margin: 1px;
  cursor: pointer;
  opacity: 0.7;
}

.explain_no_artwork_data {
  font-size: 12px;
  color: hsla(var(--user-color-fg-val), 0.5);
  background: linear-gradient(to bottom, transparent, hsla(var(--user-color-bg-val), 0.5), transparent);
  line-height: 125%;
}

.div_reaction_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position-x: var(--bg-posi-dark);
  background-size: 200%;
  background-color: transparent;
  
}

.a_awork_thumb {
  display: none;
}

.td_awork_thumb {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  
  border-radius: 5px;
  vertical-align: bottom;
}

.td_awork_thumb_selected {
  border: 3px solid hsla(var(--user-color-theme-val),0.6);
}

.td_awork_thumb_admin {
  border: 3px solid hsla(var(--user-color-fg-val),0.15);
}

.td_awork_thumb_admin_selected {
  border: 3px solid hsla(var(--user-color-theme-val),0.8);
}

.div_check_select_awork {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  padding: 5px;
  border-radius: 5px;
  background-color: hsla(var(--user-color-fg-val),0.15);
}

.div_check_select_awork_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
