/* @import url('https://webcomponents.wipo.int/wipo-navbar/ulf-fonts.css'); */
@import url('./wu-machine-translation-widget.css');
@import url('./variables.css');
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

* {
  font-family: var(
    --wipo-font,
    'simplon',
    arial,
    meiryo,
    sans-serif
  ) !important;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Generic
------------------------------------------ */
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

.law {
  --wu-page-font-size: 0.65em !important;
  --wu-page-header-padding: 1.9375em;
}

[dir='rtl'] {
  --float: right;
  --left: auto;
  --right: 1.5em;
  --marginleft: 1px;
  --marginRight: -22px;
  --rotate: rotate(180deg);
  --m-left-panel-actions: 3em;
  --pos-right: auto;
  --pos-left: 0;
  --wu-page-section-footer: left;
  --wu-page-section-left: auto;
  --wu-page-section-right: -0.75em;
  --wu-page-section-rotate: rotate(90deg);
  --wu-siebar-section--transform: right bottom;
  --wu-sidebar-section-rotate: rotate(-270deg) translate(100%, 4px);
  --wu-filter-padding-left: 0;
  --wu-filter-padding-right: 3em;
  --wu-view-panel-padding-left: 4.875em;
  --wu-view-panel-padding-right: 1.75em;
  --wu-landing-align: right;
  --wu-icon-margin-left: 0.21em;
  --wu-icon-margin-right: 0;
  --wu-view-align: right;
  --wu-multi-search-input: 0.6875rem 1.0625rem 0.75rem 3rem;
  --wu-multi-search-badge: 0 0 0.3em 0.3em;
  --wu-input-text-no-margin: 0;
  --wu-input-text-margin: 1px;
  --wu-button-border-right: 1px solid rgb(204, 204, 204);
  --wu-button-border-left: 0;
  --wu-page-header-padding-left: 0;
  --wu-page-header-wu-portfolio__dropdown--is-active-right: unset;
  --wu-page-header-wu-portfolio__dropdown--is-active-left: -300px;
  --wu-page-header-wu-portfolio__dropdown--is-active-right-left: unset;
  --wu-page-header-wu-portfolio__dropdown--is-active-right-right: 45px;
  --wu-page-header-status: 0.8125em 0 0.75em 1.125em;
}

/* Base styles
------------------------------------------ */
html {
  /* min-width: 1080px; */
  background-color: #f7f7f7;
  color: #1a1a1a;
  font-size: var(--wu-font-size);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lt-ie9 html {
  width: 1080px;
}

body {
  width: 100%;
  font-size: var(--wu-font-size);
  line-height: 1.5;
}

::-moz-selection {
  background-color: #b2d7ff;
}

::selection {
  background-color: #b2d7ff;
}

a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #808080;
}
a:focus {
  outline: 0;
}

fieldset {
  margin-right: 0;
  margin-left: 0;
  border: 0;
  padding: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a1a1a;
}

p {
  margin-top: 1em;
  margin-bottom: 0;
}
p:first-child {
  margin-top: 0;
}

ul {
  margin-top: 1.5em;
  margin-bottom: 0;
  padding-left: 1em;
}
ul:first-child {
  margin-top: 0;
}

.placeholder {
  color: #bababa;
}

.g-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  width: 100%;
  height: 100%;
  background: rgba(247, 247, 247, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99F7F7F7', endColorstr='#99F7F7F7')";
}

.g-overlay--white {
  background: rgba(255, 255, 255, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99FFFFFF', endColorstr='#99FFFFFF')";
}

.g-wrapper {
  position: relative;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3em;
  padding-left: 3em;
}
.lt-ie9 .g-wrapper {
  width: 1080px;
}
.g-wrapper:after {
  display: table;
  clear: both;
  content: '';
}

/*
    Custom CSS added
*/

h1 {
  font-size: 48px;
  margin: 0;
}

wu-step [slot='title'],
wu-step [slot='content-top'],
wu-step [slot='content-bottom'],
wu-step [slot='actions'],
wu-step [slot='issues-trigger'],
wu-step [slot='info'] {
  color: var(--wu-black);
}

wu-step h3 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  letter-spacing: 1.75px;
  line-height: 28px !important;
}

wu-step,
wu-button,
wu-field,
wu-filter,
wu-input-search,
wu-page-header,
wu-page-section,
wu-select-one,
wu-slot,
wu-sticky-bar,
wu-sticky-bar-link,
wu-view-panel,
wu-sidebar-section,
wu-sidebar,
wu-block-ui,
wu-landing,
wu-view {
  opacity: 0;
}
wu-step[loaded],
wu-button[loaded],
wu-field[loaded],
wu-filter[loaded],
wu-input-search[loaded],
wu-page-header[loaded],
wu-page-section[loaded],
wu-select-one[loaded],
wu-slot[loaded],
wu-sticky-bar[loaded],
wu-sticky-bar-link[loaded],
wu-view-panel[loaded],
wu-sidebar-section[loaded],
wu-sidebar[loaded],
wu-block-ui[loaded],
wu-landing[loaded],
wu-view[loaded] {
  opacity: 1;
}

wu-button {
  height: 100%;
  display: inline-block;
}

wu-page-header .b-page-header {
  margin-top: 0 !important;
}

wu-page-header h1,
wu-page-header h2 {
  display: inline-block;
  font-size: 38px !important;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}

wu-page-header h2 {
  font-weight: 300 !important;
}

wipo-footer a:first-child {
  padding-left: 0;
}

wipo-footer a {
  padding: 0 10px;
  color: #666666;
  text-decoration: none;
}

wu-page-header ul {
  font-size: var(--wu-font-size);
  padding: 0;
}
wu-page-header ul li {
  margin-bottom: 15px;
  list-style: none;
  padding-left: 15px;
}

/*
  wu-sticky-bar
*/
wu-sticky-bar a {
  display: inline-block;
  /* margin: 1em 1.2858em 1em 0px; */
  text-decoration: none;
  font-weight: 400;
  position: relative;
  color: var(--wu-black);
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  font-size: var(--wu-font-size);
}

wu-sticky-bar a:hover {
  text-decoration: none;
  color: var(--wu-black);
  background: var(--light-blue-1);
}

wu-sticky-bar a:hover:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* border-width: 0 0 2px; */
  /* border-style: solid; */
  background: #94c4ff;
  height: 3px;
}

