.flashcard-wrapper{--border-radius:16px;--back-bg:#ffffff;--front-bg:#ffffff;--box-shadow:0 0 2.5rem 0 rgba(0,0,0,.16);bottom:10%;clear:left;perspective:1000px;transform:none!important;width:560px;height:340px;border-radius:var(--border-radius)}.flashcard{top:0;left:0;width:100%;height:100%;position:absolute;border-radius:inherit;transform-style:preserve-3d;background-color:transparent;transition:transform .45s ease,opacity .45s ease;transition:transform .45s ease}.flashcard *{box-sizing:border-box}.flashcard__content{width:100%;height:100%;border-radius:inherit}.flashcard__front{background-color:var(--front-bg)}.flashcard__back{background-color:var(--back-bg)}.flashcard__back,.flashcard__front{top:0;left:0;color:#000;width:100%;height:100%;position:absolute;border-radius:inherit;backface-visibility:hidden;box-shadow:var(--box-shadow)}.flashcard__back[data-flip-type=disable],.flashcard__front[data-flip-type=disable]{cursor:not-allowed}.flashcard__back[data-flip-type=manual],.flashcard__front[data-flip-type=manual]{cursor:auto}.flashcard__back[data-flip-type=auto],.flashcard__front[data-flip-type=auto]{cursor:pointer}.flashcard[data-flip=true][data-dir=rtl]{transform:rotateY(-180deg)!important}.flashcard[data-flip=true][data-dir=ltr]{transform:rotateY(180deg)!important}.flashcard[data-flip=true][data-dir=tb]{transform:rotateX(-180deg)!important}.flashcard[data-flip=true][data-dir=bt]{transform:rotateX(180deg)!important}.flashcard[data-dir=rtl] .flashcard__back{transform:rotateY(-180deg)!important}.flashcard[data-dir=ltr] .flashcard__back{transform:rotateY(180deg)!important}.flashcard[data-dir=tb] .flashcard__back{transform:rotateX(-180deg)!important}.flashcard[data-dir=bt] .flashcard__back{transform:rotateX(180deg)!important}.flashcard-array-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:560px;height:auto;gap:15px}@media (max-width:625px){.flashcard-array-wrapper{width:90%}}.flashcard-array{position:relative;perspective:1000px;width:100%;height:340px;display:flex;flex-direction:row;align-items:center;justify-content:center}.flashcard-array>.flashcard-wrapper:first-child,.flashcard-array>.flashcard-wrapper:nth-child(3){opacity:0;box-shadow:none;visibility:hidden;pointer-events:none;background:transparent;display:block!important;transition:transform .24s ease,opacity .12s linear!important}.flashcard-array>.flashcard-wrapper:first-child{z-index:5;right:unset;width:0!important;transform:translate(-10%) rotateY(10deg) translateZ(0)!important}.flashcard-array>.flashcard-wrapper:first-child .flashcard__back,.flashcard-array>.flashcard-wrapper:first-child .flashcard__front{display:none}.flashcard-array>.flashcard-wrapper:nth-child(3){z-index:5;width:0!important;left:unset;transform:translate(10%) rotateY(-10deg) translateZ(0)!important}.flashcard-array>.flashcard-wrapper:nth-child(3) .flashcard__back,.flashcard-array>.flashcard-wrapper:nth-child(3) .flashcard__front{display:none}.flashcard-array>.flashcard-wrapper:nth-child(2){z-index:6;box-shadow:none;background:transparent;display:block!important;transform-style:preserve-3d;transition:transform .24s ease,opacity .12s linear!important}.flashcard-array__progress-bar{gap:12px;width:80%;height:6px;overflow:hidden;position:relative;border-radius:3px;background-color:#d0d0d0;display:flex;flex-direction:row;align-items:center;justify-content:center}.flashcard-array__progress-bar .flashcard-array__progress-bar-fill{top:0;left:0;height:100%;border-radius:3px;position:absolute;background-color:#4a4a4a;transition:width .25s ease-out}.flashcard-array__controls{gap:35px;width:100%;height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center}.flashcard-array__controls button{padding:0;border:none;font-size:40px;width:auto;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:transparent;transition:all .12s cubic-bezier(.47,0,.745,.715)}.flashcard-array__controls button svg{height:80%;cursor:pointer}.flashcard-array__controls--count{font-size:15px!important}