@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
.col-12 {
  margin-top: 100px; }

/* THEME FILES */
/* Color Variables */
body {
  color: #626568;
  background: #edf0f2; }

.color-text {
  color: #626568; }

.bg-red {
  background: #c73d53 !important; }

.bg-orange {
  background: #f3715a !important; }

.color-orange {
  color: #f3715a !important; }

.color-yellow {
  color: #f0a059 !important; }

.bg-blue {
  background: #1d3067 !important;
  color: white !important; }

.color-blue {
  color: #1d3067 !important; }

.bg-accent-blue {
  background: #4a77ff !important; }

.color-accent-blue {
  color: #4a77ff !important; }

.bg-correct {
  background: #4DD068 !important; }

.color-correct {
  color: #4DD068 !important; }

.bg-incorrect {
  background: #F35A5A !important; }

.color-incorrect {
  color: #F35A5A !important; }

.bg-light {
  background: #edf0f2 !important; }

.bg-medium {
  background: #f2f5f7 !important; }

.bg-dark {
  background: #d5dde3 !important; }

.bg-cool {
  background: #808a99 !important; }

.color-cool {
  color: #808a99 !important; }

.bg-gradient {
  color: white;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c73d53+0,f3715a+100 */
  background: #c73d53;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #c73d53 0%, #f3715a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73d53', endColorstr='#f3715a',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .bg-gradient.modal-gradient .modal-gradient-content {
    background-color: #fff; }
  .bg-gradient > .modal-body {
    color: #626568; }
    .bg-gradient > .modal-body .row {
      height: 100%; }
    .bg-gradient > .modal-body label {
      font-size: 16px; }

.border-color-incorrect {
  border-color: #F35A5A !important; }

.border-color-yellow {
  border-color: #f0a059 !important; }

.border-color-correct {
  border-color: #4DD068 !important; }

.border {
  border-color: #d5dde3 !important; }
  .border.border-dashed {
    border-style: dashed !important; }
  .border.border-dark {
    border-color: #808a99 !important; }

html {
  font-size: 16px; }

body {
  font-family: 'Open Sans', sans-serif; }
  body.larger-font p, body.larger-font h1, body.larger-font h2, body.larger-font h3, body.larger-font h4, body.larger-font h5, body.larger-font h6, body.larger-font a, body.larger-font ul, body.larger-font li, body.larger-font ol, body.larger-font table, body.larger-font th, body.larger-font td, body.larger-font tr, body.larger-font span, body.larger-font input, body.larger-font textarea, body.larger-font button, body.larger-font select, body.larger-font option, body.larger-font label, body.larger-font i, body.larger-font b {
    font-size: 110%; }

h1 {
  font-size: 28px; }
  h1.small {
    font-size: 24px;
    font-weight: 300; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

#essayAnswerSection {
  line-height: 32px; }

p, ul, ol {
  font-size: 16px;
  line-height: 32px; }
  p.small, ul.small, ol.small {
    font-size: 14px;
    line-height: 24px; }

p a {
  font-size: 16px; }

.small {
  font-size: 14px; }

.semi-bold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.text-blue {
  color: #1d3067; }

.text-tag {
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 600;
  padding: 0 4px;
  line-height: 22px; }

.material-icons {
  line-height: inherit; }
  .material-icons.inherit {
    font-size: inherit;
    vertical-align: bottom; }
  .material-icons.large {
    font-size: 24px !important; }

.de-emphasized {
  font-size: 12px;
  color: rgba(128, 138, 153, 0.8);
  font-style: italic; }

.faded {
  opacity: .4; }

.add-quotes {
  position: relative;
  line-height: 1.5; }
  .add-quotes::before, .add-quotes::after {
    content: 'format_quote';
    color: inherit;
    font-family: 'Material Icons';
    font-size: 60px;
    opacity: 0.2;
    position: absolute; }
  .add-quotes::before {
    bottom: calc(100% - 16px);
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .add-quotes::after {
    top: calc(100% - 16px);
    right: 0;
    color: inherit; }

.stat-counter {
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 24px; }
  .stat-counter .numerator {
    color: #f3715a;
    font-size: 36px;
    font-weight: bold; }

.btn {
  border-radius: 2px;
  border: none;
  font-size: 18px;
  padding: 15px 22px;
  min-width: 143px; }
  .btn.btn-primary {
    background: #4a77ff; }
    .btn.btn-primary:hover {
      background: #3d62d2; }
    .btn.btn-primary:disabled {
      background: rgba(74, 119, 255, 0.4); }
  .btn.btn-secondary {
    background: #808a99; }
    .btn.btn-secondary:hover {
      background: #7e8897; }
    .btn.btn-secondary:disabled {
      background: rgba(128, 138, 153, 0.4); }
  .btn.btn-inverse {
    color: #c73d53;
    background: white; }
    .btn.btn-inverse:hover {
      background: rgba(255, 255, 255, 0.8); }
    .btn.btn-inverse:disabled {
      color: rgba(199, 61, 83, 0.4); }
    .btn.btn-inverse.btn-link {
      color: white;
      opacity: .5;
      background: transparent; }
  .btn.btn-link {
    min-width: auto; }
  .btn.small {
    font-size: 14px;
    padding: 5px 15px;
    min-width: 111px; }
  .btn.btn-underline {
    border-radius: 0;
    border-bottom: 1px solid #808a99;
    color: #808a99;
    padding: 0 3px;
    text-align: left;
    min-width: 104px; }
  .btn.dropdown-toggle {
    position: relative;
    padding-right: 18px; }
    .btn.dropdown-toggle:after {
      position: absolute;
      right: 0px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: 'keyboard_arrow_down';
      font-family: 'Material Icons';
      border: none;
      margin-right: 10px; }
  .btn .material-icons {
    font-size: inherit;
    vertical-align: inherit;
    margin-left: 5px; }
  .btn.btn-outline {
    border: 1px solid #d5dde3; }
  .btn.no-min {
    min-width: auto; }
  .btn.grade {
    height: 40px;
    line-height: 40px;
    padding: 0;
    display: -webkit-inline-box;
    display: inline-flex; }
    .btn.grade .material-icons {
      color: #808a99;
      font-size: 28px;
      width: 38px;
      margin-left: 0; }
    .btn.grade .text {
      overflow: hidden;
      font-size: 18px;
      background: white;
      height: 40px;
      line-height: 36px;
      width: 0;
      -webkit-transition: 0.2s ease-in-out all;
      transition: 0.2s ease-in-out all; }
    .btn.grade.correct, .btn.grade.incorrect {
      border-width: 2px; }
      .btn.grade.correct .material-icons, .btn.grade.incorrect .material-icons {
        color: white; }
    .btn.grade.correct {
      background: #4DD068;
      border-color: #4DD068;
      color: white; }
      .btn.grade.correct .text {
        color: #4DD068; }
    .btn.grade.incorrect {
      background: #F35A5A;
      border-color: #F35A5A;
      color: white; }
      .btn.grade.incorrect .text {
        color: #F35A5A; }

button {
  position: relative; }
  button.default {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0; }
  button.material-icons {
    background: transparent;
    border: none; }
    button.material-icons.small {
      font-size: 16px; }
  button.btn-video {
    text-align: left;
    color: #626568; }
    button.btn-video h3 {
      margin-bottom: 0;
      word-break: break-word;
      line-height: 2; }
    button.btn-video img {
      width: 100%;
      margin-bottom: 10px; }
  button.btn-timer {
    background: #808a99;
    height: 38px;
    border-radius: 2px;
    border: 2px solid #808a99;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    button.btn-timer .time {
      background: white;
      height: 34px;
      font-size: 20px;
      color: #808a99; }
    button.btn-timer .material-icons {
      color: white;
      width: 50px;
      font-size: 26px;
      line-height: 1; }
    button.btn-timer.warning {
      background: #f39e5a;
      border-color: #f39e5a;
      -webkit-animation: shadow-pulse-warning 2.5s infinite;
              animation: shadow-pulse-warning 2.5s infinite; }

@-webkit-keyframes shadow-pulse-warning {
  0% {
    box-shadow: 0 0 0 0px rgba(243, 158, 90, 0.4); }
  100% {
    box-shadow: 0 0 0 12px rgba(243, 158, 90, 0); } }

@keyframes shadow-pulse-warning {
  0% {
    box-shadow: 0 0 0 0px rgba(243, 158, 90, 0.4); }
  100% {
    box-shadow: 0 0 0 12px rgba(243, 158, 90, 0); } }
    button.btn-timer.danger {
      background: #f35a5a;
      border-color: #f35a5a;
      -webkit-animation: shadow-pulse-danger 1.5s infinite;
              animation: shadow-pulse-danger 1.5s infinite; }

@-webkit-keyframes shadow-pulse-danger {
  0% {
    box-shadow: 0 0 0 0px rgba(243, 90, 90, 0.4); }
  100% {
    box-shadow: 0 0 0 12px rgba(243, 90, 90, 0); } }

@keyframes shadow-pulse-danger {
  0% {
    box-shadow: 0 0 0 0px rgba(243, 90, 90, 0.4); }
  100% {
    box-shadow: 0 0 0 12px rgba(243, 90, 90, 0); } }
  button.note {
    border-radius: 50%;
    width: 14px;
    height: 14px; }
  button.text {
    text-decoration: underline; }
  button.pagination-arrow {
    min-width: 0px;
    padding: 0px;
    margin: 13px 10px;
    border: 1px solid #edf0f2;
    border-radius: 5px; }
    button.pagination-arrow .material-icons {
      margin-left: 0px;
      color: #626568; }

@media (max-width: 767px) {
  .flashcard button.width-180 {
    width: 130px !important; } }

.button-reset-session {
  text-decoration: none;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 18px;
  color: #808a99;
  position: relative;
  padding: 0; }
  .button-reset-session:hover {
    color: inherit;
    text-decoration: none; }
    .button-reset-session:hover::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      border-bottom: 1px solid #808a99; }

.text-link {
  text-decoration: underline;
  cursor: pointer; }

.cursor-pointer {
  cursor: pointer; }

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #edf0f2;
  opacity: 0.9;
  z-index: 1090;
  pointer-events: none; }
  .loading-container .animation-container {
    position: absolute;
    width: 100px;
    top: calc(50vh - 172px);
    left: 50%;
    -webkit-transform: translate(-50%, 50px);
            transform: translate(-50%, 50px);
    -webkit-animation-name: logoFill;
            animation-name: logoFill;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    overflow: hidden; }

/*
 * This area has some rules for hiding random loader spinners,
 * specifically positioning them, and fixing problems cause by
 * .input-loading divs.
*/
.spinner-border {
  max-width: 24px;
  max-height: 24px; }
  .spinner-border.input-loading {
    color: rgba(128, 138, 153, 0.6);
    left: calc(100% + 8px);
    top: calc(50% + 8px); }
  .radio-checkbox-buttons .spinner-border, .rubric-form .spinner-border {
    display: none; }
  textarea[hidden] + .spinner-border {
    top: 16px;
    left: 50%;
    max-width: 80px;
    max-height: 80px;
    width: 4rem;
    height: 4rem; }

.rubric-form .form-group > .loading-input {
  width: 100%; }

textarea.form-control ~ button.anything.btn-loading {
  background: transparent;
  padding: 0;
  margin: 0;
  min-width: 56px;
  float: right;
  height: 1.6rem; }
  textarea.form-control ~ button.anything.btn-loading .spinner-border {
    border: .15em solid #c7c7c7;
    border-right-color: transparent;
    height: 1rem;
    width: 1rem; }

#logo-loader {
  position: absolute;
  top: 0;
  fill: #c94154; }

@-webkit-keyframes logoFill {
  0% {
    height: 0; }
  100% {
    height: 100px; } }

@keyframes logoFill {
  0% {
    height: 0; }
  100% {
    height: 100px; } }

.textarea-controls-wrapper .btn-loading, .textarea-controls-wrapper .btn-loading:hover, .file-upload .btn-loading, .file-upload .btn-loading:hover {
  background: transparent;
  padding: 0;
  min-width: 50px; }
  .textarea-controls-wrapper .btn-loading .spinner-border, .textarea-controls-wrapper .btn-loading:hover .spinner-border, .file-upload .btn-loading .spinner-border, .file-upload .btn-loading:hover .spinner-border {
    border: .15em solid #c7c7c7;
    border-right-color: transparent; }

.file-upload .btn-loading {
  position: absolute;
  right: 100px;
  top: 6px;
  z-index: 2; }

.loading-bar {
  height: 4px !important;
  margin-top: 10px;
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .loading-bar .progress {
    position: relative;
    overflow: hidden;
    height: 4px;
    border-radius: 0; }
    .loading-bar .progress .indeterminate {
      background-color: #4a77ff;
      margin: 0;
      padding: 0; }
      .loading-bar .progress .indeterminate:before {
        content: '';
        position: absolute;
        background-color: inherit;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right;
        -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
                animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
      .loading-bar .progress .indeterminate:after {
        content: '';
        position: absolute;
        background-color: inherit;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right;
        -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
                animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
        -webkit-animation-delay: 1.15s;
                animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

.simplebar-scrollbar::before {
  border-radius: 0 !important; }

.simplebar-track {
  background-color: #edf0f2; }
  .simplebar-track-white .simplebar-track,
  [data-sidebar-helpful] .simplebar-track {
    background-color: #fff; }

/* LAYOUT FILES */
.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-y {
  overflow-y: auto !important; }

.overflow-x {
  overflow-x: auto !important; }

.fill-height {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.no-radius {
  border-radius: 0; }

@media (max-width: 1024px) {
  .d-ipad-down {
    display: block !important; } }

@media (max-width: 1024px) {
  .d-none-ipad {
    display: none !important; } }

#main-content {
  overflow-x: hidden; }

.page-content {
  padding: 50px 80px;
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all; }
  @media (max-width: 991px) {
    .page-content {
      padding: 50px 30px; } }
  @media (max-width: 767px) {
    .page-content {
      padding: 30px 0px; } }
  .page-content .row {
    margin-top: 3rem; }
    @media (max-width: 576px) {
      .page-content .row {
        margin-top: 1.5rem; } }
    .page-content .row:first-child {
      margin-top: 0; }

.slide-sidebar {
  height: calc(100vh - 136px);
  top: 136px;
  background: white;
  bottom: 0;
  z-index: 1;
  width: 344px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all; }
  .slide-sidebar.bg-blue {
    z-index: 1062; }
  .slide-sidebar .sidebar-content {
    padding: 15px 10px; }
  .slide-sidebar .sidebar-header {
    opacity: .2;
    border-bottom: 1px solid white; }
    .slide-sidebar .sidebar-header button {
      color: white; }
  .slide-sidebar.right {
    right: 0;
    -webkit-transform: translateX(344px);
            transform: translateX(344px); }
    .slide-sidebar.right .sidebar-content {
      padding: 50px 80px 50px 35px; }
  .slide-sidebar.left {
    left: 0;
    -webkit-transform: translateX(-344px);
            transform: translateX(-344px); }
    .slide-sidebar.left .sidebar-content {
      padding: 50px 35px 50px 80px; }
  .slide-sidebar .tab {
    position: absolute;
    left: -40px;
    top: 15px;
    width: 40px;
    height: 40px;
    background: white; }
    .slide-sidebar .tab span {
      display: block;
      -webkit-transition: 0.5s ease-in-out all;
      transition: 0.5s ease-in-out all; }
  .slide-sidebar .item {
    margin-bottom: 30px; }
  .slide-sidebar + .page-content {
    margin-left: 344px; }

.sidebar-overlay {
  background: rgba(0, 0, 0, 0.1);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1061;
  display: none; }

@media (max-width: 768px) {
  .flashcard {
    margin-top: 80px;
    margin-bottom: 50px; }
    .flashcard .flip h1 {
      font-size: 24px; }
    .flashcard .flip p {
      font-size: 14px; } }

.flashcard-overlay {
  background: rgba(0, 0, 0, 0.1);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1061;
  display: none;
  position: absolute; }

.sidebar-open.sidebar-resize-content .page-content {
  width: calc(100% - 344px); }

.sidebar-open .slide-sidebar {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  .sidebar-open .slide-sidebar .tab span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sidebar-open .slide-sidebar #mark-up-links p {
    white-space: pre-wrap; }

.equal-height > div, .equal-height > article {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .equal-height > div .card, .equal-height > article .card {
    -webkit-box-flex: 1;
            flex-grow: 1;
    /*.card-body {
      display:flex;
      align-items:center;
    }*/ }

/* ************************** */
/* Begin page specific styles */
/* ************************** */
/* Billing starts here */
.regular-form input::-webkit-input-placeholder {
  font-size: 16px; }
.regular-form input::-moz-placeholder {
  font-size: 16px; }
.regular-form input:-ms-input-placeholder {
  font-size: 16px; }
.regular-form input::-ms-input-placeholder {
  font-size: 16px; }
.regular-form label, .regular-form input::placeholder {
  font-size: 16px; }

.gradient-triangle + div:before {
  content: "\A";
  border-style: solid;
  border-width: 0 52px 92px 0px;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -36px;
  top: 0; }
  @media (max-width: 767px) {
    .gradient-triangle + div:before {
      display: none; } }

.gradient-triangle + div:after {
  content: "\A";
  border-style: solid;
  border-width: 92px 52px 0px;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -88px;
  bottom: 0; }
  @media (max-width: 767px) {
    .gradient-triangle + div:after {
      display: none; } }

/* Billing ends here*/
/* Dashboard starts here */
.bar-graphs li {
  margin-top: 30px; }
  .bar-graphs li:first-child {
    margin-top: 0; }
  .bar-graphs li .topic-name {
    width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer; }
    @media (max-width: 576px) {
      .bar-graphs li .topic-name {
        width: 100%; } }

.bar-amount {
  width: 120px; }
  @media (max-width: 576px) {
    .bar-amount {
      width: 45px; } }

.comparison {
  font-weight: bold;
  border-left: 1px solid #d5dde3; }
  .comparison span {
    font-size: inherit;
    vertical-align: bottom; }

/* Dashboard ends here*/
/* Log in page starts here */
a {
  color: #626568;
  text-decoration: underline;
  font-size: 14px; }

.gradient-right {
  position: fixed;
  top: 0;
  left: 30%;
  width: 100%;
  height: 100%;
  z-index: -1; }
  @media (max-width: 991px) {
    .gradient-right {
      height: 270px;
      left: 0; } }

@media (max-width: 550px) {
  .w-75.login-form {
    width: 100% !important; } }

/* Log in page ends here */
/* Admin panel starts here */
.upload-wrapper {
  border: 2px dashed #d5dde3;
  cursor: pointer; }
  .upload-wrapper:hover {
    opacity: .7; }

/* Admin panel ends here */
/* Resizable here */
.resizable-col {
  min-width: 20%;
  max-width: 80%;
  padding: 0 15px; }
  .resizable-col:first-child {
    padding-right: 25px;
    min-width: 445px; }
  .resizable-col:last-child {
    padding-left: 25px; }

#resizable {
  width: 50%;
  padding: 0;
  float: left;
  max-height: none !important; }
  #resizable > div:first-child {
    padding: 0 25px 0 15px;
    padding: 0;
    overflow-y: auto; }

#resizable-vertical {
  height: 500px;
  min-height: 200px;
  padding: 0;
  overflow-y: auto;
  /* Need to override column widths for left/right columns */
  width: 100% !important;
  max-width: none !important;
  overflow-y: hidden;
  /*  */
  /* Hiding content that showed up behind divider */ }
  @media (max-height: 640px) {
    #resizable-vertical {
      height: 400px; } }
  @media (max-height: 544px) {
    #resizable-vertical {
      height: 300px; } }
  #resizable-vertical > div:first-child {
    padding: 0 15px 0 15px;
    /* Shifting scrollable area to be inside main resizable div */
    overflow-y: auto;
    /* Set height of scrollable div to save space at bottom for divider */
    height: calc(100% - 12px) !important; }
  #resizable-vertical + #resizable-fill {
    max-width: none !important;
    height: auto !important; }
    #resizable-vertical + #resizable-fill textarea {
      min-height: 300px; }
  #resizable-vertical::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 12px;
    background-color: #edf0f2;
    bottom: 0; }
  #resizable-vertical .ui-resizable-s:after {
    top: 14px; }

#resizable-none {
  max-width: none;
  max-height: none !important;
  overflow-y: auto;
  width: 100%;
  padding: 0 15px; }

#resizable-fill {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px; }

#resizable + #resizable-fill textarea {
  min-height: 100%; }

.ui-resizable-e {
  background: #808a99;
  width: 4px;
  height: auto;
  overflow-y: visible !important;
  right: -8px;
  top: 0;
  bottom: 0;
  z-index: 0 !important; }
  .ui-resizable-e:after {
    content: 'more_vert';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: white;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: 2px;
    position: fixed;
    height: 38px;
    line-height: 38px;
    width: 23px;
    top: calc(50% + 77px); }
  .ui-resizable-e:before {
    content: '';
    width: 12px;
    background: #808a99;
    margin-left: 2px;
    height: 38px;
    display: block;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: calc(50% + 77px); }

.ui-resizable-s {
  background: #808a99;
  height: 4px;
  left: 0;
  right: 0;
  height: 4px;
  bottom: 4px;
  overflow: visible !important; }
  .ui-resizable-s:after {
    content: 'more_horiz';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    color: white;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    margin-left: 2px;
    position: absolute;
    width: 38px;
    left: 50%;
    text-align: center; }
  .ui-resizable-s:before {
    content: '';
    height: 12px;
    background: #808a99;
    margin-top: 2px;
    width: 38px;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%; }

.essay-wrapper {
  position: fixed;
  top: 143px;
  height: calc(100vh - 143px); }
  .essay-wrapper .settings {
    top: 143px; }

.settings {
  display: -webkit-inline-box;
  display: inline-flex;
  position: fixed; }
  .settings .option {
    height: 60px;
    background: white;
    border-radius: 0 0 4px 4px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 12px;
    margin-right: 6px; }
    .settings .option:disabled {
      opacity: .3; }
  .settings.single-tabs {
    position: absolute;
    top: 0;
    right: 96px; }

[data-essay-text] {
  padding-top: 70px; }

.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.highlight.blue {
  background: #a0dcf4; }

.highlight.yellow {
  background: #ecea9e; }

.highlight.orange {
  background: #f0d2c3;
  border-color: #f3715a; }
  .highlight.orange:before {
    content: attr(number);
    background: #f3715a;
    padding: 0 5px;
    margin-right: 5px;
    color: white;
    vertical-align: bottom; }

.highlight.green {
  background: #c1dfbe; }

.highlight.red {
  background: #efc3c4; }

.highlight.active {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-right: 5px; }
  .highlight.active:before {
    font-weight: 600;
    font-size: 20px;
    padding: 0 8px; }

.clamp-2 {
  max-height: 70px;
  overflow: hidden; }

.button-group .popover {
  width: 100%;
  left: 0;
  right: 0;
  max-width: none;
  -webkit-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
  top: -4px !important; }
  .button-group .popover .arrow::after {
    display: none; }

body.flashcard-comment .button-group .popover, body.flashcard-comment .button-group .flashcard-popover-button {
  z-index: 1062; }

.grading-buttons {
  position: absolute;
  left: 100%;
  bottom: 0;
  padding-bottom: 30px;
  overflow: hidden; }
  .grading-buttons button {
    margin-left: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all; }
    .grading-buttons button:hover {
      margin-left: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .grading-buttons button:hover span.text {
        width: 147px; }

.grading-buttons-mobile {
  position: absolute;
  width: 100%;
  bottom: 20px; }
  .grading-buttons-mobile .btn.grade {
    width: 40%; }
    .grading-buttons-mobile .btn.grade .text {
      width: 100%;
      font-size: 16px; }

.card-body.filters .toggle-filter {
  width: 291px; }

.card-body.filters .search-field {
  min-width: 280px; }

.split-scroll-wrapper {
  position: fixed;
  top: 143px;
  height: calc(100vh - 143px);
  display: -webkit-box;
  display: flex; }
  .split-scroll-wrapper .split-scroll-area {
    -webkit-box-flex: 1;
            flex-grow: 1;
    overflow: auto;
    min-height: 0;
    width: 50%;
    padding: 20px; }

.admin-essay-layout {
  position: absolute;
  top: 0;
  height: calc(100vh - 136px);
  width: 100%; }
  .admin-essay-layout .extended-navbar.slim {
    position: fixed;
    overflow-y: auto;
    top: auto; }
    .admin-essay-layout .extended-navbar.slim + div {
      padding-top: 181px !important; }
  .admin-essay-layout .split-scroll-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .admin-essay-layout #Essays_Question_wysiwyg {
    -webkit-box-flex: 1;
            flex-grow: 1;
    overflow-y: auto;
    min-height: 0; }

.score-upload {
  border-left: 1px solid #dee2e6 !important; }
  @media (max-width: 767px) {
    .score-upload {
      border-left: none !important;
      border-top: 1px solid #dee2e6 !important; } }

.navbar {
  flex-shrink: 0;
  background: white;
  padding: 0;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.07);
  z-index: 2; }
  .navbar .top-nav, .navbar .bottom-nav {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
            align-items: center; }
    .navbar .top-nav .d-inline-flex, .navbar .bottom-nav .d-inline-flex {
      -webkit-box-align: center;
              align-items: center; }
  .navbar .top-nav {
    border-bottom: 2px solid #d5dde3; }
    .navbar .top-nav * {
      color: #808a99; }
    .navbar .top-nav h1 {
      color: white;
      opacity: .2; }
    .navbar .top-nav .navbar-brand {
      margin-left: 15px;
      padding-bottom: 0.4rem; }
      .navbar .top-nav .navbar-brand img {
        width: 100%; }
    .navbar .top-nav h3 {
      text-transform: uppercase; }
    .navbar .top-nav button, .navbar .top-nav a[role="button"] {
      border: none;
      background: transparent;
      display: -webkit-inline-box;
      display: inline-flex;
      -webkit-box-align: center;
              align-items: center;
      padding: 12px 21px;
      height: 68px;
      position: relative;
      border-left: 1px solid #d5dde3;
      text-decoration: none;
      font-size: 16px; }
      .navbar .top-nav button .material-icons, .navbar .top-nav a[role="button"] .material-icons {
        font-size: 16px; }
    .navbar .top-nav.bg-blue * {
      color: white; }
    .navbar .top-nav .navbar-toggler {
      border-radius: 0;
      border-left: none !important; }
      .navbar .top-nav .navbar-toggler .material-icons {
        font-size: 26px; }
  @media (min-width: 767px) {
    .navbar .navbar-collapse {
      display: -webkit-box !important;
      display: flex !important; } }
  .navbar .bottom-nav .navbar-nav {
    display: block; }
    @media (max-width: 767px) {
      .navbar .bottom-nav .navbar-nav {
        width: 100%; } }
    .navbar .bottom-nav .navbar-nav li {
      float: left;
      margin-right: 45px; }
      @media (max-width: 767px) {
        .navbar .bottom-nav .navbar-nav li {
          float: none;
          margin-right: 0; } }
      .navbar .bottom-nav .navbar-nav li a {
        display: -webkit-inline-box;
        display: inline-flex;
        -webkit-box-align: center;
                align-items: center;
        color: #808a99;
        font-weight: 600;
        text-transform: uppercase;
        border-top: 2px solid transparent;
        margin-top: -2px;
        height: 68px;
        text-decoration: none; }
        @media (max-width: 767px) {
          .navbar .bottom-nav .navbar-nav li a {
            width: 100%; } }
        .navbar .bottom-nav .navbar-nav li a .material-icons {
          margin-right: 8px;
          font-size: 16px; }
      .navbar .bottom-nav .navbar-nav li.active a {
        color: #f3715a;
        border-top-color: #f3715a; }
        @media (max-width: 767px) {
          .navbar .bottom-nav .navbar-nav li.active a {
            border: none; } }

.page-content .extended-navbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
  .page-content .extended-navbar + div {
    padding-top: 149px; }

.page-content .extended-navbar.slim + div {
  padding-top: 104px; }
  @media (max-width: 767px) {
    .page-content .extended-navbar.slim + div {
      padding-top: 184px; } }
  .page-content .extended-navbar.slim + div .settings {
    top: calc(136px + 100px); }

.extended-navbar {
  padding: 20px 80px;
  background: white; }
  @media (max-width: 991px) {
    .extended-navbar {
      padding: 20px 30px; } }
  @media (max-width: 576px) {
    .extended-navbar {
      padding: 30px 0px; } }
  .extended-navbar .progress {
    width: 200px; }
    @media (max-width: 900px) {
      .extended-navbar .progress {
        width: 100px !important; } }
  .extended-navbar .btn {
    margin-left: 55px; }
    @media (max-width: 767px) {
      .extended-navbar .btn {
        margin-left: 35px; } }
  @media (max-width: 767px) {
    .extended-navbar.has-controls + div {
      padding-top: 210px; } }
  .extended-navbar.has-controls .controls {
    margin-top: -20px; }
    @media (max-width: 567px) {
      .extended-navbar.has-controls .controls {
        margin-top: -30px; } }
    @media (max-width: 767px) {
      .extended-navbar.has-controls .controls {
        float: none !important; } }
    @media (max-width: 767px) {
      .extended-navbar.has-controls .controls button {
        width: 140px !important; } }

span.notification-dot {
  position: absolute;
  color: #4a77ff !important;
  left: calc(50% + 14px);
  top: calc(50% - 12px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px; }
  span span.notification-dot {
    left: calc(50% + 10px); }

.width-1 {
  width: 1px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-2 {
  width: 2px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-3 {
  width: 3px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-4 {
  width: 4px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-5 {
  width: 5px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-6 {
  width: 6px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-7 {
  width: 7px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-8 {
  width: 8px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-9 {
  width: 9px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-10 {
  width: 10px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-11 {
  width: 11px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-12 {
  width: 12px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-13 {
  width: 13px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-14 {
  width: 14px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-15 {
  width: 15px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-16 {
  width: 16px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-17 {
  width: 17px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-18 {
  width: 18px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-19 {
  width: 19px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-20 {
  width: 20px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-21 {
  width: 21px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-22 {
  width: 22px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-23 {
  width: 23px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-24 {
  width: 24px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-25 {
  width: 25px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-26 {
  width: 26px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-27 {
  width: 27px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-28 {
  width: 28px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-29 {
  width: 29px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-30 {
  width: 30px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-31 {
  width: 31px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-32 {
  width: 32px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-33 {
  width: 33px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-34 {
  width: 34px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-35 {
  width: 35px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-36 {
  width: 36px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-37 {
  width: 37px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-38 {
  width: 38px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-39 {
  width: 39px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-40 {
  width: 40px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-41 {
  width: 41px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-42 {
  width: 42px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-43 {
  width: 43px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-44 {
  width: 44px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-45 {
  width: 45px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-46 {
  width: 46px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-47 {
  width: 47px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-48 {
  width: 48px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-49 {
  width: 49px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-50 {
  width: 50px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-51 {
  width: 51px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-52 {
  width: 52px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-53 {
  width: 53px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-54 {
  width: 54px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-55 {
  width: 55px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-56 {
  width: 56px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-57 {
  width: 57px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-58 {
  width: 58px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-59 {
  width: 59px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-60 {
  width: 60px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-61 {
  width: 61px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-62 {
  width: 62px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-63 {
  width: 63px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-64 {
  width: 64px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-65 {
  width: 65px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-66 {
  width: 66px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-67 {
  width: 67px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-68 {
  width: 68px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-69 {
  width: 69px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-70 {
  width: 70px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-71 {
  width: 71px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-72 {
  width: 72px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-73 {
  width: 73px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-74 {
  width: 74px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-75 {
  width: 75px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-76 {
  width: 76px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-77 {
  width: 77px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-78 {
  width: 78px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-79 {
  width: 79px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-80 {
  width: 80px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-81 {
  width: 81px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-82 {
  width: 82px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-83 {
  width: 83px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-84 {
  width: 84px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-85 {
  width: 85px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-86 {
  width: 86px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-87 {
  width: 87px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-88 {
  width: 88px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-89 {
  width: 89px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-90 {
  width: 90px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-91 {
  width: 91px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-92 {
  width: 92px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-93 {
  width: 93px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-94 {
  width: 94px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-95 {
  width: 95px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-96 {
  width: 96px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-97 {
  width: 97px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-98 {
  width: 98px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-99 {
  width: 99px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-100 {
  width: 100px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-101 {
  width: 101px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-102 {
  width: 102px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-103 {
  width: 103px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-104 {
  width: 104px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-105 {
  width: 105px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-106 {
  width: 106px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-107 {
  width: 107px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-108 {
  width: 108px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-109 {
  width: 109px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-110 {
  width: 110px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-111 {
  width: 111px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-112 {
  width: 112px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-113 {
  width: 113px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-114 {
  width: 114px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-115 {
  width: 115px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-116 {
  width: 116px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-117 {
  width: 117px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-118 {
  width: 118px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-119 {
  width: 119px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-120 {
  width: 120px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-121 {
  width: 121px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-122 {
  width: 122px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-123 {
  width: 123px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-124 {
  width: 124px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-125 {
  width: 125px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-126 {
  width: 126px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-127 {
  width: 127px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-128 {
  width: 128px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-129 {
  width: 129px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-130 {
  width: 130px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-131 {
  width: 131px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-132 {
  width: 132px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-133 {
  width: 133px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-134 {
  width: 134px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-135 {
  width: 135px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-136 {
  width: 136px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-137 {
  width: 137px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-138 {
  width: 138px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-139 {
  width: 139px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-140 {
  width: 140px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-141 {
  width: 141px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-142 {
  width: 142px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-143 {
  width: 143px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-144 {
  width: 144px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-145 {
  width: 145px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-146 {
  width: 146px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-147 {
  width: 147px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-148 {
  width: 148px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-149 {
  width: 149px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-150 {
  width: 150px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-151 {
  width: 151px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-152 {
  width: 152px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-153 {
  width: 153px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-154 {
  width: 154px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-155 {
  width: 155px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-156 {
  width: 156px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-157 {
  width: 157px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-158 {
  width: 158px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-159 {
  width: 159px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-160 {
  width: 160px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-161 {
  width: 161px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-162 {
  width: 162px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-163 {
  width: 163px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-164 {
  width: 164px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-165 {
  width: 165px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-166 {
  width: 166px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-167 {
  width: 167px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-168 {
  width: 168px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-169 {
  width: 169px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-170 {
  width: 170px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-171 {
  width: 171px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-172 {
  width: 172px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-173 {
  width: 173px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-174 {
  width: 174px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-175 {
  width: 175px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-176 {
  width: 176px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-177 {
  width: 177px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-178 {
  width: 178px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-179 {
  width: 179px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-180 {
  width: 180px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-181 {
  width: 181px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-182 {
  width: 182px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-183 {
  width: 183px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-184 {
  width: 184px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-185 {
  width: 185px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-186 {
  width: 186px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-187 {
  width: 187px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-188 {
  width: 188px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-189 {
  width: 189px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-190 {
  width: 190px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-191 {
  width: 191px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-192 {
  width: 192px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-193 {
  width: 193px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-194 {
  width: 194px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-195 {
  width: 195px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-196 {
  width: 196px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-197 {
  width: 197px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-198 {
  width: 198px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-199 {
  width: 199px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

.width-200 {
  width: 200px !important;
  -webkit-box-flex: 0 !important;
          flex: none !important; }

/* FORM FILES */
.search-field {
  position: relative; }
  .search-field::after {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-family: 'Material Icons';
    content: 'search';
    font-size: 28px;
    color: #808a99;
    white-space: nowrap; }

input.small {
  height: 32px !important; }

.form-control {
  border-radius: 2px; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: .5; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    opacity: .5; }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    opacity: .5; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    opacity: .5; }
  .form-control:focus {
    border-color: #4a77ff;
    box-shadow: none; }

.file-upload .input-file-custom {
  border-radius: 2px;
  padding-left: 0.75rem; }
  .file-upload .input-file-custom span.btn-browse {
    padding: 0 0.75rem;
    background-color: #edf0f2;
    cursor: pointer; }
  .file-upload .input-file-custom.selected {
    color: #626568; }

.custom-checkbox .custom-control-label {
  color: rgba(98, 101, 104, 0.5);
  font-size: 14px;
  cursor: pointer; }
  .custom-checkbox .custom-control-label:before {
    border: 1px solid #d5dde3;
    background: transparent;
    border-radius: 2px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #808a99;
  background: rgba(128, 138, 153, 0.3); }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background: none;
  font-family: 'Material Icons';
  content: 'check';
  font-feature-settings: 'liga';
  color: #626568;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.filter-radio {
  background: #edf0f2;
  border: 1px solid #d5dde3;
  border-radius: 2px;
  padding: 3px 2px;
  display: -webkit-inline-box;
  display: inline-flex; }
  .filter-radio .custom-control {
    padding-left: 0; }
    .filter-radio .custom-control.custom-radio {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; }
    .filter-radio .custom-control .custom-control-label {
      margin: 0 1px;
      color: #808a99;
      min-width: 93px;
      text-align: center;
      border-radius: 2px;
      height: 24px;
      line-height: 24px;
      cursor: pointer; }
      .filter-radio .custom-control .custom-control-label:before, .filter-radio .custom-control .custom-control-label:after {
        display: none; }
  .filter-radio .custom-control-input:checked ~ .custom-control-label {
    background: #808a99;
    color: white; }
  .filter-radio.separated {
    background: transparent;
    padding: 0;
    border: none; }
    .filter-radio.separated .custom-control-label {
      background: #f2f5f7;
      color: white;
      width: 48px;
      height: 38px;
      min-width: inherit;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
      .filter-radio.separated .custom-control-label .material-icons {
        font-size: 36px; }
        .filter-radio.separated .custom-control-label .material-icons + .material-icons {
          position: absolute; }
  .filter-radio.highlights {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0; }
    .filter-radio.highlights .custom-control {
      min-height: auto; }
      .filter-radio.highlights .custom-control .custom-control-label {
        border-radius: 50%;
        width: 14px;
        height: 14px;
        min-width: auto;
        position: relative; }
    .filter-radio.highlights .custom-control-input:checked ~ .custom-control-label.highlight.green {
      background: #c1dfbe; }
    .filter-radio.highlights .custom-control-input:checked ~ .custom-control-label.highlight.orange {
      background: #f0d2c3; }
    .filter-radio.highlights .custom-control-input:checked ~ .custom-control-label.highlight.yellow {
      background: #ecea9e; }
    .filter-radio.highlights .custom-control-input:checked ~ .custom-control-label.highlight.blue {
      background: #a0dcf4; }
    .filter-radio.highlights .custom-control-input:checked ~ .custom-control-label:after {
      display: block;
      content: 'check';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-image: none;
      color: #1d3067;
      line-height: 16px;
      font-size: 12px; }

.radio-checkbox-buttons {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center; }
  .radio-checkbox-buttons .custom-control {
    padding-left: 0; }
    @media (max-width: 576px) {
      .radio-checkbox-buttons .custom-control {
        margin-bottom: 5px; } }
    .radio-checkbox-buttons .custom-control .custom-control-label {
      margin-right: 6px;
      border-radius: 2px;
      border: 1px solid #d5dde3;
      min-width: 160px;
      text-align: center;
      font-size: 16px;
      color: rgba(98, 101, 104, 0.5);
      padding: 12px;
      cursor: pointer; }
      @media (max-width: 675px) {
        .radio-checkbox-buttons .custom-control .custom-control-label {
          min-width: 100px; } }
      .radio-checkbox-buttons .custom-control .custom-control-label span {
        font-size: 12px;
        display: block; }
      .radio-checkbox-buttons .custom-control .custom-control-label:before, .radio-checkbox-buttons .custom-control .custom-control-label:after {
        display: none !important; }
  .radio-checkbox-buttons + span.divider {
    color: #d5dde3;
    margin-left: -6px;
    padding: 2px 15px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .radio-checkbox-buttons + span.divider {
        display: block;
        width: 100px;
        margin: 10px;
        text-align: center; } }
    .radio-checkbox-buttons + span.divider::before, .radio-checkbox-buttons + span.divider::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 100%;
      width: 1px;
      height: 24px;
      background-color: #d5dde3; }
      @media (max-width: 576px) {
        .radio-checkbox-buttons + span.divider::before, .radio-checkbox-buttons + span.divider::after {
          height: 1px;
          width: 24px;
          left: 0;
          top: 50%; } }
    .radio-checkbox-buttons + span.divider::after {
      top: 100%; }
      @media (max-width: 576px) {
        .radio-checkbox-buttons + span.divider::after {
          top: 50%;
          right: 0;
          left: auto; } }
  .radio-checkbox-buttons .custom-control-input:checked ~ .custom-control-label {
    background: rgba(128, 138, 153, 0.3);
    color: #626568;
    border-color: #808a99; }

.radio-checkbox-buttons.small .custom-control-label {
  height: 32px;
  padding: 0;
  line-height: 32px; }
  .radio-checkbox-buttons.small .custom-control-label a {
    display: block !important; }
  .radio-checkbox-buttons.small .custom-control-label .material-icons {
    font-size: 16px; }

.settings .radio-checkbox-buttons.small .custom-control-label {
  min-width: 32px; }

.inline-radios {
  display: -webkit-box;
  display: flex; }
  .inline-radios .radio {
    margin-right: 2rem; }

.textarea-controls-wrapper {
  border: 1px solid #d5dde3;
  border-radius: 2px; }
  .textarea-controls-wrapper textarea {
    border: none;
    resize: none; }
  .textarea-controls-wrapper .textarea-controls {
    padding: 5px;
    text-align: right; }
    .textarea-controls-wrapper .textarea-controls button {
      background: none;
      border: none; }
  .textarea-controls-wrapper.focus {
    border-color: #4a77ff; }

.select-wrap {
  position: relative; }
  .select-wrap i {
    position: absolute;
    font-size: 18px;
    right: 10px;
    pointer-events: none;
    top: 0;
    height: 38px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  /* no standardized syntax available, no ie-friendly solution available */
  background: url(../images/down-arrow.svg) no-repeat;
  background-position: calc(100% - 3px);
  background-size: 20px;
  padding-right: 24px; }

select.form-control::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */ }

.topic-filter {
  max-width: 250px; }

.is-invalid, input.error, .select-wrap .error {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #F35A5A !important; }

.invalid-feedback, .form-group p.error, .select-wrap p.error {
  background: rgba(243, 90, 90, 0.2);
  color: #F35A5A !important;
  margin-top: 5px;
  padding: 2px 8px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

.saved-notifier {
  margin-top: -50px;
  height: 30px;
  padding: 0 15px;
  border-radius: 0 0 4px 4px;
  color: white;
  position: absolute;
  margin-bottom: 20px;
  z-index: 1;
  left: 30px;
  right: 30px; }
  .saved-notifier p {
    margin-bottom: 0;
    font-size: 14px; }
  .saved-notifier span {
    line-height: 30px;
    position: absolute;
    right: 15px; }

.saved-icon {
  height: 20px;
  width: 20px;
  color: white;
  line-height: 20px;
  text-align: center;
  display: inline-block; }

.multiselect .multiselect__select {
  right: 8px; }

.multiselect .multiselect__tags {
  border-radius: 2px;
  border: 1px solid #d5dde3;
  max-height: 128px;
  overflow-y: auto;
  overflow-x: hidden; }
  .multiselect .multiselect__tags .multiselect__single {
    color: rgba(98, 101, 104, 0.5); }
  .multiselect .multiselect__tags .multiselect__tag {
    background: #808a99;
    max-width: 45%; }
    .multiselect .multiselect__tags .multiselect__tag .multiselect__tag-icon:focus, .multiselect .multiselect__tags .multiselect__tag .multiselect__tag-icon:hover, .multiselect .multiselect__tags .multiselect__tag .multiselect__tag-icon:focus, .multiselect .multiselect__tags .multiselect__tag .multiselect__tag-icon:hover {
      background: #808a99; }
    .multiselect .multiselect__tags .multiselect__tag .multiselect__tag-icon:after, .multiselect .multiselect__tags .multiselect__tag .multiselect__tag-icon:after {
      color: #626568; }

.multiselect .multiselect__content-wrapper {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }
  .multiselect .multiselect__content-wrapper .multiselect__element {
    color: #626568; }
    .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option--highlight {
      background: #edf0f2;
      color: #626568; }
      .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option--highlight:after {
        background: transparent;
        content: ''; }
    .multiselect .multiselect__content-wrapper .multiselect__element [data-select='Add new tag']:after {
      background: transparent;
      content: '+ Add new';
      color: #4a77ff; }
    .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option--selected {
      color: #626568;
      background: #f2f5f7;
      font-weight: normal; }
      .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option--selected:after {
        content: '\e5ca';
        font-family: "Material Icons";
        color: #4a77ff;
        font-size: 24px; }
      .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option--selected.multiselect__option--highlight {
        background: #f2f5f7;
        color: #626568; }
        .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option--selected.multiselect__option--highlight:after {
          background: #f2f5f7;
          content: '\e14c';
          font-family: "Material Icons";
          color: #F35A5A; }

#onboardingIntroForm .multiselect__tags .multiselect__single {
  color: #626568; }

/* COMPONENTS FILES */
.table {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.03); }
  .table.no-data td[colspan="100%"] {
    padding: 1.25rem; }
  .table thead th, .table thead td, .table tbody th, .table tbody td {
    padding: 0;
    border: none; }
    .table thead th div, .table thead td div, .table tbody th div, .table tbody td div {
      padding: 0 .75rem; }
    .table thead th:first-child div, .table thead td:first-child div, .table tbody th:first-child div, .table tbody td:first-child div {
      margin-left: 30px; }
    .table thead th:last-child div, .table thead td:last-child div, .table tbody th:last-child div, .table tbody td:last-child div {
      margin-right: 30px; }
  .table thead th {
    background: #d5dde3;
    font-size: 14px;
    font-weight: 400;
    border: none;
    /* Round top left edge of table header */
    /* Round top right edge of table header */ }
    .table thead th div {
      height: 32px;
      line-height: 32px; }
    .table thead th:first-child {
      border-top-left-radius: 4px; }
    .table thead th:last-child {
      border-top-right-radius: 4px; }
    .table thead th.sortable div:after {
      vertical-align: bottom;
      color: #4a77ff;
      font-family: 'Material Icons';
      content: 'unfold_more';
      margin-left: 2px; }
    .table thead th.sortable.asc div:after {
      content: 'expand_less';
      position: absolute;
      margin-top: -3px; }
    .table thead th.sortable.desc div:after {
      content: 'expand_more';
      position: absolute;
      margin-top: 3px; }
  .table tbody td {
    background: white;
    /* Add extra spacing before first cell */ }
    .table tbody td div {
      height: 40px;
      line-height: 40px; }
    .table tbody td div {
      border-bottom: 1px solid #edf0f2; }
    .table tbody td.actions {
      width: 24px; }
  .table tbody tr:first-child td div {
    margin-top: 20px; }
  .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px; }
  .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px; }
  .table tbody tr:last-child td div {
    border-bottom: none;
    margin-bottom: 20px; }
  .table tbody tr:hover td div {
    background: rgba(213, 221, 227, 0.3); }

.flex-table li, .flex-table .flex-table-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 38px; }
  @media (max-width: 576px) {
    .flex-table li h2, .flex-table .flex-table-row h2 {
      font-size: 14px; } }
  .flex-table li span[href], .flex-table .flex-table-row span[href] {
    cursor: pointer; }
  .flex-table li > *, .flex-table .flex-table-row > * {
    margin: 0 16px;
    -webkit-box-flex: 1;
            flex: 1;
    white-space: nowrap;
    overflow: hidden; }
    .flex-table li > * > *, .flex-table .flex-table-row > * > * {
      overflow: hidden;
      text-overflow: ellipsis; }
    .flex-table li > *:first-child, .flex-table .flex-table-row > *:first-child {
      margin-left: 0; }
    .flex-table li > *:last-child, .flex-table .flex-table-row > *:last-child {
      margin-right: 0; }
      .flex-table li > *:last-child[class^='width'], .flex-table li > *:last-child[class*=' width'], .flex-table .flex-table-row > *:last-child[class^='width'], .flex-table .flex-table-row > *:last-child[class*=' width'] {
        padding-left: 0;
        padding-right: 0; }
  .flex-table li a, .flex-table .flex-table-row a {
    color: #4a77ff; }
  .flex-table li button:hover, .flex-table .flex-table-row button:hover {
    opacity: .3; }
  @media (max-width: 660px) {
    .flex-table li .badge-primary, .flex-table .flex-table-row .badge-primary {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; } }

tr[href] {
  cursor: pointer; }

.alert.alert-primary {
  background-color: #7192f5;
  border-color: #4a77ff;
  color: white;
  font-style: italic;
  font-size: 14px; }

.progress {
  background: rgba(128, 138, 153, 0.2);
  border-radius: 6px;
  height: 12px; }
  .progress.small {
    height: 8px;
    border-radius: 4px; }
  .progress .progress-bar {
    background: #f3715a; }

.progress-round {
  position: relative; }
  @media (max-width: 576px) {
    .progress-round {
      margin: auto;
      margin-bottom: 1rem; } }
  .progress-round .progressbar-text {
    font-size: 36px;
    font-weight: bold; }
    .progress-round .progressbar-text:after {
      content: '%';
      font-size: 24px; }

.progress-wrapper {
  background-color: #1d3067;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  justify-content: space-around;
  padding: 15px; }
  .progress-wrapper .progress-bg {
    width: 95%; }

@media (max-width: 767px) {
  .flashcard .progress {
    width: 100px !important; } }

.rubric-progress {
  position: fixed;
  z-index: 1;
  width: 50%;
  left: 0;
  margin-top: -20px; }

.rubric-with-progress {
  position: relative;
  padding-top: 60px;
  z-index: 0; }

.tooltip .tooltip-inner {
  background: #808a99; }

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #808a99; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #808a99; }

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #808a99; }

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #808a99; }

[data-toggle="popover"] {
  cursor: pointer; }

.popover {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.03);
  background: transparent;
  border: none; }
  .popover .arrow:before {
    border: none; }
  .popover .popover-body {
    background: #808a99;
    padding: 0;
    border-radius: 2px; }
    .popover .popover-body ul {
      padding: 0;
      margin: 0; }
      .popover .popover-body ul li {
        list-style-type: none;
        border-top: 1px solid #667080; }
        .popover .popover-body ul li:first-child {
          border: none; }
        .popover .popover-body ul li a {
          color: white;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          min-width: 132px;
          padding: 11px 15px;
          text-decoration: none; }
          .popover .popover-body ul li a .material-icons {
            font-size: 16px;
            margin-right: 8px; }
    .popover .popover-body button {
      margin: 0 6px; }
      .popover .popover-body button:first-child {
        margin-left: 0; }
      .popover .popover-body button:last-child {
        margin-right: 0; }
  .popover textarea {
    resize: vertical;
    border-radius: 2px;
    background: #fff;
    padding: 5px;
    overflow: hidden;
    border: none; }

.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-bottom .arrow:after {
  border-bottom-color: #808a99; }

.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-top .arrow:after {
  border-top-color: #808a99; }

.dark-popover .popover .popover-body {
  background: #1d3067;
  color: white; }
  .dark-popover .popover .popover-body button {
    color: white; }
  .dark-popover .popover .popover-body .popover-bottom.textarea-controls textarea {
    resize: none;
    min-width: 256px;
    overflow-y: auto; }
    .dark-popover .popover .popover-body .popover-bottom.textarea-controls textarea:focus {
      outline: none; }
  .dark-popover .popover .popover-body .popover-bottom.textarea-controls:focus-within {
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 1px; }

.dark-popover .bs-popover-auto[x-placement^=bottom] .arrow:after, .dark-popover .bs-popover-bottom .arrow:after {
  border-bottom-color: #1d3067; }

.dark-popover .bs-popover-auto[x-placement^=top] .arrow:after, .dark-popover .bs-popover-top .arrow:after {
  border-top-color: #1d3067; }

.dark-popover hr {
  border-color: white;
  margin: 10px 0;
  opacity: .2; }

.white-popover .popover .popover-body {
  background: white; }

.white-popover .bs-popover-auto[x-placement^=bottom] .arrow:after, .white-popover .bs-popover-bottom .arrow:after {
  border-bottom-color: white; }

.white-popover .bs-popover-auto[x-placement^=top] .arrow:after, .white-popover .bs-popover-top .arrow:after {
  border-top-color: white; }

.white-popover hr {
  border-color: #edf0f2;
  margin: 10px 0;
  opacity: .2; }

.white-popover textarea {
  background: white;
  border: 1px solid #d5dde3; }

.padded-popover .popover .popover-body {
  padding: 12px; }

.flashcard-comment .flashcard-popover-close {
  font-size: 14px; }

.flashcard-comment textarea {
  border: 1px solid #ced4da; }

.flashcard-comment button.color-text {
  color: #626568 !important; }

.popover .flashcard-comment .tooltip {
  left: 132px !important;
  top: -4px !important; }
  .popover .flashcard-comment .tooltip .arrow {
    top: 16px !important;
    left: -11px !important; }
    .popover .flashcard-comment .tooltip .arrow::before {
      border-width: .4rem .4rem .4rem 0;
      border-right-color: #808a99;
      border-style: solid; }

.custom-switch {
  padding-left: 40px; }
  .custom-switch .custom-control-label:before {
    height: 13px;
    width: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -36px;
    border-color: #d5dde3; }
  .custom-switch .custom-control-label::after {
    background: #808a99;
    height: 16px;
    width: 16px;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.03); }
  .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #808a99;
    background-color: rgba(128, 138, 153, 0.3); }
  .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    -webkit-transform: translate(15px, -50%);
            transform: translate(15px, -50%);
    background: #4a77ff; }

.nav-tabs li a {
  border-radius: 0 !important;
  border: none !important;
  text-decoration: none;
  color: #808a99;
  background: rgba(255, 255, 255, 0.4);
  font-size: 16px; }
  .nav-tabs li a.active {
    background: white;
    color: #808a99 !important; }
  .nav-tabs li a:hover {
    color: #7e8897; }

.card {
  border: none;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.03); }
  .card.border-left {
    border-left-width: 4px !important; }
  .card + .card {
    margin-top: 10px; }
  .card.mystery-essay {
    background-color: #4a77ff;
    color: #fff; }
    .card.mystery-essay svg {
      fill: white;
      width: 100%;
      max-width: 56px; }
      .card.mystery-essay svg .st0 {
        opacity: 0.2; }
    .card.mystery-essay button {
      color: #4a77ff; }
  .card .card-header {
    background: white;
    border: none; }
  .card .card-footer {
    background-color: white;
    border: none; }

.card-flip {
  -webkit-perspective: 1000;
          perspective: 1000;
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }
  .card-flip .front .card-body {
    -webkit-box-flex: initial;
            flex: initial; }
  .card-flip .card {
    height: 50vh; }
    .card-flip .card p {
      white-space: pre-wrap; }
  .card-flip.flipped .flip {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  .card-flip .btn.grade.correct .text {
    border: 3px solid #4DD068; }
  .card-flip .btn.grade.incorrect .text {
    border: 3px solid #F35A5A; }

.card-flip, .front, .back, .card {
  width: 100%; }

.flip {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative; }

.front, .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  position: absolute; }

.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.clickable-card:hover {
  cursor: pointer;
  opacity: .75;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all; }

/* IE CARD FLIP */
@media all and (-ms-high-contrast: none) {
  .front, .back {
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
    -webkit-transition: .05s;
    transition: .05s; }
  .card-flip .front {
    -webkit-transition-delay: .3s;
            transition-delay: .3s; }
  .card-flip:hover .front {
    opacity: 0;
    -webkit-transition-delay: .3s;
            transition-delay: .3s; }
  .card-flip .back {
    opacity: 0;
    -webkit-transition-delay: .3s;
            transition-delay: .3s; }
  .card-flip:hover .back {
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s; }
  .flipped .front {
    opacity: 0; }
  .flipped .card-flip:hover .front {
    opacity: 1; }
  .flipped .back {
    opacity: 1; }
  .flipped .card-flip:hover .back {
    opacity: 0; }
  .flipped .card-flip:hover .flipper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

.dotCalendar-slider button.material-icons {
  top: 8.5px;
  position: absolute;
  color: #626568;
  z-index: 1; }
  .dotCalendar-slider button.material-icons.prev {
    left: 8px; }
  .dotCalendar-slider button.material-icons.next {
    right: 8px; }
  .dotCalendar-slider button.material-icons.slick-disabled {
    pointer-events: none;
    opacity: .2; }

.dotCalendar-slider .card-header {
  border: none; }

.dotCalendar-slider .slick-slide:focus {
  outline: none; }

.focus-outline-none:focus {
  outline: none; }

.calendar-row {
  text-align: center;
  margin: 15px 0 !important; }
  .calendar-row .col {
    padding: 0; }
  .calendar-row span.calendar-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d5dde3;
    position: relative; }
    .calendar-row span.calendar-circle.filled {
      background-color: #f3715a; }
    .calendar-row span.calendar-circle.inactive {
      background-color: #f2f5f7; }
    .calendar-row span.calendar-circle.emphasized {
      background-color: #f3715a; }
      .calendar-row span.calendar-circle.emphasized:before {
        content: '';
        position: absolute;
        left: -3px;
        right: -3px;
        top: -3px;
        bottom: -3px;
        border-radius: 50%;
        box-shadow: 0px 0px 10px 3px rgba(243, 113, 90, 0.6); }

.card.fade-right::after {
  content: '';
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  width: 130px;
  height: 100%;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(80%, white), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 80%, white 100%); }
  @media (max-width: 767px) {
    .card.fade-right::after {
      width: 0;
      height: 0; } }

.card.fade-right .above-fade {
  z-index: 1; }

.achievements-unlocked {
  right: 1.25rem;
  top: 1.25rem; }
  @media (max-width: 767px) {
    .achievements-unlocked {
      right: 20px;
      top: 10px; } }

@media (max-width: 767px) {
  .slick-slider.slider-achievements {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 10px; } }

.slick-slider.slider-achievements .slick-track {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 288px; }

.slick-slider.slider-achievements .slick-slide {
  border: 2px solid #d5dde3;
  padding: 24px;
  text-align: center;
  margin: 0 6px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .slick-slider.slider-achievements .slick-slide {
      height: 75%; } }
  .slick-slider.slider-achievements .slick-slide.slick-active {
    height: 75%; }
  .slick-slider.slider-achievements .slick-slide .triangle {
    display: none;
    position: absolute;
    right: -3px;
    top: -3px; }
    .slick-slider.slider-achievements .slick-slide .triangle:before {
      content: '';
      position: absolute;
      right: 3px;
      top: 3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 37px 37px 0;
      border-color: transparent black transparent transparent;
      opacity: 0.4;
      -webkit-filter: blur(2px);
              filter: blur(2px); }
    .slick-slider.slider-achievements .slick-slide .triangle::after {
      position: absolute;
      right: 0;
      top: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 37px 37px 0;
      border-color: transparent #f3715a transparent transparent; }
    .slick-slider.slider-achievements .slick-slide .triangle span {
      position: absolute;
      z-index: 1;
      font-size: 16px;
      right: 3px;
      top: -2px; }
  .slick-slider.slider-achievements .slick-slide svg {
    width: 32px;
    height: 42px;
    fill: #d5dde3;
    margin-bottom: 10px; }
  .slick-slider.slider-achievements .slick-slide h2 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    width: 100%; }
  .slick-slider.slider-achievements .slick-slide .hidden-inactive {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0.5rem;
    -webkit-transition: max-height 0.2s ease-in-out 0s , opacity 0.2s ease-in-out 0s;
    transition: max-height 0.2s ease-in-out 0s , opacity 0.2s ease-in-out 0s; }
    .slick-slider.slider-achievements .slick-slide .hidden-inactive p {
      -webkit-line-clamp: 4;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
  .slick-slider.slider-achievements .slick-slide.slick-current {
    height: 90%; }
    @media (max-width: 767px) {
      .slick-slider.slider-achievements .slick-slide.slick-current {
        height: 75%; } }
    .slick-slider.slider-achievements .slick-slide.slick-current .hidden-inactive {
      max-height: 200px;
      opacity: 1; }
    .slick-slider.slider-achievements .slick-slide.slick-current h2 {
      font-size: 16px; }
  .slick-slider.slider-achievements .slick-slide.complete {
    border: none;
    background: #4a77ff;
    color: white; }
    .slick-slider.slider-achievements .slick-slide.complete svg {
      fill: white; }
    .slick-slider.slider-achievements .slick-slide.complete .triangle {
      display: block; }

.slick-slider.slider-achievements button.slick-arrow {
  font-size: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #626568; }
  .slick-slider.slider-achievements button.slick-arrow.next {
    right: -8px; }
  .slick-slider.slider-achievements button.slick-arrow.prev {
    left: -25px; }

.badge {
  font-weight: 400; }
  .badge.badge-primary {
    background: #828c9b;
    color: white; }
  .badge.badge-disabled {
    background: #edf0f2;
    color: #808a99;
    border: 1px solid #d5dde3; }
  .badge.badge-inverse {
    color: #c73d53;
    background: white; }

p.truncate-tags {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.sub-topic {
  padding-left: 1.5rem; }

@media (max-width: 575px) {
  .modal .modal-dialog {
    width: 100% !important; } }

.modal .modal-dialog.modal-fullscreen {
  max-width: 1400px;
  width: 88vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto; }

.modal .modal-dialog video {
  width: 96vw; }

@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 560px; } }

.modal .modal-dialog .modal-header {
  border-bottom: none; }

.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 4px;
  padding: 40px 20px;
  display: block; }
  @media (max-width: 767px) {
    .modal .modal-dialog .modal-content {
      padding: 20px 10px; } }

.modal .modal-dialog .modal-footer {
  -webkit-box-pack: start;
          justify-content: flex-start;
  border-top: none;
  padding: 1rem 0; }

.modal img#trialSubscriber {
  width: 104px; }

.modal-dialog.modal-xl {
  width: 90%;
  max-width: 1300px !important; }

.modal-dialog.modal-lg {
  width: 60%;
  max-width: 1300px !important; }

#sampleAnswerModal .modal-content {
  z-index: 1; }
  #sampleAnswerModal .modal-content .modal-body {
    position: relative; }
    #sampleAnswerModal .modal-content .modal-body::after {
      content: '';
      background: url(../images/watermark.svg) no-repeat;
      position: absolute;
      max-width: 500px;
      top: 50%;
      left: 50%;
      bottom: 0;
      right: 0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: .1;
      z-index: -1; }

#termsAndConditions .modal-dialog {
  max-width: 800px; }

.bare-modal .modal-content, .bare-modal .modal-header, .bare-modal .modal-body {
  padding: 0 !important; }

.scroll-fade {
  /* Needed to negate the extra spacing from the first child having padding top */
  /* Needed to negate the extra spacing from the last child having padding top and bottom */ }
  .scroll-fade > .card-header:first-child, .scroll-fade > .card-body:first-child {
    padding-top: 0;
    flex-shrink: 0; }
  .scroll-fade > .card-body {
    padding-bottom: 0; }
  .scroll-fade:before, .scroll-fade:after {
    content: '';
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    min-height: 1.25rem;
    z-index: 1;
    pointer-events: none;
    display: block;
    flex-shrink: 0; }
  .scroll-fade:before {
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+15,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, white 0%, white 15%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
  .scroll-fade:after {
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+85 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(85%, white), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }

.container-shadow {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  height: 32px;
  min-height: 32px;
  z-index: 1;
  pointer-events: none; }
  .container-shadow.top {
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+15,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, white 0%, white 15%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
  .container-shadow.bottom {
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+85 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(85%, white), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }

.list li {
  border-top: 1px solid rgba(213, 221, 227, 0.3);
  position: relative; }
  .list li:first-child {
    border-top: none; }

ul.no-style {
  padding: 0;
  margin: 0; }
  ul.no-style li {
    list-style-type: none; }
  ul.no-style#mark-up-links p::before {
    content: '\2022';
    margin-right: 5px;
    font-size: 24px;
    vertical-align: bottom; }
  ul.no-style#mark-up-links p.green::before {
    color: #c1dfbe; }
  ul.no-style#mark-up-links p.orange::before {
    color: #f0d2c3; }
  ul.no-style#mark-up-links p.yellow::before {
    color: #ecea9e; }
  ul.no-style#mark-up-links p.blue::before {
    color: #a0dcf4; }

.task-list:before {
  content: '';
  background: #f3a698;
  width: 2px;
  position: absolute;
  top: 16px;
  bottom: 16px;
  margin-left: 7px; }

.task-list li {
  margin-left: 24px; }

.task-list span.material-icons {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  left: -24px;
  color: white;
  text-align: center;
  background: white; }

.task-list span.mystery {
  background: #4a77ff;
  font-family: 'Open Sans';
  width: 20px;
  height: 20px;
  left: -26px;
  border: 2px solid white;
  box-shadow: 0px 0px 6px 3px rgba(74, 119, 255, 0.4); }

.task-list span.completed {
  background: #f3715a; }

.task-list span.skipped {
  border: 1px solid #f3715a; }

.task-list li:first-child span.material-icons:before {
  display: none; }

.task-list li:last-child span.material-icons:after {
  display: none; }

ul.funnel {
  text-align: center;
  color: #fff;
  padding: 0 0 0 26px; }
  ul.funnel > li {
    padding: 10px 5px;
    background-color: #1d3067;
    margin: 0 auto 14px auto;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    min-width: 360px;
    cursor: pointer;
    /* Create the funnel effect by removing 40px from each consecutive box, up to 15 boxes */
    /* Safety styles to apply to any boxes beyond 15 (not likely) */ }
    ul.funnel > li:nth-child(1) {
      width: calc(100% - 0px); }
    ul.funnel > li:nth-child(2) {
      width: calc(100% - 40px); }
    ul.funnel > li:nth-child(3) {
      width: calc(100% - 80px); }
    ul.funnel > li:nth-child(4) {
      width: calc(100% - 120px); }
    ul.funnel > li:nth-child(5) {
      width: calc(100% - 160px); }
    ul.funnel > li:nth-child(6) {
      width: calc(100% - 200px); }
    ul.funnel > li:nth-child(7) {
      width: calc(100% - 240px); }
    ul.funnel > li:nth-child(8) {
      width: calc(100% - 280px); }
    ul.funnel > li:nth-child(9) {
      width: calc(100% - 320px); }
    ul.funnel > li:nth-child(10) {
      width: calc(100% - 360px); }
    ul.funnel > li:nth-child(11) {
      width: calc(100% - 400px); }
    ul.funnel > li:nth-child(12) {
      width: calc(100% - 440px); }
    ul.funnel > li:nth-child(13) {
      width: calc(100% - 480px); }
    ul.funnel > li:nth-child(14) {
      width: calc(100% - 520px); }
    ul.funnel > li:nth-child(15) {
      width: calc(100% - 560px); }
    ul.funnel > li:nth-child(n+16) {
      width: 360px; }
    ul.funnel > li .question-snippet {
      padding-left: 26px; }
      ul.funnel > li .question-snippet textarea {
        resize: none;
        border-color: #d5dde3;
        padding: 10px; }
    ul.funnel > li .tag {
      position: absolute;
      left: 0;
      top: 0;
      background: #f3715a;
      width: 22px;
      height: 22px;
      line-height: 22px;
      margin-left: -22px; }
    ul.funnel > li p {
      margin: 0; }
    ul.funnel > li.active {
      background: #f3715a; }
      ul.funnel > li.active .tag {
        -webkit-transform: translateX(-4px);
                transform: translateX(-4px); }

ul.funnel.square .tag {
  margin-left: -22px !important; }
  ul.funnel.square .tag:after, ul.funnel.square .tag:before {
    display: none; }

ul.funnel.square li:after, ul.funnel.square li:before {
  display: none; }

ul.funnel.square textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  border-radius: 2px;
  resize: none;
  color: white; }
  ul.funnel.square textarea::-webkit-input-placeholder {
    color: white; }
  ul.funnel.square textarea::-moz-placeholder {
    color: white; }
  ul.funnel.square textarea:-ms-input-placeholder {
    color: white; }
  ul.funnel.square textarea::-ms-input-placeholder {
    color: white; }
  ul.funnel.square textarea::placeholder {
    color: white; }

ul.funnel.square .highlight-snippets li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  line-height: 1;
  padding: 0 5px; }
  ul.funnel.square .highlight-snippets li p {
    text-align: left;
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.left-indicators .slick-dots {
  width: auto !important; }

.left-indicators .slick-arrow {
  width: auto !important;
  float: none !important; }

ul.slick-dots {
  line-height: 20px;
  padding-right: 30px; }
  ul.slick-dots li {
    margin: 0;
    line-height: 20px; }
    ul.slick-dots li button {
      line-height: 20px; }
      ul.slick-dots li button:before {
        color: rgba(128, 138, 153, 0.8);
        font-size: 12px; }
    ul.slick-dots li.slick-active button:before {
      color: #808a99; }

.funnel-slider .slick-list {
  padding: 10px;
  border: 1px solid #808a99;
  margin-bottom: 20px; }

.funnel-slider.slick-slider.slick-dotted, #essayWalkSlider.slick-slider.slick-dotted {
  margin-bottom: 0; }
  .funnel-slider.slick-slider.slick-dotted ul.slick-dots, #essayWalkSlider.slick-slider.slick-dotted ul.slick-dots {
    width: 60%;
    float: left;
    position: static;
    bottom: auto;
    text-align: right; }
  .funnel-slider.slick-slider.slick-dotted button.next, #essayWalkSlider.slick-slider.slick-dotted button.next {
    width: auto;
    font-size: 16px;
    text-align: left;
    line-height: 20px; }

#essayWalkSlider .slick-list {
  margin-bottom: 20px; }

#essayWalkSlider ul.slick-dots li button::before {
  color: white; }

#essayWalkSlider ul.slick-dots li.slick-active button::before {
  color: white; }

.chart-filter {
  z-index: 1;
  color: #808a99; }

.apexcharts-canvas .apexcharts-legend {
  padding: 0; }

.apexcharts-canvas .apexcharts-legend-series {
  position: relative;
  text-align: center;
  margin: 0 0 3px 0 !important; }
  .apexcharts-canvas .apexcharts-legend-series .apexcharts-legend-marker {
    margin: 0;
    position: absolute;
    width: 100% !important; }
  .apexcharts-canvas .apexcharts-legend-series .apexcharts-legend-text {
    line-height: 30px; }

.accordion-navigation .list-group-item {
  border: none;
  color: #808a99; }
  .accordion-navigation .list-group-item.active {
    background: #edf0f2;
    color: #626568; }

.accordion-navigation .has-children {
  padding: 0; }
  .accordion-navigation .has-children > div .list-group-item {
    padding-left: 40px; }
  .accordion-navigation .has-children .list-group-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center; }
    .accordion-navigation .has-children .list-group-item span.icon {
      position: relative;
      width: 10px;
      height: 10px;
      display: block;
      /* Vertical line */
      /* horizontal line */ }
      .accordion-navigation .has-children .list-group-item span.icon:before, .accordion-navigation .has-children .list-group-item span.icon:after {
        content: "";
        position: absolute;
        background-color: #808a99;
        -webkit-transition: -webkit-transform 0.25s ease-out;
        transition: -webkit-transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
      .accordion-navigation .has-children .list-group-item span.icon:before {
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left: -1px; }
      .accordion-navigation .has-children .list-group-item span.icon:after {
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: -1px; }
    .accordion-navigation .has-children .list-group-item[aria-expanded="true"] span.icon {
      /* Vertical line */ }
      .accordion-navigation .has-children .list-group-item[aria-expanded="true"] span.icon:before {
        height: 0 !important; }

.accordion-navigation .active .list-group-item {
  background: #edf0f2;
  color: #626568; }
  .accordion-navigation .active .list-group-item span.icon:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .accordion-navigation .active .list-group-item span.icon:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.accordion-trigger::after {
  content: '\e148';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #808a99;
  margin-right: 1rem; }
  .accordion-trigger::after:hover {
    opacity: .8; }

.active .accordion-trigger::after {
  content: '\e15d'; }

.rubric-accordion {
  outline: none !important; }
  .rubric-accordion .collapse-icon {
    display: none; }
  .rubric-accordion.active .expand-icon {
    display: none; }
  .rubric-accordion.active .collapse-icon {
    display: inline-block;
    text-decoration: underline; }

ul.activity-log {
  padding: 1.25rem 0;
  position: relative; }
  ul.activity-log .vertical-border {
    position: absolute;
    height: calc(100% - 32px);
    width: 1px;
    background: #d5dde3;
    left: 15px;
    top: 32px; }
  ul.activity-log li {
    list-style: none;
    border-bottom: 1px solid #edf0f2;
    padding-left: 30px !important;
    white-space: nowrap; }
    ul.activity-log li:last-child {
      border-bottom: none; }
    ul.activity-log li p {
      line-height: 1.5;
      text-overflow: ellipsis;
      overflow: hidden; }
    ul.activity-log li::before {
      font-family: 'Material Icons';
      position: absolute;
      background: white;
      top: 16px;
      left: 6px; }
    ul.activity-log li.created-essay::before {
      content: 'add_circle_outline'; }
    ul.activity-log li.created-flashcard::before {
      content: 'add_circle_outline'; }
    ul.activity-log li.edit-essay::before {
      content: 'create'; }
    ul.activity-log li.edit-flashcard::before {
      content: 'create'; }
    ul.activity-log li.account-created::before {
      content: 'how_to_reg'; }
    ul.activity-log li.paid::before {
      content: 'attach_money'; }
    ul.activity-log li.card-declined::before {
      content: 'report'; }
    ul.activity-log li.subscription-expired::before {
      content: 'hourglass_empty'; }
    ul.activity-log li.subscription-renewed::before {
      content: 'cached'; }
    ul.activity-log li.complete::before {
      content: "check"; }
    ul.activity-log li.log-in::before {
      content: "exit_to_app"; }
    ul.activity-log li.edit::before {
      content: "edit"; }
    ul.activity-log li.add::before {
      content: "add"; }

.strength-meter {
  margin-top: -1rem; }
  .strength-meter .bar-wrapper {
    width: 120px;
    height: 4px;
    position: relative;
    background: #d5dde3;
    overflow: hidden; }
    .strength-meter .bar-wrapper .bar {
      height: 4px;
      width: 0; }
      .strength-meter .bar-wrapper .bar .wrapper {
        position: absolute; }
        .strength-meter .bar-wrapper .bar .wrapper span {
          width: 40px;
          border-width: 0 4px;
          border-color: #edf0f2;
          border-style: solid;
          height: 6px; }

.invoice-box {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  color: #555;
  background: white; }
  .invoice-box table {
    width: 100%;
    line-height: inherit;
    text-align: left; }
    .invoice-box table td {
      padding: 5px;
      vertical-align: top; }
      .invoice-box table td:nth-child(2) {
        text-align: right; }
    .invoice-box table tr.top table td {
      padding-bottom: 20px; }
      .invoice-box table tr.top table td.title {
        font-size: 45px;
        line-height: 45px;
        color: #333; }
    .invoice-box table tr.information table td {
      padding-bottom: 40px; }
  .invoice-box tr.heading td {
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-weight: bold; }
  .invoice-box tr.details td {
    padding-bottom: 20px; }
  .invoice-box tr.item td {
    border-bottom: 1px solid #eee; }
  .invoice-box tr.item.last td {
    border-bottom: none; }
  .invoice-box tr.total td:nth-child(2) {
    border-top: 2px solid #eee;
    font-weight: bold; }

@media only screen and (max-width: 600px) {
  .invoice-box table tr.top table td {
    width: 100%;
    display: block;
    text-align: center; }
  .invoice-box table tr.information table td {
    width: 100%;
    display: block;
    text-align: center; } }

/** RTL **/
.rtl {
  direction: rtl; }

.rtl table {
  text-align: right; }

.rtl table tr td:nth-child(2) {
  text-align: left; }

