/* ========================================


Make Course Public


======================================== */


.header__left__icon {
    display: none;
}


.panel.panel--secondary {
    display: none;
}

/*========================================
  
  General
  
  ========================================*/

p:last-of-type {
    margin-bottom: 0;
}

.layout-panel {
    container-type: inline-size;
}

.course-html-page-body {
    container-type: inline-size;
}

.course-page-body__section {
    container-type: inline-size;
}

.course-page-body__section:first-of-type {
    margin-top: unset;
}

.course-page-body__section:last-of-type {
    margin-bottom: unset;
}

.msa-course-page-body__section h2:not(.msa-callout-main__header h2, .msa--objective-card h2, .h-override) {
    color: var(--clr-course-primary) !important;
}

/* Instruction Callout */

.info {
    display: grid;
    background-color: #f2f2f2;
    border-radius: 10px;
    gap: 20px;
    padding: 20px;
    margin: 1.25em 0;
}

.info--iorad-instruction {
    display: grid;
    background-color: #f2f2f2;
    border-radius: 10px;
    gap: 20px;
    padding: 20px;
    margin: 1.25em 0;
}

.info-header {
    display: flex;
    gap: 10px;
    align-items: center;
}

#learner .info-header-title {
    font-weight: 600;
    margin-bottom: 0;
}

#learner .info-body p:last-of-type {
    margin-bottom: 0;
}

.info-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 400px));
    gap: 10px;
    align-items: center;
    padding-left: 2rem;

}

.info-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.info-item__icon {
    height: 26px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#learner .info-item__body p:last-of-type {
    margin-bottom: unset;
}

@container (max-width: 769px) {
    .info-items {
        grid-template-columns: unset;

    }
}

