html,
body {
  height: 100%;
  overflow: hidden;
}
#sv {
  height: calc(100vh - 64px);
}
@media (max-width: 1024px) {
  #sv {
    height: calc(100vh - 56px);
  }
}
.is_logout .is_login {
  display: none;
}
.is_login .is_logout {
  display: none;
}
.light #set_dark_mode {
  display: none;
}
.dark #set_light_mode {
  display: none;
}
.tab_password > .tab_cookie_content {
  display: none;
}
.tab_password > .tab_google_content {
  display: none;
}
.tab_cookie > .tab_password_content {
  display: none;
}
.tab_cookie > .tab_google_content {
  display: none;
}
.tab_google > .tab_password_content {
  display: none;
}
.tab_google > .tab_cookie_content {
  display: none;
}
s-icon.visibility_off svg.visibility {
  display: none;
}
s-icon.visibility svg.visibility_off {
  display: none;
}

.search_row {
  /*padding-top:15px;*/
  margin-right: auto;
  width: -webkit-fill-available;
  margin: 0;
}
.search_row > :first-child {
  margin-bottom: 10px;
}
.search_row > *:not(:first-child) {
  margin-left: 20px;
}
.search_result {
  border-collapse: separate;
  border-spacing: 0px;
  justify-self: center;
}
.item_row td s-tooltip a {
  border-bottom: 1px dotted;
  color: inherit;
  text-decoration: none;
}
s-text-field {
  display: grid;
  width: -webkit-fill-available;
}
.back_icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 1024px) {
  .back_icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
}
.page.cur {
  text-decoration: overline;
  color: red;
}
