.exam-selector{display:flex;align-items:center}.exam-selector__trigger{display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;width:100%;border-radius:8px}.exam-selector__icon-wrapper{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.exam-selector__icon{width:24px;height:24px;object-fit:contain}.exam-selector__text{flex:1;font-family:var(--font-reddit-semibold);text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exam-selector__change{font-size:14px;font-weight:500;flex-shrink:0}.exam-selector__change-text.mobile-only{display:none}.exam-selector--header{margin:0 24px 0 16px}.exam-selector--header .exam-selector__trigger{padding:8px;background:#1b2124;border:1px solid #414347;min-width:155px;max-width:155px}.exam-selector--header .exam-selector__text{font-size:14px;color:#d9dce1}.exam-selector--header .exam-selector__change{color:#7c3aed}.exam-selector--account{margin:0;width:100%}.exam-selector--account .exam-selector__trigger{padding:8px 16px;background:#f8f8f8;border:1px solid #efefef;justify-content:space-between}.exam-selector--account .exam-selector__text{font-size:16px;color:#3d3d3d;margin-left:0}.exam-selector--account .exam-selector__change{color:#5a4bda}.exam-selector--account .exam-selector__change-text.mobile-only{display:block;font-family:var(--font-reddit-semibold);font-size:14px;line-height:20px;letter-spacing:0px;color:#5a4bda}.exam-selector--account .exam-selector__change-icon.desktop-only{display:none}.customer-account-tabs__exam-selector{padding-bottom:24px;width:100%;background-color:#fff;padding-left:var(--mobile-padding);padding-right:var(--mobile-padding)}.customer-account-tabs__exam-selector .exam-selector--account{display:flex;align-items:center;margin:0;width:100%}.exam-selector--prep{margin:0;width:100%}.exam-selector--prep .exam-selector__trigger{padding:8px 16px;background:#fff;border:1px solid #b7b7b7;justify-content:space-between}.exam-selector--prep .exam-selector__trigger:hover{border-color:#999}.exam-selector--prep .exam-selector__text{font-size:15px;font-family:var(--font-reddit-regular, inherit);color:#1b2124}.exam-selector--prep .exam-selector__change-text{display:none}.exam-selector--prep .exam-selector__change-icon--arrow svg{width:24px;height:24px;display:block}@media(max-width:1024px){.exam-selector--prep .exam-selector__change-icon--arrow svg{width:20px;height:20px}}.exam-selector-modal__content{padding:0;border:var(--style-border-popover);max-width:90vw;max-height:90vh;height:90vh;overflow:hidden;display:none!important;flex-direction:column}.exam-selector-modal__content:not([open]){display:none!important}.exam-selector-modal__content[open]{display:flex!important;animation:examModalSlideIn .3s ease-out forwards}@media screen and (min-width:750px){.exam-selector-modal__content{width:960px;border-radius:16px;margin:auto;background:#fff}.exam-selector-modal__content[open]{animation:examModalFadeIn .3s ease-out forwards}}.exam-selector-modal__content.dialog-closing{animation:examModalSlideOut .2s ease-in forwards;display:flex!important}@media screen and (min-width:750px){.exam-selector-modal__content.dialog-closing{animation:examModalFadeOut .2s ease-in forwards;display:flex!important}}@keyframes examModalSlideIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes examModalSlideInMobile{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes examModalSlideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes examModalSlideOutMobile{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes examModalFadeIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes examModalFadeOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(-20px)}}.exam-selector-modal__header{position:relative;flex-shrink:0}.exam-selector-modal__drag-handle{display:none}.exam-selector-modal__heading{color:#111827;margin:0;padding:32px 0;text-align:center;font-family:var(--font-reddit-semibold);font-size:24px;line-height:32px;letter-spacing:0px;font-weight:600}.exam-selector-modal__close{position:absolute;top:29px;right:32px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:background .2s ease;z-index:10}.exam-selector-modal__inner{padding:0 32px 32px;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.exam-selector-modal__inner:focus-visible{outline:none}.exam-selector-modal__section{margin-bottom:32px}.exam-selector-modal__section:last-child{margin-bottom:0}.exam-selector-modal__section-title{color:#1b2124;margin:0 0 24px;font-family:var(--font-reddit-semibold);font-size:24px;line-height:32px;letter-spacing:0px}.exam-selector-modal__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1024px){.exam-selector-modal__grid{grid-template-columns:repeat(2,1fr)}}.exam-selector-modal__list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.exam-selector-modal__card{display:flex;align-items:center;gap:12px;padding:18px 14px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;background:#fff}.exam-selector-modal__card.category-card{border:1px solid #d9dce1;background:#fff;border-radius:12px}.exam-selector .dialog-modal::backdrop{background:#00000080}.exam-card__icon{width:48px;height:48px;object-fit:contain}.exam-card__name{font-size:18px;line-height:28px;letter-spacing:0px;font-family:var(--font-reddit-semibold);color:#3d3d3d}.category-card{width:100%}.category-card__icon{width:32px;height:32px;object-fit:contain;flex-shrink:0}.category-card__name{color:#1b2124;font-family:var(--font-reddit-semibold);font-size:18px;line-height:28px;letter-spacing:0px}@media screen and (max-width:749px){.exam-selector-modal__content{position:fixed;bottom:0;left:0;right:0;max-width:100vw;margin:0;height:75vh;max-height:90vh;transition:height .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;top:unset;border-top-left-radius:16px!important;border-top-right-radius:16px!important;background:#fff}.exam-selector-modal__content[open]{animation:examModalSlideInMobile .3s ease-out forwards;transform-origin:bottom center}.exam-selector-modal__content.dialog-closing{animation:examModalSlideOutMobile .3s ease-in forwards!important;transform-origin:bottom center}.exam-selector-modal__drag-handle{display:block;width:32px;height:3px;background-color:#b7b7b7;border-radius:2px;margin:6px auto 30px;cursor:grab;flex-shrink:0}.exam-selector-modal__drag-handle:active{cursor:grabbing}.exam-selector-modal__header{padding:0;border-bottom:none}.exam-selector-modal__heading{padding:0 16px 16px;font-size:16px;line-height:24px;text-align:left}.exam-selector-modal__section-title{font-size:14px;line-height:20px;margin-bottom:12px;color:#3d3d3d}.exam-selector-modal__close{top:12px;right:16px;width:32px;height:32px}.exam-selector-modal__inner{padding:0 16px 16px;overflow-y:auto;flex:1;min-height:0;-webkit-overflow-scrolling:touch}.exam-selector-modal__list{gap:12px;grid-template-columns:repeat(1,1fr)}.exam-selector-modal__card{padding:8px 10px;gap:8px}.exam-card__name,.category-card__name{font-size:14px;line-height:20px}.exam-card__icon,.category-card__icon{width:40px;height:40px}.exam-selector--header .exam-selector__change-text.mobile-only{display:block;font-family:var(--font-reddit-semibold);font-size:14px;line-height:20px;letter-spacing:0px;color:#5a4bda}.exam-selector--header .exam-selector__change-icon.desktop-only{display:none}.exam-selector--header .exam-selector__trigger{max-width:100%;padding:8px 16px;width:100%;justify-content:space-between;background:#f8f8f8;border:1px solid #efefef;border-radius:8px}.exam-selector--header .exam-selector__icon-wrapper,.exam-selector--header .exam-selector__icon{width:24px;height:24px}.exam-selector--header .exam-selector__text{font-size:16px;flex:1;text-align:left;margin-left:0;color:#3d3d3d}}
/*# sourceMappingURL=/cdn/shop/t/180/assets/exam-selector.css.map */
