.libhead__player {
  width: 100%;
  height: calc(9em - 10px); /* Set in 'RnLibrary.setLibHeight()'. */
  padding-top: 15px;
}
button.player__toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.player__toggle--icon {
  width: 100%;
  height: 100%;
  background-size: 1.1em;
  background-repeat: no-repeat;
  background-position: 0.8em center;
  background-image: url("../img/caret-left-double.svg");
}

button.player__btn {
  width: 235px;
  height: 40px;
  padding-left: 18px;
  margin-left: 25px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 500;
}
button.player__btn:hover {
  background-color: #eff3f8;
  cursor: pointer;
}
button.player__btn[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.player__btn--icon {
  width: 35px;
  height: 40px;
}
.pb_icon1 {
  background-size: 1.5em;
  background-position: 0.1em center;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-left-icon.svg");
}
.pb_icon2 {
  background-size: 1.6em;
  background-position: 0.1em center;
  background-repeat: no-repeat;
  background-image: url("../img/spaced-repetition-icon.svg");
}


.itemlist__decktrees {
  width: 100%;
  height: 38px;
  padding: 0px 0px 4px 10px;
}
.notedecks__head {
  width: 100%;
  height: 37px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.notedecks__notebook {
  width: calc(100% - 24px);
  height: inherit;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.notedecks__bookicon {
  width: 34px;
  min-width: 34px;
  height: 30px;
  background-size: 1.9em;
  background-position: 0.0em center;
  background-repeat: no-repeat;
  background-image: url("../img/library-my-icon.svg");
}
.notedecks__bookname {
  padding-right: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 1.6rem;
}
.notedecks__group {
  width: 100%;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
}
.notedeck {
  width: 100%;
  display: flex;
}
.notedeck__link { /* Where the 'flexin' starts! */
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 6px;
  font-weight: 500;
  font-size: 1.5rem;
  cursor: pointer;
}
.deck_link_selected {
  color: #4e61ed;
  background-color: #eff3f8;
}
.notedeck__label {
  width: 100%;
  height: 100%;
  padding-left: 26px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.notedeck_icon {
  width: 35px;
  min-width: 35px;
  height: 30px;
  background-size: 1.9em;
  background-position: 0.0em center;
  background-repeat: no-repeat;
  background-image: url("../img/deck-icon.svg");
}
.notedeck_text {
  width: 100%;
  padding-right: 7px;
  font-size: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Shared CSS with 'Focus Decks' */
.deckscaret__wrap {
  width: 28px;
  height: 100%;
  flex: 0 0 auto;
  cursor: pointer;
}
.decks_caret {
  width: 28px;
  height: 100%;
  background-size: 0.9em;
  background-repeat: no-repeat;
  background-position: 0.6em center;
  background-image: url("../img/caret-down.svg");
}

.note_decklink_hover:hover {
  background-color: #eff3f8;
}

.deck__cardcount {
  display: flex;
  align-items: center;
}
.cardcount__circle {
  width: 25px;
  height: 25px;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #4e61ed;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.3rem;
  opacity: 0;
}

.deck__menubtn {
  padding: 19px 22px 19px 10px;
  background-size: 0.2em;
  background-repeat: no-repeat;
  background-position: 0.6em center;
  rotate: 90deg;
  margin-top: 10px;
  background-image: url("../img/ellipsis-v-light.svg");
}

  
        

.focusdecks__head {
  width: 100%;
  padding-top: 15px;
}
.focusdecks__header {
  width: 100%;
  height: 37px;
  display: flex;
  align-items: center;
  color: #777777;
  cursor: pointer;
}
.focusdecks__headicon {
  width: 34px;
  min-width: 34px;
  height: 30px;
  background-size: 2.0em;
  background-position: 0.0em center;
  background-repeat: no-repeat;
  background-image: url("../img/focus-decks-icon.svg");
}
.focusdecks__headname {
  padding-right: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 1.6rem;
}
.new_focusdeck_btn {
  width: 100%;
  height: 50px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.5rem;
  overflow: hidden;
  cursor: pointer;
}
.focusdeck_btn--icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-size: 1.9em;
  background-position: 0.1em center;
  background-repeat: no-repeat;
  background-image: url("../img/add-focusdeck-icon.svg");
}
.focusdeck_btn--text {
  padding-left: 6px;
  margin-top: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.focusdecks__group {
  width: 100%;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
}
.focusdeck {
  width: 100%;
  display: flex;
}
.focusdeck__link {
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 6px;
  font-weight: 500;
  font-size: 1.5rem;
  cursor: pointer;
}
.focusdeck_link_selected {
  color: #4e61ed;
  background-color: #eff3f8;
}
.focusdeck_link_hover:hover {
  background-color: #eff3f8;
}
.focusdeck__label {
  width: 100%;
  height: 100%;
  padding-left: 26px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.focusdeck_icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-size: 1.9em;
  background-position: 0.0em center;
  background-repeat: no-repeat;
  background-image: url("../img/focus-deck-icon.svg");
}
.focusdeck_text {
  width: 100%;
  padding-left: 4px;
  padding-right: 7px;
  font-size: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}




.content_player {
  width: 100%;
  justify-content: center;
}
.player__card { /* Card Page */
  width: 100%;
  min-width: 500px;
  height: calc(100vh - 80px); /* 80px is an arbitrary subtracted height. */
  position: relative;
}
.card__head {
  width: 100%;
}
.cardhead__controls {
  height: 70px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardhead--btn {
  width: 170px;
  height: 70px;
  justify-content: center;
  align-items: center;
}
.ch__playicon {
  width: 26px;
  height: 35px;
  margin-right: 5px;
  background-size: 1.3em;
  background-repeat: no-repeat;
  background-position: 0.0em center;
  margin-top: -0.4em;
  background-image: url("../img/play-solid-regular.svg");
  cursor: pointer;
}
.ch__playtitle {
  height: 35px;
  font-size: 2.5rem;
  font-weight: 600;
}

.cardhead__timer {
  justify-content: center;
  align-items: center;
}
button.cardtimer--btn1, 
button.cardtimer--btn2,
button.cardtimer--btn3 {
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-repeat: no-repeat;
}
button.cardtimer--btn1 {
  background-size: 2.3em;
  background-position: 0.6em center;
  background-image: url("../img/pause-active.svg");
} 
button.cardtimer--btn2 {
  background-size: 1.7em;
  background-position: 1.0em center;
  background-image: url("../img/play-active.svg");
}
button.cardtimer--btn3 {
  background-size: 1.8em;
  background-position: .6em center;
  background-image: url("../img/redo-solid-icon.svg");
}

.cardtimer__display {
  font-size: 2.2rem;
  padding: 0px 10px;
}

.cardhead__progress {
  width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-left: 15px;
  display: block;
}
.progress__label {
  width: 100%;
  padding-right: 20px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.progress__meter {
  width: calc(100% - 15px);
  height: 30px;
  display: flex;
  align-items: center;
}
.progbar--track {
  height: 10px;
  position: relative;
  border-radius: 5px;
  background-color: #d9d9d9;
}
.progbar--bar {
  height: 10px;
  display: block;
  position: relative;
  border-radius: 5px;
  background-color: #666666;
}
.progbar--handle {
  width: 26px;
  height: 26px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #4e61ed;
  z-index: 200;
  top: -8px;
}


.cardbody__container {
  width: 100%;
  padding-bottom: 15px;
  overflow: auto;
}
.cardbody {
  width:100%;
}
.cardbody__upper { /* Question/Response/Answer contianer.*/
  width: 100%;
  height: calc(100vh - 475px); /* Pixles above div + pixles below div = 475px. */
  min-height: 150px;
  overflow-y: auto;
}

/*********** QUESTION, ANSWER, RESPONSE ***********/
.cardbody__question,
.cardbody__response,
.cardbody__answer {
  width: calc(33.33% - 22px);
  min-width: calc(33.33% - 22px);
  padding: 10px 10px 20px 10px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0px 4px 5px #b3b3b3;
  font-size: 1.6rem;
}
.question__head,
.response__head,
.answer__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.question__label,
.response__label,
.answer__label {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  font-weight: 600;
}
.question__label {width: 120px;}
.response__label {width: 150px;}
.answer__label {width: 175px;}

.question__body,
.response__body,
.answer__body {
  width: 100%;
  padding: 0px 20px 20px 20px;
}
button.question__focusbtn {
  width: 50px;
  height: 45px;
  background-size: 2.4em;
  background-position: 0.4em center;
  background-repeat: no-repeat;
  background-image: url("../img/focus-decks-add-card-icon.svg");
  cursor: pointer;
}
button.question__focusbtn:disabled {
  opacity: 0.4;
  cursor: default;
}
.response__micbtn {
  width: 50px;
  height: 45px;
  background-size: 2.1em;
  background-position: 0.7em center;
  background-repeat: no-repeat;
  background-image: url("../img/microphone-icon.svg");
  cursor: pointer;
}
.response__body_ipt {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  resize: none;
  border: none !important;
  cursor: text;
}
.response__body_ipt:focus {
  outline: none !important;
}
.response__body_ipt--placeholder {
  font-size: 1.6rem;
  font-style: italic;
  color: #b3b3b3;
  pointer-events: none;
  user-select: none;
}
.answer__notebtn {
  width: 50px;
  height: 45px;
  background-size: 2.0em;
  background-position: 0.9em center;
  margin-top: 0.1em;
  background-repeat: no-repeat;
  background-image: url("../img/edit-note-icon.svg");
  cursor: pointer;
}

/******************** ACTIONS *********************/
.cardbody__lower {
  width: calc(100% - 20px);
  height: 55px;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 4px 5px #b3b3b3;
  border-radius: 14px;
}
.cardbody__lower__center {
  width: calc(100% - 400px);
  display: flex;
  justify-content: center;
}
.cardbody__lower__left {
  width: 200px;
  height: 40px;
}

button.cardbody__lower--focusbtn {
  height: inherit;
  padding: 0px 5px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  cursor: pointer;
}
button.cardbody__lower--focusbtn:disabled {
  opacity: 0.4;
  cursor: default;
}
.focusbtn--icon {
  width: 45px;
  height: 36px;
  background-size: 2.4em;
  background-position: 0.3em center;
  background-repeat: no-repeat;
  background-image: url("../img/focus-decks-add-card-icon.svg");
}

/* 1 space */
button.cardbody__lower__center--answer,
button.cardbody__lower__center--endtest {
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 1.6rem;
  white-space: nowrap;
  cursor: pointer;
}
button.cardbody__lower__center--answer {
  width: 146px;
  min-width: 146px;
  background-color: #29a329; /* #4e61ed */
  color: #fff;
  margin-left: 10px;
  margin-right: 30px;
}
button.cardbody__lower__center--endtest {
  width: 100px;
  min-width: 75px;
  background-color: #fff;
  border: 2px solid #555;
}
button.cardbody__lower__center--answer:hover {
  background-color: #2eb82e;
}
button.cardbody__lower__center--endtest:hover {
  border: 2px solid #222;
  color: #222;
}
button.cardbody__lower__center--answer:disabled,
button.cardbody__lower__center--endtest:disabled {
  opacity: 0.2;
  cursor: default;
}
button.cardbody__lower__center--nav {
  height: 40px;
  padding: 0px 18px;
  justify-content: center;
  align-items: center;
  border-radius: none;
  font-size: 1.5rem;
  font-weight: 500;
  color: #555;
  cursor: pointer;
}
.cbl__left, .cbl__right {
  width: 59px;
  display: flex;
  background-size: 1.8em;
  background-repeat: no-repeat;
  background-position: 1.20em center;
}
.cbl__left {
  background-image: url("../img/caret-right.svg");
  rotate: 180deg;
}
.cbl__right {
  background-image: url("../img/caret-right.svg");
}
button.cardbody__lower__center--nav:disabled {
  opacity: 0.2;
  cursor: default;
}


.deck_empty_msg {
  padding: 15px;
  margin-top: 10px;
  border: 2px solid #4e61ed;
  border-radius: 10px;
  font-size: 2.0rem;
  color: #4e61ed; 
}


.cardfoot {
  width: 100%;
  bottom: -25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #eff3f8;
}

.cardfoot__selfscore {
  width: 100%;
}
.selfscore__container {
  justify-content: center;
  min-width: 430px;
  height: 97px;
}
.scoreself {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scoreself__foot {
  padding-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scoreself__foot--msg {
  font-size: 1.6rem;
  font-weight: 600;
}
.scoreself__foot--conf {
  padding-left: 3px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #4e61ed;
}
.scoreself__levels {
  padding-top: 15px;
  display: flex;
}
.levels--btn {
  width: 103px;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: 5px;
  padding-top: 6px;
  background-color: #4e61ed;
  border-radius: 6px;
  cursor: pointer;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.levels--btn:hover {
  background-color: #2e44ea;
}




.player__results {  /* Results Page */
  width: 100%;
}
.results__container {
  height: calc(100vh - 233px); /* Matches the 'Library' nav scroll trigger: 70px above window bottom. */
  overflow-y: auto; /* vertical scrollbar trigger. */
  overflow-x: hidden;
}
.results__head {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
button.exit_results {
  width: 110px;
  min-width: 110px;
  height: 34px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #4e61ed;
  border-radius: 6px;
  color: #4e61ed;
}
button.exit_results:hover {box-shadow: 0px 0px 7px #777;}

.head__resultlabel {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resultlabel__title {
  width: 100%;
  padding-left: 110px;
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 600;
}


/*-------------------- CONFIDENCE METER --------------------*/
.results__metrics {
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
.metrics__meter {
  width: 500px;
  min-width: 500px;
  height: 420px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 14px;
  font-size: 1.8rem;
  font-weight: 600;
}
.metrics__meter--time {
  width: 100%;
  padding: 20px 40px 0px 40px;
  display: flex;
  justify-content: space-between;
}
.metrics__meter--cards {
  width: 100%;
  padding: 10px 40px 0px 40px;
  display: flex;
  justify-content: space-between;
}

/*------ GAUGE CSS ------*/
.metric__gauge {
  width: 100%;
  display: flex;
  justify-content: center;
}
.gauge__circle {
  width: 310px;
  height: 155px;
  margin-top: 30px;
  border-top-right-radius: 155px;
  border-top-left-radius: 155px;
  background: linear-gradient(to left, #4e61ed, #dadadc);
}
.gauge__circle--inner {
  width: 242px;
  height: 127px;
  margin-top: 34px;
  margin-left: 34px;
  border-top-right-radius: 127px;
  border-top-left-radius: 127px;
  background-color: #fff;
}
.gauge__dividers {
  position: absolute;
  top: 100px;
  left: 95px;
  width: 310px;
  height: 155px;
  /* background: green;
  opacity: .5; */
}
.gauge__dividers--divider {
  width: 5px;
  height: 160px;
  left: 153px;
  position: absolute;
  background-color: #fff;
  transform-origin: bottom center;
}
.gauge__circle__dial {
  width: 16px;
  height: 100px;
  position: absolute;
  left: 241px;
  top: 157px;
  transform-origin: center bottom;
  transform: rotate(-90deg);
  /* opacity: .3; */
}
.gauge__dial {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0px;
  bottom: 3px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 105px solid #4e61ed;
}
.gauge__pivot {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 86px;
  left: -6px;
  background-color: #4e61ed;
  border: 3px solid #fff;
  border-radius: 50%;
}
.gauge__circle--value {
  width: 100%;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  font-size: 2.0rem;
  color: #4e61ed;
}
.metric__gauge--desc {
  width: 100%;
  padding: 15px 40px 0px 40px;
  font-size: 1.7rem;
  font-weight: 400;
}


/*--------------------- RESULTS REVIEW ---------------------*/
.results__review__area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.results__review__boxes {
  width: 500px;
  background-color: #fff;
  border-radius: 14px;
}
.review__boxes__head {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 600;
}
.review__boxes__nodes {
  width: 100%;
  padding: 0px 20px;
}
.review__box {
  width: calc(100% - 30px);
  padding-top: 10px;
  margin: 0px 15px;
  border-bottom: 2px solid #d9d9d9;
}
.review__box__question {
  width: 100%;
  min-height: 36px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.review__box__question--txt,
.review__box__question--txt p {
  width: calc(100% - 100px);
  padding-top: 10px;
  font-size: 1.6rem;
}
.review__box__question--btn {
  width: 100px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #4e61ed;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}
.review__box__question--btn:hover {
  background-color: #2e44ea;
}
.rb_question__score_area {
  width: 90px;
  padding-top: 15px;
  padding-left: 8px;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.review__box__answer {
  width: calc(100% - 115px);
  padding-bottom: 20px;
}
.review__box__footer {
  width: 100%;
  padding: 22px 0px;
  display: flex;
  justify-content: center;
}
.review__box__footer--btn {
  width: 100px;
  padding: 3px 0px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #555;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
.review__box__footer--btn:hover {box-shadow: 0px 0px 5px #a6a6a6;}




.player__focusdeckeditor {
  width: 100%;
  background-color: #eff3f8;
}
.deckeditor__mainhead {
  width: 100%;
}
.mainhead__close {
  padding-top: 15px;
  display: flex;
  justify-content: right;
}
button.deckeditor__close {
  width: 110px;
  height: 34px;
  margin-right: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #4e61ed;
  border-radius: 4px;
  color: #4e61ed;
}
button.deckeditor__close:hover {box-shadow: 0px 0px 7px #777;}

.mainhead__title {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 600;
}

.deckeditor__listarea {
  overflow-x: hidden;
  overflow-y: auto;
}
.deckeditor__listhead {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.deckeditor__listhead--card {
  width: calc(100% / 2 - 70px);
  height: inherit;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.deckeditor__listhead--sourcedeck {
  width: calc(100% / 2 - 70px);
  height: inherit;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.deckeditor__listhead--actions {
  width: 90px;
  height: inherit;
  display: flex;
  align-items: center;
}
.deckeditor__listhead--shuffle {
  width: 35px;
  height: 30px;
  background-size: 1.3em;
  background-repeat: no-repeat;
  background-position: 0.5em center;
  background-image: url("../img/arrange-as-list.svg");
  cursor: pointer;
}
.deckeditor__list {
  width: 100%;
  max-height: calc(100vh - 268px);
  overflow-y: auto;
  background-color: #eff3f8;
}
.deckeditor__listnode {
  height: 60px;
  display: flex;
  border-radius: 14px;
  background-color: #fff;
  margin-top: 15px;
}
.deckeditor__listnode--card,
.deckeditor__listnode--sourcedeck {
  width: calc(100% / 2 - 70px);
  padding: 22px 22px 0px 22px;
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.deckeditor__listnode--actions {
  width: 86px;
  display: flex;
}
.deckeditor_action {
  width: 43px;
  height: inherit;
  cursor: pointer;
}
.da_opt1 {
  background-size: 2.0em;
  background-position: 0.5em center;
  margin-top: 0.1em;
  background-repeat: no-repeat;
  background-image: url("../img/edit-note-icon.svg");
}
.da_opt2 {
  background-size: 1.6em;
  background-position: 0.7em center;
  background-repeat: no-repeat;
  background-image: url("../img/trash-icon.svg");
}
.da_opt3 {
  background-size: 1.5em;
  background-position: 0.7em center;
  background-repeat: no-repeat;
  background-image: url("../img/sort-drag-icon.svg");
}
.deckeditor__listnode--drag {
  width: 43px;
  height: inherit;
  cursor: grab;
}
.deckeditor__listnode--selected {
  opacity: .3;
}
.deckeditor__listnode--dummy {
  width: 100%;
  position: absolute;
  border: 1px solid #a2acf6;
  border-radius: 14px;
  z-index: 2000;
}


.deckeditor__deletepop {
  width: 310px;
  padding: 10px 15px;
  position: absolute;
  align-items: center;
  border-radius: 14px;
  box-shadow: 0px 6px 25px #a6a6a6;
  background-color: #fff;
  z-index: 2000;
}
.de_deletepop__msg {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
}
.de_deletepop__actions {
  display: flex;
  margin-left: auto;
}
button.de_deletepop--yes {
  width: 50px;
  padding: 9px;
  background-color: #4e61ed;
  color: #ffffff;
  cursor: pointer;
}
button.de_deletepop--no {
  width: 50px;
  padding: 9px;
  margin-left: 15px;
  background-color: #fff;
  color: #222;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
button.de_deletepop--yes:hover {
  background-color: #2e44ea;
  box-shadow: 0px 3px 6px #999;
}
button.de_deletepop--no:hover {
  background-color: #fff;
  box-shadow: 0px 3px 6px #999;
}

.player__card img{
  max-width: 100%;
  height: auto;
}
/* Audio Recorder styles */
.myaudioanswer_recorder{
  position: relative;
  margin-left: auto;
  /* margin-right: 1em; */
}
.myaudioanswer_recorder_info button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25em;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  padding: 0;
  background: transparent;
  color: #4e61ed;
  color: #555555;
  transition: all .2s;
  font-size: 28px;
}
.myaudioanswer_recorder_info .rn_svg_icon {
  width: 1.2em;
  height: 1.2em;
}
.myaudioanswer_recorder_info button:hover,
.myaudioanswer_recorder_info button:focus {
  outline: none;
  color: #3242bb;
  color: #454545;
}
#myaudioanswer_play:disabled {
  display: none !important;
}

.myaudioanswer_recorder_info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.myaudioanswer_recorder_status{
  color: #aaa;
}
.myaudioanswer_recorder_status .recording{
  font-weight: 500;
  color: #ed341d;
}
.myaudioanswer_audiorecorder {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 100%;
  margin-top: 1em;
  right: -1em;    
  /* width: 10.5em; */
  background: #eff3f8;
  border: 1px solid #e0e0e0;
  box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 10%);
  padding: 1em;
  border-radius: 8px;
}
.myaudioanswer_audiorecorder:not(.toggled) {
  display: none !important;
}

.myaudioanswer_audiorecorder button {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  gap: .25em;
  border-radius: 5em;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  padding: .5em 1em;
  background: #4e61ed;
  background: #555555;
  color: #fff;
  transition: all .2s;
}
.myaudioanswer_audiorecorder button:disabled {
  display: none !important;
}
.myaudioanswer_audiorecorder .rn_svg_icon {
  width: 1.2em;
  height: 1.2em;
}
.myaudioanswer_audiorecorder button:hover,
.myaudioanswer_audiorecorder button:focus {
  outline: none;
  background: #3242bb;
  background: #454545;
}
.myaudioanswer_audiorecorder button.btn_audiorecord ,
.myaudioanswer_audiorecorder button.btn_audiostop {
  background: #ed341d;
}
.myaudioanswer_audiorecorder button.btn_audiorecord:hover,
.myaudioanswer_audiorecorder button.btn_audiorecord:focus,
.myaudioanswer_audiorecorder button.btn_audiostop:hover,
.myaudioanswer_audiorecorder button.btn_audiostop:focus {
  outline: none;
  background: #c72d1c;
}

.myaudioanswer_play_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25em;
  margin: auto;
  margin-bottom: 6px;
  
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  padding: 0;
  background: transparent;
  color: #4e61ed;
  transition: all .2s;
}
.myaudioanswer_play_btn .rn_svg_icon {
  width: 1.2em;
  height: 1.2em;
}
.myaudioanswer_play_btn:hover,
.myaudioanswer_play_btn:focus {
  outline: none;
  color: #3242bb;
}
.myaudioanswer_play_btn:disabled {
  display: none !important;
}