:root{
--attain-primary-color: #1d9d4a;
--attain-primary-color-lite: #e2f3e8;
--attain-secondary-color: #194da2;
--attain-secondary-color-lite: rgb(234 245 249);
--attain-default-padding: 20px;
--apptivate-mobile-max-width: 480px;
--apptivate-mobile-margin: 40px auto 0;
--apptivate-header-height: 65px;
--apptivate-footer-height: 75px;
}
attain{
color: var(--attain-secondary-color);
font-weight: 600;
}
ai {
color: var(--attain-primary-color);
}
.attain-notice {
background: var(--attain-secondary-color-lite);
border: 1px solid var(--attain-primary-color);
border-radius: 25px;
padding: 7px 30px;
font-size: .8em;
}
.attain-notice-head {
font-weight: 600;
}
#vwpapptivate-con a {
color: var(--attain-primary-color);
}
.attain-con{
padding: var(--attain-default-padding);
}
#vwpapptivate-con{
max-height: 100vh;
overflow: hidden;
}
.hover-align{
display: flex;
justify-content: center; align-items: center; height: calc(100vh - var(--apptivate-header-height)) ; }
div#vwpapptivate-con .h2 {
font-size: 28px;
text-align: center;
line-height: 130%;
}
#attain-more-menu {
position: fixed;
background: #fff;
width: 100vw;
height: 100vh;
z-index: 99999;
top: 0;
display: none;
padding: 20px;
}
div#more-menu-close {
cursor: pointer;
}
div#more-menu-close span {
font-weight: 500;
}
#attain-more-menu.active {
display: block;
}
.more-menu-item {
padding: 8px;
font-size: 20px;
cursor: pointer;
}
.more-menu-item a {
color: #333 !important;
}
.more-menu-item:hover, .more-menu-item a:hover {
color: var(--attain-primary-color) !important;
}   
.menu-icon {
vertical-align: middle;
margin-right: 10px;
}
span.menu-label {
vertical-align: middle;
}
.prompt-gallery {
display: flex;
gap: 20px;
margin-top: 20px;
flex-flow: wrap;
}
.prompt {
border: 1px solid var(--attain-secondary-color-lite);
padding: 20px;
border-radius: 12px;
width: 300px;
background: var(--attain-secondary-color-lite);
display: flex;
gap: 20px;
align-items: flex-start;
cursor: pointer;
}
.prompt:hover {
border: 1px solid var(--attain-secondary-color);
}
.prompt h5 {
margin: 0 0 7px;
}
.prompt:hover h5 {
color: var(--attain-secondary-color);
}
.prompt-text p {
font-size: .8em !important;
}
.prompt .material-symbols-outlined {
color: var(--attain-secondary-color);
}   .vwpapp-menu { margin: 0 auto;
}
.vwpapp-menu-item {
display: block !important;
margin: 15px 0;
text-align: center;
cursor: pointer;
}
.vwpapp-menu-item #chat-btn {
width: 40px;
height: 40px;
background: var(--attain-primary-color);
border-radius:50%;
padding: 10px;
position: relative;
margin: 0 auto;
}
.vwpapp-menu-item.chat {
color: var(--attain-primary-color);
font-weight: 500;
}
.vwpapp-menu-item.active {
color: orange;
font-weight: 600
}
.vwpapp-menu-item-icon {
background: none;
border-radius: 25px;
padding: 5px 10px 0;
}
.vwpapp-menu-item-icon.active {
background: var(--attain-primary-color-lite);
}
.vwpapp-menu, .vwpapp-menu a {
color: #333 !important;
}
.vwpapp-menu-item-icon:hover {
background: var(--attain-primary-color-lite) !important;
} div#prompt-uploaded-preview {
display: flex;
}
.upload-file {
position: relative;
margin-right: 10px;
max-width: 75px;
}
.remove-file {
position: absolute;
right: -8px;
top: -8px;
margin: 0 !important;
background: #fff;
border-radius: 50%;
border: none;
}
.view-file {
position: absolute;
left: calc((75px/2) - 12px);
padding: 0;
margin: 0 !important;
top: calc(50% - 12px);
}
input#questionimage, input#answerimage  {
display: none;
}
div#prompt-actions, div#prompt-actions-answer {
width: 120px;
display: inline-flex !important;
vertical-align: middle;
}
#attain-prompt-submit {
display: none;
background: var(--attain-primary-color);
width: 40px;
height: 40px;
border-radius: 50%;
}
#attain-prompt-submit .send-button {
color: #fff;
margin: 7px 0 0 10px;
}
#attain-prompt-next {
display: none;
}
#attain-prompt-next button {
font-size: 14px;
padding: 3px 12px;
letter-spacing: 1px;
border: none;
cursor: pointer;
background-color: var(--attain-primary-color);
}
ul.student-data-list {
padding: 0;
margin: -20px;
}
ul.student-data-list li {
margin: 0;
list-style: none;
border-bottom: 1px solid #ddd;
padding: 7px 20px;
cursor: pointer;
}
li.chat-item:hover {
background: var(--attain-secondary-color-lite);
}
.chat-item.active{
background: var(--attain-primary-color-lite);
font-weight: 600;
}
.chat-item.question::before {
content: "Q";
width: 40px;
height: 40px;
border-radius: 50%;
display: block;
font-size: 20px;
background: red;
padding: 6px 12px;
display:none
}
span.data-type {
border-radius: 6px; color: var(--attain-secondary-color);
font-size: 12px; display: block;
width: fit-content;
font-weight: 600;
letter-spacing: .5px;
margin-top: 5px;
text-transform: uppercase;
}
ul.type-filter {
margin: 0 0 20px;
padding: 0;
}
ul.type-filter li.type-filter-item {
list-style: none;
display: inline-block;
margin: 0 7px 7px 0;
background: #eee;
padding: 4px 10px;
border-radius: 20px;
font-size: 14px;
cursor: pointer;
}
ul.type-filter li.type-filter-item.active {
background: var(--attain-primary-color-lite);
font-weight: 600;
}     .vwpapp-footer {
position: fixed;
left: 0px;
padding: 10px;
width: 90px;
background: #fff;
font-size: 0.8rem;
z-index: 1;
height: 100vh;
top: var(--apptivate-header-height);
border-right: 1px solid #ddd;
height: calc(100vh - var(--apptivate-header-height));
overflow: hidden;
}  .attain-card {
background: #fff;
border-radius: 12px;
padding: 20px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1),  0px 6px 12px rgba(0, 0, 0, 0.08);
position: relative;
}
.attain-card h3{
font-size:18px;
}
.attain-data-metric{
font-size:2em;
font-weight: 600;
}  .attain-label {
color: var(--attain-secondary-color);
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
margin: 15px 0 5px;
}
.attain-disclaimer {
font-size: 12px;
margin-top: 40px;
}
.new-prompt-con {
width: 48px;
height: 48px;
border-radius: 12px;
padding: 14px; cursor: pointer;
position: fixed;
bottom: 100px;
right: 20px;
z-index: 2;
}
.new-prompt-btn svg {
width: 20px;
height: 20px;
}
.new-prompt-btn svg path {
fill: var(--attain-primary-color-lite);
}
span.material-symbols-outlined.new-prompt-close-btn {
font-size: 32px;
color: var(--attain-primary-color-lite);
display: none;
}
.prompt-options-con {
position: absolute;
text-align: right;
margin-top: -139px;
margin-left: 100px;
transition: margin-left 0.3s;
width: 150px;
z-index: 2;
}
.prompt-options-con.active {
margin-left: -110px;
}
.prompt-option {
padding: 5px 10px;
background: var(--attain-primary-color-lite);
border-radius: 12px;
margin-bottom: 5px;
font-size: 14px;
}
.prompt-option:hover {
color: green;
}
.prompt-input.answer {
margin-top: 10px;
padding-top: 10px;
}
.prompt-type-label {
display: inline-block;
width: 20px !important;
font-weight: 700;
color: var(--attain-primary-color);
font-size: 18px;
}
.prompt-input-action.submit{
display: none
} #attain-prompt-response {
font-size: 1.5em;
color: #333;
width: 100%;
height: calc(100vh - var(--apptivate-header-height));
overflow: auto;
padding: 20px 20px 30px 30px;
}
#attain-prompt-response h2 {
font-size: 20px;
margin-top: 0;
color: var(--attain-primary-color);
text-transform: uppercase;
}
#attain-prompt-response h3 {
font-weight: 600;
font-size: 16px;
margin-top: 40px;
}
#attain-prompt-response p {
margin-bottom: 10px;
font-size: .9em;
}
.response-action-icons {
margin: 20px 0 0;
}
.attain-question {
font-size: 24px;
font-weight: 500;
color: #555;
line-height: 1.3;
margin-bottom: 20px;
}
.attain-rsp-section {
margin: 30px 0 0;
}
div#attain-answer {
background: var(--attain-secondary-color-lite);
padding: 1px 20px 20px;
border-radius: 0 8px 8px 0;
border-left: 3px solid var(--attain-primary-color);
margin: 0px 0 40px 13px;
}
#attain-approach ul.no-list-style, #attain-approach ol.no-list-style {
margin: 0 !important;
padding: 0 !important;
}
li.attain-approach.no-list-style {
list-style-type: none !important;
}
#attain-prompt-response li {
margin-bottom: 8px;
line-height: 140%;
}
.drilldown-item {
display: inline-block;
margin: 0 7px 10px 0;
border: 1px solid;
border-radius: 25px;
padding: 3px 10px;
cursor: pointer;
font-size: .8em;
}
div#attain-reasoning {
font-variant: small-caps;
font-style: italic;
margin: 40px 0 0;
color: #555;
}
.attain-concept {
display: inline-flex;
margin: 5px 10px;
font-size: 1.1em;
}
.attain-json {
display: none;
}
.attain-flash-card {
background: #fff;
margin: 15px 10px;
padding: 20px;  border-radius: 14px;
box-shadow: 2px 2px 2px #ddd;
}
.attain-flash-card-front {
font-size: 18px;
font-weight: 600;
} .attain-approach-step {
margin: 0 0 15px;
}
.step-heading {
font-weight: 500;
}
.step {
display: flex;
align-items: flex-start;
margin-bottom: 20px;
position: relative;
}
.circle {
min-width: 30px;
height: 30px;
background-color: var(--attain-primary-color);
color: white;
font-size: 16px;
font-weight: bold;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 20px;
position: relative;
z-index: 1;
}
.step-line {
position: absolute;
height: calc(100% + 20px);
width: 3px;
background: var(--attain-primary-color);
left: 13px;
} .step:not(:last-child) .circle::before {
height: 100px; }
.step:last-child .circle::before {
display: none; } span.subtotal {
font-weight: 700;
color: #fff;
padding: 2px 5px;
border-radius: 8px;
font-size: .8em;
letter-spacing: 1px;
}
span.subtotal.excellent {
background: green;
}
span.subtotal.good {
background: orange;
}
span.subtotal.poor {
background: red;
}
#attain-answer-breakdown {
margin-top: 60px;
}
#attain-answer-breakdown .mark {
font-weight: 700;
color: var(--attain-primary-color);
padding: 0px 8px;
border-radius: 8px;
font-size: .8em;
letter-spacing: 1px;
border: none; display: inline-block;
overflow: hidden;
white-space: nowrap; }
#attain-answer-breakdown button.explanation-toggle-btn {
font-size: .8em;
border-radius: 20px;
background: var(--attain-secondary-color-lite);
padding: 4px 14px; direction: inherit;
margin: 8px 0;
border: 1px solid var(--attain-secondary-color);
color: var(--attain-secondary-color);
font-weight: 500;
cursor: pointer;
display: block;
}
#attain-answer-breakdown button.explanation-toggle-btn::after {
content: "Show Explanations";
}
#attain-answer-breakdown button.explanation-toggle-btn.active {
background: #fff;
}
#attain-answer-breakdown button.explanation-toggle-btn.active::after {
content: "Hide Explanations";
}
span.answer-part-con {
margin-right: 5px;
}
#attain-answer-breakdown .mark-explanation-con, .attain-breakdown .mark-explanation-con {
display: none;
}
#attain-answer-breakdown.active .mark-explanation-con, .attain-breakdown.active .mark-explanation-con {
display: block;
}
#attain-answer-breakdown.active .attain-breakdown {
display: block;
margin: 0;
}
#attain-answer-breakdown .explanation {
font-style: italic; font-weight: 400;
color: var(--attain-secondary-color);
letter-spacing: .2px;
background: var(--attain-secondary-color-lite);
padding: 4px;
font-size: .8em;
} .flex-con {
display: flex;
justify-content: space-between;
}
.grid-con {
display: grid;
justify-content: space-between;
grid-template-columns: 1fr 1fr 1fr;
grid-row-gap: 20px;
}
.card-header {
font-weight: 500;
display: block;
color: var(--attain-secondary-color);
}
.attain-card.has-action {
padding: 20px 20px 40px 20px;
}
.attain-card.more {
padding: 20px 20px 60px 20px;
background: var(--attain-secondary-color-lite);
margin: 0 20px 0 0;
}
.where-clauses .element::after {
content: " = ";
}
.card-footer {
position: absolute;
bottom: 0;
display: block;
width: calc(100% - 40px);
padding: 10px 0;
}
span.action-icon {
margin: 0 15px 0 0;
cursor: pointer;
}
span.action-icon.active {
color: green;
font-variation-settings: 'FILL' 1;
}
span.action-icon.share {
display: none;
}
div#attain-grade-con .attain-grade {
font-weight: 600;
width: fit-content;
border-radius: 8px;
padding: 4px 10px;
color: #fff;
}
div#attain-grade-con .attain-grade.excellent {
background: green;
}
div#attain-grade-con .attain-grade.good {
background: orange;
}
div#attain-grade-con .attain-grade.poor {
background: red;
} #attain-answer-breakdown span.answer-part {
font-weight: 400;
display: block;
}
span.subtotal {
margin: 0 5px;
}
#task-container {
margin: 40px 0;
}
#task {
font-size: 1.3rem;
margin-top: 20px;
}
#progress-bar {
width: 300px;
height: 10px;
background-color: #ddd;
border-radius: 5px;
margin-top: 20px;
position: relative;
}
#progress {
height: 100%;
width: 0;
background-color: #4caf50;
border-radius: 5px;
transition: width 2s ease;
}  #vwpapptivate-con {
max-height: 100vh;
overflow: hidden;
position: fixed;
top: var(--apptivate-header-height);
width: 100vw;
z-index: 1;
}
div#vwpapp-content {
margin-left: 90px;
display: flex;
height: 100vh; }
.vwpapp-content-item {
padding: 20px;
position: relative;
height: calc(100vh - var(--apptivate-header-height));
border-left: 1px solid #ddd;
overflow-y: auto;
}
.vwpapp-content-item.main {
flex-grow: 1; background-color: #ffffff; overflow: auto; padding: 0;
width: calc(100% - 390px);
}
.vwpapp-content-item.main .sidebar-toggle-btn {
position: fixed;
z-index: 2;
cursor: pointer;
margin-left: 5px;
margin-top: 5px;
display: none;
}
.vwpapp-content-item.main .sidebar-toggle-btn .material-symbols-outlined{
font-size: 28px;
color: var(--attain-secondary-color);
}
.vwpapp-content-item.sidebar-left {
width: 0; transition: width 0.3s ease; z-index: 1;
background: #fff;
border-right: none;
position: relative;
padding:0;
height: calc(100vh - var(--apptivate-header-height) );
}
.vwpapp-content-item.sidebar-left .sidebar-toggle-btn{
position: fixed;
z-index: 2;
cursor: pointer; margin-top: -15px;
}
.vwpapp-content-item.sidebar-left.active {
width: 300px;
transition: width 0.3s ease;
padding: 20px;
border-right: 2px solid #ccc;
} .sidebar-toggle-btn {
position: fixed;
z-index: 2;
cursor: pointer;
margin-left: 282px;
margin-top: -20px;
color: var(--attain-secondary-color);
} #sidebar-toggle-btn .ui-icon {
color: #999 !important;
font-size: 30px;
}
.vwpapp-tooltip {
position: absolute;
background-color: var(--attain-secondary-color-lite);
color: #333;
padding: 7px 15px;
border-radius: 12px;
font-size: 14px;
display: none;
z-index: 1000;
box-shadow: 0 10px 15px -3px rgba(0,0,0,.3),0 4px 6px -4px rgba(0,0,0,0.3);
}
.vwpapp-tooltip-item {
padding: 5px;
border-bottom: none ;
cursor: pointer;
display: inline-block;
margin-right: 12px;
}
.vwpapp-tooltip-item:hover { font-weight: 600;
}  .vwpapptivate-layer {
background: #fff;
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 100vw;
opacity: 0;
transition: left 0.5s, opacity 0.2s !important;
z-index: 99999;
}
.vwpapptivate-layer.active {
left: 0;
opacity: 1;
}
.vwpapptivate-layer-header {
display: flex;
height: 60px;
background: var(--attain-primary-color-inactive);
flex-direction: row; align-items: center;
font-size: 1.4em;
}
.vwpapptivate-layer-back {
margin-top: 6px !important;
margin-left: 10px;
margin-right: 10px;
}
.vwpapptivate-layer-body {
padding: 20px;
}
#vwpapptivate-overlay {
background: var(--attain-secondary-color);
width: 100vw;
height: 100vh;
z-index: 2;
position: fixed;
top: 0;
opacity: 0.75;
display: none;
}
#vwpapptivate-overlay.active {
display: block;
}
.vwpapptivate-drawer {
position: fixed;
bottom: 0;
height: 0;
visibility: hidden;
transition: height 0.5s;
overflow: auto;
background: var(--attain-secondary-color-lite);
border-radius: 25px 25px 0 0;
padding: 20px 20px;
z-index: 100;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1),  0px 6px 12px rgba(0, 0, 0, 0.08);
border: 1px solid #ddd;
width: 100vw;
z-index: 0;
}
.vwpapptivate-drawer.active {
height: 75vh;
visibility: visible;
z-index: 3;
overflow: hidden;
}
.vwpapptivate-drawer-thumb {
padding: 2px;
background: #ccc;
margin: 5px 30% 26px;
}
span.vwpapptivate-drawer-close {
cursor: pointer;
position: absolute;
right: 20px;
}
.vwpapptivate-drawer-header {
font-size: 1.2em;
margin: 0 0 10px;
}
.vwpapptivate-drawer-content {
font-size: 1.3em;
max-height: calc(75vh - 95px);
overflow: auto;
}
.vwpapptivate-overlay {
background: rgba(218,218,218,0.4);
width: 100vw;
height: 100vh;
z-index: 1;
position: fixed;
top: 0;
display: none;
}
.vwpapptivate-overlay.active {
display: block;
}
.vwpapptivate-drawer-content .definition {
background: #fff;
}  #vwp-preloader {
position: fixed;
top: 130px;
left: 225px; z-index: 9999;
display: none;
width: calc(100% - 225px);
height: 100vh;
background: rgba(245, 249, 253, 0.8);
}
.vwp-spinner {
width: 50px;
margin-top: 20px;
margin-left: calc((100vw - 50px)/2);
height: 50px;
border: 5px solid #f3f3f3;
border-top: 5px solid #3498db;
border-radius: 50%;
animation: spin 1s linear infinite; z-index: 9999;
transform: translate(-50%, -50%);
display: block;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}  #user-subject-con {  background: #fff;
z-index: 2;
padding: 10px 0;
top: calc(var(--apptivate-header-height) + 1px);
}
#selected-subjects-con div {
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
}
select#user-subject-dropdown {
border-radius: 25px;
}
#selected-subjects-con span {
vertical-align: text-bottom;
}
#add-subject {
cursor: pointer;
}
#subject-search-text {
border: none;
padding: 0;
}
#subject-search-text:focus, #subject-search-text:focus-visible {
outline: none;
}
.selected-subject {
border: 1px solid #ccc;
display: inline-block;
background:var(--attain-primary-color);
color: #fff;
padding: 5px 10px !important;
border-radius: 25px;
margin: 0 0 5px 5px !important;
}
.subject-option {
background: #eee;
color: #555 !important;
width: fit-content;
padding: 10px 20px;
border-radius: 25px;
cursor: pointer;
border: 1px solid #ddd;
display: inline-block;
margin: 5px 2px;
}
.subject-option.selected {
background: var(--attain-primary-color);
color: #fff !important;
border: 1px solid #ddd;
}
.e-n-tabs-heading button {
margin-right: 10px;
}
span.remove-subject.material-symbols-outlined {
font-size: 16px;
border: 1px solid;
border-radius: 50%;
margin-left: 5px;
cursor: pointer;
}
input#subject-search-text::placeholder {
color: #ccc !important;
font-style: italic;
font-size: 13px;
}
#add-subject .material-symbols-outlined {
color: var(--attain-primary-color);
}
.apptivate-notification {
position: absolute;
top: 30px;
left: calc((100vw - 250px)/2);
width: 250px;
z-index: 2;
background: var(--attain-secondary-color-lite);
border: 1px solid #ccc;
padding: 10px 20px; border-radius: 12px;
display: none
}
.apptivate-notification-content {
display: flex;
gap: 10px;
align-items: center;
}
.apptivate-notification-text {
font-weight: 500;
}
.apptivate-notification-actions {
display: flex;
justify-content: flex-end;
}
.apptivate-btn {
width: fit-content;
border: 1px solid #ccc;
padding: 4px 8px;
border-radius: 12px;
font-weight: 500;
background: var(--attain-primary-color);
color: #fff;
font-size: 14px;
margin: 10px 0 0;
}  .prompt-type-con {
margin: 0 0 10px 24px;
display: none;
}
.prompt-type-option {
font-weight: 700;
border-bottom: 3px solid transparent !important;
color: #999;
display: inline-block;
width: fit-content;
font-size: 16px;
margin-right: 10px;
cursor: pointer;
}
.prompt-type-option.selected {
border-bottom: 3px solid var(--attain-primary-color) !important;
color: var(--attain-primary-color);
}
.attain-prompt-text {
border: none;
background: none;
min-height: 60px;
}
.attain-prompt-text:focus-visible, .attain-prompt-text:focus-visible{
outline: none;
}
textarea.attain-prompt-text:focus, textarea.attain-prompt-text:focus-visible {
outline: none;
}
div#prompt-con { display:none;
}
div.prompt-input-con {
display: flex;
gap: 5px;
align-items: flex-end;
padding: 0 0 10px;
margin: 0;
z-index: 1;
} select#prompt-type-select {
border: 1px solid var(--attain-secondary-color);
background: none;
width: fit-content;
outline: none; border-radius: 12px;
background: #fff;
}
select#prompt-type-select:focus-visible {
outline: none;
}
span.change-prompt-type {
font-size: 12px;
color: #999;
margin-left: 5px;
cursor:pointer;
} .prompt-input {
width: 100%;
background: #fff;
border-radius: 12px;
border: 1px solid var(--attain-secondary-color);
}
div.prompt-input-con span.material-symbols-outlined {
cursor: pointer;
margin: 0 8px;
color: #555;
}
textarea.prompt-input {
display: inline-block;
box-sizing: border-box;
overflow-y: auto;
max-height: 200px;
background: var(--attain-primary-color-lite);
border: none;
vertical-align: bottom;
border-radius: 25px;
padding: 0 10px;
}
.prompt-col.input {
width: 100vw;
padding-bottom: 10px;
}
.prompt-answer-input-con {
display: none;
}   .attain-card.suggestions {
display: inline-block;
margin: 10px 10px 10px 0;
font-size: 16px;
border: 1px solid #eee;
padding: 8px 15px;
cursor: pointer;
background: var(--attain-secondary-color-lite);
}
ul.student-data-list {
padding: 0;
margin: -20px;
}
ul.student-data-list li {
margin: 0;
list-style: none;
border-bottom: 1px solid #ddd;
padding: 15px 20px;
cursor: pointer;
}
li.chat-item:hover {
background: var(--attain-secondary-color-lite);
}
.chat-item.active{
background: var(--attain-primary-color-lite);
font-weight: 600;
}
.chat-item.question::before {
content: "Q";
width: 40px;
height: 40px;
border-radius: 50%;
display: block;
font-size: 20px;
background: red;
padding: 6px 12px;
display:none
}
span.data-type {
border-radius: 6px; color: var(--attain-secondary-color);
font-size: 12px; display: block;
width: fit-content;
font-weight: 600;
letter-spacing: .5px;
margin-top: 5px;
text-transform: uppercase;
}
ul.type-filter {
margin: 0 0 20px;
padding: 0;
}
ul.type-filter li.type-filter-item {
list-style: none;
display: inline-block;
margin: 0 7px 7px 0;
background: #eee;
padding: 4px 10px;
border-radius: 20px;
font-size: 14px;
}
ul.type-filter li.type-filter-item.active {
background: var(--attain-primary-color-lite);
font-weight: 600;
}
li.topic-item.attain-card {
list-style: decimal;
list-style-position: inside;
font-size: .7em;
padding: 10px;
margin: 0;
cursor: pointer;
font-weight: 500;
width: 200px;
}
span.score {
position: absolute;
bottom: 0px;  background: #fff;
border-radius: 20px;
padding: 1px 4px;
font-size: 12px;
color: var(--attain-secondary-color);
font-weight: 600;
z-index: 999;
display: block;
right: 0;
} .units {
margin-left: -8px;
}
.unit {
padding: 5px 0;
}
.unit::before {
content: 'local_library';
font-family: "Material Symbols Outlined";
text-decoration: none !important;
position: absolute;
margin-left: 23px;
font-size: 24px;
font-weight: 300;
margin-top: -8px;
}
.module, .topic {
padding: 5px;
}
.module::before {
content: 'layers';
font-family: "Material Symbols Outlined";
text-decoration: none !important;
position: absolute;
margin-left: 23px;
font-size: 24px;
font-weight: 300;
margin-top: -8px;
}
.topic::before {
content: 'topic';
font-family: "Material Symbols Outlined";
text-decoration: none !important;
position: absolute;
margin-left: 23px;
font-size: 24px;
font-weight: 300;
margin-top: -8px;
} .modules, .topics, .subtopics {
display: none;
} .unit-title, .module-title, .topic-title {
font-weight: 500;
cursor: pointer;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.subtopic {
padding: 5px;
cursor: pointer;
margin-left: 50px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.subtopic::before {
content: 'subject';
font-family: "Material Symbols Outlined";
text-decoration: none !important;
position: absolute;
margin-left: -30px;
font-size: 24px;
font-weight: 300;
margin-top: -8px;
}
.toggle-arrow {
margin-right: 30px;
font-size: 16px;
vertical-align: middle;
}
.subtopic:hover {
color: var(--attain-secondary-color);
text-decoration: underline;
}
.subtopic.active {
background: var(--attain-secondary-color-lite);
}   .lightbox {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
display: none;
justify-content: center;
align-items: center;
}
.lightbox-content {
position: relative;
width: 75vw;
max-width: 600px;
perspective: 1000px;
}
.card {
width: 100%;
height: 60vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
border-radius: 25px;
cursor: pointer;
position: relative;
transform-style: preserve-3d;
transition: transform 0.6s;
}
.lightbox-content .card {
background: transparent;
}
.card-inner {
width: 100%;
height: 100%;
position: relative;
transform-style: preserve-3d;
transition: transform 0.6s;
}
.card-front, .card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.5em;
padding: 20px;
text-align: center;
border-radius: 25px;
}
.card-front {
background-color: var(--attain-secondary-color-lite);
color: #333;
}
.card-back {
background-color: var(--attain-primary-color-lite);
color: #333;
transform: rotateY(180deg);
}
.card.flipped .card-inner {
transform: rotateY(180deg);
} .controls {
position: absolute;
top: 50%;
width: 100%;
display: flex;
justify-content: space-between;
transform: translateY(-50%);
}
.controls button {
background: none;
border: none;
color: var(--attain-secondary-color);
font-size: 2em;
cursor: pointer;
}
button#prev-card, button#next-card {
background: none;
color: var(--attain-secondary-color);
}
ul.subtopic-data-list {
margin: 0;
padding: 0;
display: flex;
gap: 20px;
flex-flow: wrap;
margin-top: 20px;
}
li.subtopic-data.attain-card {
list-style: none;   border: 1px solid #ddd;
cursor: pointer;
font-size: 14px;
padding: 15px;
max-height: 98px;
overflow: hidden;
text-overflow: ellipsis;
text-overflow: unset;
max-width: 200px;
}
li.subtopic-data.attain-card:hover {
background: var(--attain-secondary-color-lite);
} @media (max-width: 768px) {
.lightbox-content {
width: 90vw;
}
}  .attain-report-row {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #ccc;
padding-bottom: 8px;
margin-bottom: 8px;
cursor: pointer;
}
.attain-report-row .subject {
font-weight: 600;
line-height: 130%;
margin-bottom: 4px;
font-size: 1.1em;
}
.attain-report-cell.grade {
text-align: right;
}
.attain-report-cell.grade.percent {
font-weight: 600;
font-size: 1.2em;
}
.attain-report-cell.grade.percent.excellent, .attain-grade .excellent {
color: green;
}
.attain-report-cell.grade.percent.good, .attain-grade .good {
color: orange;
}
.attain-report-cell.grade.percent.poor, .attain-grade .poor {
color: red;
} .attain-report-row:last-child {
border: none;
}
.attain-grade, .attain-qa {
font-size: 2em;
}
.attain-qa {
display: inline-block;
margin-right: 30px;
margin-top: 15px;
} .vwpapptivate-layer-header-title {
font-weight: 600;
color: #555;
} .attain-report-details-row { 
display: flex;
justify-content: space-between;
width: 75%;
}
.vwpbwpa-summary-item {
margin-bottom: 10px;
}
.vwpbwpa-summary-item .label {
margin-bottom: 0px;
white-space: nowrap;
font-weight: 600 !important;
} .upvoted {
color:#1d9d4a;
}
.downvoted {
}/*/*//**/div#attain-file-lightbox {
position: fixed;
z-index: 4;
top: 0;
background: rgba(0,0,0,0.9);
height: 100vh;
padding: 40px 20px 0;
width: 100vw;
display: none;
justify-content: center;
}
div#attain-file-lightbox.active{
display: flex;
}
.file-lightbox-close {
position: absolute;
top: 10px;
right: 20px;
color: #fff;
cursor: pointer;
}
div#attain-file-lightbox .file-lightbox-body {
max-height: 95vh;
overflow: auto;
} .attain-ques-img img {
max-height: 85px;
cursor:zoom-in;
} @media only screen and (max-width: 600px) {
#vwpapptivate-con {
top: auto;
}
div#vwpapp-content {
margin-left: 0; display: block;
grid-template-columns: 300px 1fr;
}
.vwpapp-content-item.main {
width: auto
}
.vwpapp-content-item.sidebar-left {
position: absolute;
height: calc(100vh - var(--apptivate-header-height) - var(--apptivate-footer-height) );
}
#attain-prompt-response {
font-size: 1.2em;
color: #333;
height: calc(100vh - var(--apptivate-header-height) - var(--apptivate-footer-height));
}
.grid-con {
grid-template-columns: 1fr;
}
#user-subject-con {
display: inline-block;
width: calc(100% - 40px);
background: #fff;
z-index: 2;
padding: 20px 0;
}
div#prompt-con {
bottom: 70px;
} .vwpapp-footer {
position: fixed;
top: unset;
bottom: 0;
padding: 10px 0px;
border-top: 1px solid #ccc;
width: 100vw;
background: #fff;
font-size: 0.8rem;
z-index: 1;
height: unset;
}
.vwpapp-menu{
display: flex;
}
.vwpapp-menu-item #chat-btn {
top: auto;
}
.vwpapp-menu-item {
display: inline-block !important;
margin: 0 10px;
text-align: center;
cursor: pointer;
}
.vwpapptivate-layer {
background: #fff;
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 100vw;
opacity: 0;
transition: left 0.1s opacity 0.5s;
z-index: 9999;
}
.vwpapptivate-layer.active {
left: 0;
opacity: 1;
} .attain-question {
font-size: 1.1em;
}
ul.subtopic-data-list {
gap: 10px;
}
li.subtopic-data.attain-card {
padding: 12px;
max-width: 41vw;
}
li.topic-item.attain-card {
width: 41vw;
}    
}