wu-sticky-bar a.selected {
  color: #000;
  text-decoration: none;
  padding-bottom: 1px;
  background: var(--light-blue);
}

wu-sticky-bar a.selected:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* border-width: 0 0 2px; */
  /* border-style: solid; */
  background: var(--blue);
  height: 3px;
}

/* wu-view-panel*/

wu-view-panel {
  position: relative;
}

wu-view-panel h1 {
  font-size: var(--h1);
}

wu-slot {
  flex: 1 1 200px;
  position: relative;
  width: auto;
}

wu-view-panel wu-slot wu-field {
  display: block;
}

wu-view-panel wu-slot {
  min-width: 300px;
  width: auto;
  overflow: visible;
}

:host .nav-list {
  background-color: red;
}

::shadow .nav-list {
  background-color: red;
}

::shadow .wu-sticky-bar .sticky-nav .nav-list {
  float: right;
}

[dir='rtl'] .wu-sticky-bar {
  float: right;
}

[dir='rtl'] wu-sticky-bar a {
  float: right;
  margin-right: 0;
  margin-left: 1.2858em;
}

.wu-sticky-bar {
  display: none;
}

/* wu-filter */
wu-filter a {
  position: relative;
  font-size: var(--wu-font-size);
  border-radius: 0;
  vertical-align: top;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  margin-bottom: 0.9375em;
  padding: 0.75em 1.0625em 0.6875em;
  transition: all 160ms ease-in;
  background-color: #ffffff;
  color: var(--text-color);
  outline: 1px solid #e3e3e3;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

wu-filter a:hover,
wu-filter a:focus {
  outline: 1px solid var(--blue);
  text-decoration: none;
  background: var(--light-blue-1);
  color: var(--blue);
  z-index: 1;
}

wu-filter a:focus {
  color: var(--text-color);
}

/* wu-input-search {
  float: left;
  width: 35%;
} */

@media (max-width: 767px) {
  wu-page-header h1,
  wu-page-header h2 {
    font-size: 39px;
  }
  wu-page-header h3 {
    font-size: 26px;
  }
}

/* wu-select-one */

wu-select-one[is-option-selected] select {
  padding-top: 30px;
}

wu-select-one select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA8CAAAAAAFq2YgAAAAU0lEQVRIx+3SoQ0AIAxEUfZXZ7B4JmAEDBaPxRBGQMAALfqf7kt6TUPbvgQAAAAAfIGil2IEK9/5vKwrzSRJado7jCjF4Sndpe67Uq28BgAAANwcU6t408wIgs4AAAAASUVORK5CYII=);
  background-position: right center;
  appearance: none;
  width: 100%;
  border: 0px;
  background-size: 3em;
  background-repeat: repeat-y;
  cursor: pointer;
  text-overflow: ellipsis;
  appearance: none;
  width: 100%;
  height: 4.4375em;
  outline: 0px;
  border-radius: 0px;
  padding: 1.4375em 1.0625em 0.5em;
  background-color: transparent;
  color: rgb(26, 26, 26);
  line-height: 1.5;
  background-size: 46px 50px !important;
}

