body.psych-chatium-app-ui{
  --pc-primary:#3499FD;
  --pc-primary-soft:#EAF4FF;
  --pc-bg:#F7F9FC;
  --pc-card:#FFFFFF;
  --pc-text:#171C26;
  --pc-secondary:#667085;
  --pc-muted:#98A2B3;
  --pc-border:#E8ECF2;
  --pc-radius:18px;
  --pc-shadow:0 8px 24px rgba(16,24,40,.06);
  margin:0;
  background:var(--pc-bg)!important;
  color:var(--pc-text);
  font-family:Manrope,Arial,sans-serif;
}

body.psych-chatium-app-ui .gc-main-content{
  min-height:100vh;
  background:var(--pc-bg)!important;
}

body.psych-chatium-app-ui .page-wrapper,
body.psych-chatium-app-ui .page-content,
body.psych-chatium-app-ui .in-folder-doc-wrapper,
body.psych-chatium-app-ui .in-folder-doc-content,
body.psych-chatium-app-ui .folder-container,
body.psych-chatium-app-ui .folder-container-inner,
body.psych-chatium-app-ui .folder-container-inner-padding{
  background:transparent!important;
}

body.psych-chatium-app-ui .in-folder-doc-content{
  min-height:100vh;
}

body.psych-chatium-app-ui .psych-chatium-app-folder-menu{
  border-right:1px solid var(--pc-border)!important;
  background:#fff!important;
}

body.psych-chatium-app-ui .folder-menu-item{
  color:var(--pc-secondary)!important;
  font-family:Manrope,Arial,sans-serif!important;
}

body.psych-chatium-app-ui .folder-menu-item:hover,
body.psych-chatium-app-ui .folder-menu-item.active{
  background:var(--pc-primary-soft)!important;
  color:var(--pc-primary)!important;
}

body.psych-chatium-app-ui .psych-chatium-app-shell{
  max-width:1050px!important;
  margin:32px auto 56px!important;
  padding:0 22px!important;
}

body.psych-chatium-app-ui .psych-chatium-app-head{
  margin:0 0 18px;
  padding:24px 26px;
  border:1px solid var(--pc-border);
  border-radius:var(--pc-radius);
  background:linear-gradient(180deg,#fff 0%,#F9FBFE 100%);
  box-shadow:var(--pc-shadow);
}

body.psych-chatium-app-ui .psych-chatium-app-head h1{
  margin:0!important;
  color:var(--pc-text)!important;
  font:800 32px/1.2 Manrope,Arial,sans-serif!important;
}

body.psych-chatium-app-ui .psych-chatium-app-shell > hr{
  display:none;
}

body.psych-chatium-app-ui .psych-chatium-app-grid{
  display:grid!important;
  grid-template-columns:minmax(280px,360px) minmax(0,1fr);
  gap:18px;
  margin:0!important;
}

body.psych-chatium-app-ui .psych-chatium-app-grid > [class*="col-"]{
  width:auto!important;
  float:none!important;
  padding:0!important;
}

body.psych-chatium-app-ui .psych-chatium-app-qr-col,
body.psych-chatium-app-ui .psych-chatium-app-info-col{
  border:1px solid var(--pc-border);
  border-radius:var(--pc-radius);
  background:#fff;
  box-shadow:var(--pc-shadow);
}

body.psych-chatium-app-ui .psych-chatium-app-qr-col{
  padding:24px!important;
}

body.psych-chatium-app-ui .psych-chatium-app-info-col{
  padding:26px 28px!important;
}

body.psych-chatium-app-ui .psych-chatium-app-qr-card{
  margin:0!important;
  text-align:center;
}

body.psych-chatium-app-ui .psych-chatium-app-qr-card .desktop{
  display:flex!important;
  align-items:center;
  justify-content:center;
}

body.psych-chatium-app-ui .psych-chatium-app-qr-card .mobile{
  text-align:center;
}

body.psych-chatium-app-ui .code-img__wrapper{
  width:100%!important;
  max-width:310px;
  margin:0 auto;
}

body.psych-chatium-app-ui .psych-chatium-app-qr{
  width:100%!important;
  max-width:280px!important;
  padding:14px!important;
  border:1px solid var(--pc-border)!important;
  border-radius:14px!important;
  background:#fff!important;
}

body.psych-chatium-app-ui .psych-chatium-app-lead{
  margin:0 0 18px;
  color:var(--pc-text);
  font-size:17px;
  font-weight:700;
  line-height:1.55;
}

body.psych-chatium-app-ui .psych-chatium-app-steps{
  margin:0 0 22px!important;
  padding-left:24px;
  color:var(--pc-secondary);
  font-size:14px;
  line-height:1.7;
}

body.psych-chatium-app-ui .psych-chatium-app-steps li{
  padding-left:4px;
  margin-bottom:5px;
}

body.psych-chatium-app-ui .psych-chatium-app-info-col > div{
  color:var(--pc-secondary);
}

body.psych-chatium-app-ui .psych-chatium-app-stores{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

body.psych-chatium-app-ui .psych-chatium-app-store{
  display:inline-flex;
  align-items:center;
  border-radius:10px;
  transition:transform .15s ease,opacity .15s ease;
}

body.psych-chatium-app-ui .psych-chatium-app-store:hover{
  transform:translateY(-1px);
  opacity:.92;
}

body.psych-chatium-app-ui .psych-chatium-app-store img{
  display:block;
  width:150px!important;
  margin:0!important;
}

body.psych-chatium-app-ui .chatium-enter-widget .btn-primary{
  border:0!important;
  border-radius:11px!important;
  background:var(--pc-primary)!important;
  color:#fff!important;
  box-shadow:none!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-weight:800!important;
}

body.psych-chatium-app-ui .chatium-enter-widget .btn-primary:hover{
  filter:brightness(.97);
}
