:root {
  --oj-private-tree-view-global-load-indicator-default: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

#appContainer,
#appContainer .appMainContent {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 100%;
  position: relative;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

#appContainer {
  height: 100vh;
}

.app-shell {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 100%;
}

body {
  background-color: white;
  max-height: 100vh;
  overflow: hidden;
}

#page-layout {
  flex-grow: 1;
  min-height: 100%;
  width: 100%;
  padding: 0 1rem 1rem;
}

/* Login styles */
.gt-login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  width: 100%;
  padding-top: 30px;
}

.gt-login-container .gt-login-input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-top: 50px;
  background-color: #f1efed;
  padding: 20px;
  border-radius: 6px;
}

.gt-login-container .gt-login-input-container .gt-login-input {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
}

.gt-login-container .gt-login-input-container .gt-login-button {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
}

.gt-login-header {
  width: 100%;
  background-color: #f1efed;
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 11px calc(1.5rem + 9px) !important;
}

.gt-login-header .gt-login-header-text {
  color: #000;
  font-size: 36px;
}

.page-header-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 11px calc(1.5rem + 9px);
  padding-bottom: 10px;
  width: 100%;
  background-color: #f1efed;
}

.action-bar-color-strip {
  background-image: url("/styles/images/AbstractArtGTColors-highres-trimmed/w_2560.jpg");
  height: 12px;
  background-position: center;
  background-size: cover;
}

.collections-section {
  width: 100%;
  padding: 1.5rem 3rem 2rem;
  background-color: #ffffff;
}

.collections-heading {
  background-color: #d3b064;
  color: #1e1e1e;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0.4rem 1rem;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.collections-card-view {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.collections-card {
  width: 180px;
  height: 140px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  cursor: pointer;
}

.collections-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f1f1f;
}