wu-select-one select:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA8CAAAAAAFq2YgAAAAUUlEQVR4AWM484w0QJ6GUQ2jGkY1jGoY1dDuAgXtRGp4nAdRn/eYWCfdjgGpj7lNvB/O+rm4+J0lxdO73Nx2kRZKixaNJg0IGNUwqmFUw6gGAK0oAvc72rLJAAAAAElFTkSuQmCC);
}

[dir='rtl'] wu-select-one select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA8CAAAAAAFq2YgAAAAU0lEQVR4AWP4QBo4Q56GUQ2jGkY1jGoY1bB9AhRsJ1LDu5UQ9SvfEeukl/NA6ue9JN4PD6ZOmDD1ASmevjphwlXSQun48dGkAQGjGkY1jGoY1QAA4Ep40xolxm4AAAAASUVORK5CYII=);
  background-position: left center;
}

[dir='rtl'] wu-select-one select:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA8CAAAAAAFq2YgAAAAUUlEQVR4AWN4Rho4Q56GUQ2jGkY1jGoY1dDuAgXtRGp4nAdRn/eYWCfdjgGpj7lNvB/O+rm4+J0lxdO73Nx2kRZKixaNJg0IGNUwqmFUw6gGAMufAveecOoFAAAAAElFTkSuQmCC);
  background-position: left center;
}

wu-filter wu-select-one select {
  height: 2.9375em;
  padding-top: 6px;
  width: 348px;
}

wu-filter wu-select-one {
  --wu-select-one-height: 2.9em;
  --wu-select-one-padding: 0.4375em 1.0625em 0.5em;
}

wu-filter wu-select-one,
wu-filter wu-input-search {
  --w-select-padding: 0.7em 1.0625em;
  font-size: var(--wu-font-size);
  padding-left: 15px;
  min-width: 348px;
  display: inline-block;
}

[dir='rtl'] wu-filter wu-select-one {
  padding-right: 20px;
}

wu-filter {
  --w-select-align: inline-block;
  --w-select-margin: 15px;
}

/* wu-page-section */
wu-page-section h2 {
  margin: 0;
  font-size: 32px;
}

/****** table base style starts ******/
.datatable {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  white-space: nowrap;
  font-size: 1em;
  color: #808080;
}

.datatable th,
.datatable td {
  vertical-align: top;
  font-weight: 400;
  padding: 1.125em 0.875em;
  text-align: left;
}

.datatable th a,
.datatable td a {
  color: #1a1a1a;
}

.datatable.striped tr:nth-child(even) {
  background: #efefef !important;
}

