/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
body.resize-h {
  cursor: ew-resize !important;
}
.noselect {
  -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, Opera and Firefox */
}
@media (max-width: 820px) {
  .hidden-mobile {
    display: none !important;
  }
}
.v-flex-container,
.v-container {
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.h-flex-container,
.h-container {
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  min-height: 0px;
}
/* Make menus (in popovers) to scale with window height and scroll vertically */
.scroll-menu .bp5-popover .bp5-menu {
  height: auto !important;
  max-height: 65vh !important;
  overflow: auto;
}
.scroll-menu.scroll-menu-small .bp5-popover .bp5-menu {
  max-height: 50vh !important;
}
.scroll-menu.scroll-menu-xsmall .bp5-popover .bp5-menu {
  max-height: 30vh !important;
}
.scroll-menu.scroll-menu-xxsmall .bp5-popover .bp5-menu {
  max-height: 250px !important;
}
.scroll-menu.scroll-menu-xxxsmall .bp5-popover .bp5-menu {
  max-height: 150px !important;
}
/* Fix margins between buttons in buttongroups within dialog footer */
.bp5-dialog-footer-actions .bp5-button-group {
  margin-left: 10px;
}
.bp5-dialog-footer-actions .bp5-button-group .bp5-button {
  margin-left: 0;
}
.bp5-dialog-header .bp5-heading {
  line-height: 1.1;
}
.ui-flex-fill {
  flex: 1 1 auto;
}
.ui-flex-fit {
  flex: 0 0 auto;
}
.ui-pointer {
  cursor: pointer;
}
.ui-cursor-default {
  cursor: default;
}
.white-points {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=) !important;
}
.gradient {
  background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet, red);
}
.gradient-1 {
  background: linear-gradient(in hsl longer hue 45deg, red 0 0);
}
.gradient-2 {
  background: linear-gradient(180deg, #ff0000 0%, #ffff00 60%, #00c0ff 61%, #3c46c8 100%);
}
.gradient-3 {
  background: linear-gradient(90deg, #ff0000 0%, #ffff00 60%, #00c0ff 61%, #3c46c8 100%);
}
.ui-border-3 {
  border: 1px solid #e5e8eb;
}
.ui-border-top-3 {
  border-top: 1px solid #e5e8eb;
}
.ui-border-bottom-3 {
  border-bottom: 1px solid #e5e8eb;
}
.ui-border-left-3 {
  border-left: 1px solid #e5e8eb;
}
.ui-border-right-3 {
  border-right: 1px solid #e5e8eb;
}
.ui-border-2 {
  border: 1px solid #dce0e5;
}
.ui-border-top-2 {
  border-top: 1px solid #dce0e5;
}
.ui-border-bottom-2 {
  border-bottom: 1px solid #dce0e5;
}
.ui-border-left-2 {
  border-left: 1px solid #dce0e5;
}
.ui-border-right-2 {
  border-right: 1px solid #dce0e5;
}
.ui-padding-small {
  padding: 5px;
}
.ui-padding {
  padding: 10px;
}
.ui-margin-small-top {
  margin-top: 5px !important;
}
.ui-margin-small-bottom {
  margin-bottom: 5px !important;
}
.ui-margin-small-left {
  margin-left: 5px !important;
}
.ui-margin-small-right {
  margin-right: 5px !important;
}
.ui-margin-small-vert {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.ui-margin-small-horz {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.ui-background-gray-1 {
  background: #5f6b7c;
}
.ui-background-gray-2 {
  background: #738091;
}
.ui-background-gray-3 {
  background: #8f99a8;
}
.ui-background-gray-4 {
  background: #abb3bf;
}
.ui-background-gray-5 {
  background: #c5cbd3;
}
.ui-background-light-gray-5 {
  background: #f6f7f9;
}
.ui-background-light-gray-4 {
  background: #edeff2;
}
.ui-background-light-gray-3 {
  background: #e5e8eb;
}
.ui-background-light-gray-2 {
  background: #dce0e5;
}
.ui-background-light-gray-1 {
  background: #d3d8de;
}
.ui-background-dark-gray-5 {
  background: #404854;
}
.ui-background-dark-gray-4 {
  background: #383e47;
}
.ui-background-dark-gray-3 {
  background: #2f343c;
}
.ui-background-dark-gray-2 {
  background: #252a31;
}
.ui-background-dark-gray-1 {
  background: #1c2127;
}
.ui-background-white {
  background: #fff !important;
}
.ui-font-raleway {
  font-family: 'Raleway', sans-serif;
}
.ui-font-mouse-memoirs-regular {
  font-family: "Mouse Memoirs", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ui-font-size-1 {
  font-size: 1.1em;
}
.ui-font-size-2 {
  font-size: 1.2em;
}
.ui-font-size-3 {
  font-size: 1.3em;
}
.ui-font-size-4 {
  font-size: 1.4em;
}
.ui-font-size-5 {
  font-size: 1.5em;
}
.ui-font-size-6 {
  font-size: 1.6em;
}
.ui-divider-vertical {
  height: 20px;
  border-left: 1px solid #c5cbd3;
  padding-left: 5px;
  margin-left: 5px;
}
.tox-promotion {
  display: none;
}
.tox-tinymce-aux {
  z-index: 20 !important;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#app {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
#app > div {
  width: 50%;
}
#app .deco-pane {
  background-image: url('/img/login-img.jpg');
  background-blend-mode: multiply;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex: 1;
  justify-content: center;
}
#app .content-pane {
  margin-top: -140px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#app .signup {
  width: 400px;
}
#app .signup .auth-ext {
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 800px) {
  #app {
    flex-direction: column-reverse;
  }
  #app > div {
    width: 100%;
    flex-grow: 1;
  }
  #app .deco-pane {
    height: 20vh;
  }
  #app .content-pane {
    margin-top: -50px;
    justify-content: flex-start;
  }
}
.logo {
  width: 200px;
}
.welcome-msg {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 32px;
  font-family: Raleway;
}
.title {
  margin: 40px 0 25px 0;
  font-size: 28px;
  font-family: Raleway;
  color: #444;
}
.intro {
  margin: 10px 0;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
}
.btm-line {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #738091;
}
form {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
form label {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
form input {
  margin: 5px 0 0 0;
  padding: 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  border: 1px #c5cbd3 solid;
  border-radius: 5px;
  outline: none;
  outline-width: 0px;
  color: #222;
  transition-property: border-color;
  transition-duration: 0.7s;
}
form input:focus {
  outline: none;
  border-color: #147eb3;
}
form .input-error {
  margin: 2px 0;
  height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #ac2f33;
}
input[name="email"] {
  width: 380px;
}
.actions {
  margin: 10px 0;
}
.create-acct {
  font-weight: bolder;
}
.frm-wrap {
  position: relative;
}
button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #abb3bf;
  border-radius: 5px;
  background-color: white;
  color: #252a31;
}
button:hover {
  background-color: #f6f7f9;
  border-color: #c5cbd3;
}
button.primary {
  border: 1px solid #215db0;
  background-color: #215db0;
  color: #fff;
}
button.primary:hover:not(:disabled) {
  background-color: #2d72d2;
}
button.error {
  background-color: #ac2f33;
}
button:disabled {
  border-color: #8f99a8;
  background-color: #abb3bf;
}
.__separator {
  margin: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #444;
}
.__separator > div {
  color: #666;
}
.__separator > div:first-child,
.__separator > div:last-child {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.__separator > div:first-child > div,
.__separator > div:last-child > div {
  width: 100%;
  height: 50%;
  border-top: 1px solid #d3d8de;
}
.auth-providers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.auth-providers > button {
  gap: 10px;
  justify-content: flex-start;
  font-weight: 500;
}
.auth-providers > button img {
  margin-left: 20%;
  width: 21px;
  height: 21px;
}
.result {
  width: 80vw;
  min-width: 400px;
  max-width: 600px;
}
.result .result-content {
  background-color: #fff;
  border: 1px solid #d3d8de;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 2;
}
.result .result-content a {
  margin-top: 10px;
}
.footer {
  width: 100%;
  padding: 10px 0;
}
