body.p-mod-override-cursor * {
  cursor: inherit !important;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-touch-callout: none;
  font-family: Roboto, sans-serif, RobotoMono;
  font-size: 1.6rem;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
body * {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a,
abbr,
button,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
small,
span {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
button,
input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  appearance: none;
  outline: none;
}
input[required]:-moz-ui-invalid {
  box-shadow: none;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  opacity: 0.54;
}
h1,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  letter-spacing: -0.02em;
  line-height: 1.35;
}
h1,
h1 small,
h2,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
h2 {
  line-height: 4.8rem;
}
h3 {
  line-height: 4rem;
}
h3,
h4 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
h4 {
  -moz-osx-font-smoothing: grayscale;
  line-height: 3.2rem;
}
h5 {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
h5,
h6 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}
h6 {
  letter-spacing: 0.04em;
}
h6,
p {
  font-weight: 400;
  line-height: 2.4rem;
}
p {
  font-size: 1.3rem;
  letter-spacing: 0;
}
.p-TabBar {
  overflow: visible;
  @supports not selector(::-webkit-scrollbar) {
    scrollbar-color: #0004 transparent;
    scrollbar-width: thin;
  }
}
.p-TabBar[data-orientation="horizontal"] {
  max-height: 22px;
  min-height: 22px;
}
.p-TabBar[data-orientation="vertical"] {
  max-width: 80px;
  min-width: 80px;
}
.p-TabBar-content {
  min-height: 0;
  min-width: 0;
}
.p-TabBar[data-orientation="horizontal"] > .p-TabBar-content {
  align-items: flex-end;
  transform: translateY(1px);
}
.p-TabBar-tab {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  padding: 0 10px;
}
.p-TabBar-tab.p-mod-current {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
  color: #000;
  overflow: visible;
  position: relative;
}
.p-TabBar-tab.p-ActiveTab {
  background: #7b76ad;
  color: #fff;
}
.p-TabBar-tab.p-ActiveTab .p-TabBar-tabLabel {
  text-decoration: underline;
}
.p-TabBar[data-orientation="horizontal"] .p-TabBar-tab {
  flex: 0 1 auto;
  line-height: 22px;
  max-height: 22px;
  min-height: 22px;
  min-width: 35px;
}
.p-TabBar.p-mod-top .p-TabBar-tab {
  border-bottom: none;
}
.p-TabBar.p-mod-bottom .p-TabBar-tab {
  border-top: none;
}
.p-TabBar.p-mod-bottom .p-TabBar-tab:first-child,
.p-TabBar.p-mod-top .p-TabBar-tab:first-child {
  margin-left: 0;
}
.p-TabBar.p-mod-bottom .p-TabBar-tab.p-mod-current,
.p-TabBar.p-mod-top .p-TabBar-tab.p-mod-current {
  max-height: 24px;
  min-height: 24px;
}
.p-TabBar.p-mod-left .p-TabBar-tab,
.p-TabBar.p-mod-right .p-TabBar-tab {
  flex: 0 1 40px;
  line-height: 40px;
}
.p-TabBar.p-mod-left .p-TabBar-tab {
  border-right: none;
}
.p-TabBar.p-mod-right .p-TabBar-tab {
  border-left: none;
}
.p-TabBar.p-mod-left .p-TabBar-tab:first-child,
.p-TabBar.p-mod-right .p-TabBar-tab:first-child {
  margin-top: 0;
}
.p-TabBar.p-mod-left .p-TabBar-tab.p-mod-current,
.p-TabBar.p-mod-right .p-TabBar-tab.p-mod-current {
  max-width: 80px;
  min-width: 80px;
}
.p-TabBar.p-mod-right .p-TabBar-tab.p-mod-current {
  transform: translateX(-1px);
}
.p-TabBar-tabIcon {
  margin-right: 5px;
}
.p-TabBar-tabCloseIcon,
.p-TabBar-tabIcon,
.p-TabBar-tabLabel {
  display: inline-block;
}
.p-TabBar-tab.p-mod-closable > .p-TabBar-tabCloseIcon {
  margin-left: 8px;
}
.p-TabBar-tab.p-mod-closable > .p-TabBar-tabCloseIcon:before {
  content: "\F0156";
  font-family: Material Design Icons;
}
.p-Menu {
  background: #fff;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  color: rgba(2, 0, 81, 0.87);
  padding: 1rem 0;
  z-index: 10000;
}
.p-Menu::-webkit-scrollbar,
.p-Menu::-webkit-scrollbar-track {
  background-color: transparent;
}
.p-Menu::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.p-Menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.p-Menu:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.38);
}
.p-Menu-content {
  width: auto;
}
.p-Menu-item {
  font-size: 1.3rem;
  height: 2.4rem;
  line-height: 2.4rem;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-Menu-item.p-mod-disabled {
  color: rgba(0, 0, 0, 0.54);
}
.p-Menu-itemIcon {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  width: 3.4rem;
}
.p-Menu-itemSubmenuIcon {
  min-width: 2rem;
  padding-right: 1rem;
  text-align: right;
}
.p-Menu-item.p-mod-active {
  background: #eee;
}
.p-Menu-itemText {
  padding: 4px 35px 4px 2px;
}
.p-Menu-itemShortcut {
  padding-left: 1rem;
}
.p-Menu-item[data-type="separator"] {
  height: auto;
  line-height: 0;
}
.p-Menu-item[data-type="separator"] > div {
  height: 0.9rem;
  padding: 0;
}
.p-Menu-item[data-type="separator"] > div:after {
  border-top: 1px solid #e0e0e0;
  content: "";
  display: block;
  position: relative;
  top: 0.4rem;
}
.p-Menu-itemIcon:before,
.p-Menu-itemSubmenuIcon:before {
  color: rgba(0, 0, 0, 0.54);
}
.p-Menu-item[data-type="check"].p-mod-checked > .p-Menu-itemIcon:before {
  content: "";
}
.p-Menu-item[data-type="submenu"] > .p-Menu-itemSubmenuIcon:before {
  content: "\F0142";
  font-family: Material Design Icons;
}
.p-DockPanel-widget {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.p-DockPanel-overlay {
  background: hsla(0, 0%, 100%, 0.6);
  border: 1px dashed #000;
  pointer-events: auto;
  transition-duration: 0.15s;
  transition-property: top, left, right, bottom;
  transition-timing-function: ease;
}
.p-DockPanel-overlay.p-mod-root-bottom,
.p-DockPanel-overlay.p-mod-root-center,
.p-DockPanel-overlay.p-mod-root-left,
.p-DockPanel-overlay.p-mod-root-right,
.p-DockPanel-overlay.p-mod-root-top {
  border-width: 2px;
}
.p-TabBar-tab.p-mod-drag-image {
  border: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  max-height: 23px;
  min-height: 23px;
  min-width: 125px;
  transform: translateX(-40%) translateY(-58%);
}
.p-MenuBar {
  width: 100%;
}
.p-MenuBar-content {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.p-MenuBar-item {
  font-size: 1.2rem;
  font-weight: 400;
  height: 4rem;
  letter-spacing: 1px;
  line-height: 1.2rem;
  padding: 1.4rem 1.5rem;
  text-transform: capitalize;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-disable-seeIn {
  color: gray;
}
.p-Main {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.p-TabBar {
  height: unset !important;
  max-height: 27px !important;
  min-height: 27px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.p-TabBar::-webkit-scrollbar-track {
  background-color: transparent;
}
.p-TabBar::-webkit-scrollbar {
  background-color: transparent;
  height: 8px;
  width: 8px;
}
.p-TabBar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.p-TabBar:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.38);
}
.p-Main,
.p-TabBar-tab {
  transition: opacity 0.15s ease-in-out;
}
.p-TabBar-tab {
  flex-shrink: 0 !important;
  height: auto !important;
  max-height: none !important;
  min-height: unset !important;
}
.p-TabBar-tabLabel {
  max-width: 300px;
  text-overflow: ellipsis;
}
.p-FadeOut {
  opacity: 0.1;
}
