.widgets {width: 100%;}

.qsearch__dialogue {
  width: 250px;
  position: absolute;
  top: 20px;
  background-color: #fff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; 
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px; 
  box-shadow: 0px 3px 4px #a6a6a6;
  z-index: 200;
}
.qsearch__dialogue__head {
  width: 100%;
  height: 40px;
  display: flex;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; 
  background-color: #eff3f8;
  border-bottom: 2px solid #4e61ed;
}
.qsearch_hg_icon {
  width: 45px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-size: 1.3em;
  background-repeat: no-repeat;
  background-position: 1.0em center;
  background-image: url("../img/search-alt-icon.svg");
}
.qsearch_spinner_container {
  width: 45px;
  height: 40px;
}

.qsearch__spinner {
  width:30px;
  height:30px;
  position: relative;
  margin-top: 4px;
  margin-left: 7px;
  animation: spin 0.8s linear infinite;
  -webkit-animation: spin 0.8s linear infinite;
  -moz-animation: spin 0.8s linear infinite;
}
@keyframes spin {100% {transform:rotateZ(360deg)}}
.qsearch__spinner--path {
  stroke-dasharray: 141;
}

.dialogue__head__search--input {
  width: calc(100% - 85px);
  height: 38px;
  background-color: #eff3f8;
  color: #777;
  font-size: 1.5rem;
  cursor: text;
  overflow: hidden;
  border: none !important;
}
.dialogue__head__search--input:focus {outline: none;} 
.dialogue__head__search--clear {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position: 1.0em center;
  background-image: url("../img/close-cross-regular.svg");
}

.qsearch__dialogue__list { /* Search Dropdown */
  width: 100%;
  padding: 10px 0px 20px 0px;
  background-color: #fff;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.qsearch__list {
  width: 100%;
  min-height: 1px;
  max-height: 250px;
  padding-left: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.qsearch__listnode {
  width: 100%;
  padding: 6px 5px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
.qsearch__listnode:hover {
  background-color: #edeffd;
}
.search__node--noteicon {
  width: 30px;
  height: 30px;
  background-size: 1.9em;
  background-position: 0.0em center;
  background-repeat: no-repeat;
  background-image: url("../img/note-icon.svg");
}
.search__node--bookicon {
  width: 30px;
  height: 30px;
  background-size: 1.95em;
  background-position: -0.1em center;
  background-repeat: no-repeat;
  background-image: url("../img/notebook-icon.svg");
}
.qsearch__listnode--name {
  width: calc(100% - 25px);
  padding-left: 3px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}




.deck__duedeck {
  width: 100%;
  padding-left: 5px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
}
.duedeck__description {
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
}
.duedeck__status {
  width: 72px;
  padding-left: 8px;
  overflow-x: hidden;
}
.duedeck__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");
}
.duedeck__description--name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}




.organizr {
  width: 300px;
  position: absolute;
  transform: translate3d(100px, 235px, 0); /* Default on page load. */
  z-index: 400;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0px 4px 8px #a6a6a6;
}
.organizr__head {
  height: 50px;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-bottom: 10px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom: 2px solid #4e61ed;
}
.organizr__head--name {
  width: 200px;
  padding-left: 10px;
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
}

.organizr__head--close {
  width: 31px;
  height: 34px;
  position: absolute;
  top: 7px;
  right: 10px;
  background-size: 1.0em;
  background-repeat: no-repeat;
  background-position: 0.6em center;
  background-image: url("../img/close-cross-regular.svg");
  cursor: pointer;
}
.organizr__head--close:hover {
  background-image: url("../img/close-cross-hover.svg");
  border-radius: 6px;
  background-color: #edeffd;
}

.organizr__head--nav, .ohn--disabled {
  width: 32px;
  height: 35px;
  background-size: 1.9em;
  background-repeat: no-repeat;
  background-position: 0.0em center;
  background-image: url("../img/arrow-left-icon.svg");
  cursor: pointer;
}
.ohn--disabled {
  opacity: 0.5;
  cursor: default;
}