.datatable > thead > tr {
  background-color: #f0f0f0;
}

.datatable > thead > tr > th {
  color: var(--gray-69);
  border: var(--border-default);
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
}

[dir='rtl'] .datatable > thead > tr > th,
[dir='rtl'] .datatable > tbody > tr > td {
  text-align: right;
}

.datatable > thead > tr > th .clf-sort,
.datatable > thead > tr > th sort-icon {
  width: 1em;
  height: 1em;
  margin-bottom: 0.17em;
  display: inline-block;
  background-size: contain;
  position: relative;
  background-position: center;
}

.datatable > thead > tr > th sort-icon .pi-sort-amount-up,
.datatable > thead > tr > th sort-icon .sort-up {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAARUlEQVR4AWMY1GAUZAEhCcCF4TcQuhCrXI3hHcN/IHwHZBEBBBluAhVD4E0gjwBgYdgNVIiAu4EieMFUiEIEBIqMSDAKAMUeHePsdwJ2AAAAAElFTkSuQmCC');
  background-size: contain;
  opacity: 0.5;
}

.datatable > thead > tr > th sort-icon .pi-sort-amount-up::before,
.datatable > thead > tr > th sort-icon .sort-up::before {
  opacity: 0;
}

.datatable > thead > tr > th sort-icon .sort-down {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAQUlEQVR4AWMYoWAUTGX4jwan4tfAwrAbRfluoAgBIMhwE678JpBHBFBjeAdW/g7IIhK4MPwGQhdSPJ8FhIMYjAIAdFgd4yIUYiYAAAAASUVORK5CYII=');
  background-size: contain;
  opacity: 0.5;
}

.datatable > thead > tr > th sort-icon .sort-down::before {
  opacity: 0;
}

.datatable > thead > tr > th sort-icon .sort-default::before,
.datatable > thead > tr > th sort-icon .sort-default::after {
  content: '';
  position: absolute;
  width: var(--sort-icon-size);
  height: var(--sort-icon-size);
  left: 0.23em;
  right: 0.23em;
  background-size: contain;
  opacity: 1;
}

.datatable > thead > tr > th sort-icon i {
  display: inline-block;
  width: 16px;
  vertical-align: top;
  padding-top: 3px;
}

.datatable .sortable-column .sort-up,
.datatable .sortable-column .sort-down {
  height: 1em;
  margin-top: 4px;
}

.datatable > thead > tr > th sort-icon .sort-default::before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAMUlEQVR4AWMYxGAU2DP8B0J74pW/AWIwSbRyBIto5QgeQeV4RQhKIkQJSGDKDG0wCgBWEhN1Xq8YVAAAAABJRU5ErkJggg==');
}

.datatable > thead > tr > th sort-icon .sort-default::after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAM0lEQVR4AWMY6mAU2DO8AWISZBAShEUxJTFFCGnB5BHWgmARpQVCEh9i/4HQfvBG6SgAAAHBE3XWoR1/AAAAAElFTkSuQmCC');
  top: 0.676667em;
}

.sortable-column {
  cursor: pointer;
}

.datatable > tbody > tr {
  background-color: var(--table-bg-color);
  border-bottom: var(--border-default);
}

.datatable > tbody > tr > td {
  word-wrap: break-word;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}

.datatable > tbody > tr:hover {
  background-color: var(--table-hover-bg-color);
}

.datatable > tbody > tr td:last-child {
  position: relative;
  background-clip: padding-box;
  overflow: visible;

  /* .row-overflow,
  w-button-group {
    @include button-group-in-table ;
  } */
}

.datatable tr td .mobile-only {
  display: none;
}

