.content_spacedrep {
  width: 100%;
  height: calc(100vh - 135px);
  background-color: #eff3f8;
  font-size: 1.5rem;
}
.spacedrep__interface {
  min-width: 550px;
  height: inherit;
  padding-top: 30px;
  overflow-y: auto;
}
.sr_icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.spacedrep__upper__inerface {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.spacedrep__upper__header {
  width: 100%;
  padding-top: 15px;
  display: flex;
}
.spacedrep__toplabel {
  width: calc(100% - 120px);
  padding-left: 120px;
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 600;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.spacedrep__toplabel--text {
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
button.exit_spacerep {
  width: 80px;
  height: 34px;
  margin-left: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #4e61ed;
  border-radius: 6px;
  color: #4e61ed;
}
button.exit_spacerep:hover {box-shadow: 0px 0px 7px #777;}

.spacedrep__togglearea {
  width: 100%;
  display: flex;
  justify-content: center;
}
.srnotelist_toggle {
  width: 40px;
  height: 40px;
  background-size: 1.2em;
  background-repeat: no-repeat;
  background-position: 0.8em center;
  background-image: url("../img/caret-left-double.svg");
  cursor: pointer;
}
.spacedrep__deckslist {
  width: 100%;
  padding: 0px 25px 25px 25px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.deckslist__head {
  padding-left: 7px;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
}
.srdecklist__sortoptions {
  width: 350px;
  display: flex;
  margin-left: calc(100% - 350px);
}
.srdecklist__sortbtn {
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.srdecklist__sortbtn--caret {
  width: 25px;
  height: 21px;
  background-size: 0.8em;
  background-position: 0.4em center;
  background-repeat: no-repeat;
  background-image: url("../img/caret-down.svg");
}

.decklist_nodecksmsg {
  width: 100%;
  padding: 25px 20px;
  margin-top: 25px;
  border-top: 2px solid #4e61ed;
  font-size: 1.8rem;
  font-weight: 600;
  color: #555;
}
.nodecksmsg__link {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 600;
  color: #4e61ed;
}
.nodecksmsg__link__btn {
  height: 30px;
  width: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.nodecksmsg__link__btn--icon {
  width: 50px;
  height: 30px;
  background-size: 1.8em;
  background-position: 0.3em center;
  background-repeat: no-repeat;
  background-image: url("../img/video-watch-icon.svg");
}

.deckslist__body {
  width: 100%;
  min-height: 100px;
  max-height: calc(100vh - 655px);
  overflow-y: scroll;
}
.decklist__decknode {
  width: 100%;
  padding: 0px 5px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
}
.decknode__description {
  width: calc(100% - 275px);
  display: flex;
  align-items: center;
}
.decknode__date {
  width: 100px;
}
.decknode__status {
  width: 72px;
  padding-left: 8px;
  font-weight: 600;
  overflow-x: hidden;
}
.decknode__description--icon {
  width: 35px;
  height: 30px;
  background-size: 1.9em;
  background-position: 0.0em center;
  background-repeat: no-repeat;
  background-image: url("../img/deck-icon.svg");
  /* background-color: orange; */
}
.decknode__description--name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.spacedrep__lower__interface {
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.spacedrep__schedule {
  width: 100%;
  padding: 5px 25px 25px 25px;
}
.schedule__srsubheader {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.srsubheader__srtitle {
  width: 450px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 6px;
}
.srsubheader__srtitle:hover {
  border: 1px solid #4e61ed;
  color: #4e61ed;
  cursor: pointer;
}
.srsubheader__name {
  max-width: calc(100% - 30px);
  font-size: 1.8rem;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.srsubheader__caret {
  width: 30px;
  height: 25px;
  background-size: 1.0em;
  background-repeat: no-repeat;
  background-position: 0.8em center;
  background-image: url("../img/caret-down.svg");
}
.srsubheader__srdropdown {
  width: 450px;
  position: absolute;
  padding: 10px 15px 15px 15px;
  top: -3px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 3px 6px #a6a6a6;
  z-index: 200;
}
.srdropdown__schedules {
  width: 100%;
  max-height: 200px;
  font-size: 1.6rem;
  overflow-y: auto;
}
.schedule__typenode {
  width: 100%;
  padding: 5px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
}
.schedule__typenode:hover {
  background-color: #eff3f8;
  cursor: pointer;
}
.typenode__icon {
  background-size: 1.3em;
  background-position: 0.1em center;
  background-image: url("../img/spaced-repetition-icon.svg");
}
.typenode__name {
  width: 100%;
  padding-left: 3px;
  font-size: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.schedule__srbody {
  width: 100%;
  padding: 30px 0px;
}
.srcalendar_body {
  width: 100%;
}
.srbody__text {
  padding-left: 3px;
  padding-bottom: 2px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #888;
}
.srbody__daytrack {
  display: flex;
  align-items: flex-start;
}
.daytrack__start {
  display: flex;
  align-items: center;
  margin-right: 5px;
  font-weight: 600;
  color: #333;
}
.track__start--left {
  width: 95px;
  padding: 6px 5px 5px 5px;
  display: flex;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
  justify-content: center;
  overflow: visible;
  white-space: nowrap;
}
.track__start--right {
  width: 0;
  height: 0;
  margin-left: -9px;
  border-left: 17px solid transparent; 
  border-right: 17px solid transparent;
  rotate: 90deg;
}
.daytracks__wrapper { /* For 5 or more 'days', (specified by user.) */
  width: calc(100% - 125px);
  display: flex;
  flex-wrap: wrap;
}
.daytrack__day {
  width: 90px;
  min-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 8px 2px 7px 7px;
  border-radius: 4px;
}
.daytrack__day--icon {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  rotate: 90deg;
}

.schedule__srcalendar_title {
  width: 100%;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}
.schedule__srcalendar {
  width: 100%;
  padding: 0px 30px 30px 30px;
}
.srcalendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* Responsive */
  gap: .25rem;
  font-size: 1.5rem;
  user-select: none;
  width: 100%;
}
.srcalendar .srcalendar-head {
  font-weight: 600;
  text-align: center;
  margin-bottom: .25rem;
  color: #000;
}
.srcalendar .sr_cell {
  height: 37px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.srcalendar .sr_cell.dimmed {
  font-weight: 600;
  color: #ccc;
}
.sr_cell__daynum {
  width: 100%;
  height: 16px;
  padding-top: 3px;
  margin-bottom: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
}

.schedule__srfoot {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
button.srfoot__your_schedules {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.srfoot__your_schedules--icon {
  background-size: 1.5em;
  background-position: 0.0em center;
  background-image: url("../img/spaced-repetition-icon.svg");
}
button.srfoot__stop_schedules {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.srfoot__stop_schedule--icon {
  background-size: 1.3em;
  background-position: 0.1em center;
  background-image: url("../img/sr-opt-out-icon-2.svg");
}
button.srfoot__restart {
  display: flex;
  margin-left: 20px;
  align-items: center;
  font-weight: 500;
}
.srfoot__restart--icon {
  background-size: 1.3em;
  background-position: 0.1em center;
  background-image: url("../img/redo-solid-icon.svg");
}
.spacedrep__footer {
  width: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.spacedrep__footer--spacer {
  width: calc(100% - 50px);
  margin-left: 25px;
  border-top: 2px solid #d9d9d9;
}
.spacedrep__footer--actions {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.assistant_btn--disable {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.assistant_btn--disable:hover {
  background-color: inherit !important;
}