/* -------------------------------------
 [CH] Course Header
-------------------------------------- */
.msa-course-page-header {
    background:
        url(https://media.thoughtindustries.com/course-uploads/ebcec5bf-68a7-4e15-80d6-82675aa33bcc/yus2tlquyd1z-header.jpg);
    background-size: cover;
    background-position: 50% 25%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    min-height: 240px;
    justify-content: center;
    padding-left: 2rem;
    margin-bottom: 1.25rem;
}

body:not(.manager) .msa-course-page-header h1 {
    color: #fff;
    margin-bottom: unset;
}

.msa--general-image {
    border-radius: 12px;
    margin: 32px 0px;
}

/* -------------------------------------
 [VAR] Root Variables
-------------------------------------- */

:root {
    --financial-basics-900: #426e3e;
    --financial-basics-800: #4a7b46;
    --financial-basics-700: #52894e;
    --financial-basics-600: #639560;
    --financial-basics-500: #75a171;
    --financial-basics-400: #86ac83;
    --financial-basics-300: #97b895;
    --financial-basics-200: #a9c4a7;
    --financial-basics-100: #cbdcca;
    --financial-basics-050: #eef3ed;
    --financial-basics-compliment-900: #1fa574;
    --financial-basics-compliment-800: #24bc85;
    --financial-basics-compliment-700: #29d495;
    --financial-basics-compliment-600: #2deba6;
    --financial-basics-compliment-500: #57efb8;
    --financial-basics-compliment-400: #81f3ca;
    --financial-basics-compliment-300: #96f5d3;
    --financial-basics-compliment-200: #abf7db;
    --financial-basics-compliment-100: #c0f9e4;
    --financial-basics-compliment-050: #eafdf6;
    --financial-basics-accent-900: #14ada7;
    --financial-basics-accent-800: #17c2bc;
    --financial-basics-accent-700: #19d8d1;
    --financial-basics-accent-600: #30dcd6;
    --financial-basics-accent-500: #47e0da;
    --financial-basics-accent-400: #5ee4df;
    --financial-basics-accent-300: #75e8e3;
    --financial-basics-accent-200: #8cece8;
    --financial-basics-accent-100: #a3efed;
    --financial-basics-accent-050: #d1f7f6;
    --financial-basics-accent-025: #e8fbfa;
    --financial-basics-secondary: #75c370;
    --financial-basics-highlight: #e3f3e2;
    --financial-basics-light: #F0F5F5;
    --financial-basics-accent1: #19D8D1;
    --financial-basics-accent2: #0FACA7;
    --financial-basics-dark: #2A3346;
    --financial-basics-gradient-90: linear-gradient(90deg, #19d8d1 0%, var(--financial-basics-accent-900) 100%);
    --financial-basics-gradient-90-dark: linear-gradient(90deg, var(--financial-basics-compliment-700) 0%, var(--financial-basics-compliment-800) 100%);
    --financial-basics-gradient-180: linear-gradient(-143deg, #19d8d1 0%, var(--financial-basics-accent-900) 100%);
    --financial-basics-gradient-180-dark: linear-gradient(-143deg, var(--financial-basics-compliment-700) 0%, var(--financial-basics-compliment-800) 100%);


    --clr-course-primary: var(--financial-basics-accent-900);
    --clr-course-secondary: var(--financial-basics-accent-800);
    --clr-course-tertiary: var(--financial-basics-accent-700);
    --clr-course-background: var(--financial-basics-accent2);
    --clr-course-light: var(--financial-basics-accent-100);
    --clr-course-highlight: var(--financial-basics-accent-050);
    --clr-course-gradient: var(--financial-basics-gradient-90);
    --clr-course-gradient-down: var(--financial-basics-gradient-180);
    --clr-course-gradient-dark: var(--financial-basics-gradient-90-dark);
    --clr-course-gradient-dark-down: var(--financial-basics-gradient-180-dark);

}

/* 	----------------------------------- 
	  [FPI] Full Page Image
  ----------------------------------- */
.msa--fullpage--image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.msa--fullpage--image img {
    width: 100%;
}

.msa--fullpage--image img.square_image {
    max-width: 320px;
}

.msa--fullpage--image img.left-tilt {
    rotate: -1deg;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

/* 	----------------------------------- 
	  [2SC] Text by Image Box
  ----------------------------------- */
/* Appears on pages 1, 5*/
.two-side-content-container {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin: 4rem 0;
}

.two-side-content-container:first-of-type {
    margin-top: 0;
}

.two-side-content-container.no_top_margin {
    margin-top: 0;
    margin-bottom: 0;
}

.two-side-content-text p:last-of-type {
    margin-bottom: unset;
}

.two-side-content-image img {
    border-radius: 12px;
    object-fit: cover;
    display: inline-block;
    width: 100%;
}

.two-side-content-caption {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    /* justify-content: center; */
}

.two-side-content-container.no_top_margin .two-side-content-caption {
  padding: 0;
}

.two-side-content-container.no_top_margin .two-side-content-infographic .fb--acc-chart--holder {
  margin: 0;
}

.two-side-content-image {
    /* flex: 1; */
    display: flex;
    max-height: 360px;
}

.two-side-content-infographic {
    flex: 1;
    display: flex;
}

.msa-tabs__tab-content-item .two-side-content-container .two-side-content-image {
    flex: 1;
    display: flex;
    height: auto;
}

.msa-tabs__tab-content-item .two-side-content-container {
    margin: 0;
}

.two-side-image-scaled {
    height: 520px;
}

.tsc-rotate-5 {
    rotate: 1deg;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.tsc-rotate-355 {
    rotate: -1deg;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

@container (max-width: 769px) {
    .two-side-content-container {
        flex-direction: column;
        gap: 40px;

    }

    .two-side-content-container.img-right {
        flex-direction: column-reverse;

    }

    .two-side-content-image {
        max-height: 540px;
    }

    .two-side-content-caption {
        padding: 0;
        /* justify-content: center; */
    }
}


/* ---------------------------------------
    MSA Vimeo
--------------------------------------- */
.msa-iframe--vimeo.reduced_80 {
    margin: 40px 0;
}

.msa_vimeo-holder {
    max-width: 960px;
    margin: 2rem auto;
    border-radius: 12px;
    overflow: hidden;
}



/* ---------------------------------------
    MSA Info
--------------------------------------- */
/* Appears on pages 3, 4 */
.msa-info {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background-color: var(--ms-neutral-200);
    gap: 20px;
    margin: 20px 0;
    padding: 20px;
}

.msa-info-header {
    display: flex;
    gap: 8px;
}

.msa-info-header p.h4 {
    margin-bottom: unset;
}

.msa-info-header__icon svg {
    aspect-ratio: 1;
    width: 24px;
    height: 24px;
}

.msa-info-body__items {
    --grid-gap: 8px;
    --grid-column-count: 2;
    --grid-item--min-width: 240px;

    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-gap));
    --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
    gap: var(--grid-gap);
}

.msa-info-body__item {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.msa-info-body__item__icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    aspect-ratio: 1;
    width: 32px;
}

.msa-info-body__item__body p:last-of-type {
    margin-bottom: unset;
}



@container (max-width: 600px) {
    .msa-info-header {
        flex-direction: row;
        justify-content: center;
        gap: 16px;
    }

}

/* ------------------------------------------
  [IFGF] Infographic
------------------------------------------- */
/* Appears on pages 2, 3, 5, 6 */

.msa-infographic--style-01 {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.msa-infographic--style-01 .msa-infographic--container {
    display: flex;
    flex-direction: column;
    padding: 8px;
    gap: 20px;
    width: 100%;
    max-width: 1080px;
}

.msa-infographic--element {
    background-color: var(--clr-course-light);
    display: flex;
    height: 160px;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    width: 100%;
    max-width: 1080px;
}

.msa-infographic--element:last-of-type {
    margin-bottom: 0;
}

.msa-infographic--element--identifier {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.msa-infographic--element--identifier-container {
    display: flex;
    align-items: center;
    background-color: var(--clr-course-secondary);
    padding: 8px 16px;
    height: 96px;
    justify-content: center;

}

.msa-infographic--element-left .msa-infographic--element--identifier-container {
    border-radius: 0 50px 50px 0;
}

.msa-infographic--element-right .msa-infographic--element--identifier-container {
    border-radius: 50px 0 0 50px;
}

/* @container (min-width: 520px) {

    .msa-infographic--element-right .msa-infographic--element--content h3 {
        text-align: right !important;
    }

    .msa-infographic--element-right .msa-infographic--element--content {
        text-align: right !important;
    }
} */


.msa-infographic-icon {
    display: flex;
    justify-content: center;
    padding: 0 8px;
}

.msa-infographic-number {
    font-family: var(--alt-font);
    color: white;
    font-size: 72px;
    font-weight: 700;
    text-align: center;

}

.msa-infographic-icon svg {
    width: 64px;
    fill: white;
    aspect-ratio: 1;
}

.msa-infographic--element--content h3 {
    margin-bottom: 8px;
}

.msa-infographic--element-left .msa-infographic--element--content {
    padding: 4px 32px 4px 0;
}

.msa-infographic--element-right {
    padding: 4px 0px 4px 32px;
    justify-content: space-between;
}

.msa-infographic--element--content ul {
    margin-bottom: 0;
}

@container (max-width: 520px) {
    .msa-infographic--element {
        padding: 16px;
        height: auto;
        margin: 54px 0;
        position: relative;
        min-width: 280px;
        padding-top: 64px;
    }

    .msa-infographic--element-left {
        flex-direction: column;


    }

    .msa-infographic--element-right {
        flex-direction: column-reverse;
    }

    .msa-infographic--element-left .msa-infographic--element--identifier-container {
        position: absolute;
        border-radius: 50%;
        aspect-ratio: 1;
        height: 144px;
        padding: 12px;
        justify-content: center;
        top: -84px;
    }

    .msa-infographic--element-right .msa-infographic--element--identifier-container {
        position: absolute;
        border-radius: 50%;
        aspect-ratio: 1;
        height: 144px;
        padding: 12px;
        justify-content: center;
        top: -84px;
    }

    .msa-infographic--style-01 {
        margin-top: 64px;
    }

    /*.msa-infographic--element-right ul {
        direction: ltr;
        margin-right: 0;
    }*/
}


/* ----------------------------
	[DMG] Dichotomy Graphic
 -----------------------------*/
/* Appears on pages 2, 4 */
.fb--dichotomy--holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin: 40px 0;
    padding: 20px 0;
}

.fb--dichotomy--holder:last-of-type {
    margin-bottom: 0;
}

h3.dichotomy--title {
    font-size: 24px;
    transition: all .2s ease-in-out;
    color: var(--clr-course-primary);
    text-transform: uppercase;
    font-weight: 600;
}

h4.dichotomy--title {
    font-size: 28px;
    transition: all .2s ease-in-out;
    color: var(--clr-course-primary);
}

.fb--dichotomy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    min-width: 320px;
    gap: 10px;
}

.fb--dichotomy--half {
    width: 400px;
    max-width: 50%;
    height: 540px;
    /* background-color: var(--clr-course-primary); */
    position: relative;
    transition: all .1s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fb--dichotomy--half h3, .fb--dichotomy--half_new h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--clr-course-secondary);
    text-align: center !important;
}

.dichotomy__side--background {
    z-index: 1;
    width: 90%;
    position: relative;
}

.dichotomy--back--icon {
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
}

.dichotomy--back--icon svg {
    top: 50%;
    height: 100%;
    fill: var(--clr-course-highlight);
    opacity: 50%;
    transition: all .2s ease-in-out;
}

.dichotomy--back--icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
}

.dichotomy__side-a {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.dichotomy__side-b {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.dichotomy__side--text {
    z-index: 3;
    position: absolute;
    bottom: 48px;
    width: 100%;
}

.dichotomy__side--text h4.dichotomy__side--header {
    width: 100%;
    text-align: center !important;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 12px;
    color: white;
    -webkit-text-stroke: 2px var(--clr-course-primary);
    text-shadow: 0 4px 4px rgba(0, 0, 0, .5);
    transition: all .2s ease-in-out;
}

.dichotomy__side--text p {
    font-size: 24px;
    margin-bottom: 12px;
    color: var(--clr-course-highlight);
    text-shadow: 0 4px 4px rgba(0, 0, 0, .5);
    transition: all .2s ease-in-out;
}

@container (max-width: 720px) {
    .dichotomy__side--text h4.dichotomy__side--header {
        font-size: 48px;
    }
    
}

@container (max-width: 640px) {
    

    .fb--dichotomy {
        flex-direction: column;
    }

    .fb--dichotomy--half {
        width: 100%;
        height: 480px;
        max-width: unset;
    }
    
    .dichotomy__side--background {
      width: 50%;
    }

    .dichotomy__side--text h4.dichotomy__side--header {
        font-size: 54px;
    }

    .dichotomy__side--text p {
        font-size: 24px;
    }

    .dichotomy__side--text {
        margin-bottom: initial;
        bottom: 0px;
    }

    .dichotomy__side-a .dichotomy__side--text h4.dichotomy__side--header,
    .dichotomy__side-a .dichotomy__side--text p {
        text-align: center !important;
    }

    .dichotomy__side-b .dichotomy__side--text h4.dichotomy__side--header,
    .dichotomy__side-b .dichotomy__side--text p {
        text-align: center !important;
    }

    .dichotomy__side-b .dichotomy__side--text {
        transform:
            translateY(-50%);
    }

    .dichotomy__side-a .dichotomy__side--text {
        transform:
            translateY(-50%);

    }

}

@container (max-width: 400px) {
    h3.dichotomy--title {
        font-size: 24px;
    }

    .fb--dichotomy--half {
        height: 360px;
    }

    .dichotomy__side--text h4.dichotomy__side--header {
        font-size: 36px;
    }

    .dichotomy__side-a {
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0;
    }

    .dichotomy__side-b {
        border-top-right-radius: 0;
        border-bottom-left-radius: 16px;
    }

}

/* ----------------------------
	[AOC] Account Overview Chart
 -----------------------------*/
/* Appears on pages 3, 5 */

.fb--aoc--holder {
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.fb--aoc {
    width: 100%;
    max-width: 1280px;
    min-width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 12px;
    padding: 16px;
}

.fb--aoc--tier .fb-ali-node {
    border: 2px transparent dashed;
    transition:
        all .1s ease-in-out;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.fb--aoc--tier .fb-ali-node.active {
    border: 4px rgb(230, 187, 0) dashed;
    transition: transform .1s ease-in-out;
    pointer-events: none;
    z-index: 7;
}

.fb--aoc--tier .fb-ali-node:hover {
    transition: transform .1s ease-in-out;
    transform: translateZ(50px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.35);
}

.fb--aoc--content-cover {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition: all .2s ease-in-out;
    z-index: 2;
}

.fb--aoc--content-cover.inactive {
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
}

.fb--aoc--content-modal {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 40px;
    width: 320px;
    height: 480px;
    border-radius: 12px;
    transition: all .2s ease-in-out;
    z-index: 10;
    opacity: 1;
}

.fb--aoc--content-modal.inactive {
    opacity: 0;
    pointer-events: none;
    z-index: 4;
}

.aoc--tier--account {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 176px;
    perspective: 1000px;
    position: relative;
}

.aoc--tier--account:has(.active) {
    z-index: 5;
}

.aoc--tier--account:has(.active) .fb-ali-node:not(.active) {
    opacity: .5;
    pointer-events: none;
}

.aoc--spacer {
    height: 60px;
}

@container (max-width: 480px) {
    .aoc--tier--account {
        gap: 64px;
    }

    .fb--aoc--content-modal {
        width: 280px;
    }
}

/* AOC MODAL */
.aoc--modal--exit {
    fill: black;
    z-index: 5;
    position: absolute;
    width: 20px;
    right: 8px;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: fill .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.aoc--modal--exit:hover {
    fill: var(--clr-course-primary);
}

.aoc--modal--exit svg {
    width: 100%;
}

.aoc--modal--content {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    margin-top: 12px;
}

.aoc--modal--graphic {
    width: 100%;
    margin-top: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.aoc--modal--grf--mod-holder {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 80%;
}

.aoc--modal--graphic--text {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    z-index: 3;
    color: rgb(39, 39, 39);
}

.aoc--modal--text p:first-child {
    text-align: center;
    font-size: 18px;
    color: var(--clr-course-primary);
}

.aoc--modal--grf--arrow {
    width: 50%;
    z-index: 1;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.aoc--modal--graphic--increase {
    top: -50px;
    fill: var(--clr-green-700)
}

.aoc--modal--graphic--decrease {
    bottom: -90px;
    fill: var(--clr-red-700)
}

.aoc--modal--text {
    padding: 20px;
    /*margin-top: 20px;*/
}

.aoc--modal--text p:not(:first-of-type) {
    font-size: 14px;
}

/* 	==================================== 
  
  [Page 1] Introduction
  
  ====================================  */

/* ----------------------------
	[OBJ] Objective Cards
 -----------------------------*/
.msa--objective-card-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 32px;
    padding: 50px 0;
}

.msa--objective-card h2 {
    color: var(--clr-course-primary);
    pointer-events: none;
}

.msa--objective-card {
    flex-basis: 1;
    border-radius: 10px;
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    width: 360px;
    min-height: 178px;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
}

.msa--objective-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -10px;
    right: -15px;
    background: var(--clr-course-gradient-down);
    height: 115%;
    width: 25px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.msa--objective-card:hover::before {
    transition-delay: 0.1s;
    transform: scale(40);
}

.msa--objective-card:hover {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}


.msa--objective-card:hover,
.msa--objective-card:hover h2,
.msa--objective-card:hover p {
    color: #ffffff;
    transition: 0.25s ease-out;
    transition-delay: 0.2s;

}

.msa--objective-card p {
    color: var(--clr-course-gradient-down);
    padding: 10px 0;
    pointer-events: none;
}

.msa--objective-card_icon {
    position: absolute;
    width: 54px;
    top: 50px;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: -1;
    fill: var(--clr-course-tertiary);
    transition: .25s;
}

.msa--objective-card_icon_b {
    width: 54px;
    /* top: 28%;
    left: 77%; */
}

.msa--objective-card:hover .msa--objective-card_icon {
    position: absolute;
    width: 40%;
    top: 52%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: -1;
    fill: var(--financial-basics-accent-500);
    transition: .25s;
    opacity: .3;
}

/* 	-----------------------------------  
	  Let's Get Started
  ----------------------------------- */
.msa--lets-get-started {
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 12px;
}

.msa--lets-get-started--text {
    text-align: center !important;
    margin-bottom: -10px;
    z-index: 3;
}

.msa--lets-get-started--text p {
    font-family: 'Poppins';
    font-weight: 300;
}

.msa--lets-get-started--text h1 {
    background: linear-gradient(143deg, #6FD7E6 0%, #75C370 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 48px;
    font-weight: 700;
    text-align: center !important;
    margin: 0 0 8px;
}

.msa--lets-get-started--text h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: center !important;
}

.msa--lets-get-started img:first-of-type {
    margin-bottom: -50px;
}

.msa--lets-get-started img:last-of-type {
    margin-top: -40px;
}

.msa--lets-get-started img {
    width: 1080px;
}

@container (max-width: 720px) {
    .msa--lets-get-started--text h1 {
        font-size: 32px;
        margin: 0;
    }

    .msa--lets-get-started--text h2 {
        font-size: 12px;
        margin: 0;
    }

    .msa--lets-get-started--text {
        margin-bottom: 10px;
    }

    .msa--lets-get-started img:first-of-type {
        margin-bottom: -20px;
    }

    .msa--lets-get-started img:last-of-type {
        margin-top: -30px;
    }
}

@container (max-width: 400px) {

    .msa--lets-get-started--text {
        margin-bottom: 20px;
    }

}

/*--- Manager updates ---*/

.img_size--update {
    width: 465px !important;
    margin: 2rem 0;
}

/* 	==================================== 
  
  [Page 2] Important Key Terms
  
  ====================================  */
/* -----------------------------------------
  [ALI] Assets Liability Illustration
  --------------------------------------- */
.fb--asset-liability--illustration {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 4rem 0;
}

.fb-ali-node {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 160px;
    height: 80px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
}

.fb--operand {
    width: 64px;
    color: var(--ms-neutral-800);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.fb--asset {
    color: #ffffffef;
    background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/ebcec5bf-68a7-4e15-80d6-82675aa33bcc/s4on32u81514-Assets.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.fb--liability {
    color: #ffffffef;
    background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/ebcec5bf-68a7-4e15-80d6-82675aa33bcc/de1wqk1ntej8-Liabilities.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.fb--net-assets {
    color: #ffffffef;
    background: url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/ebcec5bf-68a7-4e15-80d6-82675aa33bcc/ee70ypjjv8hd-Net-Assets.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position-x: center;
}

@container (max-width: 480px) {
    .fb--asset-liability--illustration {
        flex-direction: column;
    }
}

/* --- Manager Changes ---- */ 

.fb--dichotomy_new {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 4rem;
}

.fb--dichotomy--half_new {
  width: calc(50% - 2rem);
  display: flex;
  flex-direction: column;
  
  .fb--holder-a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    max-width: 300px;
    margin-left: auto;
  }
  
  .fb--holder-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    max-width: 300px;
    margin-right: auto;
  }
}

.fb--dichotomy--half_new img {
  width: 100%;
}

h4.dichotomy-header {
    text-align: center !important;
    font-size: 60px;
    font-weight: 800;
    color: white;
    -webkit-text-stroke: 2px var(--clr-course-primary);
    text-shadow: 0 4px 4px rgba(0, 0, 0, .5);
  margin-top: -140px;
}

@container (max-width: 768px) {
  
  .fb--dichotomy_new {
    flex-direction: column;
    gap: 4rem;
  }
  
  .fb--dichotomy--half_new {
    width: 100%;
    align-items: center;
    
    .fb--holder-a, .fb--holder-b {
      margin: unset;
      max-width: unset;
    }
  }
}

@container (min-width: 769px) and (max-width: 960px) {
  
  h4.dichotomy-header {
    font-size: 50px;
    margin-top: -110px;
  }
  
  .fb--dichotomy--half_new img {
      width: 80%;
    }
  
}


/* =======================================

    Page 3 - Debits Vs. Credits

======================================== */

.fb--t-account--illustration--holder {
    padding: 8px;
    display: flex;
    justify-content: center;
    min-width: 320px;
    border-radius: 12px;
    margin-top: 2rem;
}

.fb--t-account--holder {
    width: 100%;
    border-radius: 16px;
    max-width: 1240px;
    padding: 8px;
    display: flex;
    justify-content: center;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
}

.fb--t-account {
    width: 100%;
    border-radius: 12px;
    border: 8px solid var(--clr-course-primary);
    max-width: 1240px;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    background-image:
        linear-gradient(#19d8c810,
            #19d8d215),
        url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/ebcec5bf-68a7-4e15-80d6-82675aa33bcc/5b23pdqvmfra-papertexture-min.jpg);
}

.fb--t-account--illustration {
    width: 100%;
    max-width: 1080px;
    margin: 20px 0;
    padding: 16px;
    table-layout: fixed;
}

.fb--t-account--illustration th :is(h3),
.fb--t-account--illustration tr td :is(h4, h5) {
    color: var(--clr-course-primary);
    text-align: center !important;
}

.fb--t-account--illustration th :is(h3) {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 8px;
}

.fb--t-account--illustration tr td h4 {
    font-weight: 700;
    font-size: 32px;
    margin: 16px 0 0 0;
}

.fb--t-account--illustration tr td h5 {
    font-weight: 500;
    font-size: 24px;
}

.t-account--debit {
    padding: 8px 40px;
    /* text-align: left; */
    border: #60817f solid;
    border-width: 4px 4px 0 0;
}

.t-account--credit {
    padding: 8px 40px;
    /* text-align: right; */
    border: #60817f solid;
    border-width: 4px 0 0 4px;
}

.fb--t-account--illustration th {
    width: 100%;
    border: 0 0 4px 0 #60817f solid;

}

.fb--t-account--illustration tr {
    width: 100%;
}

.fb--t-account--illustration tr td {
    width: 50%;
    text-align: center !important;
}

@container (max-width: 480px) {
    .fb--t-account--illustration th :is(h3) {

        font-size: 16px;

    }

    .fb--t-account--illustration tr td h4 {

        font-size: 16px;

    }

    .fb--t-account--illustration tr td h5 {

        font-size: 12px;
    }
}

/* =======================================

    Page 4

======================================== */
/*-----------------------------------------
[DADE] Drag And Drop Elements
 ------------------------------------------*/
.msa-dad-activity {
    margin-top: 4rem;
}

.msa-dad--holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.msa-dad-header {
    border-radius: 12px;
    border: solid var(--ms-neutral-200) 2px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    min-width: 300px;
}

.msa-dad-header.inc_dec p {
    text-align: center;
    font-weight: 600;
}

.msa-dad-header.inc_dec h3 {
    font-size: 18px;
}

@container (max-width: 640px) {
  
  .msa-dad-header.inc_dec h3 {
    font-size: 15px;
  }
  
}

.msa-dad-header.inactive {
    pointer-events: none;
}

.msa-dad-header.inactive .msa-dad--item {
    background-color: var(--ms-neutral-100);
}

.msa-drop--area.msa-drop--area-a {
    display: flex;
}

.msa-dad--item.inc-dec--item {
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 8px;
    transition:
        background-color .5s cubic-bezier(0.075, 0.82, 0.165, 1),
        height .25s ease-in-out,
        width .25s ease-in-out;
    background-color: var(--clr-course-primary);
    color: white;
}

.msa-dad--item.inc-dec--item:hover {
    background-color: var(--clr-course-secondary);
    color: white;
}



.drop-item__B.selected, .drop-item__A.selected {
    background-color: var(--clr-course-background) !important;
    border: 2px var(--clr-course-light) solid;
}

.fb-fund--dad--container {
    margin: 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.fb-fund--dad--item {
    display: flex;
    gap: 20px;
    border-radius: 12px;
    background:
        #046986;
    flex: 1;
    width: 100%;
    max-width: 1080px;

}

.fb-fund--dad--item--content {
    display: flex;
    align-items: center;
    flex: 1;
    border-radius: 12px;
    padding: 16px;
    color: white;
    font-size: 18px;
}

.msa-dad-dropzone {
    width: 120px;
    min-height: 40px;
    border-radius: 12px;
    padding: 8px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px dotted var(--clr-course-tertiary);
    transition: background-color .25s ease-in-out;
}

.msa-dad-dropzone:hover {
    background-color: var(--clr-course-light);
}

.msa-dad-dropzone:has(.msa-dad--item.inc-dec--item):hover {
    background-color: var(--clr-course-light);
}

.msa-dad-dropzone .msa-dad--item.inc-dec--item {
    width: 100%;
    height: 24px;
    padding: 2px;
    display: flex;
    justify-content: center;
}

.msa-dad-dropzone:has(.msa-dad--item.inc-dec--item) {
    background-color: var(--clr-course-primary);
}

.msa-drop--area-f.msa-drop--key .msa-dad--item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 12px;
    min-width: 40px;
    min-height: 36px;
    background-color: var(--clr-course-light);
    cursor: pointer;
}

.msa-drop--area-f.msa-drop--key .msa-dad--item:hover {
    background-color: var(--clr-course-highlight);

}

.msa-dad-dropzone-f.msa-dad-answercell {
    transition: all .15s ease-in-out;
    width: 100%;
    min-height: 24px;
    height: 100%;
}

.msa-dad-dropzone-f.msa-dad-answercell .msa-dad--item {
    width: 72px;
}

.msa-dad-dropzone-f.msa-dad-answercell:hover {
    background-color: #a3efed50;
}

.msa-drop--location {
    min-width: 120px;
}

.msa-container {
    padding: 8px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex: 1;
}

.msa-drop--holder {
    border-radius: 12px;
    padding: 8px 4px;
}

.msa-drop--holder.inc_dec {
    display: flex;
    width: 50%;
    min-width: 128px;
    max-width: 240px;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    padding: 8px 4px;
}

.msa-drop--holder h3 {
    text-align: center !important;
}

.msa-dad--item.incorrect {
    background-color: var(--clr-red-primary);
}

.msa-dad--item.incorrect:hover {
    background-color: var(--clr-red-300);
}

.msa-dad--item.selected {
    outline: 2px solid var(--clr-course-primary);
    background-color: var(--clr-course-gradient-dark);
    border-radius: 8px;
}

.msa-drop--key {
    min-height: 48px;
    padding: 8px 4px;
    display: flex;
    gap: 20px;
    justify-content: center;
    border: 2px transparent var(--ms-neutral-600);
    border-radius: 12px;
}

.msa-drop--key:has(div) {
    min-height: auto;
}

.msa-dad-quiz-controls {
    padding: 8px;
    display: flex;
    justify-content: flex-end;
}

.msa-dad-quiz-submit {
    border-radius: 50px;
    padding: 4px 16px;
    background-color: var(--clr-course-primary);
    color: white;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
}

.msa-dad-quiz-submit.disabled {
    background-color: var(--ms-neutral-200);
    pointer-events: none;
    color: white;
    cursor: none;
    box-shadow: none;
}

.msa-dad-quiz-submit:hover {
    background-color: var(--clr-course-secondary);
    color: white;
    cursor: pointer;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
}

/* ------ DaD Modals ------ */
.msa-dad-modal {
    position: absolute;
    background: white;
    padding: 8px;
    border: 2px solid black;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    /* Smooth transition */
    z-index: 1000;
    border-radius: 12px;
}

.msa-dad-modal-success {
    border-color: var(--clr-green-300);
}

.msa-dad-modal-fail {
    border-color: var(--clr-red-300);
}

.msa-dad-modal p {
    font-size: 12px;
    /* font-weight: bold; */
}

.msa-dad-modal.show {
    opacity: 1;
    visibility: visible;
}

@container (max-width: 550px) {
    .msa-dad-modal {
        display: none;
    }

    .msa-dad-modal.show {
        display: block;
    }

    .msa-dad-quiz-controls {
        flex-direction: column;
        gap: 8px;
        justify-content: flex-end;
    }

    .msa-dad-modal {
        position: relative;
    }

    .msa-container {
        padding: 4px;
        display: flex;
        gap: 4px;
        justify-content: center;
        flex: 1;
    }
}

/* ------------------------
    [DDC] Dropdown Choice Activity
------------------------ */
.fb-embed-sbs-container {
    display: flex;
    gap: 20px;
    padding: 1rem;
    margin: 1.25rem 0;
    border: solid 1.5px var(--ms-neutral-200);
    border-radius: 12px;
}

.fb-embed-cell {
    display: flex;
    justify-content: center;
}

.fb-embed-holder {
    flex: 1;
}

.fb-embed-holder embed {
    width: 100%;
    min-height: 720px;
    border-radius: 12px;
}

.fb-embed-content {
    flex-direction: column;
    justify-content: flex-start;
    width: 40%;
}

.fb-embed-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.fb-embed-content-header {
    width: 100%;
    padding: 16px;

}

.fb-embed-content-item {
    padding: 8px;
    display: flex;
    /*gap: 16px;*/
    min-width: 150px;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.fb-embed-content-item-title {
    text-align: left;
    padding: 8px;
    width: 240px;
    font-size: 16px;
    font-family: var(--alt-font);
}

.fb-embed-dropdown-header {
    padding: 8px;
    width: 100%;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    background-color: var(--clr-course-light);
    transition: .25s cubic-bezier(0.075, 0.82, 0.165, 1) padding;
}

/*.fb-embed-dropdown-header:has(+ .fb-embed-dropdown.opened) {
    padding-bottom: 16px;
}*/

.fb-embed-content-item-dropdown {
    color: var(--ms-neutral-800);
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    min-width: 180px;
    background-color: var(--clr-course-light);
    height: fit-content;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fb-embed-dropdown-arrow {
    position: absolute;
    right: 16px;
    top: 8px;
    aspect-ratio: 1;
    width: 8px;
    fill: var(--ms-neutral-800);
    rotate: 90deg;
    transition: .5s rotate cubic-bezier(0.075, 0.82, 0.165, 1);
    pointer-events: none;
}

.fb-embed-content-item-dropdown:has(.fb-embed-dropdown.opened) {
    /*height: initial;*/
}

.fb-embed-content-item-dropdown:has(.fb-embed-dropdown.opened) .fb-embed-dropdown-arrow {
    rotate: -90deg;
}

.fb-embed-dropdown-button {
    padding: 2px 8px;
    cursor: pointer;
    transition: .25s cubic-bezier(0.075, 0.82, 0.165, 1) all;
}

.fb-embed-dropdown-button:hover {
    background-color: var(--financial-basics-accent-025);
}

.fb-embed-dropdown {
    pointer-events: none;
    position: relative;
    background-color: var(--clr-course-highlight);
    display: none;
    z-index: 3;
    width: 100%;
    opacity: 0;
    height: auto;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
    text-align: left;
    transition:
        .5s cubic-bezier(0.075, 0.82, 0.165, 1) opacity,
    ;
}


.fb-embed-dropdown.opened {
    display: initial;
    pointer-events: initial;
    opacity: 1;
    overflow: auto;
}

.fb-embed-content-button-holder {
    position: relative;
    padding: 8px;
    display: flex;
    justify-content: flex-end;
}

.fb-embed-content-button {
    border-radius: 50px;
    padding: 4px 16px;
    background-color: var(--financial-basics-accent2);
    color: white;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
}

.fb-embed-content-button.disabled {
    background-color: var(--ms-neutral-200);
    color: white;
    cursor: default;
    pointer-events: none;
    box-shadow: none;
}

.fb-embed-content-button:hover {
    background-color: var(--financial-basics-accent-800);
    color: white;
    cursor: pointer;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
}

.fb-embed-modal {
    position: absolute;
    background: white;
    padding: 8px;
    border: 2px solid black;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    /* Smooth transition */
    z-index: 1000;
    border-radius: 12px;
    width: 100%;
}

.fb-embed-content-item-dropdown:has(.fb-embed-dropdown-header.incorrect) {
    border: 3px solid;
    border-color: var(--clr-red-300);
}

@container (max-width: 360px) {
    .fb-embed-content-item-dropdown {
        min-width: 128px;
    }
}

/* ------ Manager Edits -------------- */

.impact_arrows {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 4rem 0;
  gap: 2rem;
}

.impact_arrows--half {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 1rem);
}

.impact_arrows--half h3 {
  font-size: 1.15rem;
   font-weight: 600;
   color: var(--clr-course-secondary);
   text-align: center !important;
}

.impact_arrows--half h4 {
    text-align: center !important;
    font-size: 60px;
    font-weight: 800;
    color: white;
    -webkit-text-stroke: 2px var(--clr-course-primary);
    text-shadow: 0 4px 4px rgba(0, 0, 0, .5);
    margin-bottom: 0;
    margin-top: -5rem;
}

.impact_arrows--half img {
  width: 40%;
}
@container (max-width: 640px) {
  
  .impact_arrows {
    flex-direction: column;
    gap: 3rem;
  }
  
  .impact_arrows--half {
    width: 100%;
  }
  
}

@container (max-width: 720px) {
  
  .impact_arrows--half h4 {
    font-size: 48px;
  }
  
}

/* =======================================

    Page 5

======================================== */
/* 	-------------------------------------- 
  [EXC] Expand Cards
  ------------------------------------  */
.expand--card--holder {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.expand--card--frame {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.expand--card--icon {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.expand--card--icon svg {
    rotate: 180deg;
    width: 24px;
    fill: white;
    transition: rotate .5s cubic-bezier(0.165, 0.84, 0.44, 1),
        width .25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.expand--card.active .expand--card--icon svg {
    rotate: 0deg;
    width: 16px;
}

#expandCard-01 {
    background:
        url(https://elearning-traning.s3.amazonaws.com/MEDIA/IMAGE/Financial%20Basics/Daily%204/accountingAcountChange.jpg);
    background-position: 25% 85%;
}

#expandCard-02 {
    background:
        url(https://elearning-traning.s3.amazonaws.com/MEDIA/IMAGE/Financial%20Basics/Daily%204/accountingAccount.jpg);
    background-position: 50% 85%;
}

#expandCard-03 {
    background:
        url(https://elearning-traning.s3.amazonaws.com/MEDIA/IMAGE/Financial%20Basics/Daily%204/accountingJournal.jpg);
    background-position: 25% 85%;
}

.expand--card {
    cursor: pointer;
    position: relative;
    display: flex;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--clr-course-primary);
    border-radius: 12px;
    min-width: 300px;
    width: calc(33% - 15px);
    height: 440px;
    padding: 20px;
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .15);
    transition: all .5s ease-in-out;
}

.expand--card.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--clr-course-primary);
    border-radius: 12px;
}

.expand--card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0a6e6bda;
    border-radius: 12px;
    transition: all .25s ease-in-out;
}

.expand--card:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .25);
    background: var(--clr-course-secondary);
    transform: translateZ(10px);
}

.expand--card--header {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;

}

.expand--card--header-icon {
    width: 72px;
    border-radius: 50%;
    margin: 12px 0;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--clr-course-primary);
    fill: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: all .25s ease-in-out;
    z-index: 5;
}

.expand--card--header-icon svg {
    height: 50%;
    aspect-ratio: 1;
}

.expand--card--header h4 {
    color: #ffffff;
    font-size: 24px;
    text-align: center !important;
    transition: all .25s ease-in-out;
    z-index: 5;
}

.expand--card--header-icon svg {
    width: 75%;

}

.expand--card--content {
    height: 0;
    overflow-y: hidden;
    border-radius: 12px;
    transition: all .25s ease-in-out;
    color: white;
    background-color: rgba(0, 0, 0, .05);
    z-index: 5;
}

.expand--card.active .expand--card--header h4 {
    font-size: 18px;
}

.expand--card.active .expand--card--content {
    height: 75%;
    overflow-y: hidden;
    padding: 8px;
    width: 100%;
}

.expand--card.active .expand--card--header-icon {
    width: 48px;
    background-color: #097572;
}

@container (max-width: 640px) {
    .expand--card {
        width: 100%;
        height: 330px;
    }
}

/* ----------------------------
	[SCH] Scenario
 -----------------------------*/
.msa_scenario-holder {
    margin: 40px 0;
}

h3.scenario_header {
    color: var(--clr-course-primary);
}

h4.scenario_header {
    color: var(--clr-course-primary);
    margin: 0;
    transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.step--holder {
    scroll-padding-top: 40px;
    position: relative;
    margin: 20px 0 0 20px;
    border-radius: 12px;
    border: 1px var(--financial-basics-accent-400) solid;
    background-color: var(--financial-basics-accent-025);
    padding: 20px 32px 20px 12px;
    transition: all .25s cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.step--holder:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.step--holder:not(.scenario--last-step)::before {
    content: '';
    position: absolute;
    top: 25px;
    width: 2px;
    height: calc(100% + 25px);
    background-color: var(--clr-course-primary);
    z-index: 3;
}

.step--header::before {
    content: '';
    position: absolute;
    background-color: var(--clr-course-primary);
    height: 8px;
    width: 8px;
    left: -27px;
    top: 9px;
    translate: 50% -50%;
    border-radius: 50%;
    z-index: 5;
    transition: background-color .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.step--header {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 20px;
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    fill: var(--clr-course-primary);
}

.step--header:hover {
    fill: var(--clr-course-tertiary);
}

.step--header h4.scenario_header {
    flex: 1;
}

.step--header:hover h4.scenario_header {
    color: var(--clr-course-tertiary);
}

.step--header:hover::before {
    content: "";
    background-color: var(--clr-course-tertiary);
}

.step--header__arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 16px;
    aspect-ratio: 1;
}

.step--header__arrow svg {
    transform: rotate(180deg);
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.step--header:has(+ .step--content.active) .step--header__arrow svg {
    transform: rotate(360deg);
}

.step--content {
    margin-top: 0;
    margin-left: 20px;
    padding: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
    border-radius: 12px;
    background-color: white;
}

.step--content.active {
    overflow: visible;
    max-height: 3000px;
    padding: 20px;
    opacity: 1;
    margin-top: 20px;
}

.step--content .fb--acc-chart {
    min-width: 240px;
}

.step--content .fb--acc-chart--holder {
    padding: 0;
}

/* ----------------------------
	[ACC] Account Chart
 -----------------------------*/
.fb--acc-chart--holder {
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.fb--acc-chart {
    width: 100%;
    max-width: 1280px;
    min-width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 12px;
    padding: 16px;
}



.fb--acc-chart--tier .fb-ali-node {
    border: 2px transparent dashed;
    transition:
        all .1s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    width: 120px;
    height: 60px;
    font-size: 16px;
}

.fb--acc-chart--tier .fb-ali-node.active {
    border: 4px rgb(230, 187, 0) dashed;
    transition: transform .1s ease-in-out;
    pointer-events: none;
    z-index: 7;
}

.fb--acc-chart--content-cover {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition: all .2s ease-in-out;
    z-index: 2;
}

.fb--acc-chart--content-cover.inactive {
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
}

.fb--acc-chart--content-modal {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 40px;
    width: 320px;
    height: 480px;
    border-radius: 12px;
    transition: all .2s ease-in-out;
    z-index: 10;
    opacity: 1;
}

.fb--acc-chart--content-modal.inactive {
    opacity: 0;
    pointer-events: none;
    z-index: 4;
}

.acc-chart--tier--account {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 176px;
    perspective: 1000px;
    position: relative;
    transition: gap .25s ease-in-out;
}

.acc-chart--tier--account:has(.active) {
    z-index: 5;
}

.acc-chart--tier--account:has(.active) .fb-ali-node:not(.active) {
    opacity: .5;
    pointer-events: none;
}

.acc-chart--spacer {
    height: 20px;
}

@container (max-width: 560px) {
    .acc-chart--tier--account {
        gap: 64px;
    }

    .fb--acc-chart--content-modal {
        width: 280px;
    }

    .fb--acc-chart--tier .fb-ali-node {
        width: 100px;
        height: 48px;
    }
}

@container (max-width: 400px) {
    .acc-chart--tier--account {
        gap: 32px;
    }

    .fb--acc-chart--content-modal {
        width: 280px;
    }

    .fb--acc-chart--tier .fb-ali-node {
        width: 100px;
        height: 48px;
    }
}


/*-----------------------------------------
    [ALT] Account Ledger Table
-------------------------------------------*/
/* Appears on pages 5, 6, 7 */
.fb--account-ledger--holder {
    display: flex;
    justify-content: center;
    min-width: 280px;
    margin: 20px 0;

}

.step--content .fb--account-ledger--holder {
    margin: 40px 0;
}

.fb--account-ledger {
    border-radius: 18px;
    width: 100%;
    max-width: 1080px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    padding: 4px;
    container: ledger / inline-size;
}

.fb--account-ledger--table-border {
    border-radius: 16px;
    border: 3px solid #0099A7;
    background:
        url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/ebcec5bf-68a7-4e15-80d6-82675aa33bcc/5b23pdqvmfra-papertexture-min.jpg);
}

.fb--account-ledger--table {
    margin: 0;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}

.fb--account-ledger--table tr td,
.fb--account-ledger--table tr th {
    padding: 8px 12px;
    text-align: left;
}

#fb-expense-activity > .fb-expense--cell--example .fb--account-ledger {
  min-width: 240px;
}

.fb--account-ledger--table tr th.highlight {
    background-color: var(--clr-course-secondary);
}

.fb--account-ledger--table tr td.highlight {
    border: 4px dashed red;
}


.fb--account-ledger--table tr td,
.fb--account-ledger--table tr:not(:first-child) th {
    border: solid 1px #739A9B;

}

.fb--account-ledger--table tr td:has(.msa-drop--area) {
    padding: 0;
    border: solid 1px #739A9B;

}

.fb--account-ledger--table:not(.full-ledger) tr th:first-child,
.fb--account-ledger--table:not(.full-ledger) tr td:first-child {
    max-width: 72px;
    min-width: 64px;
}

.fb--account-ledger--table tr:first-child {
    background-color: #0099A7;
    color: white;
}

#scenario_1_full_ledger tr td:nth-of-type(1),
#scenario_1_full_ledger tr td:nth-of-type(3) {
    background-color: rgba(255, 255, 255, 0.65);
}

#scenario_2_full_ledger tr td:nth-of-type(2),
#scenario_2_full_ledger tr td:nth-of-type(4) {
    background-color: rgba(255, 255, 255, 0.65);
}

#scenario_3_full_ledger tr td:nth-of-type(1),
#scenario_3_full_ledger tr td:nth-of-type(4) {
    background-color: rgba(255, 255, 255, 0.65);
}

.fb--account-ledger--table tr th {
    background-color: #0099A7;
    color: white;
}

.fb--account-ledger--table tr:first-child th:first-child {
    border-top-left-radius: 12px;
}

.fb--account-ledger--table tr:first-child th:last-child {
    border-top-right-radius: 12px;
}

.fb--account-ledger--table tr:last-child td:first-child:not(.fb--al--table--spacedcell) {
    border-bottom-left-radius: 12px;
}

.fb--account-ledger--table tr .fb--al--table--spannedcell {
    border-bottom-left-radius: 12px;
}

.fb--account-ledger--table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.msa-click-quiz-controls {
    padding: 8px;
    display: flex;
    justify-content: flex-end;
}

.msa-click--cell {
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.msa-click--cell:hover {
    background-color: #a3efed50;
}

.msa-click-quiz-submit {
    border-radius: 50px;
    padding: 4px 16px;
    background-color: var(--clr-course-primary);
    color: white;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
}

#embed-ledger {
    min-width: 200px;
 }

@container ledger (width <=480px) {
    .fb--account-ledger--table {
        font-size: 12px;
    }

    .fb--account-ledger--table tr td {
        padding: 4px 4px;
    }

    .fb--account-ledger--table.full-ledger tr th:not(.highlight) {
        display: none;
    }

    #scenario_1_full_ledger tr td:nth-of-type(2),
    #scenario_1_full_ledger tr td:nth-of-type(4),
    #scenario_1_full_ledger tr td:nth-of-type(5) {
        display: none;
    }

    #scenario_2_full_ledger tr td:nth-of-type(1),
    #scenario_2_full_ledger tr td:nth-of-type(3),
    #scenario_2_full_ledger tr td:nth-of-type(5) {
        display: none;
    }

    #scenario_3_full_ledger tr td:nth-of-type(2),
    #scenario_3_full_ledger tr td:nth-of-type(3),
    #scenario_3_full_ledger tr td:nth-of-type(5) {
        display: none;
    }

    #scenario_2_full_ledger tr th:nth-of-type(2) {
        border-top-left-radius: 12px;
    }

    #scenario_1_full_ledger tr th:nth-of-type(3),
    #scenario_2_full_ledger tr th:nth-of-type(4),
    #scenario_3_full_ledger tr th:nth-of-type(4) {
        border-top-right-radius: 12px;
    }

    #scenario_2_full_ledger tr:last-child td:nth-of-type(2) {
        border-bottom-left-radius: 12px;
    }

    #scenario_1_full_ledger tr:last-child td:nth-of-type(3),
    #scenario_2_full_ledger tr:last-child td:nth-of-type(4),
    #scenario_3_full_ledger tr:last-child td:nth-of-type(4) {
        border-bottom-right-radius: 12px;
    }

    .fb--account-ledger--table.journal-line tr th:nth-of-type(2),
    .fb--account-ledger--table.journal-line tr:nth-of-type(2) td:nth-of-type(2),
    .fb--account-ledger--table.journal-line tr:nth-of-type(3) td:nth-of-type(1) {
        display: none;
    }
  
     .quiz-box.general-box .fb--account-ledger--holder table tr.fb--account-ledger--table--header > th:nth-child(1) {
       display: none;
     }
  
     .quiz-box.general-box .fb--account-ledger--holder table tr .fb--al--table--spannedcell {
       display: none;
     }
     
}

