.dashboard_wrapper .overview_wrapper{display:grid;gap:1rem;grid-template-columns:repeat(2,2fr);grid-template-rows:repeat(1,2fr);margin-top:1rem}.dashboard_wrapper .overview_wrapper section{background-color:var(--light-white);border:3px solid var(--border);border-radius:1rem;box-shadow:0 8px 24px var(--shadow);box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;height:max-content;height:100%;justify-content:space-between;padding:2rem}.dashboard_wrapper .overview_wrapper section p{font-family:Boldonse}.dashboard_wrapper .overview_wrapper section p>span{font-family:Raleway}.dashboard_wrapper .overview_wrapper section button{background:var(--pink);border:3px solid var(--border);border-radius:1rem;box-shadow:0 8px 24px var(--shadow);padding:1rem 2rem}.overview_wrapper .insights_wrapper h4{font-weight:700;margin-left:2rem}.contact_wrapper{cursor:pointer}.needs_attention{background-color:var(--light-white);border:3px solid var(--border);box-sizing:border-box;gap:2rem;height:80%;margin:1rem 0 0;min-height:80%;overflow-y:auto;width:100%}.needs_attention,.recent_users{border-radius:1rem;box-shadow:0 8px 24px var(--shadow);display:flex;flex-direction:column;padding:2rem;position:relative}.recent_users{background:var(--light-white);border:3px solid var(--border);gap:1rem;height:100%;height:fit-content;margin-top:2rem}.needs_attention>p,.recent_users>p{font-family:Boldonse}.needs_attention>h4,.recent_users>h4{font-family:Raleway}.needs_attention>h4>pre,.recent_users>h4>pre{font-family:Raleway;font-weight:700}.needs_attention>div,.recent_users>div{align-items:center;background:var(--pink);border:3px solid var(--border);border-radius:1rem;box-shadow:0 8px 24px var(--shadow);display:flex;justify-content:space-between;padding:1rem;position:relative;transition:.3s}.needs_attention>div>*,.recent_users>div>*{flex:1}.needs_attention>div>:nth-last-child(2),.recent_users>div>:nth-last-child(2){display:flex;justify-content:end}.needs_attention>div{align-items:start;flex-direction:column;gap:5px}.needs_attention>div>.problems{margin-left:2rem}.needs_attention>div>.actions{align-items:start;display:flex;flex-direction:column;margin-left:1rem;margin-top:1rem}.needs_attention>div>.preview>.session:hover,.recent_users>div:hover{filter:brightness(.8)}.needs_attention .preview{box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;padding:1rem;width:100%}.needs_attention .preview .session{align-items:center;background-color:var(--light-white);border:3px solid var(--border);border-radius:1rem;box-shadow:0 8px 24px var(--shadow);display:flex;gap:1rem;justify-content:space-between;padding:1rem;position:relative;transition:.3s}.needs_attention .preview .session>p{font-weight:700}@media(max-width:700px){.dashboard_wrapper .overview_wrapper{display:flex;flex-direction:column}.high_intents>div,.needs_attention .preview .session,.needs_attention>div,.recent_users>div{flex-direction:column}}