.organizr__body {
  height: 200px;
  width: 100%;
  padding: 0px 15px;
  overflow-x: hidden;
  overflow-y: auto;
}
.org__body--book {
  height: 45px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
}
.orgbk--disable {
  opacity: 0.5;
  cursor: default;
}

.org__body--select {
  background-color: #eff3f8;
}

.org__body--icon { /* Allows 'icon' to be large enough to share click event with 'name'. */
  width: 35px;
  min-width: 35px;
  height: 35px;
  background-size: 1.9em;
  background-position: 0.3em center;
  background-repeat: no-repeat;
  background-image: url("../img/notebook-icon.svg");
  /* background-color: orange; */
}
.org__body--name {
  width: 230px;
  padding: 12px 0px; /* Allows 'name' to be large enough for click event. */
  font-weight: 500;
}
.org__body--caret {
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-top: -2px;
  border-radius: 7px;
  background-size: 1.1em;
  background-repeat: no-repeat;
  background-position: 0.55em center;
  background-image: url("../img/caret-right.svg");
  background-color: #eff3f8;
}
.org__body--caret:hover {
  background-image: url("../img/caret-right-white.svg");
  background-color: #4e61ed;
}

.organizr__foot {
  height: 50px;
  width: 100%;
  padding: 0px 20px 10px 20px;
  margin-top: 10px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.organizr__foot--btn {padding-right: 10px;}
.organizr__foot--name {
  width: 175px;
  padding-left: 5px;
  font-size: 1.6rem;
  font-weight: 600;
}
.commit_btn {
  width: 80px;
  padding: 9px 0px;
  margin-left: 17px;
  background-color: #4e61ed;
  color: #fff;
}
button.org_move:disabled {
  opacity: 0.5;
  cursor: default;
}

.organizr__head--name, .org__body--name,
.organizr__foot--name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.organizr__preloader {
  right: 10px;
  z-index: 500;
}

.organizr__spinner {
  width:30px;
  height:30px;
  position: relative;
  animation: spin 0.8s linear infinite;
  -webkit-animation: spin 0.8s linear infinite;
  -moz-animation: spin 0.8s linear infinite;
}
@keyframes spin {100% {transform:rotateZ(360deg)}}
.organizr__spinner--path {stroke-dasharray: 141;}




.addcard {
  width: 300px;
  position: absolute;
  top: 0px; /* Default on page load. */
  left: 0px; /* Default on page load. */
  z-index: 2000;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0px 4px 8px #777;
}
.addcard__head {
  height: 50px;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-bottom: 10px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom: 2px solid #4e61ed;
}
.addcard__head--cardname {
  width: calc(100% - 35px);
  font-size: 1.8rem;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.addcard__head--close {
  width: 31px;
  height: 34px;
  position: absolute;
  top: 7px;
  right: 10px;
  background-size: 1.0em;
  background-repeat: no-repeat;
  background-position: 0.6em center;
  background-image: url("../img/close-cross-regular.svg");
  cursor: pointer;
}
.addcard__head--close:hover {
  background-image: url("../img/close-cross-hover.svg");
  border-radius: 6px;
  background-color: #edeffd;
}

.addcard__body {
  width: 100%;
  height: 250px;
  padding: 0px 15px;
  overflow-x: hidden;
  overflow-y: auto;
}
.addcard__decknode {
  height: 45px;
  display: flex;
  align-items: center;
}
.decknode__link { /* Where the 'flexin' starts! */
  width: 100%;
  height: inherit;
  padding: 0px 8px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 6px;
  cursor: pointer;
}
.decknode__link--hover:hover {
  background-color: #eff3f8;;
}
.decknode__link--selected {
  font-weight: 600;
  background-color: #eff3f8;
  border: 1px solid #4e61ed;
}

.decknode--icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-size: 2.1em;
  background-position: 0.0em center;
  background-repeat: no-repeat;
  background-image: url("../img/focus-deck-icon.svg");
}
.decknode--text {
  padding-left: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.6rem;
}
.addcard__foot {
  width: 100%;
  height: 50px;
  padding: 0px 20px 10px 20px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;;
}
button.addcard--btn {
  width: 95px;
  padding: 9px 0px;
  color: #ffffff;
}
.addcard--disable {
  opacity: 0.3;
  cursor: default;
}
button.addcard--commit {
  background-color: #4e61ed;
  cursor: pointer;
}
button.addcard--commit:hover {
  background-color: #2e44ea;
  box-shadow: 0px 3px 8px #999;
}
button.addcard--cancel {
  width: 93px;
  padding: 8px 0px;
  border: 1px solid #e6e6e6;
}
button.addcard--cancel:hover {
  box-shadow: 0px 3px 8px #999;
}




.uschedules {
  width: 525px;
  position: absolute;
  top: 0; /* Default on page load. */
  left: 0; /* Default on page load. */
  padding: 30px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0px 6px 7px #666;
  z-index: 2000;
}
.uschedules__uschedule {
  width: 100%;
}
.uschedule__header {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}
.uschedule__header--title {
  width: calc(100% - 60px);
  font-size: 2.5rem;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.uschedule__body {
  width: 100%;
  padding-top: 15px;
}
.uschedule__schedlist {
  width: 100%;
  max-height: 150px;
  font-size: 1.6rem;
  overflow-y: auto;
}
.uschedule__listnode {
  width: 100%;
  height: 38px;
  padding: 2px 5px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
}
.uschedule__itemdesc {
  width: calc(100% - 40px);
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.uscheditem--icon {
  width: 30px;
  height: inherit;
  background-size: 1.4em;
  background-position: 0.1em center;
  background-repeat: no-repeat;
  background-image: url("../img/spaced-repetition-icon.svg");
}
.uscheditem--name {
  width: 100%;
  padding-left: 3px;
  font-size: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.uschedule__itemactions {
  display: flex;
  align-items: center;
  height: inherit;
}
.uschedule__itemactions--trash {
  width: 40px;
  height: inherit;
  background-size: 1.35em;
  background-position: 0.5em center;
  background-repeat: no-repeat;
  background-image: url("../img/trash-icon.svg");
}


.uschedule__foot {
  padding: 25px 0px 15px 0px;
}
.usched__btn {
  height: 40px;
  display: flex;
  padding: 10px 10px 10px 0px;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.usched__btn--icon {
  width: 21px;
  height: 24px;
  margin-right: 6px;
  mask-image: url("../img/spaced-repetition-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}   
.uschedules__schedcreator {
  width: 100%;
}
.uschedules__schedcreator__msg {
  width: 100%;
  padding-bottom: 23px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #777;
}
.schedcreator {
  width: 100%;
}
.schedcreator__name {
  font-size: 1.6rem;
}
.schedcreator__name input {
  width: 100%;
  padding: 7px;
  font-size: 1.5rem;
  border-radius: 5px !important;
  border: 1px solid #222 !important;
}
.schedcreator__name input::placeholder {
  color: #a6a6a6;
}

.schedcreator__dayeditor {
  width: 100%;
  padding-top: 25px;
}
.dayeditor__builderbtn {
  width: 140px;
  height: 40px;
  padding: 10px 10px 10px 0px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #4e61ed;
}

.dayeditor__container {
  width: 100%;
  display: flex;
}
.dayeditor__start {
  width: 115px;
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.dayeditor__display {
  width: 100%;
  padding: 5px 0px;
  display: flex;
  font-size: 1.5rem;
}
.dayeditor__daytrack {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.editortrack__day {
  width: 25%;
  height: 35px;
  padding-right: 6px;
  display: flex;
  align-items: center;
}
.editortrack__day input {
  width: 27px;
  height: 27px;
  padding-left: 2px;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 5px !important;
  border: 1px solid #222 !important;
}

.schedcreator__foot {
  width: 100%;
  padding: 25px 25px 0px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
button.usched_commit:disabled {
  opacity: 0.3;
  cursor: default;
}