/*---- Manager Edits ----*/

.vimeo_resize { 
  width: 80%;
  padding: 45% 0 0 0;
  margin: 0 auto;
}

@container (max-width: 640px) {
  .vimeo_resize {
    width: 100%;
    padding: 56.25% 0 0 0;
  }
  
  .step--holder {
    margin-left: 0;
  }
}

/* =======================================

    Page 6 - Balancing Accounnts

======================================== */
/*-----------------------------------------
    [ARA] Approve/Reject Activity
-------------------------------------------*/
.fb-expense-activity--holder {
    position: relative;
    margin: 20px 0;
    display: flex;
    width: 100%;
    padding: 8px;
    border: 1px var(--ms-neutral-200) solid;
    border-radius: 12px;
    gap: 20px;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fb-expense-activity--holder.next {
    opacity: 0;
}

.fb-expense-activity--holder.approve {
    background-color: var(--clr-green-100);
}

.fb-expense-activity--holder.deny {
    background-color: var(--clr-red-100);
}

.fb-expense-activity--bg {
    display: block;
    opacity: 0.05;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.fb-expense-activity--cell {
    z-index: 3;
    display: flex;
    flex-direction: column;
    padding: 8px;
    transition: opacity cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s;
}

.fb-expense-activity--cell.transitioning {
    opacity: 0;
    pointer-events: none;
}

.fb-expense--cell--example {
    justify-content: center;
    flex: 1;
}

.fb-expense--cell--example .fb--account-ledger {
    min-width: 320px;
}

.fb-expense--example--img {
    height: 360px;
    display: inline-block;
    object-fit: cover;
    border-radius: 12px;

}

.fb-expense--cell--content {
    justify-content: flex-start;
    flex: 1;
    gap: 8px;
}

.fb-expense--content--scenario {
    background-color: rgba(255, 251, 251, 0.35);
    border-radius: 12px;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-self: center;
    width: 640px;
    margin-bottom: 20px;

}

.fb-expense--scenario--text {
    width: 540px;
    padding: 0 16px;
}

.fb-expense--content--prompt {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 500;
}

.fb-expense--content--prompt p {
  text-align: center;
}


.fb-expense--scenario--portrait {
    display: flex;
    align-items: center;
}

.fb-expense--portrait--img {
    width: 120px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid white;
    align-self: center;
}

.fb-expense--content--buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.fb-expense--navigation--button {
    display: flex;
    justify-content: center;
    border-radius: 50px;
    color: white;
    font-weight: 500;
    width: 120px;
    padding: 4px;
    cursor: pointer;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
    border: transparent 4px solid;
}

.fb--approval-btn {

    background-color: var(--clr-green-600);
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color;

}

.fb--denial-btn {

    background-color: var(--clr-red-600);
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color;
}


.fb-expense--navigation--button.disabled {
    background-color: var(--ms-neutral-200);
    color: var(--ms-neutral-500);
    pointer-events: none;
}

.fb-expense--navigation--button.correct {
    background-color: var(--clr-course-secondary);
    border-color: white;
    color: white;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.fb-expense--rejoinder {
    background-color: rgba(255, 251, 251, 0.35);
    border-radius: 12px;
    padding: 16px;
    margin: 16px 0;
}

.fb--next-btn {
    justify-self: end;
    width: 72px;
    background-color: var(--ms-neutral-200);
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color;
    cursor: default;
    pointer-events: none;
    box-shadow: none;
}

.fb--next-btn.buttonReady {
    justify-self: end;
    width: 72px;
    background-color: var(--clr-course-primary);
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
}

.fb--next-btn.buttonReady:hover {
    background-color: var(--clr-course-secondary);
}

.fb--approval-btn:hover {
    background-color: var(--clr-green-500);
}

.fb--denial-btn:hover {
    background-color: var(--clr-red-500);
}

.fb-expense--content--navigation {
    display: flex;
}

.fb-expense--score {
    flex: 1;
    padding: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.fb-expense--score div {
    width: 10px;
    height: 10px;
    background-color: var(--ms-neutral-300);
    border-radius: 50%;
}

.fb-expense--score div.correct {
    background-color: var(--clr-green-500);
}

.fb-expense--score div.incorrect {
    background-color: var(--clr-red-500);
}

.fb-expense-activity--final {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
    left: 0;
    top: 0;
    padding: 40px;
}

.fb-expense-final--image {
    width: 144px;
    aspect-ratio: 1;
    padding: 8px;

}

.fb-expense-final--image svg {
    fill: url(#fb-congrats-color);
}

.fb-expense-activity--final.hide {
    display: none;
}

.fb-expense-activity--final h1 {
    font-size: 3rem;
    font-weight: 800;
}

.fb-expense-activity--final h1.ara--success {
    font-size: 3rem;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
    background: var(--clr-course-gradient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.fb-expense-activity--final h1.ara--failure {
    background: linear-gradient(140deg, rgba(159, 35, 35, 1) 0%, rgba(255, 84, 84, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.fb--try-again-btn {
    margin-top: 20px;
    width: 144px;
    background-color: var(--clr-course-primary);
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color;
    cursor: pointer;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
}

.fb--try-again-btn:hover {
    background-color: var(--clr-course-secondary);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
}

@container (max-width: 960px) {
    .fb-expense-activity--holder {
        flex-direction: column;
    }

    .fb-expense--cell--content {
        width: auto;
    }

    /* .fb-expense--cell--example {
        display: none;
    } */
    .fb-expense-activity--bg {
        width: 150%;
        height: 100%;
    }
}

@container (max-width: 640px) {


    .fb-expense--content--scenario {
        flex-direction: column;
        align-items: center;
        width: auto;
    }

    .fb-expense--scenario--text {
        width: auto;
    }
}

/* =======================================

    Page 7 - Test your Knowledge

======================================== */
/* -----------------------------------------
  [MCQ] MultipleChoiceQuiz
  --------------------------------------- */

.general-box {
    max-width: 720px;
    background-color: var(--ms-neutral-200);
    margin: 40px auto;
    padding: 30px;
    border-radius: 12px;
    animation: fadeInRight 1s ease;
    transition: all .2s ease-in-out;
    animation-fill-mode: both;
}

@keyframes fadeInRight {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translate(-50%, 40px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 0px);
        opacity: 1;
    }
}

.general-box::before,
.general-box::after {
    content: '';
    clear: both;
    display: table;
}

.general-box.hide {
    display: none;
}

.home-box h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 24px;
}

.home-box p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 22px;
    font-weight: 400;
}

.home-box p span {
    font-weight: 500;
}

.home-box .bttn {
    margin-top: 20px;
}

.hint-box {
    position: absolute;
    background-color: var(--ms-neutral-100);
    min-width: 240px;
    min-height: 160px;
    width: 80%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    animation: fadeInUp .5s ease;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
}

.hint-box--image {
    width: 100%;
}

.hint-box--image img {
    width: 100%;
}

.hint-box h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 24px;
}

.hint-box p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 22px;
    font-weight: 400;
}

.hint-box p span {
    font-weight: 500;
}

.hint-box .bttn {
    margin-top: 20px;
}

.quiz-hintBtn.quiz-inactive {
    background-color: var(--clr-neutral-3) !important;
    color: #000000 !important;
    pointer-events: none;
}


.quiz-nextBtn {
    background-color: var(--clr-course-primary) !important;
    float: right;
    animation: fadeIn .5s ease forwards;
}


.quiz-submitBtn {
    background-color: var(--clr-course-primary) !important;
}

.quiz-submitBtn:hover {
    background-color: var(--clr-course-secondary) !important;
}

.quiz-submitBtn.quiz-inactive {
    background-color: var(--clr-neutral-3) !important;
    color: #000000 !important;
}

.quiz-bttn {
    background-color: var(--clr-course-primary) !important;
}

.quiz-nextBtn:hover, .quiz-bttn:hover {
    background-color: var(--clr-course-secondary) !important;
}

.quiz-nextBtn.quiz-inactive {
    background-color: var(--clr-neutral-3) !important;
    color: #000000 !important;
}

.quiz-box {
    position: relative;
}

.quiz-box .question-number, .quiz-box .question-text, .quiz-box .option-container,
.quiz-box .next-question-btn, .quiz-box .answers-indicator {
    width: 100%;
    float: left;
}

.quiz-box .question-number {
    font-size: 18px;
    color: var(--clr-course-primary);
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    line-height: 24px
}

.quiz-box .question-text {
    font-size: 22px;
    color: #000000;
    line-height: 28px;
    font-weight: 400;
    padding: 20px 0;
    margin: 0;
}

.quiz-box .question-text img {
    max-width: 100%;
    display: block;
    margin-top: 16px;
}

.quiz-box .option-container .option {
    background-color: #fff;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 12px;
    margin-bottom: 16px;
    cursor: pointer;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
    position: relative;
    overflow: hidden;
}

.quiz-box .option-container .option input {
    margin: 0 12px 0 0;
}

.quiz-box .option-container .option.already-answered {
    pointer-events: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.quiz-box .option-container .option.correct::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--clr-success-hover);
    z-index: -1;
    animation: slideInLeft .5s ease forwards
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.quiz-box .option-container .option.wrong::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--clr-alert-hover);
    z-index: -1;
    animation: slideInLeft .5s ease forwards
}

.quiz-box .option-container .option.wrong {
    color: #ffffff;
    background-color: var(--clr-alert);
}

.quiz-box .option-container .option.correct {
    color: #ffffff;
    background-color: var(--clr-success);
}

.quiz-box .bttn {
    margin: 16px 0;
}

.quiz-box .answers-indicator {
    border-top: 1px solid #cccccc;
    padding-top: 12px;
}

.quiz-box .answers-indicator div {
    height: 8px;
    width: 8px;
    display: inline-block;
    background-color: #cccccc;
    border-radius: 50%;
    margin-right: 4px;
    margin-top: 16px;
}

.quiz-box .answers-indicator div.correct {
    background-color: var(--clr-success);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.quiz-box .answers-indicator div.wrong {
    background-color: var(--clr-alert);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.result-box {
    text-align: center;
}

.result-box.hide {
    display: none;
}

.rejoinder-window {
    position: relative;
}

.rejoinder-window.passed {
    color: white;
    background-color: var(--clr-success);
}

.rejoinder-window.failed {
    color: white;
    background-color: var(--clr-alert);
}

.rejoinder-box.hide {
    display: none;
}

.rejoinder-box h1 {
    font-size: 36px;
    line-height: 42px;
}

.rejoinder-box, .rejoinder-window {
    height: auto;
    margin: 12px auto;
    max-width: 700px;
    background-color: var(--ms-neutral-100);
    padding: 24px;
    border-radius: 12px;
    animation: slidein 1s ease;
    z-index: 15;
}

.results-rightcolumn {
    text-align: right !important;
}

@keyframes slidein {
    from {
        height: 0px;
        transform: scale(0);
        opacity: 0;
    }

    to {
        height: var(--h);
        /*This will change for each element */
        transform: scale(1);
        opacity: 1;
    }
}

.result-box h2 {
    color: var(--clr-course-primary);
    font-size: 32px;
    line-height: 36px;
}

.result-box table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    border: none;
}

.result-box table td {
    border: none !important;
    padding: 8px 14px;
    font-weight: 500;
    color: #000000;
    width: 50%;
    text-align: left;
    font-size: 18px;
}

.result-box .bttn {
    margin-right: 20px;
}


@media(max-width: 767px) {
    .result-box .bttn {
        margin-bottom: 14px;
    }
}


/* =======================================

    Page 8 - Summary

======================================== */
/*-----------------------------------------
    Summary Image
-------------------------------------------*/
.summary_img {
    display: flex;
    justify-content: center;
}

.summary_img img {
    width: 70%;
    rotate: -2deg;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

@container (max-width: 580px) {
    .summary_img img {
        width: 100%;
    }
}

/* =======================================

    Page Final - Now Go And

======================================== */
/*-----------------------------------------
    MSA Now Go and
-------------------------------------------*/

.msa-now-go-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px 0;
}

.msa-now-go-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.msa-now-go-item-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.msa-now-go-item-header__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--clr-course-primary);
    border-radius: 50%;
    aspect-ratio: 1;
    width: 64px;
}

.msa-now-go-item-header__icon svg {
    width: 44px;
}

.msa-now-go-item-header__icon svg path {
    fill: #fff;
}

.msa-now-go-item-header__heading h2 {
    margin-bottom: unset;
}

@container (min-width: 800px) {
    .msa-now-go-item {
        gap: 8px;
    }

    .msa-now-go-item-header {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .msa-now-go-item-body {
        margin-left: 84px;
    }
}

/*===== MSA Now Go and Text Links =====*/

.msa-now-go-item-body__text-links {
    --grid-gap: 16px;
    --grid-column-count: 3;
    --grid-item--min-width: 180px;

    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-gap));
    --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
    gap: var(--grid-gap);
    margin-top: 20px;
    margin-left: unset;
}

.msa-now-go-item-body__text-link {
    list-style: none;
}

.catalog-grid-item__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}