@media screen and (max-width: 960px) {
  .datatable tr td {
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
  .datatable tr td:last-child {
    padding-bottom: 1.125em;
  }
  .datatable > thead > tr > th {
    display: none;
  }
  .datatable tr td .mobile-only {
    display: block;
    color: #808080;
  }
}

/****** table base style ends ******/

wu-sidebar a,
wu-sidebar a:hover {
  color: var(--blue);
}

wu-sidebar .title {
  margin: 1em 2em;
  padding: 0;
  margin: 0;
  font-weight: 100;
  padding: 0;
  font-size: 24px;
}

wu-sidebar-section {
  display: block;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

wu-sidebar-section:last-of-type {
  border-bottom: 1px solid #ccc;
}

wu-sidebar-section .wu-input-checkbox {
  background: none;
}

.wu-input-checkbox {
  background-color: #f0f0f0;
  outline: none;
  height: 100%;
  font-size: var(--wu-font-size);
  margin: 0 21px;
  display: flex;
  flex-direction: row;
}
.wu-input-checkbox span {
  padding-right: 0;
  padding-left: 0.375em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  vertical-align: baseline;
}

wu-step.treaty {
  --wu-step-font-size: 19px;
  --wu-step-margin-top: 0 !important;
  --wu-step-margin-bottom: 0.7em !important;
}

wu-step.treaty h3 {
  font-size: 38px;
}

.two-columns {
  --wu-view-panel-padding-b: 0;
  --wu-slot-margin-bottom: 20px;
}
/* wu-step::part(wu-b-step) .b-step__heading {
  margin-bottom: 0.7em!important;
} */

.landing-inside small,
.landing-content__discover small {
  text-transform: lowercase;
  margin-right: -10px;
  font-size: 1em;
}
.landing-content__discover small {
  margin-right: -5px;
}

wu-landing h2 {
  margin: 0;
  padding: 0;
  font-size: 32px;
}

wu-view h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  width: 100%;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

wu-pay-box h4 {
  color: rgb(0, 146, 190);
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: bold;
  padding: 0.75rem 0.75rem 1.125rem;
  margin: 0px;
}

wu-view wu-pay-box {
  /* --wu-view-flex: flex;
  --wu-view-flex-start: flex-start;
  --wu-view-margin-auto: var(--wu-font-size) auto;
  --wu-view-margin-16: var(--wu-font-size) */
  display: flex;
  justify-content: flex-start;
  margin: 16px auto;
  margin: 16px;
}

wu-pay-box wu-button {
  --wu-button-margin: 0;
}

wipo-footer a {
  color: #666666;
  text-decoration: none;
  font-size: var(--wu-font-size);
}

wipo-footer a:hover {
  color: #808080;
}

wu-step wu-edit-panel {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  max-width: 983px;
}

wu-button,
[dir='ltr'] wu-button {
  margin-left: 0;
  margin-right: 1.125rem;
}

wu-input-text wu-button::part(wu-button__part),
wu-datepicker wu-button::part(wu-button__part) {
  outline: none;
}

wu-input-text wu-button::part(wu-button__part):hover,
wu-datepicker wu-button::part(wu-button__part):hover {
  background: none;
}

wu-input-text wu-button {
  margin: 0;
  --button-bg: none;
}

wu-button:first-child,
[dir='ltr'] wu-button:first-child {
  margin-left: 0;
}

wu-button:last-child {
  margin-left: 0;
  margin-right: 0;
}

wu-button.disabled {
  pointer-events: none;
}

wu-multi-search {
  position: relative;
}

wu-multi-search[disabled]:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*
 @media queries
*/

@media (min-width: 1280px) {
  wu-step wu-edit-panel {
    max-width: none;
  }
}

h1,
h2,
h3 {
  font-family: var(--w-font) !important;
  text-transform: none !important;
  color: var(--w-color-grey-d1);
  font-weight: 400 !important;
}

h1 {
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

h2 {
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

h3 {
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

h4 {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

html,
:root,
:host {
  font-family: var(--wipo-font);
}

/* override other levels and landing component */
h1,
h2,
h3,
.landing-content__logo,
.landing-content__title,
.landing-content__subtitle {
  font-family: var(--w-font) !important;
  text-transform: none !important;
  color: var(--w-color-grey-d1);
  font-weight: 400 !important;
}

h1,
.landing-content__title {
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

h2,
.landing-content__subtitle {
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

h3 {
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

h4,
.w-article__title {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}
