/*! 
 * Copyright 2024 - Tutteo Ltd
 */
.fcards-sq {
  display: flex;
  margin-right: -24px;
}
.fcards-horizontal-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px -24px 0;
}
.fcard-horizontal {
  background: var(--f-bg-0);
  border: 0;
  border-radius: 8px;
  padding: 24px;
  margin: 0 24px 16px 0;
  flex: 0 0 calc(50% - 24px);
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.fcard-horizontal .i {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin-right: 16px;
}
.fcard-horizontal .i.ph {
  background: var(--f-ink-10);
  border-radius: 50%;
  display: inline-flex;
}
.fcard-horizontal .i24 {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  fill: var(--f-subdue);
}
.fcard-horizontal.w100 {
  flex: 1 1 100%;
  width: 100%;
}
.fcard-horizontal .t {
  font-size: 16px;
  line-height: 24px;
}
.fcard-horizontal .title {
  font-weight: bold;
  color: var(--f-ink);
}
.fcard-horizontal .desc {
  color: var(--f-subdue);
  margin-top: 4px;
}
@media (max-width: 767px) {
  .fcards-horizontal-list {
    flex-wrap: wrap;
  }
  .fcard-horizontal {
    flex: 1 1 100%;
  }
}
@media (max-width: 600px) {
  .fcards-sq {
    flex-direction: column;
    margin-right: 0;
  }
}
.felev-small {
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 0px 1px rgba(54, 60, 80, 0.04), 0px 1px 4px rgba(54, 60, 80, 0.14);
}
.felev-small.h:hover {
  box-shadow: 0px 0px 0px 1px rgba(54, 60, 80, 0.04), 0px 1px 4px rgba(54, 60, 80, 0.14), inset 0px 0px 0px 2px var(--f-grey-2);
}
.felev-small.selected {
  box-shadow: 0px 0px 0px 1px rgba(54, 60, 80, 0.04), 0px 1px 4px rgba(54, 60, 80, 0.14), inset 0px 0px 0px 2px var(--f-primary);
}
.felev-small:focus:not(:active) {
  box-shadow: 0 0 4px 0 rgba(27, 121, 210, 0.72), inset 0px 0px 0px 4px #1b79d2;
}
.felev-static {
  box-shadow: 0 0 0 1px rgba(54, 60, 80, 0.04), 0 1px 4px 0 rgba(54, 60, 80, 0.14);
}
.form-control.link {
  display: flex;
  padding: 0;
  border: 0;
}
.form-control.link .text {
  flex: 1 1;
  padding: 13px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #c0ccd1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 115px);
  text-align: left;
}
.form-control.link .copy {
  flex: 1 0;
  padding: 17px 24px !important;
  display: block;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 14px;
  white-space: nowrap;
  margin-left: -1px;
  max-width: 116px;
  text-align: center;
}
.form-control.link .copy::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.form-control.link .copy.done {
  background: var(--f-happy-green);
}
.form-control.link .copy.done:hover,
.form-control.link .copy.done:active,
.form-control.link .copy.done:focus {
  box-shadow: none;
}
@media (max-width: 510px) {
  .form-control.link .text {
    display: none;
  }
  .form-control.link .copy {
    flex: 1;
    text-align: center;
    border-radius: 3px;
  }
}
.tag-beta {
  display: inline-flex;
  background: var(--f-ink);
  border-radius: 4px;
  padding: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
}
.side-tray-bd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e5e5e5;
  opacity: 0.86;
  z-index: 10;
}
.side-tray {
  box-shadow: -15px 0 15px 1px rgba(40, 48, 79, 0.08);
  border: solid 1px #e7e8ec;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background-color: #fff;
  opacity: 1;
}
.side-tray .close-tray {
  position: absolute;
  top: 20px;
  right: 16px;
  background: transparent;
  border: 0;
  display: flex;
  padding: 0;
  cursor: pointer;
}
.side-tray .close-tray img {
  border: 0;
}
.side-tray .filter-tray-content {
  height: 100%;
  padding-top: 40px;
  width: 100%;
  color: var(--f-ink);
  display: flex;
  flex-direction: column;
  line-height: 1.71;
}
.side-tray .tray-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.33;
  color: var(--f-ink);
  margin-bottom: 40px;
  padding: 0 24px;
}
.side-tray .filter-type-title {
  width: 280px;
  font-size: 14px;
  font-weight: bold;
  color: var(--f-ink);
  margin-top: 34px;
}
.side-tray .role-title {
  margin-top: unset;
}
.side-tray .filter-content {
  margin-top: 20px;
  align-items: center;
  display: flex;
}
.side-tray .filter-content label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
.side-tray .filter-window-options {
  justify-content: space-between;
  flex: 1 0 auto;
  margin-bottom: 32px;
  margin-top: 32px;
  width: 279px;
  display: flex;
  align-items: center;
}
.side-tray .clear-filters {
  width: 75px;
  height: 24px;
  color: var(--f-primary);
  width: fit-content;
  background: none;
  border: none;
}
.side-tray .filter-wrap {
  height: 100%;
  overflow: auto;
  flex: 1 1 auto;
  padding: 0 24px 24px 24px;
}
.side-tray .button-groups {
  padding: 24px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid var(--f-ink-10);
}
.side-tray .button-groups button:first-of-type {
  margin-right: 8px;
}
.d-libpicker {
  padding: 0;
  height: min(100vh - 48px, 550px);
}
.d-libpicker iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}
.d-libpicker .d-close svg path {
  fill: var(--f-subdue);
}
@media (max-width: 767px) {
  .d-libpicker {
    height: calc(100vh - 150px);
    width: 100%;
  }
}
@media (max-width: 650px) {
  .d-resp > .d-libpicker.d-center {
    padding: 0;
  }
}
.d-del p,
.d-del li {
  color: var(--f-subdue);
  font-size: 14px;
  line-height: 22px;
}
.d-del .resources-list {
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-trigger > .ddn-trigger {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
}
.profile-trigger .avatar-container {
  display: flex;
}
.profile-trigger .user-avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.profile-trigger .icon-dropdown {
  display: flex;
  align-items: center;
  height: 32px;
  margin-left: 6px;
}
.profile-trigger .ddn-content {
  z-index: 50;
  padding: 0;
}
.profile-trigger .ddn-content ul {
  padding-top: 8px;
  padding-bottom: 8px;
}
.profile-trigger .ddn-content .product-update {
  position: relative;
}
.profile-trigger .ddn-content .product-update .icon .filld,
.profile-trigger .ddn-content .product-update .icon .stroked {
  fill: var(--f-subdue);
}
.profile-trigger .ddn-content .product-update .circle-new-pu {
  left: 12px;
  top: 2px;
}
.profile-trigger .ddn-content .product-update.news .text {
  border-bottom: 1px solid #ff43ad;
}
@media (max-width: 768px) {
  .profile-trigger .user-name {
    display: none;
  }
}
.dashboard-header-nav {
  display: flex;
  align-items: center;
  z-index: 12;
  min-height: 68px;
  padding: 16px 24px;
  max-width: 100%;
}
.dashboard-header-nav .dropdown-menu {
  font-size: 13px;
  padding: 8px 0;
}
@media (max-width: 1050px) {
  .dashboard-header-nav {
    padding: 16px;
  }
}
@media (max-width: 730px) {
  .dashboard-header-nav .nav-newscore,
  .dashboard-header-nav .nav-import,
  .dashboard-header-nav .nav-stats {
    display: none;
  }
}
@media (max-width: 400px) {
  .dashboard-header-nav .logo-edu {
    display: none;
  }
}
@media (max-width: 480px) {
  .dashboard-header-nav .notification-center-icon {
    display: none;
  }
}
@media (max-width: 325px) {
  .dashboard-header-nav .logo {
    display: none;
  }
  .dashboard-header-nav .nav-left ul {
    padding-left: 0;
  }
}
.dashboard-header-generic {
  margin-bottom: 40px;
  overflow: auto;
}
.dashboard-header-generic h1 {
  margin: 30px 0 50px 0;
  max-width: 100%;
}
.dashboard-header .actions {
  float: right;
}
.dashboard-header .actions .btn {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 14px 8px 14px;
}
.dashboard-header .actions .btn svg {
  width: 16px;
  height: 16px;
}
.dashboard-header .actions .btn .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.3px;
  margin-left: 8px;
}
.dashboard-header .btn-auto {
  width: auto !important;
}
.dashboard-header .btn-header-cta {
  position: relative;
  display: inline-block;
  height: 39px;
  font-size: 10px;
  font-weight: 500;
  line-height: 11px;
  padding: 7px 14px 12px 14px;
  overflow: hidden;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.dashboard-header .btn-header-combo {
  width: 142px;
}
.dashboard-header .btn-header-combo span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}
.dashboard-header .btn-header-combo svg {
  position: relative;
  margin-right: 3px;
}
@media (max-width: 768px) {
  .dashboard-header .btn-header-combo {
    width: 39px;
  }
  .dashboard-header .btn-header-combo span {
    display: none;
  }
  .dashboard-header .btn-header-combo .fill {
    fill: #fff !important;
  }
  .dashboard-header .btn-header-combo .fi {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .dashboard-header .btn-header-combo.btn-active {
    width: 142px;
    background: var(--f-bg-0);
  }
  .dashboard-header .btn-header-combo:not(.btn-active) {
    width: 39px;
  }
  .dashboard-header .btn-header-combo:not(.btn-active):not(:hover) svg .fill {
    fill: #fff;
  }
  .dashboard-header .btn-header-combo:hover {
    width: 142px;
    background: var(--f-bg-0);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in-out;
  }
  .dashboard-header .btn-header-combo:hover ~ a {
    width: 39px;
    background: transparent;
  }
  .dashboard-header .btn-header-combo:hover ~ a span {
    display: none;
  }
  .dashboard-header .btn-header-combo:hover ~ a svg .fill {
    fill: #fff !important;
  }
}
.dashboard-header .btn-import-score svg {
  left: -6px;
  top: 2px;
}
.dashboard-header .btn-add-score {
  margin-left: 6px;
}
.dashboard-header .btn-add-score svg {
  top: 3px;
}
.dashboard-header .btn-invite-teacher,
.dashboard-header .btn-invite-admin,
.dashboard-header .btn-oganization-settings,
.dashboard-header .btn-invite-students,
.dashboard-header .btn-add-assignment {
  display: block;
}
.dashboard-header .btn-invite-teacher svg,
.dashboard-header .btn-invite-admin svg,
.dashboard-header .btn-oganization-settings svg,
.dashboard-header .btn-invite-students svg,
.dashboard-header .btn-add-assignment svg,
.dashboard-header .btn-invite-teacher .text,
.dashboard-header .btn-invite-admin .text,
.dashboard-header .btn-oganization-settings .text,
.dashboard-header .btn-invite-students .text,
.dashboard-header .btn-add-assignment .text {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-header .btn-invite-teacher svg path {
  fill: #b8e986;
}
.dashboard-header .btn-invite-admin svg path {
  fill: #a0c4fc;
}
.dashboard-header .btn-oganization-settings svg path {
  fill: var(--f-grey-2);
}
.dashboard-header .btn-invite-students svg {
  left: -3px;
  top: 4px;
}
.dashboard-header .btn-invite-students svg path {
  fill: #a0c4fc;
}
.dashboard-header .btn-add-assignment svg {
  top: 5px;
  left: -2px;
  height: 15px;
  width: 16px;
}
.dashboard-header .btn-add-assignment svg path {
  fill: #f6bb03;
}
.dashboard-header .btn-profile-settings {
  width: 39px;
  color: #fff !important;
  font-size: 16px;
  line-height: 12px;
}
.dashboard-header .btn-profile-settings .fi {
  position: relative;
  left: -3px;
  top: 3px;
}
.dashboard-header .btn-profile-settings:hover {
  color: var(--f-primary-dark) !important;
  background: var(--f-bg-0);
}
.dashboard-header .btn-contact,
.dashboard-header .btn-default-cta,
.dashboard-header .btn-add {
  background: var(--f-bg-0);
}
.dashboard-header .btn-contact img,
.dashboard-header .btn-default-cta img,
.dashboard-header .btn-add img,
.dashboard-header .btn-contact svg,
.dashboard-header .btn-default-cta svg,
.dashboard-header .btn-add svg {
  margin-right: 12px;
  position: relative;
  top: 4px;
}
.dashboard-header .btn-contact .fi,
.dashboard-header .btn-default-cta .fi,
.dashboard-header .btn-add .fi {
  line-height: 17px;
  position: relative;
  top: 3px;
}
@media (min-width: 768px) {
  .dashboard-header .btn-contact .fi,
  .dashboard-header .btn-default-cta .fi,
  .dashboard-header .btn-add .fi {
    margin-right: 8px;
  }
}
.dashboard-header .btn-contact span,
.dashboard-header .btn-default-cta span,
.dashboard-header .btn-add span {
  position: relative;
  top: 4px;
}
.dashboard-header .btn-contact span {
  top: -1px;
}
.dashboard-header .btn-contact svg {
  top: 0px !important;
}
.dashboard-header-sub.with-submenu h1 {
  margin-bottom: 21px;
}
.dashboard-header-sub ul.submenu {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  height: 11px;
  line-height: 11px;
  font-size: 10px;
  letter-spacing: 0.4px;
}
.dashboard-header-sub ul.submenu li {
  float: left;
  margin-right: 40px;
  text-transform: uppercase;
}
.dashboard-header-sub ul.submenu li:not(.active) a {
  color: rgba(255, 255, 255, 0.6);
}
.dashboard-header {
  width: 100%;
  position: relative;
  z-index: 10;
  color: #fff;
  overflow: initial;
}
.dashboard-header h1,
.dashboard-header .dashboard-header-sub-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 38px;
}
.dashboard-header-scores-list {
  margin-bottom: 30px;
}
.dashboard-header-sub {
  margin-top: 13px;
  padding: 0px 40px;
  max-width: 100%;
}
.dashboard-header-sub .content-dashboard-class {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
}
.dashboard-header-sub .content-dashboard-class h1,
.dashboard-header-sub .content-dashboard-class .dashboard-header-sub-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.3px;
  margin: 0 14px 0 0;
}
.dashboard-header-sub .content-dashboard-class .actions {
  display: flex;
}
.dashboard-header-sub .content-dashboard-class a {
  margin: auto 6px;
}
.dashboard-header-sub .content-dashboard-class .section {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  padding-right: 4px;
}
.clearfix-header {
  height: 66px;
  margin-bottom: 40px;
}
.clearfix-header.profile {
  margin-bottom: 0;
}
.clearfix-header-sub {
  height: 184px;
  margin-bottom: 40px;
}
.fnavleft-wrap {
  z-index: 3;
  flex: 0 0 240px;
  width: 240px;
  height: 100%;
  transition: all 0.25s;
}
@media print {
  .fnavleft-wrap {
    display: none !important;
  }
}
.fnavleft {
  background: var(--f-bg-0);
  border-right: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: auto;
  transition: all 0.25s ease-in-out;
}
.fnavleft .logo-wrapper {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  height: 40px;
  width: 208px;
  margin: 16px 16px 0 16px;
  transition: all 0.1s ease-in-out;
}
.fnavleft .logo-wrapper .r {
  display: flex;
  height: 32px;
}
.fnavleft .logo-wrapper .btn-nav-grey {
  margin-left: 8px;
}
.fnavleft .logo-wrapper .logo-full-edu {
  height: 40px;
  width: auto;
}
.fnavleft .logo-wrapper .logo-b2c {
  height: 32px;
  width: auto;
}
.fnavleft .logo-wrapper .logo-sq {
  width: 40px;
  height: 40px;
}
.fnavleft .acct {
  display: flex;
  margin: 24px 16px 0;
  gap: 8px;
}
.fnavleft .acct .t {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.fnavleft .acct .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: var(--f-ink);
}
.fnavleft .acct .ft {
  font-family: Helvetica;
  font-size: 12px;
  line-height: 16px;
  color: var(--f-subdue);
}
.fnavleft .acct .ft span {
  text-decoration: underline;
  color: var(--f-primary);
}
.fnavleft .orga-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  margin: 24px 20px 0 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--f-ink);
}
.fnavleft .orga-name svg {
  margin-right: 12px;
  fill: var(--f-ink);
  min-height: 24px;
  min-width: 24px;
}
.fnavleft .orga-name .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fnavleft .menu {
  flex: 1 0 auto;
  margin-top: 24px;
}
@media (min-width: 767px) {
  .fnavleft .menu {
    margin-top: 64px;
  }
}
.fnavleft .menu .m-item {
  margin: 0 12px 0;
}
@media (min-width: 767px) {
  .fnavleft .hasSchoolName {
    margin-top: 30px;
  }
}
.fnavleft .logout {
  padding: 16px;
  text-transform: uppercase;
  color: var(--f-subdue);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.nav-left-upgrade,
.nav-left-unlock-trial {
  margin: 16px;
}
.nav-left-upgrade {
  border-radius: var(--radius-standard);
  border: 1px solid var(--f-ink-10);
  padding: var(--spacing-4);
}
.nav-left-upgrade .sub-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
}
.nav-left-upgrade .b {
  height: 4px;
  background: var(--f-ink-10);
  border-radius: 2px;
  position: relative;
  margin-top: 12px;
}
.nav-left-upgrade .b .f {
  position: relative;
  background: var(--f-ink);
  height: 100%;
  border-radius: 2px;
}
.nav-left-unlock-trial {
  border: none;
  border-radius: 4px;
  padding: unset;
}
.nav-left-unlock-trial .ft {
  margin-bottom: 12px;
}
.nav-left-unlock-trial .d {
  margin-bottom: unset;
}
.nav-left-unlock-trial .btn-unlock {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--f-primary);
  background: var(--f-primary);
}
@media (max-width: 1023px) {
  .fnavleft-wrap {
    z-index: 500;
    height: 100%;
  }
  .fnavleft-bd {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 499;
    background-color: rgba(11, 35, 62, 0.86);
    border: 0;
    padding: 0;
  }
  .navleftoverlay-enter-active,
  .navleftoverlay-leave-active {
    transition: opacity 0.25s;
  }
  .navleftoverlay-enter-from,
  .navleftoverlay-leave-to {
    opacity: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .fnavleft-wrap {
    position: relative;
    width: 64px;
    flex: 0 0 64px;
  }
  .fnavleft-wrap.md-preview .logo-wrapper {
    margin: 16px 0 0 12px;
  }
  .fnavleft-wrap.md-preview .collec-leftmenu,
  .fnavleft-wrap.md-preview .nav-left-upgrade {
    display: none;
  }
  .fnavleft-wrap.md-preview .fnavleft {
    overflow: hidden;
  }
  .fnavleft-wrap:not(.md-preview) .fnavleft {
    width: 240px;
    position: absolute;
    z-index: 500;
  }
  .fnav-preview-target {
    position: absolute;
    top: 64px;
    left: 0;
    width: 64px;
    height: calc(100% - var(--f-mob-nav-height));
    z-index: 10000;
    background: transparent;
    border: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .fnavleft-wrap {
    position: fixed;
    flex: none;
    right: 100%;
    flex: 0 0 280px;
    width: 280px;
  }
  .fnavleft-wrap.displayed {
    transform: translate3d(100%, 0, 0px);
  }
  .fnavleft {
    position: relative;
    z-index: 500;
    box-shadow: unset;
  }
  .fnavleft .orga-name {
    margin: 14px 20px 0 20px;
  }
  .fnavleft .logo-wrapper {
    width: 248px;
    align-items: center;
  }
  .fnavleft .logoLink {
    display: flex;
  }
  .fnavleft-wrap.displayed .fnavleft {
    box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.05), 1px 0px 0px #eeeff2;
  }
}
.fnav-acct {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  flex: 0 0 auto;
}
.fnav-acct.is-sticky {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 10;
}
.fnav-acct > * {
  display: flex;
  align-items: center;
}
.fnav-acct .left .logo,
.fnav-acct .left .logo img,
.fnav-acct .left .logo svg {
  height: 32px;
  width: auto;
}
.fnav-acct .left .burger {
  margin-right: 16px;
}
.fnav-acct .close-overlay {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 10px 0 0 8px;
}
.fnav-acct .close-overlay .fill {
  fill: var(--f-subdue);
}
.fnav-acct .close-overlay:hover {
  cursor: pointer;
}
.fnav-acct .close-overlay:hover .fill {
  fill: var(--f-ink);
}
@media (max-width: 767px) {
  .fnav-acct .close-overlay {
    margin: 0;
  }
}
.fnav-acct .fnav-help svg,
.fnav-acct .fnav-newscore svg {
  margin-right: 4px;
}
.fnav-acct .fnav-newscore span {
  margin-right: 2px;
}
.fnav-acct .fnav-newscore svg {
  margin-left: -2px;
}
.fnav-acct .fnav-help span {
  margin-right: 2px;
}
@media (max-width: 500px) {
  .fnav-acct .fnav-newscore {
    display: none;
  }
}
.fnav-acct .user-avatar img {
  border: 2px solid var(--f-ink-10);
}
.fnav-acct svg.circle-new-pu {
  position: absolute;
  right: 22px;
  height: 11px;
  width: 11px;
  align-self: flex-start;
}
.fnav-acct svg.circle-new-pu circle {
  fill: #fa4a77;
  stroke: var(--f-ink-10);
  stroke-width: 2px;
}
.fnav-acct .ddn-account .ddn-trigger {
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  position: relative;
}
.fnav-acct .ddn-account .ddn-trigger .c {
  margin-left: 4px;
}
.fnav-acct .ddn-account .ddn-trigger:hover {
  cursor: pointer;
}
.fnav-acct .ddn-account .ddn-trigger:hover .c path {
  fill: var(--f-ink);
}
.fnav-acct .ddn-account .ddn-trigger:focus-visible {
  outline: 2px solid var(--f-subdue);
}
.fnav-acct .ddn-account .ddn-content {
  margin-top: 24px;
  z-index: 1060;
  padding: 8px 0;
}
.nav-tabs {
  display: flex;
  border-bottom: 1px solid var(--f-subdue-40);
  font-size: 16px;
  line-height: 24px;
  overflow-x: auto;
  overflow-y: hidden;
}
.nav-tabs .tab {
  color: var(--f-subdue);
  margin-right: 24px;
  padding-bottom: 16px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.nav-tabs .tab.active {
  color: var(--f-ink);
  border-bottom: 2px solid var(--f-ink);
  padding-bottom: 14px;
}
.nav-tabs .tab:hover {
  color: var(--f-ink);
}
.class-bullet {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.d-account-sms-validation {
  padding: 0;
  display: flex;
  width: 100%;
  height: fit-content;
}
.d-account-sms-validation.d-center {
  transform: translate(-55%, -50%);
}
.d-account-sms-validation .modal-main-content {
  display: flex;
  flex-direction: column;
}
.d-account-sms-validation .input-btn-wrap {
  display: flex;
}
.d-account-sms-validation .title {
  font-size: 28px;
  line-height: 1.43;
  color: var(--f-ink);
  margin-bottom: 16px;
}
.d-account-sms-validation .d-illu {
  display: none;
}
.d-account-sms-validation .d-illu img {
  height: 100%;
  object-fit: cover;
}
.d-account-sms-validation .d-illu .vertical {
  display: none;
}
.d-account-sms-validation .d-content {
  padding: 0;
}
.d-account-sms-validation .messages-wrap {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.d-account-sms-validation .l1 {
  min-height: 22px;
  height: fit-content;
  font-weight: bold;
  color: var(--f-ink);
}
.d-account-sms-validation .l2 {
  color: var(--f-subdue);
  text-decoration: underline;
}
.d-account-sms-validation .separator {
  display: none;
  width: 100%;
  height: 1px;
  border: solid 1px var(--f-ink-10);
}
.d-account-sms-validation .upgrade {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: rgba(255, 159, 0, 0.1);
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.d-account-sms-validation .upgrade img {
  display: none;
}
.d-account-sms-validation .upgrade-left-wrap {
  display: flex;
  align-items: center;
}
.d-account-sms-validation .upgrade-left-wrap img {
  height: 40px;
  width: 40px;
  margin-right: 16px;
}
.d-account-sms-validation .messages-wrap {
  text-align: left;
}
.d-account-sms-validation .l2 {
  margin-top: unset;
}
@media screen and (min-width: 768px) {
  .d-account-sms-validation {
    flex-direction: column;
  }
  .d-account-sms-validation .title {
    margin-bottom: 24px;
  }
  .d-account-sms-validation .d-illu {
    display: flex;
  }
  .d-account-sms-validation .d-illu img {
    height: 180px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .d-account-sms-validation .separator {
    display: flex;
  }
  .d-account-sms-validation .upgrade {
    border: solid 1px rgba(255, 159, 0, 0.1);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 24px 40px;
  }
  .d-account-sms-validation .upgrade img {
    display: unset;
  }
  .d-account-sms-validation .upgrade .upgrade-left-wrap img {
    width: 16px;
    height: 16px;
  }
  .d-account-sms-validation .upgrade .upgrade-left-wrap .l2 {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) {
  .d-account-sms-validation {
    flex-direction: row;
  }
  .d-account-sms-validation .d-illu {
    display: flex;
  }
  .d-account-sms-validation .d-illu .horizontal {
    display: none;
  }
  .d-account-sms-validation .d-illu .vertical {
    display: flex;
  }
  .d-account-sms-validation .d-illu img {
    height: 100%;
    width: 356px;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .d-account-sms-validation .upgrade .upgrade-left-wrap img {
    width: 40px;
    height: 40px;
  }
}
