/*! 
 * Copyright 2024 - Tutteo Ltd
 */
.choice-method {
  display: block;
  margin: 0 0 16px;
  background: var(--surface-general-primary-default);
  border: 1px solid #e7e8ec;
  padding: 20px;
  border-radius: 8px;
}
.choice-method .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: var(--text-general-primary-default);
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
}
.choice-method .name img {
  margin-left: 8px;
}
.choice-method .description {
  font-size: 14px;
  line-height: 18px;
  color: var(--text-general-secondary-default);
}
.choice-method.active {
  border: 1px solid var(--border-success-primary-default);
  position: relative;
  background: var(--surface-general-primary-default) url('../../../img/icons/_common/offer-selected.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.choice-method.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 700px) {
  .choice-method {
    padding: 12px;
  }
  .choice-method .description {
    font-size: 13px;
  }
}
body {
  background: var(--surface-accent-tertiary-default);
}
html.wh body {
  background: var(--surface-general-primary-default);
}
html.w-left-nav body {
  overflow: hidden;
}
.content-dashboard {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1174px;
  padding-left: 75px;
  padding-right: 75px;
}
@media (max-width: 950px) {
  .content-dashboard {
    padding-right: 30px;
  }
  .content-dashboard:not(.with-side-menu) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .content-dashboard {
    padding-right: 16px;
  }
  .content-dashboard:not(.with-side-menu) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.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(--icon-general-secondary-default);
}
.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(--surface-general-primary-default);
  }
  .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(--surface-general-primary-default);
    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(--icon-general-tertiary-default);
}
.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(--surface-general-primary-default);
}
.dashboard-header .btn-contact,
.dashboard-header .btn-default-cta,
.dashboard-header .btn-add {
  background: var(--surface-general-primary-default);
}
.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;
}
