/*! Copyright 2018 - Flat */
.flat-gradient-brand {
  background: linear-gradient(45deg, #33B1F8 37%, #6E90F6 100%);
}
.flat-gradient-pink {
  background: #FE9FC4;
}
.global-search {
  position: relative;
  margin-left: 20px;
}
.global-search.disabled {
  opacity: 0.4;
}
.global-search-container {
  display: flex;
  line-height: 36px;
  min-width: 250px;
  width: 20vw;
  height: 100%;
}
.global-search-container .input-group {
  position: relative;
  display: flex;
  flex: 0 1 405px;
  /* firefox 19+ */
  /* ie */
  /* firefox 19+ */
  /* ie */
}
.global-search-container .input-group a {
  position: absolute;
  right: 0;
  display: flex;
  flex: 0 0 16px;
  padding: 8px 12px;
  border-radius: 3px 0 0 3px;
}
.global-search-container .input-group a svg {
  height: 16px;
  width: 16px;
}
.global-search-container .input-group a svg path {
  fill: rgba(255, 255, 255, 0.6);
}
.global-search-container .input-group a.focus svg path {
  fill: var(--f-ink);
}
.global-search-container .input-group .global-search-icon,
.global-search-container .input-group .global-search-input {
  border: none;
  transition: all 0.3s ease-in-out;
}
.global-search-container .input-group .global-search-input {
  display: flex;
  flex: 1;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  line-height: 20px;
  padding: 6px 40px 6px 12px;
  background: rgba(0, 0, 0, 0.13);
  box-shadow: none;
}
.global-search-container .input-group .global-search-input:focus {
  color: var(--f-ink);
  background: white;
}
.global-search-container .input-group .global-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
}
.global-search-container .input-group .global-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
}
.global-search-container .input-group .global-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
}
.global-search-container .input-group .global-search-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
}
.global-search-container .input-group .global-search-input:focus::-webkit-input-placeholder {
  color: var(--f-grey-2);
}
.global-search-container .input-group .global-search-input:focus::-moz-placeholder {
  color: var(--f-grey-2);
}
.global-search-container .input-group .global-search-input:focus:-ms-input-placeholder {
  color: var(--f-grey-2);
}
.global-search-container .input-group .global-search-input:focus:-moz-placeholder {
  color: var(--f-grey-2);
}
.global-search-dropdown {
  width: 100%;
  margin-top: 5px;
  padding: 0 0 10px 0 !important;
  border-radius: 3px;
  box-shadow: 0 0 1px 1px rgba(40, 48, 79, 0.06), 0 5px 10px rgba(40, 48, 79, 0.17) !important;
  font-size: 13px;
}
.global-search-dropdown.empty {
  padding-bottom: 0 !important;
}
.global-search-dropdown li.section-divider {
  padding: 10px 12px;
  color: var(--f-grey-4);
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: .83px;
  background: #E7E8EC;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.global-search-dropdown li.section-divider.profile.with-scores {
  border-radius: 0;
}
.global-search-dropdown li.gotosearch {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
  border-radius: 3px;
}
.global-search-dropdown li.gotosearch a {
  width: 100%;
  display: block;
  padding: 0;
}
.global-search-dropdown li.gotosearch .icon {
  position: relative;
  top: 3px;
}
.global-search-dropdown li.gotosearch .text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
}
.global-search-dropdown li.gotosearch svg {
  flex: 0 0 14px;
  width: 14px;
  height: 11px;
}
.global-search-dropdown li.gotosearch svg path {
  fill: var(--f-grey-4);
}
.global-search-dropdown li:not(.section-divider) {
  color: var(--f-subdue);
  padding: 6px 12px;
  line-height: 16px;
}
.global-search-dropdown li:not(.section-divider):hover {
  background: rgba(163, 166, 169, 0.06);
  color: var(--f-primary);
}
.global-search-dropdown li:not(.section-divider):hover a {
  color: var(--f-primary);
}
.global-search-dropdown li.help-elem {
  padding: 8px 16px;
}
.global-search-dropdown li.help-elem a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
}
.global-search-dropdown li.help-elem a svg {
  flex: 0 0 16px;
  margin-right: 10px;
}
.global-search-dropdown li.help-elem a span {
  text-overflow: ellipsis;
  overflow: hidden;
}
.global-search-dropdown li.score-elem {
  padding: 8px 16px;
}
.global-search-dropdown li.score-elem .player-container {
  display: none;
}
.global-search-dropdown li.score-elem a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
}
.global-search-dropdown li.score-elem a svg {
  flex: 0 0 16px;
  margin-right: 10px;
}
.global-search-dropdown li.score-elem:hover svg {
  opacity: 0;
}
.global-search-dropdown li.user-elem {
  padding: 7px 12px;
  cursor: pointer;
}
.global-search-dropdown .user {
  display: flex;
  align-items: center;
}
.global-search-dropdown .user .avatar-container {
  flex: 0 0 22px;
  margin-right: 10px;
}
.global-search-dropdown .user .avatar-container img {
  border: none;
  border-radius: 50%;
}
.global-search-dropdown .user .text {
  color: var(--f-subdue);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.global-search-dropdown:before {
  display: none;
}
@keyframes playerSound {
  0% {
    opacity: .35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 12px;
  }
}
.player-process-bars {
  position: relative;
  height: 14px;
}
.bar-animation {
  animation: playerSound 0ms -800ms linear infinite alternate;
  animation-play-state: played;
}
.bar {
  background: var(--f-primary);
  margin-left: 1px;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 2px;
}
.bar:nth-child(1) {
  left: 0px;
  animation-duration: 474ms;
}
.bar:nth-child(2) {
  left: 3px;
  animation-duration: 433ms;
}
.bar:nth-child(3) {
  left: 6px;
  animation-duration: 407ms;
}
.bar:nth-child(4) {
  left: 9px;
  animation-duration: 458ms;
}
@keyframes light-aud-ctrls-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.light-audio-player {
  display: flex;
  align-items: center;
}
.light-audio-player .icon-player {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #34394d;
  border: 0;
  border-radius: 40px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  padding: 0;
}
.light-audio-player .icon-player:hover,
.light-audio-player .icon-player:focus {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.light-audio-player .icon-player .play-button {
  display: inline-block;
  position: relative;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-radius: 1px;
  border-color: transparent transparent transparent #fff;
}
.light-audio-player .icon-player .pause-button {
  width: 6px;
}
.light-audio-player .icon-player .pause-button path {
  fill: #fff;
}
.light-audio-player .icon-player .icon-play-loader {
  display: block;
  width: 24px;
  height: 24px;
  margin: 4px auto;
  border: 2px var(--f-ink) solid;
  border-top: 2px var(--f-primary) solid;
  border-radius: 50%;
  animation: light-aud-ctrls-loader 0.6s infinite linear;
}
.light-audio-player .audio-record-playback-slider {
  cursor: pointer;
  background-color: var(--f-subdue-40);
  height: 3px;
  width: 80px;
  border-radius: 4px;
  margin-left: 16px;
  margin-right: 16px;
}
.light-audio-player .audio-record-playback-slider .audio-record-playback-progress {
  position: relative;
  width: 0%;
  height: 100%;
  border-radius: 4px;
  background-color: #62a3f2;
}
.light-audio-player .audio-record-playback-slider .audio-record-playback-progress .audio-record-playback-slider-handle {
  position: absolute;
  top: -4px;
  right: -6px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #666F8C;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.choice-method {
  display: block;
  margin: 0 0 15px;
  background: #fff;
  border: 1px solid #E7E8EC;
  padding: 20px;
  border-radius: 8px;
}
.choice-method .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: var(--f-ink);
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
}
.choice-method .name img {
  margin-left: 8px;
}
.choice-method .description {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: var(--f-subdue);
}
.choice-method.active {
  border: 1px solid var(--f-happy-green);
  position: relative;
  background: #fff url('/img/icons/_common/offer-selected.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.choice-method.disabled {
  opacity: .6;
  cursor: not-allowed;
}
@media (max-width: 700px) {
  .choice-method {
    padding: 12px;
  }
  .choice-method .description {
    font-size: 13px;
  }
}
.collec-tree button.tree-item {
  cursor: pointer;
}
.collec-tree .tree-item {
  display: flex;
  height: 32px;
  width: 100%;
  align-items: center;
  overflow: hidden;
  background: transparent;
  border: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.collec-tree .tree-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.collec-tree .tree-item svg {
  flex: 0 0 32px;
}
.collec-tree .tree-item .t {
  flex: 1 1 auto;
  text-align: left;
  line-height: 24px;
  margin-bottom: 12px;
  color: var(--f-subdue);
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.collec-tree .tree-item .t.em {
  font-style: italic;
}
.collec-tree .tree-item .fill {
  fill: var(--f-subdue);
}
.collec-tree .tree-item.a .t,
.collec-tree .tree-item.active .t {
  color: var(--f-primary);
}
.collec-tree .tree-item.a .fill,
.collec-tree .tree-item.active .fill {
  fill: var(--f-primary);
}
.collec-tree .tree-item.sa {
  background: var(--f-primary);
}
.collec-tree .tree-item.sa .t {
  color: #fff;
}
.collec-tree .tree-item.sa .fill {
  fill: #fff;
}
.collec-tree .tree-item.dz {
  background: var(--f-primary-10);
}
.collec-tree .tree-item.dz-active {
  background: var(--f-primary-10);
}
.collec-tree .sub {
  padding-left: 20px;
}
.collec-tree .tree-item.new-collection input[type="text"] {
  padding: 5px;
  width: calc(100% - 15px);
}
.collec-tree .tree-item.storage {
  margin-top: 15px;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}
.collec-tree .tree-item.storage .t {
  margin: 0;
}
.collec-tree .storage-bar {
  position: relative;
  height: 4px;
  width: 100%;
  background: var(--f-grey-2);
  border-radius: 4px;
}
.collec-tree .storage-bar .used {
  height: 100%;
  background: var(--f-primary);
  border-radius: 4px;
}
.collec-tree .storage-bar .used.warn {
  background: var(--f-yellow);
}
.collec-tree .storage-bar .used.max {
  background: var(--f-safe-red);
}
.widget-move-to {
  width: 250px;
  padding: 0;
  z-index: 10;
  cursor: default;
}
.widget-move-to.processing {
  cursor: wait;
}
.widget-move-to [x-arrow] {
  border-color: var(--f-grey-bg);
}
.widget-move-to .w-header {
  background: var(--f-grey-bg);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: var(--f-ink);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  align-items: center;
}
.widget-move-to .w-header .title {
  flex: 1 1 auto;
  margin: 20px 0 20px 20px;
}
.widget-move-to .w-header .w-close {
  flex: 0 0 auto;
  padding: 20px;
}
.widget-move-to .w-header .w-close svg {
  width: 10px;
  height: 10px;
}
.widget-move-to .w-header .w-close svg .stroke {
  stroke: var(--f-ink);
}
.widget-move-to .w-body {
  padding: 10px 0;
  max-height: 200px;
  overflow: auto;
}
.widget-move-to .w-body .tree-item {
  padding: 0 12px 0 18px;
}
.widget-move-to .w-body .tree-item input[type="text"] {
  width: 185px;
  color: var(--f-subdue);
}
.widget-move-to .w-footer {
  border-top: 1px solid #E7E8EC;
  padding: 15px 20px;
}
.widget-move-to .w-footer .btn {
  margin: 0;
}
body {
  background: var(--f-grey-bg);
}
html.wh body {
  background: #fff;
}
html.w-left-nav body {
  overflow: hidden;
}
html.w-left-nav .flat-dashboard > .main {
  height: 100%;
}
.flat-dashboard {
  /* Titles */
}
.flat-dashboard h1 {
  font-size: 28px;
  margin: 30px 0;
}
.flat-dashboard h1.small {
  font-size: 30px;
}
.flat-dashboard h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--f-ink);
}
.flat-dashboard h3 {
  margin-bottom: 20px;
}
.flat-dashboard h5 {
  font-weight: bold;
}
.flat-dashboard .card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.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;
  }
}
/* Main content (2 columns, 66% / 33%)*/
.content {
  margin-left: -15px;
  margin-right: -15px;
}
.content .content-small {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .content .content-small {
    float: left;
    width: 33.33333333%;
  }
}
.content .content-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .content .content-main {
    float: left;
    width: 66.66666667%;
  }
}
.content .content-full {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .content .content-full {
    float: left;
    width: 100%;
  }
}
.content-side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  background: #f6f6f6;
  border-left: 1px solid #eeeeee;
}
.content-drive-import {
  display: table;
  text-align: center;
  max-width: 500px;
  height: 100vh;
  margin: auto;
}
.content-drive-import > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.profile-trigger {
  margin-left: 10px;
  margin-right: 0 !important;
}
.profile-trigger > .ddn-trigger {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
}
.profile-trigger > .ddn-trigger .user + svg.circle-new-pu {
  top: 6px;
  right: 32px;
}
.profile-trigger .avatar-container {
  display: flex;
}
.profile-trigger .user-avatar img {
  width: 36px;
  height: 36px;
}
.profile-trigger .icon-dropdown {
  display: flex;
  align-items: center;
  height: 32px;
  margin-left: 6px;
}
.profile-trigger svg.circle-new-pu {
  position: absolute;
  top: -5px;
  right: -6px;
  width: 11px;
  height: 11px;
}
.profile-trigger svg.circle-new-pu circle {
  fill: #FF43AD;
  stroke: #fff;
  stroke-width: 2px;
}
.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.reduced-padding {
  padding: 16px 16px;
}
.dashboard-header-nav .nav-left {
  flex: 1 1 auto;
  display: flex;
  z-index: 1;
}
.dashboard-header-nav .nav-left > ul {
  padding-left: 10px;
}
.dashboard-header-nav .nav-right {
  flex: 0 1 auto;
}
.dashboard-header-nav .nav-right > ul {
  padding-left: 0;
}
.dashboard-header-nav .nav-right > ul > li {
  margin-right: 10px;
}
.dashboard-header-nav .logo {
  height: 36px;
  display: flex;
  line-height: 36px;
  align-items: center;
}
.dashboard-header-nav .logo a {
  display: flex;
}
.dashboard-header-nav .logo svg.f-2021 {
  height: 36px;
  width: 89px;
}
.dashboard-header-nav .logo .logo-only {
  display: none;
}
.dashboard-header-nav .logo .help-center {
  display: inline-flex;
  height: 36px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  align-items: baseline;
}
.dashboard-header-nav .nav-search-text {
  display: none;
}
.dashboard-header-nav ul.navbar {
  align-items: center;
  line-height: 36px;
  height: 36px;
}
.dashboard-header-nav ul.navbar > li > a:not(.icon) {
  line-height: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.dashboard-header-nav ul.navbar > li > a:not(.icon) .fi {
  color: white;
}
.dashboard-header-nav ul.navbar > li > a:not(.icon).active,
.dashboard-header-nav ul.navbar > li > a:not(.icon):hover {
  color: #fff;
}
.dashboard-header-nav ul.navbar > li.disabled,
.dashboard-header-nav ul.navbar > li > a.disabled {
  opacity: 0.4;
  color: rgba(255, 255, 255, 0.4) !important;
  cursor: not-allowed;
}
.dashboard-header-nav ul.navbar > li.disabled a,
.dashboard-header-nav ul.navbar > li > a.disabled a {
  cursor: not-allowed;
}
.dashboard-header-nav ul.navbar > li > a.icon {
  display: flex;
  height: 36px;
  align-items: center;
  padding: 2px 10px 3px 10px;
}
.dashboard-header-nav .notification-trigger {
  background: transparent;
  display: inline-flex;
  padding: 6px 10px;
}
.dashboard-header-nav .notification-trigger > svg .fill {
  fill: #fff;
}
.dashboard-header-nav .notification-trigger > svg circle {
  stroke: none;
}
.dashboard-header-nav .inactive a {
  color: rgba(255, 255, 255, 0.6);
}
.dashboard-header-nav .inactive a:hover {
  color: #fff;
}
.dashboard-header-nav .dropdown-menu {
  font-size: 13px;
  padding: 8px 0;
}
@media (max-width: 1123px) {
  .dashboard-header-nav .global-search {
    display: none;
  }
}
@media (max-width: 1123px) and (min-width: 800px) {
  .dashboard-header-nav .nav-search-text {
    display: initial;
  }
}
@media (max-width: 1050px) {
  .dashboard-header-nav {
    padding: 16px;
  }
}
@media (max-width: 930px) {
  .dashboard-header-nav .nav-upgrade {
    display: none;
  }
}
@media (max-width: 730px) {
  .dashboard-header-nav .nav-newscore,
  .dashboard-header-nav .nav-import,
  .dashboard-header-nav .nav-stats {
    display: none;
  }
}
.dashboard-header-nav .ddn-content .link-support {
  display: none!important;
}
@media (max-width: 635px) {
  .dashboard-header-nav .ddn-content .link-support {
    display: flex!important;
  }
  .dashboard-header-nav .nav-support {
    display: none;
  }
}
@media (max-width: 400px) {
  .dashboard-header-nav .logo-only {
    display: block;
  }
  .dashboard-header-nav .logo-edu {
    display: none;
  }
}
@media (max-width: 375px) {
  .dashboard-header-nav .nav-popular-text {
    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: .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: #fff;
  }
  .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: #fff;
    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: #fff;
}
.dashboard-header .btn-contact,
.dashboard-header .btn-default-cta,
.dashboard-header .btn-add {
  background: #fff;
}
.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);
}
.header-upgrade-button {
  margin-right: 8px;
  background: rgba(47, 52, 70, 0.2);
  border-radius: 40px;
  color: #fff!important;
  font-size: 14px;
  padding: 10px 16px!important;
  white-space: nowrap;
}
.score-collaboration .header-upgrade-button {
  display: inline-block;
  padding: 11px 20px;
}
.dashboard-header {
  width: 100%;
  position: relative;
  z-index: 10;
  color: #fff;
  overflow: initial;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.04);
}
.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: .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;
}
.dashboard-header-fixed {
  position: fixed;
  will-change: transform;
  top: 0;
  z-index: 200;
}
.clearfix-header {
  height: 66px;
  margin-bottom: 40px;
}
.clearfix-header.profile {
  margin-bottom: 0;
}
.clearfix-header-sub {
  height: 184px;
  margin-bottom: 40px;
}
@media (display-mode: standalone) {
  .dashboard-header.theme-brand,
  .se-header {
    background: #33b1f8!important;
  }
}
.dashboard-header.theme-edu,
.thbg.theme-edu {
  background: linear-gradient(180deg, #9996F6 0%, #4D69DC 100%);
}
.theme-edu .fill {
  fill: var(--f-primary);
}
.theme-edu .stroke {
  stroke: var(--f-primary);
}
.dashboard-header.theme-offline,
.thbg.theme-offline {
  background: linear-gradient(45deg, #1B2B43 0%, #27364D 100%);
}
.theme-offline .fill {
  fill: var(--f-primary);
}
.theme-offline .stroke {
  stroke: var(--f-primary);
}
.dashboard-header.theme-brand,
.thbg.theme-brand,
.thbg180.theme-brand {
  background: var(--f-primary);
}
.text.theme-brand,
.text.theme-brand:hover {
  color: var(--f-primary);
}
.theme-brand .fill {
  fill: var(--f-primary);
}
.theme-brand .stroke {
  stroke: var(--f-primary);
}
