@charset 'UTF-8';@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");.button {
  border-radius: 500px;
  font-family: inherit;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  border: none;
}
.button:has(svg) {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.button.button-primary {
  background-color: #5645da;
  color: #fff;
  border: 1px solid #d2d2d2;
}
.button.button-primary:hover, .button.button-primary:focus {
  box-shadow: 0px 0px 4px 0px #5645da;
}
.button.button-primary:active {
  background-color: #3fb2ff;
}
.button.button-secondary {
  background-color: #fff;
  color: #5645da;
  border: 1px solid #d2d2d2;
}
.button.button-secondary:hover, .button.button-secondary:focus {
  box-shadow: 0px 0px 4px 0px #5645da;
}
.button.button-secondary:active {
  color: #fff;
  border-color: #d2d2d2;
  background-color: #5645da;
}
.button.button-tertiary {
  background-color: #3fb2ff;
  color: #fff;
}
.button.button-tertiary:hover, .button.button-tertiary:focus {
  box-shadow: 0px 0px 4px 0px #3fb2ff;
}
.button.button-tertiary:active {
  color: #fff;
  border-color: #d2d2d2;
  background-color: #5645da;
}
.button.button-tertiary svg path {
  stroke: #fff;
}
.button.button-danger {
  background-color: #ff505a;
  color: #fff;
  border: 0;
}
.button.button-danger:hover, .button.button-danger:focus {
  background-color: #f86b73;
  box-shadow: 0px 0px 4px 0px #ff505a;
}
.button.button-link {
  font-size: 16px;
  font-weight: 400;
  border: 0;
  outline: 0;
  color: inherit;
  text-decoration: underline;
  background: transparent;
  padding: 0;
}
.button.button-purple {
  background-color: #9146ed;
  color: #fff;
}
.button.button-purple:hover, .button.button-purple:focus {
  box-shadow: 0px 0px 4px 0px #9146ed;
}
.button.button-purple:active {
  background-color: #3fb2ff;
}
.button.button-green {
  background-color: #84e1b8;
  color: #1d1d1d;
}
.button.button-green:hover, .button.button-green:focus {
  box-shadow: 0px 0px 4px 0px #84e1b8;
}
.button.button-green:active {
  background-color: #3fb2ff;
}

.button-medium {
  padding: 9px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.button-medium.button-round {
  border-radius: 500px;
}

.button-large {
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.button-small {
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.xsbutton-small {
  padding: 2px 6px 2px 12px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.button-icon {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.button-icon:disabled {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.ant-btn {
  height: auto;
}
.ant-btn.ant-btn-icon-only {
  border-radius: 0;
  padding: 8px;
  width: auto;
  border: 0;
}
.ant-btn.ant-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 10px;
}

.button:disabled {
  background-color: rgba(16, 16, 16, 0.3) !important;
  color: rgba(16, 16, 16, 0.7) !important;
}
.button:disabled svg path {
  stroke: rgba(16, 16, 16, 0.7) !important;
}.suntex-dropdown.ant-dropdown-trigger {
  padding: 0.5em 1em;
  font-weight: 400;
  border-radius: 2em;
  border: 1px solid #d2d2d2;
  color: #333;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.suntex-dropdown.ant-dropdown-trigger svg {
  max-width: initial;
}
.suntex-dropdown.ant-dropdown-trigger.primary {
  background-color: #5645da;
  color: #fff;
  font-weight: 700;
}
.suntex-dropdown.ant-dropdown-trigger.primary .ant-spin-dot-item {
  background-color: #fff;
}
.suntex-dropdown.ant-dropdown-trigger.secondary {
  background-color: #fff;
  color: #5645da;
  font-weight: 700;
}
.suntex-dropdown.ant-dropdown-trigger.secondary .ant-spin-dot-item {
  background-color: #5645da;
}.suntex-modal .ant-modal-content {
  padding: 30px;
  border: 1px solid black;
}
.suntex-modal .ant-modal-content .ant-modal-header {
  margin-bottom: 0;
  border-bottom: 1px solid #d2d2d2;
}
.suntex-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 10px;
}.ant-dropdown {
  z-index: 99;
}
@media (max-width: 479px) {
  .ant-dropdown {
    z-index: 999;
  }
}
.ant-dropdown .ant-dropdown-menu {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  max-height: 300px;
  overflow: auto;
  z-index: 99;
}
@media (max-width: 767px) and (orientation: landscape) {
  .ant-dropdown .ant-dropdown-menu {
    max-height: 200px;
  }
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover,
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu:hover {
  background-color: rgba(63, 178, 255, 0.1);
}

.ant-input {
  padding: 10px 16px;
}

.ant-input,
.ant-input-affix-wrapper {
  border-radius: 500px;
  border: 1px solid #d2d2d2;
}
.ant-input:hover, .ant-input:active, .ant-input:focus,
.ant-input-affix-wrapper:hover,
.ant-input-affix-wrapper:active,
.ant-input-affix-wrapper:focus {
  border: 1px solid #5645da;
  box-shadow: 0px 0px 4px 0px #5645da;
}

.ant-input-affix-wrapper {
  padding: 8px;
}
.ant-input-affix-wrapper .ant-input {
  margin-left: 8px;
}
.ant-input-affix-wrapper .ant-input:hover, .ant-input-affix-wrapper .ant-input:active, .ant-input-affix-wrapper .ant-input:focus {
  border: none;
  box-shadow: none;
}.suntex-progress-bar {
  flex: 1 1 auto;
}
.suntex-progress-bar .suntex-progress-bar-label {
  margin-bottom: 3px;
  font-weight: 600;
}
.suntex-progress-bar .ant-progress.ant-progress-line .ant-progress-inner {
  border-radius: 6px;
}
.suntex-progress-bar .ant-progress.ant-progress-line .ant-progress-inner .ant-progress-bg {
  border-radius: 6px;
}
.suntex-progress-bar .ant-progress.ant-progress-line .ant-progress-text {
  left: auto !important;
  right: 0 !important;
  font-weight: 700;
  font-size: 14px;
  transform: translate(-6px, -50%);
}.resources-column-wrapper {
  padding: 20px 0;
}

.suntex-resources-list {
  margin-bottom: 1em;
}
.suntex-resources-list__title {
  color: #5645da;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: bold;
}
.suntex-resources-list ul.resources-list {
  padding: 0;
  list-style-type: none;
}
.suntex-resources-list ul.resources-list li {
  margin-bottom: 16px;
}
.suntex-resources-list ul.resources-list li:last-child {
  margin: 0;
}
.suntex-resources-list ul.resources-list li .resource-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.suntex-resources-list ul.resources-list li .resource-item__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 25%;
  font-weight: bold;
}
.suntex-resources-list ul.resources-list li .resource-item__title a {
  color: #333;
  font-weight: 600;
}
.suntex-resources-list ul.resources-list li .resource-item__title a:hover {
  color: #3fb2ff;
  text-decoration: underline;
}
.suntex-resources-list ul.resources-list li .resource-item__subtitle {
  line-height: 18px;
}
.suntex-resources-list ul.resources-list li .resource-item__action {
  margin-left: auto;
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}
.suntex-resources-list ul.resources-list li .resource-item .width-inherit {
  min-width: inherit;
}.table-wrapper {
  width: 100%;
  /*  max-height: calc(100vh - 196px);
    @include mixins.breakpoint-down(md) {
      max-height: unset;
    }
  */
}

.table {
  border-spacing: 0;
  border-radius: 10px;
  background-color: #fff;
  min-width: 100%;
  display: table;
}
.table thead,
.table .thead {
  position: sticky;
  top: 0;
  z-index: 99;
}
.table thead tr,
.table thead .tr,
.table .thead tr,
.table .thead .tr {
  width: 100%;
}
.table thead tr:first-of-type th:first-of-type,
.table thead tr:first-of-type .th:first-of-type,
.table thead .tr:first-of-type th:first-of-type,
.table thead .tr:first-of-type .th:first-of-type,
.table .thead tr:first-of-type th:first-of-type,
.table .thead tr:first-of-type .th:first-of-type,
.table .thead .tr:first-of-type th:first-of-type,
.table .thead .tr:first-of-type .th:first-of-type {
  border-top-left-radius: 6px;
}
.table thead tr:first-of-type th:last-of-type,
.table thead tr:first-of-type .th:last-of-type,
.table thead .tr:first-of-type th:last-of-type,
.table thead .tr:first-of-type .th:last-of-type,
.table .thead tr:first-of-type th:last-of-type,
.table .thead tr:first-of-type .th:last-of-type,
.table .thead .tr:first-of-type th:last-of-type,
.table .thead .tr:first-of-type .th:last-of-type {
  border-top-right-radius: 6px;
  border-right: 0;
}
.table thead tr th,
.table thead tr .th,
.table thead .tr th,
.table thead .tr .th,
.table .thead tr th,
.table .thead tr .th,
.table .thead .tr th,
.table .thead .tr .th {
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background-color: #352c7e;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  border-right: 1px solid #d2d2d2;
  max-height: 50px;
}
.table thead tr th:last-of-type,
.table thead tr .th:last-of-type,
.table thead .tr th:last-of-type,
.table thead .tr .th:last-of-type,
.table .thead tr th:last-of-type,
.table .thead tr .th:last-of-type,
.table .thead .tr th:last-of-type,
.table .thead .tr .th:last-of-type {
  border-right: 0;
}
.table thead tr th:last-of-type .resizer,
.table thead tr .th:last-of-type .resizer,
.table thead .tr th:last-of-type .resizer,
.table thead .tr .th:last-of-type .resizer,
.table .thead tr th:last-of-type .resizer,
.table .thead tr .th:last-of-type .resizer,
.table .thead .tr th:last-of-type .resizer,
.table .thead .tr .th:last-of-type .resizer {
  display: none;
}
.table thead tr th .header-fill,
.table thead tr .th .header-fill,
.table thead .tr th .header-fill,
.table thead .tr .th .header-fill,
.table .thead tr th .header-fill,
.table .thead tr .th .header-fill,
.table .thead .tr th .header-fill,
.table .thead .tr .th .header-fill {
  background: transparent;
  border: none;
  color: inherit;
}
.table thead tr th .table-title,
.table thead tr .th .table-title,
.table thead .tr th .table-title,
.table thead .tr .th .table-title,
.table .thead tr th .table-title,
.table .thead tr .th .table-title,
.table .thead .tr th .table-title,
.table .thead .tr .th .table-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.table tbody .highlight-cell,
.table .tbody .highlight-cell {
  background-color: #f3f3f3;
}
.table tbody tr:nth-child(even) td,
.table tbody tr:nth-child(even) .td,
.table tbody .tr:nth-child(even) td,
.table tbody .tr:nth-child(even) .td,
.table .tbody tr:nth-child(even) td,
.table .tbody tr:nth-child(even) .td,
.table .tbody .tr:nth-child(even) td,
.table .tbody .tr:nth-child(even) .td {
  background-color: #f3f3f3;
}
.table tbody tr:nth-child(even) td.guest-player-id,
.table tbody tr:nth-child(even) .td.guest-player-id,
.table tbody .tr:nth-child(even) td.guest-player-id,
.table tbody .tr:nth-child(even) .td.guest-player-id,
.table .tbody tr:nth-child(even) td.guest-player-id,
.table .tbody tr:nth-child(even) .td.guest-player-id,
.table .tbody .tr:nth-child(even) td.guest-player-id,
.table .tbody .tr:nth-child(even) .td.guest-player-id {
  background: rgba(86, 69, 218, 0.2);
  border: 1px solid;
  border-color: rgb(86, 69, 218);
}
.table tbody tr:nth-child(even) .highlight-cell,
.table tbody .tr:nth-child(even) .highlight-cell,
.table .tbody tr:nth-child(even) .highlight-cell,
.table .tbody .tr:nth-child(even) .highlight-cell {
  background-color: #d2d2d2;
}
.table tbody tr:last-of-type td:first-of-type,
.table tbody tr:last-of-type .td:first-of-type,
.table tbody .tr:last-of-type td:first-of-type,
.table tbody .tr:last-of-type .td:first-of-type,
.table .tbody tr:last-of-type td:first-of-type,
.table .tbody tr:last-of-type .td:first-of-type,
.table .tbody .tr:last-of-type td:first-of-type,
.table .tbody .tr:last-of-type .td:first-of-type {
  border-bottom-left-radius: 6px;
}
.table tbody tr:last-of-type td:last-of-type,
.table tbody tr:last-of-type .td:last-of-type,
.table tbody .tr:last-of-type td:last-of-type,
.table tbody .tr:last-of-type .td:last-of-type,
.table .tbody tr:last-of-type td:last-of-type,
.table .tbody tr:last-of-type .td:last-of-type,
.table .tbody .tr:last-of-type td:last-of-type,
.table .tbody .tr:last-of-type .td:last-of-type {
  border-bottom-right-radius: 6px;
}
.table tbody td,
.table tbody .td,
.table .tbody td,
.table .tbody .td {
  flex: 1;
  line-height: 100%;
  min-height: 32px;
  padding: 10px;
  overflow: hidden;
  border-right: 1px solid #d2d2d2;
}
.table tbody td.guest-player-id,
.table tbody .td.guest-player-id,
.table .tbody td.guest-player-id,
.table .tbody .td.guest-player-id {
  background: rgba(86, 69, 218, 0.2);
  border: 1px solid;
  border-color: rgb(86, 69, 218);
}
.table tbody td:last-of-type,
.table tbody .td:last-of-type,
.table .tbody td:last-of-type,
.table .tbody .td:last-of-type {
  border-right: 0;
}
.table tbody .table-player-name:hover,
.table .tbody .table-player-name:hover {
  text-decoration: underline;
}
.table th,
.table td,
.table .th,
.table .td {
  text-align: center;
  cursor: pointer;
  /* Display ellipsis for overflow text */
  /* Prevent tooltip text from wrapping */
}
.table th:hover, .table th:hover,
.table td:hover,
.table td:hover,
.table .th:hover,
.table .th:hover,
.table .td:hover,
.table .td:hover {
  position: relative;
  /* Create a positioning context for tooltips */
}
.table th .resizer,
.table td .resizer,
.table .th .resizer,
.table .td .resizer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #d2d2d2;
  cursor: col-resize;
  user-select: none;
  touch-action: none;
}
.table th .resizer.isResizing,
.table td .resizer.isResizing,
.table .th .resizer.isResizing,
.table .td .resizer.isResizing {
  background: #f9bf34;
  opacity: 1;
}
.table .table-header-icon {
  border: none;
  background: transparent;
  padding: 0;
  justify-content: center;
}
.table .table-header-icon path {
  border: none;
  background: transparent;
  padding: 0;
}
.table .table-header-icon .ant-dropdown-menu {
  padding-left: 0;
  padding-right: 0;
}
.table .table-header-icon .ant-dropdown-menu .ant-dropdown-menu-item {
  padding: 10px 16px;
}
.table .table-header-icon .ant-dropdown-menu .ant-dropdown-menu-item .px-1 {
  line-height: 16px;
}
.table .table-header-icon .ant-dropdown-menu .ant-dropdown-menu-item .px-1 label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table .table-cell-icon {
  border: none;
  background: transparent;
  padding: 0;
  justify-content: center;
}
.table .table-cell-icon path {
  border: none;
  background: transparent;
  padding: 0;
}

.cell-content {
  margin: auto;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 50px;
}

.flex-stretch {
  flex: 1;
}

.cell-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sort-button {
  transform: rotate(0deg);
}
.sort-button svg {
  stroke: white;
}
.sort-button.desc {
  transform: rotate(0deg);
}
.sort-button.desc svg {
  stroke: #f9bf34;
}
.sort-button.asc {
  transform: rotate(180deg);
}
.sort-button.asc svg {
  stroke: #f9bf34;
}

.highlight-header {
  background-color: #f9bf34 !important;
}
.highlight-header .sort-button svg {
  stroke: white;
}
.highlight-header .sort-button.desc {
  transform: rotate(0deg);
}
.highlight-header .sort-button.desc svg {
  stroke: #352c7e;
}
.highlight-header .sort-button.asc {
  transform: rotate(180deg);
}
.highlight-header .sort-button.asc svg {
  stroke: #352c7e;
}

.table-empty-state h4 {
  height: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}.suntex-table-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.suntex-table-pagination .ant-pagination {
  display: flex;
  align-items: center;
}
.suntex-table-pagination .ant-pagination .ant-pagination-prev,
.suntex-table-pagination .ant-pagination .ant-pagination-next {
  display: flex;
  align-items: center;
  color: #5645da;
  max-width: 24px;
  min-width: 24px;
}
.suntex-table-pagination .ant-pagination .ant-pagination-prev,
.suntex-table-pagination .ant-pagination .ant-pagination-next,
.suntex-table-pagination .ant-pagination .ant-pagination-item {
  height: auto;
  width: auto;
}
.suntex-table-pagination .ant-pagination .ant-pagination-item {
  min-width: 30px;
  min-height: 30px;
  display: grid;
  place-items: center;
  margin-inline-end: 5px;
  line-height: 1;
  font-weight: 700;
  border-radius: 6px;
}
.suntex-table-pagination .ant-pagination .ant-pagination-item a {
  color: #333;
  padding: 0;
}
.suntex-table-pagination .ant-pagination .ant-pagination-item-active {
  border: 1px solid #d2d2d2;
}
.suntex-table-pagination .ant-pagination .ant-pagination-item-active a {
  color: #333;
}
.suntex-table-pagination .ant-pagination-disabled {
  opacity: 0.3;
}
.suntex-table-pagination .ant-pagination .ant-pagination-options {
  margin-inline-start: 0;
  margin-inline-end: 16px;
}
.suntex-table-pagination .ant-pagination .ant-pagination-options .ant-select-selector {
  padding: 10px 16px;
  border-radius: 500px;
  border-color: #d2d2d2;
  min-width: 130px;
  order: 1;
}
.suntex-table-pagination .ant-pagination .ant-pagination-item,
.suntex-table-pagination .ant-pagination .ant-pagination-next,
.suntex-table-pagination .ant-pagination .ant-pagination-prev,
.suntex-table-pagination .ant-pagination .ant-pagination-jump-next,
.suntex-table-pagination .ant-pagination .ant-pagination-jump-prev {
  order: 2;
}.suntex-toolbar div.label {
  color: #727880;
  font-size: 0.9em;
  padding: 0.25em 1em 0;
}/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */

.pretty *{box-sizing:border-box}.pretty input:not([type=checkbox]):not([type=radio]){display:none}.pretty{position:relative;display:inline-block;margin-right:1em;white-space:nowrap;line-height:1}.pretty input{position:absolute;left:0;top:0;min-width:1em;width:100%;height:100%;z-index:2;opacity:0;margin:0;padding:0;cursor:pointer}.pretty .state label{position:initial;display:inline-block;font-weight:400;margin:0;text-indent:1.5em;min-width:calc(1em + 2px)}.pretty .state label:after,.pretty .state label:before{content:'';width:calc(1em + 2px);height:calc(1em + 2px);display:block;box-sizing:border-box;border-radius:0;border:1px solid transparent;z-index:0;position:absolute;left:0;top:calc((0% - (100% - 1em)) - 8%);background-color:transparent}.pretty .state label:before{border-color:#bdc3c7}.pretty .state.p-is-hover,.pretty .state.p-is-indeterminate{display:none}@-webkit-keyframes zoom{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes zoom{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes tada{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:scale(7);transform:scale(7)}38%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:scale(1);transform:scale(1)}55%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.5);transform:scale(1.5)}72%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}81%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.24);transform:scale(1.24)}89%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.04);transform:scale(1.04)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}}@keyframes tada{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:scale(7);transform:scale(7)}38%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:scale(1);transform:scale(1)}55%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.5);transform:scale(1.5)}72%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}81%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.24);transform:scale(1.24)}89%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.04);transform:scale(1.04)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes jelly{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jelly{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes rotate{0%{opacity:0;-webkit-transform:translateZ(-200px) rotate(-45deg);transform:translateZ(-200px) rotate(-45deg)}100%{opacity:1;-webkit-transform:translateZ(0) rotate(0);transform:translateZ(0) rotate(0)}}@keyframes rotate{0%{opacity:0;-webkit-transform:translateZ(-200px) rotate(-45deg);transform:translateZ(-200px) rotate(-45deg)}100%{opacity:1;-webkit-transform:translateZ(0) rotate(0);transform:translateZ(0) rotate(0)}}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 0 #bdc3c7}100%{box-shadow:0 0 0 1.5em rgba(189,195,199,0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #bdc3c7}100%{box-shadow:0 0 0 1.5em rgba(189,195,199,0)}}.pretty.p-default.p-fill .state label:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.pretty.p-default .state label:after{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}.pretty.p-default input:checked~.state label:after{background-color:#bdc3c7!important}.pretty.p-default.p-thick .state label:after,.pretty.p-default.p-thick .state label:before{border-width:calc(1em / 7)}.pretty.p-default.p-thick .state label:after{-webkit-transform:scale(.4)!important;-ms-transform:scale(.4)!important;transform:scale(.4)!important}.pretty.p-icon .state .icon{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc((0% - (100% - 1em)) - 8%);border:1px solid transparent;opacity:0}.pretty.p-icon .state .icon:before{margin:0;width:100%;height:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.pretty.p-icon input:checked~.state .icon{opacity:1}.pretty.p-icon input:checked~.state label:before{border-color:#5a656b}.pretty.p-svg .state .svg{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc((0% - (100% - 1em)) - 8%);border:1px solid transparent;opacity:0}.pretty.p-svg .state svg{margin:0;width:100%;height:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.pretty.p-svg input:checked~.state .svg{opacity:1}.pretty.p-image .state img{opacity:0;position:absolute;width:calc(1em + 2px);height:calc(1em + 2px);top:0;top:calc((0% - (100% - 1em)) - 8%);left:0;z-index:0;text-align:center;line-height:normal;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.pretty.p-image input:checked~.state img{opacity:1}.pretty.p-switch input{min-width:2em}.pretty.p-switch .state{position:relative}.pretty.p-switch .state:before{content:'';border:1px solid #bdc3c7;border-radius:60px;width:2em;box-sizing:unset;height:calc(1em + 2px);position:absolute;top:0;top:calc((0% - (100% - 1em)) - 16%);z-index:0;transition:all .5s ease}.pretty.p-switch .state label{text-indent:2.5em}.pretty.p-switch .state label:after,.pretty.p-switch .state label:before{transition:all .5s ease;border-radius:100%;left:0;border-color:transparent;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.pretty.p-switch .state label:after{background-color:#bdc3c7!important}.pretty.p-switch input:checked~.state:before{border-color:#5a656b}.pretty.p-switch input:checked~.state label:before{opacity:0}.pretty.p-switch input:checked~.state label:after{background-color:#5a656b!important;left:1em}.pretty.p-switch.p-fill input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-switch.p-fill input:checked~.state label:before{opacity:0}.pretty.p-switch.p-fill input:checked~.state label:after{background-color:#fff!important;left:1em}.pretty.p-switch.p-slim .state:before{height:.1em;background:#bdc3c7!important;top:calc(50% - .1em)}.pretty.p-switch.p-slim input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-has-hover input:hover~.state:not(.p-is-hover){display:none}.pretty.p-has-hover input:hover~.state.p-is-hover{display:block}.pretty.p-has-hover input:hover~.state.p-is-hover .icon{display:block}.pretty.p-has-focus input:focus~.state label:before{box-shadow:0 0 3px 0 #bdc3c7}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate){display:none}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate{display:block}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon{display:block;opacity:1}.pretty.p-toggle .state.p-on{opacity:0;display:none}.pretty.p-toggle .state .icon,.pretty.p-toggle .state .svg,.pretty.p-toggle .state img,.pretty.p-toggle .state.p-off{opacity:1;display:inherit}.pretty.p-toggle .state.p-off .icon{color:#bdc3c7}.pretty.p-toggle input:checked~.state.p-on{opacity:1;display:inherit}.pretty.p-toggle input:checked~.state.p-off{opacity:0;display:none}.pretty.p-plain input:checked~.state label:before,.pretty.p-plain.p-toggle .state label:before{content:none}.pretty.p-plain.p-plain .icon{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.pretty.p-round .state label:after,.pretty.p-round .state label:before{border-radius:100%}.pretty.p-round.p-icon .state .icon{border-radius:100%;overflow:hidden}.pretty.p-round.p-icon .state .icon:before{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.pretty.p-curve .state label:after,.pretty.p-curve .state label:before{border-radius:20%}.pretty.p-smooth .icon,.pretty.p-smooth .svg,.pretty.p-smooth label:after,.pretty.p-smooth label:before{transition:all .5s ease}.pretty.p-smooth input:checked+.state label:after{transition:all .3s ease}.pretty.p-smooth input:checked+.state .icon,.pretty.p-smooth input:checked+.state .svg,.pretty.p-smooth input:checked+.state img{-webkit-animation:zoom .2s ease;animation:zoom .2s ease}.pretty.p-smooth.p-default input:checked+.state label:after{-webkit-animation:zoom .2s ease;animation:zoom .2s ease}.pretty.p-smooth.p-plain input:checked+.state label:before{content:'';-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);transition:all .5s ease}.pretty.p-tada:not(.p-default) input:checked+.state .icon,.pretty.p-tada:not(.p-default) input:checked+.state .svg,.pretty.p-tada:not(.p-default) input:checked+.state img,.pretty.p-tada:not(.p-default) input:checked+.state label:after,.pretty.p-tada:not(.p-default) input:checked+.state label:before{-webkit-animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state .icon,.pretty.p-jelly:not(.p-default) input:checked+.state .svg,.pretty.p-jelly:not(.p-default) input:checked+.state img,.pretty.p-jelly:not(.p-default) input:checked+.state label:after,.pretty.p-jelly:not(.p-default) input:checked+.state label:before{-webkit-animation:jelly .7s cubic-bezier(.25,.46,.45,.94);animation:jelly .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state label:before{border-color:transparent}.pretty.p-rotate:not(.p-default) input:checked~.state .icon,.pretty.p-rotate:not(.p-default) input:checked~.state .svg,.pretty.p-rotate:not(.p-default) input:checked~.state img,.pretty.p-rotate:not(.p-default) input:checked~.state label:after,.pretty.p-rotate:not(.p-default) input:checked~.state label:before{-webkit-animation:rotate .7s cubic-bezier(.25,.46,.45,.94);animation:rotate .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-rotate:not(.p-default) input:checked~.state label:before{border-color:transparent}.pretty.p-pulse:not(.p-switch) input:checked~.state label:before{-webkit-animation:pulse 1s;animation:pulse 1s}.pretty input[disabled]{cursor:not-allowed;display:none}.pretty input[disabled]~*{opacity:.5}.pretty.p-locked input{display:none;cursor:not-allowed}.pretty input:checked~.state.p-primary label:after,.pretty.p-toggle .state.p-primary label:after{background-color:#428bca!important}.pretty input:checked~.state.p-primary .icon,.pretty input:checked~.state.p-primary .svg,.pretty.p-toggle .state.p-primary .icon,.pretty.p-toggle .state.p-primary .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-primary-o label:before,.pretty.p-toggle .state.p-primary-o label:before{border-color:#428bca}.pretty input:checked~.state.p-primary-o label:after,.pretty.p-toggle .state.p-primary-o label:after{background-color:transparent}.pretty input:checked~.state.p-primary-o .icon,.pretty input:checked~.state.p-primary-o .svg,.pretty input:checked~.state.p-primary-o svg,.pretty.p-toggle .state.p-primary-o .icon,.pretty.p-toggle .state.p-primary-o .svg,.pretty.p-toggle .state.p-primary-o svg{color:#428bca;stroke:#428bca}.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after{background-color:#428bca!important}.pretty.p-switch input:checked~.state.p-primary:before{border-color:#428bca}.pretty.p-switch.p-fill input:checked~.state.p-primary:before{background-color:#428bca!important}.pretty.p-switch.p-slim input:checked~.state.p-primary:before{border-color:#245682;background-color:#245682!important}.pretty input:checked~.state.p-info label:after,.pretty.p-toggle .state.p-info label:after{background-color:#5bc0de!important}.pretty input:checked~.state.p-info .icon,.pretty input:checked~.state.p-info .svg,.pretty.p-toggle .state.p-info .icon,.pretty.p-toggle .state.p-info .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-info-o label:before,.pretty.p-toggle .state.p-info-o label:before{border-color:#5bc0de}.pretty input:checked~.state.p-info-o label:after,.pretty.p-toggle .state.p-info-o label:after{background-color:transparent}.pretty input:checked~.state.p-info-o .icon,.pretty input:checked~.state.p-info-o .svg,.pretty input:checked~.state.p-info-o svg,.pretty.p-toggle .state.p-info-o .icon,.pretty.p-toggle .state.p-info-o .svg,.pretty.p-toggle .state.p-info-o svg{color:#5bc0de;stroke:#5bc0de}.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after{background-color:#5bc0de!important}.pretty.p-switch input:checked~.state.p-info:before{border-color:#5bc0de}.pretty.p-switch.p-fill input:checked~.state.p-info:before{background-color:#5bc0de!important}.pretty.p-switch.p-slim input:checked~.state.p-info:before{border-color:#2390b0;background-color:#2390b0!important}.pretty input:checked~.state.p-success label:after,.pretty.p-toggle .state.p-success label:after{background-color:#5cb85c!important}.pretty input:checked~.state.p-success .icon,.pretty input:checked~.state.p-success .svg,.pretty.p-toggle .state.p-success .icon,.pretty.p-toggle .state.p-success .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-success-o label:before,.pretty.p-toggle .state.p-success-o label:before{border-color:#5cb85c}.pretty input:checked~.state.p-success-o label:after,.pretty.p-toggle .state.p-success-o label:after{background-color:transparent}.pretty input:checked~.state.p-success-o .icon,.pretty input:checked~.state.p-success-o .svg,.pretty input:checked~.state.p-success-o svg,.pretty.p-toggle .state.p-success-o .icon,.pretty.p-toggle .state.p-success-o .svg,.pretty.p-toggle .state.p-success-o svg{color:#5cb85c;stroke:#5cb85c}.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after{background-color:#5cb85c!important}.pretty.p-switch input:checked~.state.p-success:before{border-color:#5cb85c}.pretty.p-switch.p-fill input:checked~.state.p-success:before{background-color:#5cb85c!important}.pretty.p-switch.p-slim input:checked~.state.p-success:before{border-color:#357935;background-color:#357935!important}.pretty input:checked~.state.p-warning label:after,.pretty.p-toggle .state.p-warning label:after{background-color:#f0ad4e!important}.pretty input:checked~.state.p-warning .icon,.pretty input:checked~.state.p-warning .svg,.pretty.p-toggle .state.p-warning .icon,.pretty.p-toggle .state.p-warning .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-warning-o label:before,.pretty.p-toggle .state.p-warning-o label:before{border-color:#f0ad4e}.pretty input:checked~.state.p-warning-o label:after,.pretty.p-toggle .state.p-warning-o label:after{background-color:transparent}.pretty input:checked~.state.p-warning-o .icon,.pretty input:checked~.state.p-warning-o .svg,.pretty input:checked~.state.p-warning-o svg,.pretty.p-toggle .state.p-warning-o .icon,.pretty.p-toggle .state.p-warning-o .svg,.pretty.p-toggle .state.p-warning-o svg{color:#f0ad4e;stroke:#f0ad4e}.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after{background-color:#f0ad4e!important}.pretty.p-switch input:checked~.state.p-warning:before{border-color:#f0ad4e}.pretty.p-switch.p-fill input:checked~.state.p-warning:before{background-color:#f0ad4e!important}.pretty.p-switch.p-slim input:checked~.state.p-warning:before{border-color:#c77c11;background-color:#c77c11!important}.pretty input:checked~.state.p-danger label:after,.pretty.p-toggle .state.p-danger label:after{background-color:#d9534f!important}.pretty input:checked~.state.p-danger .icon,.pretty input:checked~.state.p-danger .svg,.pretty.p-toggle .state.p-danger .icon,.pretty.p-toggle .state.p-danger .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-danger-o label:before,.pretty.p-toggle .state.p-danger-o label:before{border-color:#d9534f}.pretty input:checked~.state.p-danger-o label:after,.pretty.p-toggle .state.p-danger-o label:after{background-color:transparent}.pretty input:checked~.state.p-danger-o .icon,.pretty input:checked~.state.p-danger-o .svg,.pretty input:checked~.state.p-danger-o svg,.pretty.p-toggle .state.p-danger-o .icon,.pretty.p-toggle .state.p-danger-o .svg,.pretty.p-toggle .state.p-danger-o svg{color:#d9534f;stroke:#d9534f}.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after{background-color:#d9534f!important}.pretty.p-switch input:checked~.state.p-danger:before{border-color:#d9534f}.pretty.p-switch.p-fill input:checked~.state.p-danger:before{background-color:#d9534f!important}.pretty.p-switch.p-slim input:checked~.state.p-danger:before{border-color:#a02622;background-color:#a02622!important}.pretty.p-bigger .icon,.pretty.p-bigger .img,.pretty.p-bigger .svg,.pretty.p-bigger label:after,.pretty.p-bigger label:before{font-size:1.2em!important;top:calc((0% - (100% - 1em)) - 35%)!important}.pretty.p-bigger label{text-indent:1.7em}@media print{.pretty .state .icon,.pretty .state label:after,.pretty .state label:before,.pretty .state:before{color-adjust:exact;-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
._no-mark_w13pc_1 mark {
  background-color: unset;
}
#root {
  padding: 10px;
}

.context-menu svg.bi {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}
.context-menu a {
  display: block;
}

.icon-group {
  margin: 15px 0;
}
.icon-group > * {
  display: inline-block;
  cursor: pointer;
  margin-right: 30px;
}
.icon-group svg.bi,
.icon-group svg.fa {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 24px;
  height: 32px;
  width: 32px;
}

.profile-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(63, 178, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
  border: 2px solid #ddd;
}


.text-primary {
  color: #5645da;
}
.bg-primary {
  background-color: #5645da;
}
.text-primary-hover {
  color: #6f5cff;
}
.bg-primary-hover {
  background-color: #6f5cff;
}
.text-white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.text-bodyBG {
  color: #f6f7f7;
}
.bg-bodyBG {
  background-color: #f6f7f7;
}
.text-componentBorder {
  color: #eeeeee;
}
.bg-componentBorder {
  background-color: #eeeeee;
}
.text-body {
  color: #333;
}
.bg-body {
  background-color: #333;
}
.text-switchBG {
  color: #eeeeee;
}
.bg-switchBG {
  background-color: #eeeeee;
}
.text-switchBGActive {
  color: #7dc066;
}
.bg-switchBGActive {
  background-color: #7dc066;
}
.text-switchBorder {
  color: #c6c8cb;
}
.bg-switchBorder {
  background-color: #c6c8cb;
}
.text-checkboxBorder {
  color: #c6c8cb;
}
.bg-checkboxBorder {
  background-color: #c6c8cb;
}
.text-checkboxText {
  color: #727880;
}
.bg-checkboxText {
  background-color: #727880;
}
.text-chalkboard {
  color: #1d1d1d;
}
.bg-chalkboard {
  background-color: #1d1d1d;
}
.text-chalkboard-txt {
  color: rgba(29, 29, 29, 0.6);
}
.bg-chalkboard-txt {
  background-color: rgba(29, 29, 29, 0.6);
}
.text-mathBlue {
  color: #5645da;
}
.bg-mathBlue {
  background-color: #5645da;
}
.text-mathRed {
  color: #ff505a;
}
.bg-mathRed {
  background-color: #ff505a;
}
.text-mathRed-hover {
  color: #f86b73;
}
.bg-mathRed-hover {
  background-color: #f86b73;
}
.text-matter {
  color: #e8e8e9;
}
.bg-matter {
  background-color: #e8e8e9;
}
.text-sunGold {
  color: #f9bf34;
}
.bg-sunGold {
  background-color: #f9bf34;
}
.text-night {
  color: #352c7e;
}
.bg-night {
  background-color: #352c7e;
}
.text-sky {
  color: #3fb2ff;
}
.bg-sky {
  background-color: #3fb2ff;
}
.text-sky-hover {
  color: rgba(63, 178, 255, 0.3);
}
.bg-sky-hover {
  background-color: rgba(63, 178, 255, 0.3);
}
.text-data {
  color: #83e2b8;
}
.bg-data {
  background-color: #83e2b8;
}
.text-grape {
  color: #7331c6;
}
.bg-grape {
  background-color: #7331c6;
}
.text-border-clr {
  color: #d2d2d2;
}
.bg-border-clr {
  background-color: #d2d2d2;
}
.text-table-even-bg {
  color: #f3f3f3;
}
.bg-table-even-bg {
  background-color: #f3f3f3;
}
.text-error {
  color: #c53e45;
}
.bg-error {
  background-color: #c53e45;
}
.text-sky-light-bg {
  color: rgba(63, 178, 255, 0.1);
}
.bg-sky-light-bg {
  background-color: rgba(63, 178, 255, 0.1);
}
.text-tooltip-bg {
  color: rgba(0, 0, 0, 0.7);
}
.bg-tooltip-bg {
  background-color: rgba(0, 0, 0, 0.7);
}
.text-text-icons {
  color: rgba(29, 29, 29, 0.3);
}
.bg-text-icons {
  background-color: rgba(29, 29, 29, 0.3);
}
.text-gold-bg {
  color: rgba(249, 191, 52, 0.4);
}
.bg-gold-bg {
  background-color: rgba(249, 191, 52, 0.4);
}
.text-gold-800 {
  color: rgb(255, 150, 0);
}
.bg-gold-800 {
  background-color: rgb(255, 150, 0);
}
.text-graph-fill {
  color: #e0646b;
}
.bg-graph-fill {
  background-color: #e0646b;
}
.text-body-bg-grey {
  color: #f0f0f0;
}
.bg-body-bg-grey {
  background-color: #f0f0f0;
}
.text-error-text {
  color: #ff9fa1;
}
.bg-error-text {
  background-color: #ff9fa1;
}
.text-icon-bg-yellow {
  color: rgb(253, 229, 174);
}
.bg-icon-bg-yellow {
  background-color: rgb(253, 229, 174);
}
.text-primary-purple {
  color: #9146ed;
}
.bg-primary-purple {
  background-color: #9146ed;
}
.text-green-400 {
  color: #84e1b8;
}
.bg-green-400 {
  background-color: #84e1b8;
}
.text-sky-300 {
  color: #eef7ff;
}
.bg-sky-300 {
  background-color: #eef7ff;
}
.text-grey-300 {
  color: #d8dfe5;
}
.bg-grey-300 {
  background-color: #d8dfe5;
}
.text-grey-600 {
  color: rgb(91, 93, 107);
}
.bg-grey-600 {
  background-color: rgb(91, 93, 107);
}
.text-purple-400 {
  color: #885cbf;
}
.bg-purple-400 {
  background-color: #885cbf;
}
.text-blue-200 {
  color: #afdfff;
}
.bg-blue-200 {
  background-color: #afdfff;
}
.text-badge-red {
  color: rgb(255, 57, 69);
}
.bg-badge-red {
  background-color: rgb(255, 57, 69);
}
.text-badge-bg-yellow {
  color: rgb(246, 127, 0);
}
.bg-badge-bg-yellow {
  background-color: rgb(246, 127, 0);
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Suntex";
  src: url("/assets/suntex-C7XsHAlL.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/assets/gilroy-light-webfont-C9Tn7TCk.woff2") format("woff2"), url("/assets/gilroy-light-webfont-CsazT9Og.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/assets/gilroy-extrabold-webfont-C7n72211.woff2") format("woff2"), url("/assets/gilroy-extrabold-webfont-C5K5O2Ib.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("/assets/open-sans-condensed-bold-DyRFMXFB.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
body {
  line-height: 1.5;
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f6f7f7;
  color: #333;
  overflow: hidden;
}
img,
picture,
video,
canvas {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
hr {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  line-height: 1.15;
}
h1 {
  font-size: clamp(32px, 3vw, 90px);
}
h2 {
  font-size: clamp(28px, 3vw, 60px);
}
h3 {
  font-size: clamp(24px, 3vw, 40px);
}
h4 {
  font-size: clamp(16px, 3vw, 24px);
}
h5 {
  font-size: clamp(14px, 3vw, 20px);
}
h6 {
  font-size: clamp(10px, 3vw, 18px);
}
.fw-bold {
  font-weight: 700;
}
p {
  line-height: 1.5;
}
p.text-sm {
  font-size: 14px;
  line-height: 1.2;
}
.leading-1 {
  line-height: 1;
}
.text-sm {
  font-size: 14px;
}
/* width */
.table-wrapper::-webkit-scrollbar {
  width: 2px;
}
.table-wrapper::-webkit-scrollbar:vertical {
  display: none;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #e8e8e9;
  border-radius: 500px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 500px;
}
.pretty.p-icon {
  margin-right: 0;
}
.pretty.p-icon .state label {
  text-indent: 0.5em;
  font-weight: 700;
}
.loading-back {
  padding: 30px 50px;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.graph-container {
  width: 100%;
}
.hover-underline-link {
  text-decoration: none;
}
.hover-underline-link:hover {
  text-decoration: underline;
}
.team-label {
  font-weight: bold;
  width: 100px;
}
.team-label-width {
  width: 100px;
}
.player-graph {
  margin-top: 10px;
}
.userway_buttons_wrapper {
  top: inherit !important;
  bottom: 58px !important;
  left: inherit !important;
  right: 78px !important;
}
.pdf-print-nodata {
  display: none !important;
}
.pdf-print-nodata-table tr th:first-child,
.pdf-print-nodata-table tr th:nth-child(2) {
  display: none;
}
.pdf-print-nodata-table tr td:first-child,
.pdf-print-nodata-table tr td:nth-child(2) {
  display: none;
}
@media print {
  body {
    overflow: inherit;
  }
  .ant-layout {
    min-height: unset !important;
  }
  .ant-layout-content {
    height: unset !important;
    overflow: inherit !important;
  }
  .table-wrapper {
    max-height: unset;
  }
  .pdf-print-nodata-table {
    position: relative;
  }
  .bar-chart {
    display: inline-block !important;
    height: 100% !important;
    width: 100% !important;
  }
  .bar-chart-data {
    display: inline-block !important;
    height: 100% !important;
    width: 100% !important;
  }
  canvas {
    display: inline-block !important;
    height: 100% !important;
    width: 100% !important;
  }
  .right-graph-box {
    height: unset;
  }
  .player-graph {
    height: 70px !important;
  }
}
.jw-icon.jw-icon-display.jw-button-color.jw-reset {
  background-image: url("data:image/svg+xml,%3c!--%20play%20circle%20svg%20--%3e%3csvg%20width='135'%20height='135'%20viewBox='0%200%20135%20135'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='vuesax/bold/play-cricle'%3e%3cg%20id='play-cricle'%3e%3cpath%20id='Vector'%20d='M107.269%20111.488C106.2%20111.488%20105.131%20111.095%20104.288%20110.251C102.656%20108.62%20102.656%20105.92%20104.288%20104.288C124.594%2083.982%20124.594%2050.9633%20104.288%2030.7133C102.656%2029.082%20102.656%2026.382%20104.288%2024.7508C105.919%2023.1195%20108.619%2023.1195%20110.25%2024.7508C133.819%2048.3195%20133.819%2086.682%20110.25%20110.251C109.406%20111.095%20108.338%20111.488%20107.269%20111.488Z'%20fill='white'/%3e%3cpath%20id='Vector_2'%20d='M27.7312%20111.488C26.6625%20111.488%2025.5937%20111.095%2024.75%20110.251C1.18124%2086.682%201.18124%2048.3195%2024.75%2024.7508C26.3812%2023.1195%2029.0812%2023.1195%2030.7125%2024.7508C32.3437%2026.382%2032.3437%2029.082%2030.7125%2030.7133C10.4062%2051.0195%2010.4062%2084.0383%2030.7125%20104.288C32.3437%20105.92%2032.3437%20108.62%2030.7125%20110.251C29.8687%20111.095%2028.8%20111.488%2027.7312%20111.488Z'%20fill='white'/%3e%3cpath%20id='Vector_3'%20d='M67.5%20127.744C60.4687%20127.687%2053.775%20126.562%2047.5312%20124.369C45.3375%20123.581%2044.1562%20121.162%2044.9437%20118.969C45.7312%20116.775%2048.0937%20115.594%2050.3437%20116.381C55.7437%20118.237%2061.4812%20119.25%2067.5562%20119.25C73.575%20119.25%2079.3687%20118.237%2084.7125%20116.381C86.9062%20115.65%2089.325%20116.775%2090.1125%20118.969C90.9%20121.162%2089.7187%20123.581%2087.525%20124.369C81.225%20126.562%2074.5312%20127.744%2067.5%20127.744Z'%20fill='white'/%3e%3cpath%20id='Vector_4'%20d='M86.0625%2018.7871C85.6125%2018.7871%2085.1062%2018.7309%2084.6562%2018.5621C79.3125%2016.6496%2073.5187%2015.6934%2067.5%2015.6934C61.4812%2015.6934%2055.7437%2016.7059%2050.3437%2018.5621C48.0937%2019.2934%2045.7312%2018.1684%2044.9437%2015.9746C44.1562%2013.7809%2045.3375%2011.3621%2047.5312%2010.5746C53.8312%208.38086%2060.525%207.25586%2067.5%207.25586C74.475%207.25586%2081.225%208.38086%2087.4687%2010.5746C89.6625%2011.3621%2090.8437%2013.7809%2090.0562%2015.9746C89.4375%2017.7184%2087.8062%2018.7871%2086.0625%2018.7871Z'%20fill='white'/%3e%3cpath%20id='Vector_5'%20d='M49.1625%2067.4993V58.1056C49.1625%2046.4056%2057.4312%2041.6243%2067.5562%2047.4743L75.7125%2052.1993L83.8687%2056.9243C93.9937%2062.7743%2093.9937%2072.3368%2083.8687%2078.1868L75.7125%2082.9118L67.5562%2087.6368C57.4312%2093.4868%2049.1625%2088.7056%2049.1625%2077.0056V67.4993Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") !important;
  background-size: cover !important;
  background-color: transparent !important;
}
.jw-icon.jw-icon-display.jw-button-color.jw-reset path {
  display: none;
}
.pdf-tiles {
  page-break-inside: avoid !important;
  box-decoration-break: clone;
  background-color: #fff;
}
.print-pdf-first-column tr th:first-child,
.print-pdf-first-column tr th:nth-child(1) {
  display: none;
}
.print-pdf-first-column tr td:first-child,
.print-pdf-first-column tr td:nth-child(1) {
  display: none;
}
.scroll-to-top {
  position: relative;
}
.scroll-to-top Button {
  position: fixed !important;
  bottom: 85px;
  right: 46px;
  border-radius: 50% !important;
  padding: 15px !important;
}
.game-container {
  margin-top: 10px;
}
.chart-canvas {
  display: inline-block !important;
  height: 100% !important;
  width: 100% !important;
}
.scroll-to-top {
  position: relative;
}
.scroll-to-top .scroll-button {
  position: fixed;
  z-index: 9999;
  bottom: 75px;
  right: 48px;
  padding: 14px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #d2d2d2;
  cursor: pointer;
}
.scroll-to-top .scroll-button:hover {
  background-color: #f6f7f7;
}
.PageWrapper {
  position: relative;
}
.PageBodyWrapper {
  padding: 160px 16px 0;
  min-height: 100vh;
}
.admin-layout-ant-dropdown {
  z-index: 99999;
}
.tiles-container {
  gap: 20px;
}
.graph-tiles {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 20px;
}
.graph-tiles__title {
  flex-wrap: wrap;
  gap: 10px;
}
.graph-tiles__title .title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.graph-tiles__title .right {
  display: flex;
  gap: 10px;
  align-items: center;
}
.graph-tiles__graph {
  gap: 20px;
}
.graph-tiles .fluency-widget {
  flex: 0 0 47px;
}
.graph-tiles.games {
  padding: 0;
  margin-top: 8px;
}
.graph-tiles.games .available-game {
  padding: 20px 10px 20px 15px;
  border-bottom: 1px solid #d2d2d2;
}
.graph-tiles.games .available-game .progress-bar {
  display: flex;
  height: 20px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #e8e8e9;
  width: 100%;
}
.graph-tiles.games .available-game .progress-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  width: 100%;
}
@media (max-width: 767px) {
  .graph-tiles.games .available-game .progress-labels {
    flex-direction: column;
    gap: 4px;
  }
}
.graph-tiles.games .available-game .square {
  width: 10px;
  height: 10px;
  border-radius: 3px;
}
.graph-tiles.games .available-game .square.in-progress {
  background-color: #3fb2ff;
}
.graph-tiles.games .available-game .square.completed {
  background-color: #83e2b8;
}
.graph-tiles.games .available-game .square.not-started {
  background-color: #e8e8e9;
}
.graph-tiles.games .available-game .progress {
  height: 100%;
}
.graph-tiles.games .available-game .progress.in-progress {
  background-color: #3fb2ff;
}
.graph-tiles.games .available-game .progress.completed {
  background-color: #83e2b8;
}
@media (max-width: 767px) {
  .graph-tiles.games .available-game {
    padding: 12px;
  }
}
.graph-tiles.games .available-game:last-child {
  border-bottom: none;
}
.graph-tiles.games .available-game .game-data {
  margin-top: 10px;
}
.graph-tiles.games .available-game .dashboard-bar-main .progress-bar-fill {
  background-color: #3fb2ff;
}
.graph-tiles.games .available-game .dashboard-bar-main .bar-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}
.graph-tiles.games .available-game .dashboard-bar-main .fw-bold {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.graph-tiles.games .available-game .dashboard-bar-main .gym-summary {
  padding: 0;
}
.graph-tiles.games .available-game .fw-normal {
  font-weight: 400;
  font-size: 14px;
}
.graph-tiles.games .dashboard-team-facts span {
  font-family: "Gilroy";
  flex: 1 1 auto;
}
.report-link,
.report-link:hover {
  color: #333;
}
.card {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 16px;
}
.card__footer {
  margin-top: auto;
}
.card__footer button {
  width: 100%;
}
.card--recognition {
  padding: 16px;
  text-align: center;
  height: 100%;
}
.card--recognition .card-img-top img {
  margin: 0 auto;
  min-height: 100px;
}
.card--tutorial {
  height: 100%;
  padding: 16px;
  gap: 20px;
}
.card--tutorial .card__body .card-title {
  margin-bottom: 14px;
}
.card--tutorial .card__body .card-text > * {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 14px;
}
.card--tutorial .card__body .card-text > *:last-child {
  margin-bottom: 0;
}
.card:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.teacher-dashboard {
  border-bottom: 1px solid #d2d2d2;
}
.teacher-dashboard__main {
  padding: 30px;
}
@media (max-width: 767px) {
  .teacher-dashboard__main {
    padding: 16px;
  }
}
.teacher-dashboard__sidebar {
  border-left: 1px solid #d2d2d2;
  flex: 0 0 390px;
  width: 390px;
}
@media (max-width: 991px) {
  .teacher-dashboard__sidebar {
    flex: 1 1 auto;
    width: inherit;
  }
}
.teacher-dashboard__sidebar .section {
  padding: 30px;
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 767px) {
  .teacher-dashboard__sidebar .section {
    padding: 16px;
  }
}
.teacher-dashboard__sidebar .top-players {
  gap: 20px;
  padding-bottom: 0;
}
.teacher-dashboard__sidebar .top-players:last-child {
  border-bottom: 0;
}
.teacher-dashboard__sidebar .top-players .player-of-the-day {
  border: 1px solid #d2d2d2;
  background: rgba(63, 178, 255, 0.1);
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.teacher-dashboard__sidebar .top-players .player-of-the-day .potd-star img,
.teacher-dashboard__sidebar .top-players .player-of-the-day .potd-trophy img {
  height: 32px;
  width: 32px;
  object-fit: cover;
}
.teacher-dashboard__sidebar .top-players .player-of-the-day .potd-icon {
  border-radius: 50px;
  padding: 14px;
  background-color: rgb(253, 229, 174);
}
.teacher-dashboard__sidebar .top-players .player-of-the-day .trophy-icon {
  padding: 14px;
  background-color: #fff;
  border: 1px solid #5645da;
  border-radius: 50px;
}
.teacher-dashboard__sidebar .top-players .player-of-the-day .text-stickers {
  opacity: 60%;
  font-size: 16px;
  line-height: 18px;
}
.teacher-dashboard__sidebar .top-players .player-of-the-day .avatar-preview-icon {
  transform: scale(1.4);
  transform-origin: center;
}
.teacher-dashboard__sidebar .top-players .sticker-count-day {
  padding: 4px 12px;
  gap: 4px;
  color: #5645da;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.teacher-dashboard__sidebar .top-players .list-wrapper {
  gap: 10px;
}
.teacher-dashboard__sidebar .top-players .list-wrapper .player-list-thead {
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 0;
  line-height: 1;
}
.teacher-dashboard__sidebar .top-players .list-wrapper ul.player-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 296px;
  overflow-y: auto;
  padding-right: 10px;
  width: calc(100% + 15px);
}
.teacher-dashboard__sidebar .top-players .list-wrapper ul.player-activity-list .player-activity-item {
  padding: 12px 0;
  gap: 9px;
}
.teacher-dashboard__sidebar .top-players .list-wrapper ul.player-activity-list .player-activity-item__indicator {
  flex: 0 0 24px;
}
.teacher-dashboard__sidebar .top-players .list-wrapper ul.player-activity-list .player-activity-item__details {
  padding-top: 4px;
  gap: 9px;
  line-height: 1.2;
}
.teacher-dashboard__sidebar .top-players-section {
  gap: 0;
}
@media (max-width: 767px) {
  .teacher-dashboard .quick-links-main {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .teacher-dashboard .quick-link-btn {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 479px) {
  .teacher-dashboard .quick-link-btn {
    flex-direction: column;
    align-items: flex-start;
  }
}
.team-rating {
  font-size: 16px;
  color: #5645da;
  font-weight: 600;
  line-height: 20px;
  margin-left: 3px;
}
.tabs-btn-wrap {
  min-width: 95px;
}
.tabs-btn-wrap .tabs-btn-icon {
  flex: 0 0 24px;
}
.sent-btn {
  min-width: 65px !important;
}
.player-dashboard .player-dashboard-icon {
  width: 72px;
}
.player-dashboard .border-none {
  border-bottom: none;
}
.player-dashboard .greeting-message {
  padding: 20px !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
}
.player-dashboard .greeting-message__content {
  color: #333;
  font-weight: 400;
}
.player-dashboard .awards-wrapper {
  padding: 16px !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
}
.player-dashboard .awards-wrapper .my-awards-main {
  padding: 20px 0 0;
}
.player-dashboard .my-quests-details {
  padding: 25px 0 0;
}
@media (max-width: 479px) {
  .player-dashboard .player-dashboard-main {
    flex-wrap: wrap;
  }
}
.player-dashboard .player-graph-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}
@media (max-width: 991px) {
  .player-dashboard .player-graph-wrapper {
    grid-template-columns: 1fr;
  }
}
.player-dashboard .player-graph-wrapper .player-graph {
  border: 1px solid #d2d2d2;
  padding: 16px;
  border-radius: 8px;
}
.player-dashboard .player-graph-wrapper .player-graph__heading {
  font-size: 18px;
  line-height: 21px;
}
.player-dashboard .player-graph-wrapper .player-graph__details {
  font-size: 24px;
  line-height: 28px;
  color: #1d1d1d;
  opacity: 60%;
}
.my-account {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
}
.my-account__form {
  margin: 20px 0 !important;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 20px;
}
.my-account__form .profile-border {
  border: 1px solid #d2d2d2;
  border-radius: 500px;
  padding: 10px;
  background-color: rgba(63, 178, 255, 0.1);
  color: #333;
  margin: auto;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}
.my-account-edit-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.password-mask {
  position: relative;
  display: inline-block;
}
.password-mask .password-masked {
  display: inline;
}
.password-mask .password-reveal {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  color: inherit;
}
.password-mask:hover .password-masked {
  visibility: hidden;
}
.password-mask:hover .password-reveal {
  display: inline;
}
.dashboard-graph-container {
  flex-direction: column;
}
@media (min-width: 1920px) {
  .dashboard-graph-container {
    flex-direction: row;
  }
}
.goal-index-graph {
  height: 100%;
}
.goal-index-graph .ant-flex {
  margin: auto;
}
.ant-layout {
  background: #fff;
  position: relative;
}
.ant-layout .ant-layout-sider {
  background: #fff;
  border-right: 1px solid #d2d2d2;
}
@media (max-width: 767px) {
  .ant-layout .ant-layout-sider {
    position: absolute;
    z-index: 1000;
  }
}
.ant-layout .ant-layout-sider .ant-btn.SiderToggle {
  position: absolute;
  top: 27px;
  right: -13px;
  padding: 0;
  height: 24px;
  z-index: 1000;
}
.ant-layout .ant-layout-sider .ant-btn.SiderToggle:hover, .ant-layout .ant-layout-sider .ant-btn.SiderToggle:active {
  background-color: transparent;
}
.ant-layout .ant-layout-sider .sider-menu-wrapper {
  height: calc(100vh - 80px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ant-layout .ant-layout-sider .sider-menu-wrapper::-webkit-scrollbar {
  width: 0px;
}
.ant-layout .ant-layout-sider-children {
  display: flex;
  flex-direction: column;
}
.ant-layout .ant-layout-sider .logo-collapsed {
  display: none;
  padding: 30px 22.5px;
}
.ant-layout .ant-layout-sider .logo {
  padding: 20px;
}
.ant-layout .ant-layout-sider .logo,
.ant-layout .ant-layout-sider .logo-collapsed {
  border-bottom: 1px solid #d2d2d2;
  max-height: 80px;
  min-height: 80px;
}
.ant-layout .ant-layout-sider-collapsed .logo-collapsed {
  display: block;
  cursor: pointer;
}
.ant-layout .ant-layout-sider-collapsed .logo-collapsed img {
  height: 100%;
  width: 100%;
}
.ant-layout .ant-layout-sider-collapsed .logo {
  display: none;
}
.ant-layout .ant-layout-sider-collapsed .ant-menu-inline-collapsed .ant-menu-item {
  padding-left: calc(50% - 12px);
  padding-right: calc(50% - 12px);
  line-height: 1;
}
.ant-layout .ant-layout-sider .ant-menu {
  padding: 10px;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-item {
  border-radius: 6px;
  padding: 8px 10px;
  color: #333;
  gap: 10px;
  margin: 0;
  width: 100%;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-item .ant-menu-item-icon {
  font-size: 24px;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-item .ant-menu-title-content {
  margin-left: 0;
  font-weight: 700;
  line-height: 1.2;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-item-selected {
  color: #fff;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-submenu {
  border-radius: 6px;
  color: #333;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-submenu-selected .ant-menu-submenu-title {
  color: #5645da;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title {
  width: 100%;
  gap: 10px;
  padding: 8px 10px;
  line-height: 1;
  margin: 0;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu-title-content {
  margin-left: 0;
  font-weight: 700;
  line-height: 1.2;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu-submenu-arrow {
  right: 6px;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title {
  background-color: transparent;
  border: 1px solid #5645da;
  color: #5645da;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-sub {
  padding: 6px 0;
  background: rgba(86, 69, 218, 0.06);
  border-radius: 6px;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-sub .ant-menu-item {
  line-height: 1;
  height: auto;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-sub .ant-menu-item .ant-menu-title-content {
  font-size: 14px;
  font-weight: 400;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-sub .ant-menu-item-selected {
  background: none;
  color: #5645da;
}
.ant-layout .ant-layout-sider .ant-menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-sub .ant-menu-item-selected .ant-menu-title-content {
  font-weight: 700;
}
.ant-layout .ant-layout-sider .ant-menu--mid-menu {
  min-height: auto;
  margin-top: auto;
  margin-bottom: 40px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.ant-layout .ant-layout-sider .ant-menu--mid-menu .ant-menu-item {
  color: rgba(29, 29, 29, 0.6);
}
.ant-layout .ant-layout-sider .ant-menu--mid-menu .ant-menu-item-selected {
  color: #fff;
  background-color: #3fb2ff;
}
.ant-layout .ant-layout-sider .ant-menu--mid-menu .ant-menu-submenu {
  color: rgba(29, 29, 29, 0.6);
}
.ant-layout .ant-layout-sider .ant-menu--mid-menu .ant-menu-submenu-selected .ant-menu-submenu-title {
  color: #3fb2ff;
}
.ant-layout .ant-layout-sider .ant-menu--mid-menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title {
  background-color: #3fb2ff;
  color: #fff;
  border: none;
}
.ant-layout .ant-layout-sider .ant-menu--mid-menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-sub {
  background: rgba(63, 178, 255, 0.1);
}
.ant-layout .ant-layout-sider .ant-menu--mid-menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-sub .ant-menu-item-selected {
  color: #3fb2ff;
}
.ant-layout .ant-layout-sider .ant-menu--mid-menu .ant-menu-submenu .menu-custom-selected span {
  color: #3fb2ff;
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  .ant-layout .ant-layout {
    margin-left: 65px;
  }
}
.ant-layout-header {
  z-index: 999;
  padding: 20px 30px;
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
  min-height: 80px;
  max-height: 80px;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .ant-layout-header {
    padding: 20px 16px;
  }
}
@media (max-width: 1200px) {
  .ant-layout-header {
    min-height: inherit;
    max-height: inherit;
    height: inherit;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .ant-layout-header .left-container {
    width: 50%;
  }
}
.ant-layout-header .left-container .team-switcher {
  min-width: 189px;
  z-index: 1050;
}
@media (max-width: 767px) {
  .ant-layout-header .left-container .team-switcher {
    min-width: 155px;
    font-size: 15px;
  }
}
.ant-layout-header .right-container {
  display: flex;
  gap: 20px;
  align-items: center;
}
.ant-layout-header .right-container .inbox {
  flex: 0 0 24px;
}
.ant-layout-header .right-container .dd-profile .ant-btn-icon {
  flex: 0 0 24px;
}
@media (max-width: 479px) {
  .ant-layout-header .right-container .dd-profile {
    padding: 8px;
  }
  .ant-layout-header .right-container .dd-profile .ant-btn-icon {
    margin-right: 0;
  }
  .ant-layout-header .right-container .dd-profile span {
    margin-right: 0;
  }
  .ant-layout-header .right-container .dd-profile span:nth-child(2) {
    display: none;
  }
}
.ant-layout-header .right-container .feedback-button {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 7px;
  position: fixed;
  bottom: 80px;
  right: 45px;
  border-radius: 12px;
  background-color: #5645da !important;
}
.ant-layout-header .right-container .feedback-button span {
  font-family: "Gilroy";
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.ant-layout-header .message-icon {
  position: relative;
}
.ant-layout-header .message-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ff505a;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-layout-content {
  background: #fff;
  height: calc(100vh - 140px);
  overflow-y: auto;
}
.ant-layout-content .content-wrapper {
  margin: clamp(8px, 3vw, 30px);
}
.ant-layout-content.dashboard-layout .content-wrapper {
  margin: 0;
}
.ant-layout-content.msg-layout .content-wrapper {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.ant-layout-content.suggest-content-layout .content-wrapper {
  margin: 0;
}
.ant-menu-submenu-popup .ant-menu-item.ant-menu-item-selected {
  background: rgba(63, 178, 255, 0.1);
}
.ant-menu-submenu-popup .ant-menu-item.ant-menu-item-selected .ant-menu-title-content {
  color: #3fb2ff;
  font-weight: 700;
}
.is-admin-true .ant-layout {
  margin-left: 0;
}
.main-navigation__stats {
  display: flex;
  flex-wrap: wrap;
}
.main-navigation__stats .stat {
  padding: 10px;
  line-height: 11px;
}
.main-navigation__stats .stat .label {
  margin-right: 10px;
}
.main-navigation__stats .stat .numbers {
  color: #3fb2ff;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 479px) {
  .main-navigation__stats .stat-info {
    padding: 10px 0;
    line-height: 15px;
  }
}
.main-navigation__btn-container {
  display: flex;
  justify-content: space-between;
}
.main-navigation__btn-container .icon-btn-wrapper {
  padding: 10px 16px 10px 8px;
  display: flex;
  gap: 4px;
  width: max-content;
}
.main-navigation__btn-container .icon-btn-wrapper button.active {
  color: #5645da;
}
.main-navigation__btn-container .export-btn {
  width: max-content;
  margin-left: auto;
}
.main-navigation__subheading {
  margin-top: 10px;
}
.main-dashboard {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #d2d2d2;
}
.main-dashboard .main-db-title {
  padding-bottom: 8px;
}
.main-dashboard .title {
  padding: 10px;
}
.main-dashboard .stat {
  padding: 10px;
  line-height: 100%;
}
.main-dashboard .stat .label {
  margin-right: 10px;
}
.main-dashboard .stat .numbers {
  color: #5645da;
  font-weight: 700;
}
.main-result {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 20px;
}
.main-result .dd-label {
  margin-bottom: 6px;
  margin-left: 16px;
}
.main-result__toolbar {
  gap: 10px;
}
.main-result__toolbar .report-option {
  flex: 0 0 200px;
}
.main-result__toolbar .report-search {
  margin-top: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .main-result__toolbar .report-search {
    margin-left: unset;
  }
}
@media (max-width: 479px) {
  .main-result__toolbar .report-search {
    width: 100%;
  }
}
.main-result__toolbar .report-search .ant-input-affix-wrapper {
  min-width: 256px;
}
@media (max-width: 479px) {
  .main-result__toolbar .report-search .ant-input-affix-wrapper {
    width: 100%;
  }
}
.main-result__toolbar .report-search.ml-0 {
  margin-left: 0;
}
.main-result__toolbar .button-small {
  max-height: 40px;
  margin-top: auto;
  line-height: 2;
}
@media (max-width: 479px) {
  .main-result__toolbar .button-small {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .main-result__toolbar .goal-index-toolbar {
    flex: auto;
  }
  .main-result__toolbar .goal-index-toolbar .report-filter {
    width: 100%;
  }
  .main-result__toolbar .goal-index-toolbar .report-search {
    margin-left: auto;
    width: 100%;
  }
  .main-result__toolbar .goal-index-toolbar .button-small {
    width: 100%;
  }
}
.main-result__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .main-result__pagination {
    gap: 12px;
  }
}
.main-result__pagination--label {
  line-height: 11px;
}
@media (max-width: 767px) {
  .main-result__pagination--label {
    text-align: center;
    flex: 1 0 100%;
  }
}
@media (max-width: 767px) {
  .main-result__pagination--numbers {
    flex: 1 0 100%;
  }
}
.graph-container .bar-chart {
  min-height: 100px;
}
.graph-container .bar-legend {
  padding-left: 0;
}
.graph-container .bar-legend-keys {
  margin-bottom: 40px;
}
.graph-container .bar-legend-keys .color-keys {
  margin-bottom: 16px;
}
.graph-container .bar-legend-keys .color-keys .indicator-desc {
  font-size: 14px;
  line-height: 1;
}
.graph-container .bar-legend-keys .color-keys .indicator-desc .indicator-title {
  margin-bottom: 8px;
}
.graph-container .bar-legend-keys .color-keys .indicator-desc .indicator-type {
  word-wrap: none;
}
.graph-container .bar-legend .bar-legend-keys:last-child,
.graph-container .bar-legend .color-keys:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .report-filter .ant-col:first-child {
    flex: 100%;
  }
}
.report-filter .filter-checkbox {
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 10px;
}
.report-filter .dd-label {
  color: var(--Containers-blue-bg, #5645da);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  margin-left: 16px;
}
.goal-index-report-icon {
  height: 30px;
  width: 30px;
}
.info-circle-rev {
  height: 24px;
  width: 24px;
}
.reportfluencygames .main-navigation__stats {
  display: none;
}
.fluency-right-option .ant-space-item {
  min-width: 136px;
}
.gym-summary {
  padding: 10px;
}
.category-label {
  font-weight: bold;
  margin-bottom: 10px;
}
.progress-bars-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.progress-bars {
  display: flex;
  gap: 10px;
  align-items: center;
}
.progress-bar-container {
  display: flex;
  flex-direction: column;
}
.bar-label {
  margin-bottom: 3px;
  font-weight: 600;
}
.player-label {
  font-size: 24px;
  line-height: 28px;
  color: #333;
}
.progress-bar {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
}
.player-chart-gym {
  flex: 1 1 auto;
}
.skill-set-header {
  text-align: center;
  font-weight: 600;
}
.ks-summary-graph {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}
.gym-progress-border {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 4px;
  background-color: #fff !important;
}
.progress-bar-fill {
  background-color: #6a5acd;
  height: 23px;
  color: white;
  text-align: center;
  font-weight: 600;
}
.progress-bar-fill.skill-set {
  background-color: #e0646b;
}
.progress-bar-fill.know-and-show-graph {
  background-color: #83e2b8;
}
.very-important-facts {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  margin: 10px 0;
}
.very-important-facts .border-right {
  border-right: 1px solid #d2d2d2;
}
.very-important-facts .border-bottom {
  border-bottom: 1px solid #d2d2d2;
}
.team-facts .ant-flex {
  flex-wrap: wrap;
}
.just-fact-border {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 8px;
}
.important-fact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 6px;
}
.important-fact .important-fact-box {
  height: 23px;
  width: 22px;
  background-color: #1d1d1d;
  flex: 1 1 auto;
  border-radius: 4px;
  opacity: 30%;
}
.border-top {
  border-top: 1px solid #d2d2d2;
}
.fluency-progress-fill {
  background-color: #f0f0f0;
  border-radius: 6px;
}
.fluency-progress-fill .ant-progress-outer {
  width: 100% !important;
}
.fluency-progress-fill .ant-progress-bg-outer {
  height: 23px !important;
}
.wall-of-fame-btn {
  height: 40px;
}
@media (max-width: 479px) {
  .wall-of-fame-btn {
    height: inherit;
    padding: 15px 20px !important;
    justify-content: center !important;
  }
}
.wall-of-fame-btn svg {
  flex: 0 0 24px;
}
.wdyk-dropdown__select {
  min-width: 100px;
}
.wdyk-dropdown__searchbar {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .wdyk-dropdown__searchbar {
    margin-left: inherit;
  }
}
.wdyk-dropdown__topicselect {
  min-width: 240px;
}
.player-graph-container {
  overflow: auto;
}
.player-graph-container .player-graph-header {
  margin-bottom: 10px;
}
.player-graph-container .player-graph-header h5 {
  font-size: 16px;
  color: #333;
}
.player-graph-container .player-graph-header .player-box {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  font-weight: 600;
}
.player-graph-container .player-graph-header p {
  font-size: 14px;
  font-weight: 600;
}
.player-graph-container .player-graph-row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
.player-graph-container .player-graph-items {
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.player-graph-container .player-graph {
  height: 100px;
  border-radius: 6px;
  min-width: 80px;
  position: relative;
  flex-grow: 1;
}
.player-graph-container .player-graph .player-checkbox {
  position: absolute;
  top: 3px;
  right: 3px;
}
.player-graph-container .correct {
  background: #83e2b8;
  color: #333;
}
.player-graph-container .incorrect {
  background-color: #885cbf;
  color: #fff;
}
.player-graph-container .incomplete {
  background-color: #f9bf34;
  color: rgba(29, 29, 29, 0.6);
}
.play-video {
  color: #3fb2ff;
  cursor: pointer;
}
.main-heading {
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
}
.main-heading ul {
  display: flex;
}
.main-heading Button {
  margin-left: auto;
}
.main-heading .message-input-box {
  margin-left: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .main-heading .message-input-box button {
    padding: 5px 20px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .main-heading {
    padding: 10px;
    gap: 10px;
  }
}
.main-inbox {
  display: flex;
  flex-wrap: nowrap;
  flex: auto;
  height: calc(100vh - 187px);
}
@media (max-width: 991px) {
  .main-inbox {
    height: calc(100vh - 162px);
  }
}
.main-inbox .message-list {
  border-right: 1px solid #d2d2d2;
  height: 100%;
  overflow-y: auto;
}
.main-inbox .message-body {
  padding: 30px;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .main-inbox .message-body {
    padding: 10px;
  }
}
.main-inbox .message-list-left {
  display: flex;
  flex-direction: column;
}
.main-inbox .message-list-left .message-box-pagination {
  padding: 16px;
  position: sticky;
  bottom: 8px;
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.1);
  margin-top: auto;
}
@media (max-width: 991px) {
  .main-inbox .message-list-left .message-box-pagination {
    bottom: 0;
  }
}
.main-inbox .message-list-left .message-box-pagination .ant-flex {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .main-inbox .message-list-left .message-box-pagination .ant-flex {
    flex-wrap: wrap;
  }
}
.main-inbox .message-list-left .message-box-pagination .ant-dropdown-trigger {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .main-inbox .message-list-left .message-box-pagination .ant-pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.main-inbox .message-resize-box .suntex-table-pagination--label {
  display: none;
}
.suggest-content,
.move-players {
  height: 100%;
}
.suggest-content__sidebar,
.move-players__sidebar {
  padding: 30px 20px;
  flex: 0 0 275px;
}
@media (max-width: 991px) {
  .suggest-content__sidebar,
  .move-players__sidebar {
    flex: 0 0 100%;
  }
}
.suggest-content__sidebar-switch.ant-radio-group,
.move-players__sidebar-switch.ant-radio-group {
  width: 100%;
  display: flex;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.suggest-content__sidebar-switch.ant-radio-group .ant-radio-button-wrapper,
.move-players__sidebar-switch.ant-radio-group .ant-radio-button-wrapper {
  padding: 10px;
  font-weight: 700;
  line-height: 16px;
  height: auto;
  flex: 1;
  text-align: center;
  border: 0;
}
.suggest-content__sidebar-switch.ant-radio-group .ant-radio-button-wrapper::before,
.move-players__sidebar-switch.ant-radio-group .ant-radio-button-wrapper::before {
  display: none;
}
.suggest-content__sidebar-switch.ant-radio-group .ant-radio-button-wrapper:first-child,
.move-players__sidebar-switch.ant-radio-group .ant-radio-button-wrapper:first-child {
  border-radius: 6px 0 0 6px;
}
.suggest-content__sidebar-switch.ant-radio-group .ant-radio-button-wrapper:last-child,
.move-players__sidebar-switch.ant-radio-group .ant-radio-button-wrapper:last-child {
  border-radius: 0 6px 6px 0;
}
.suggest-content__sidebar-switch.ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked,
.move-players__sidebar-switch.ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  background-color: #5645da;
  color: #fff;
  border-radius: 6px;
}
.suggest-content__sidebar-module-group .module-list,
.move-players__sidebar-module-group .module-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.suggest-content__sidebar-module-group .module-list-item,
.move-players__sidebar-module-group .module-list-item {
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  border: 0;
  background: unset;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.suggest-content__sidebar-module-group .module-list-item .item-desc,
.move-players__sidebar-module-group .module-list-item .item-desc {
  font-weight: 700;
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}
.suggest-content__sidebar-module-group .module-list-item.active,
.move-players__sidebar-module-group .module-list-item.active {
  background: rgba(63, 178, 255, 0.1);
  color: #5645da;
}
.suggest-content__main,
.move-players__main {
  padding: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .suggest-content__main,
  .move-players__main {
    padding: 15px;
  }
}
.suggest-content__main-table,
.move-players__main-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.suggest-content__main-table .correlation-card,
.suggest-content__main-table .sub-correlation-card,
.move-players__main-table .correlation-card,
.move-players__main-table .sub-correlation-card {
  border: 2px solid rgba(63, 178, 255, 0.1);
  border-radius: 6px;
  flex: 1;
}
.suggest-content__main-table .correlation-card__heading,
.move-players__main-table .correlation-card__heading {
  padding: 16px 15px;
  background: rgba(63, 178, 255, 0.1);
  color: #5645da;
  border-radius: 6px 6px 0 0;
}
.suggest-content__main-table .correlation-card__content,
.move-players__main-table .correlation-card__content {
  padding: 20px 15px;
  overflow: auto;
}
.suggest-content__main-table .correlation-card__content-sub-heading,
.move-players__main-table .correlation-card__content-sub-heading {
  margin-bottom: 16px;
}
.suggest-content__main-table .correlation-card__content .sub-card,
.move-players__main-table .correlation-card__content .sub-card {
  margin-bottom: 20px;
}
.suggest-content__main-table .correlation-card__content .sub-card:last-child,
.move-players__main-table .correlation-card__content .sub-card:last-child {
  margin-bottom: 0;
}
.suggest-content__main-table .correlation-card__content .sub-card-item,
.move-players__main-table .correlation-card__content .sub-card-item {
  margin-bottom: 8px;
}
.suggest-content__main-table .correlation-card__content .sub-card-item:last-child,
.move-players__main-table .correlation-card__content .sub-card-item:last-child {
  margin-bottom: 0;
}
.suggest-content__main-table .correlation-card__content .sub-card-item__title,
.move-players__main-table .correlation-card__content .sub-card-item__title {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.suggest-content__main-table .correlation-card__content .sub-card-item__checkbox-group-item,
.move-players__main-table .correlation-card__content .sub-card-item__checkbox-group-item {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  line-height: 1;
  align-items: center;
}
.suggest-content__main-table .correlation-card__content .sub-card-item__checkbox-group-item:last-child,
.move-players__main-table .correlation-card__content .sub-card-item__checkbox-group-item:last-child {
  margin-bottom: 0;
}
.suggest-content__main-table .sub-correlation-card .correlation-card__heading,
.move-players__main-table .sub-correlation-card .correlation-card__heading {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.suggest-content__main-table .sub-correlation-card .correlation-card__heading h5,
.move-players__main-table .sub-correlation-card .correlation-card__heading h5 {
  display: flex;
  align-items: center;
  gap: 4px;
}
.suggest-content__main-table .sub-correlation-card .correlation-card__content,
.move-players__main-table .sub-correlation-card .correlation-card__content {
  padding: 15px;
}
.suggest-content__main-table .sub-correlation-card .paragraph-card-item__title,
.move-players__main-table .sub-correlation-card .paragraph-card-item__title {
  margin-bottom: 10px;
}
.suggest-content__main-table .sub-correlation-card .paragraph-card-item__content,
.move-players__main-table .sub-correlation-card .paragraph-card-item__content {
  line-height: 1.1;
}
.suggest-content__main-table .sub-correlation-card .paragraph-card-item__content .content-item,
.move-players__main-table .sub-correlation-card .paragraph-card-item__content .content-item {
  padding: 6px 0;
}
.suggest-content__main-table .sub-correlation-card .paragraph-card-item__content .content-item p,
.move-players__main-table .sub-correlation-card .paragraph-card-item__content .content-item p {
  text-align: justify;
}
.suggest-content__main-table .sub-correlation-card .paragraph-card-item__content .content-item .clamp-text,
.move-players__main-table .sub-correlation-card .paragraph-card-item__content .content-item .clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.suggest-content__main-table .sub-correlation-card .paragraph-card-item__content .content-item .showmore-text,
.move-players__main-table .sub-correlation-card .paragraph-card-item__content .content-item .showmore-text {
  -webkit-line-clamp: unset;
}
.suggest-content__main-table .sub-correlation-card .paragraph-card-item__content .content-item .toggle-button,
.move-players__main-table .sub-correlation-card .paragraph-card-item__content .content-item .toggle-button {
  color: #6f5cff;
  cursor: pointer;
  font-size: inherit;
  padding: 0;
  margin-left: auto;
  font-style: italic;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
}
.move-players {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .move-players {
    flex-wrap: wrap;
  }
}
.move-players__sidebar, .move-players__main {
  padding: 0 20px;
}
.move-players__sidebar {
  flex: 0 0 295px;
  border-right: 1px solid #d2d2d2;
}
@media (max-width: 991px) {
  .move-players__sidebar {
    flex: 0 0 100%;
    border-right: none;
  }
}
.move-players__sidebar .ant-form-item {
  margin-bottom: 0;
}
.move-players__sidebar .ant-form-item-label {
  padding-bottom: 0;
}
.move-players__main {
  position: relative;
  padding: 0;
}
.move-players__main-table, .move-players__main-list {
  padding: 0 20px;
}
.move-players__main .section-title {
  padding: 20px 16px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .move-players__main .move-players-titles {
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .move-players__main .move-players-titles .report-options {
    margin: 10px 0;
  }
}
.move-players .player-list-title {
  margin-bottom: 10px;
}
.move-players .player-list .player-tiles {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.move-players .player-list .player-tiles h6 {
  font-size: 16px;
  line-height: 1;
}
.move-players .player-list .player-tiles:last-child {
  margin-bottom: 0;
}
.move-players .player-list .player-tiles.dragged {
  border-color: #3fb2ff;
  background-color: rgba(63, 178, 255, 0.1);
  box-shadow: 0px 0px 4px 0px #3fb2ff;
}
.move-players .player-list .player-tiles-placeholder.dragging-over {
  width: 100%;
  border: 2px dashed #3fb2ff;
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 10px;
}
.move-players .player-list .player-tiles-placeholder.dragging-over h5 {
  color: #3fb2ff;
  font-size: 16px;
}
.move-players .team-card {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 16px;
  background-color: #fff;
}
.move-players .team-card.unassigned {
  background-color: #e8e8e9;
}
.move-players .team-card.selected {
  border-color: #5645da;
  box-shadow: 0px 0px 4px 0px #5645da;
  background-color: rgba(86, 69, 218, 0.06);
}
.move-players .team-card.dragged {
  border-color: #5645da;
  background-color: rgba(86, 69, 218, 0.06);
  box-shadow: 0px 0px 4px 0px #5645da;
}
.move-players .team-card.dropped {
  border-color: #3fb2ff;
  background-color: rgba(63, 178, 255, 0.1);
  box-shadow: 0px 0px 4px 0px #3fb2ff;
}
.move-players .team-card__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.move-players .team-card__heading h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.move-players .team-card,
.move-players .team-card.unassigned {
  position: relative;
}
.move-players .team-card .cta-btn,
.move-players .team-card.unassigned .cta-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  align-items: center;
}
.player-list-container {
  max-height: calc(100vh - 353px);
  overflow-y: auto;
}
.player-list-wrapper .player-list {
  overflow-y: auto;
  max-height: calc(100vh - 414px);
  overflow-x: hidden;
}
.player-list-wrapper .player-list-divider {
  border-color: #5645da;
  color: #5645da;
  font-weight: 600;
}
.suggest-content__sidebar-module-group .module-list:nth-child(8) {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .suggest-content-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .grade-details-page {
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  .grade-details-page li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .suggest-content-btn {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .suggest-content-btn button {
    font-size: 12px;
    padding: 10px;
    margin-top: 10px;
  }
}
.print-login-style .teamprint-main {
  padding: 20px 0;
}
.print-login-style .team-print-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 363px));
  gap: 20px;
}
.print-login-style .team-print-cards .print-card {
  padding: 16px;
  border: 1px solid rgba(29, 29, 29, 0.6);
  border-radius: 6px;
}
.print-login-style .team-print-cards .print-card h5 {
  color: #333;
  font-weight: 700;
  font-size: 16px;
}
.print-login-style .team-print-cards .print-card span {
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
.print-login-style .team-print-cards .print-card a {
  color: #5645da;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.print-login-style .team-print-cards .print-card .button-container {
  width: 100%;
}
.print-login-style .team-print-cards .print-card .button-container .print-info {
  text-align: center;
  font-size: 14px;
  color: #5645da;
  font-weight: 700;
}
.explore-link {
  font-family: "Gilroy";
  color: #3fb2ff;
  margin: 0 4px;
  cursor: pointer;
}
.addtional-links-title {
  margin-bottom: 20px;
}
.getting-started-btn:hover, .getting-started-btn:focus {
  color: #3fb2ff !important;
}
.suntex-collapse-svg svg {
  flex: 0 0 22px;
}
.familylink__head {
  color: #333;
  font-size: 40px;
  line-height: 100%;
  font-weight: 400;
}
@media (max-width: 991px) {
  .familylink__head {
    font-size: 32px;
  }
}
.familylink__wrapper {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .familylink__wrapper {
    flex-wrap: wrap;
  }
}
.familylink__contentsection {
  max-width: 575px;
}
@media (max-width: 1400px) {
  .familylink__contentsection {
    max-width: unset;
    width: 100%;
  }
}
.familylink__content {
  border: 1px solid #d2d2d2;
  padding: 20px 16px;
  border-radius: 8px;
}
.familylink__content h3 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 100%;
}
.familylink__stat {
  padding: 10px 0 !important;
}
.familylink__password {
  color: #3fb2ff;
  font-weight: 600;
}
.familylink-text {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  margin: 20px 0;
}
.familylink__badges {
  border-radius: 8px;
  margin: 0 0 20px 0;
  padding: 16px;
  background-color: #eef7ff;
}
.familylink__badges-icon {
  flex: 0 0 24px;
}
.familylink__badges p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.familylink .banner-img {
  border-radius: 8px;
}
.familylink__bannersection {
  flex-grow: 1;
}
.familylink__banner {
  background-color: #d8dfe5;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .familylink__banner {
    padding: 15px;
  }
}
.familylink__banner-content {
  padding: 0 16px;
}
.familylink__banner-head {
  font-size: 22px;
  line-height: 24px;
  color: #333;
}
.familylink__banner-para {
  font-size: 10px;
  line-height: 100%;
  color: #333;
  margin: 10px 0 13px 0;
}
.familylink__banner-label {
  font-size: 18px;
  color: #5645da;
  font-weight: 700;
  line-height: 24px;
}
.familylink__banner-labellink {
  font-size: 6px;
  font-weight: 700;
  color: #5645da;
  border: 1px solid #5645da;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  padding: 0px;
  display: flex;
  justify-content: center;
}
.familylink__banner Button {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .familylink__banner Button {
    margin: 10px 0;
  }
}
.familylink__banner .family-link-pdf-btn {
  background-color: #5645da;
  color: #fff;
  font-weight: 600;
}
.family-link-modal h5 {
  margin: 20px 0;
}
.family-link-modal span {
  color: #333;
}
.family-link-modal .family-link-details {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
}
.my-quest-container .my-quest-btn {
  background-color: #5645da;
  color: #fff;
  font-weight: 600;
}
.my-quest-container .my-quest-col {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 22px;
  height: 100%;
}
.my-quest-container .my-quest-col .quest-value {
  color: rgb(255, 150, 0);
  font-weight: 700;
  font-size: 77px;
  line-height: 100%;
}
.my-quest-container .my-quest-col .quest-number {
  color: #5645da;
  font-weight: 700;
  font-size: 77px;
  line-height: 100%;
}
.my-quest-container .my-quest-col .quest-graph {
  margin: 20px 0;
}
.my-quest-container .my-quest-col .quest-graph .ant-progress-steps-item {
  width: 25px !important;
  height: 30px !important;
  border-radius: 3px;
}
@media (max-width: 479px) {
  .my-quest-container .my-quest-col .quest-graph .ant-progress-steps-item {
    width: 18px !important;
    height: 24px !important;
  }
}
.my-quest-container .my-quest-col .quest-graph .ant-progress-steps-outer {
  border: 2px solid #5645da;
  background: linear-gradient(180deg, #5645da 0%, #2e2574 100%);
  border-radius: 5px;
}
.my-quest-container .my-quest-col .quest-graph .ant-progress-steps-item-active {
  background: linear-gradient(180deg, #e0c7ff 0%, #be89ff 100%);
}
.my-quest-container .my-quest-col .quest-graph-fire {
  margin: 20px 0;
}
.my-quest-container .my-quest-col .quest-graph-fire .ant-progress-steps-item {
  width: 25px !important;
  height: 30px !important;
  border-radius: 3px;
}
@media (max-width: 479px) {
  .my-quest-container .my-quest-col .quest-graph-fire .ant-progress-steps-item {
    width: 18px !important;
    height: 24px !important;
  }
}
.my-quest-container .my-quest-col .quest-graph-fire .ant-progress-steps-outer {
  border: 2px solid #d25c43;
  background: linear-gradient(180deg, #744325 0%, #da5e45 100%);
  border-radius: 5px;
}
.my-quest-container .my-quest-col .quest-graph-fire .ant-progress-steps-item-active {
  background: linear-gradient(180deg, #ffe0c7 0%, #ffb689 100%);
}
.my-quest-container .my-quest-col .month-name {
  color: #1d1d1d;
  font-weight: 800;
  font-size: 24px;
}
.my-quest-container .my-quest-col .quest-title {
  color: rgba(29, 29, 29, 0.6);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
.my-quest-container .my-quest-col .quest-para {
  color: #1d1d1d;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.my-quest-container .my-quest-carousel__item {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 17px 0;
  width: 175px !important;
  height: 100%;
}
.my-quest-container .my-quest-carousel__item p {
  margin: 25px 5px;
  font-weight: 600;
  text-align: center;
  font-size: 19px;
}
.my-quest-container .my-quest-carousel__item .carousel-img {
  margin: auto;
}
.my-quest-container .my-quest-carousel__item svg {
  border-radius: 100% !important;
}
.my-quest-container .my-quest-carousel__item svg g {
  width: 100%;
  height: 100%;
}
.my-quest-container .my-quest-carousel__item svg rect {
  width: 100% !important;
  height: 100% !important;
  x: unset;
  rx: unset;
}
.my-quest-container .my-quest-carousel .slick-list {
  display: flex !important;
  height: 100% !important;
  margin: 0 66px;
}
.my-quest-container .my-quest-carousel .slick-list .slick-slide {
  width: 175px !important;
}
.my-quest-container .my-quest-carousel .slick-list .slick-slide div {
  width: 100%;
  height: 100%;
}
.my-quest-container .my-quest-carousel .slick-list .slick-track {
  display: flex !important;
  gap: 16px;
}
.my-quest-container .my-quest-carousel .custom-next-arrow,
.my-quest-container .my-quest-carousel .custom-prev-arrow {
  width: 50px !important;
  height: 100% !important;
  z-index: 2;
}
.my-quest-container .my-quest-carousel .custom-next-arrow svg,
.my-quest-container .my-quest-carousel .custom-prev-arrow svg {
  width: 50px;
  height: 50px;
}
.my-quest-container .my-quest-carousel .custom-next-arrow:hover,
.my-quest-container .my-quest-carousel .custom-prev-arrow:hover {
  transition: all 0.3s ease-in-out;
  background-color: #fff !important;
  box-shadow: 0px 3.88px 3.88px 0px rgba(0, 0, 0, 0.2509803922);
}
.my-quest-container .my-quest-carousel .custom-next-arrow:before,
.my-quest-container .my-quest-carousel .custom-prev-arrow:before {
  display: none !important;
}
.my-quest-container .my-quest-carousel .custom-next-arrow {
  right: -10px;
}
.my-quest-container .my-quest-carousel .custom-next-arrow svg {
  position: relative;
  left: 10px;
}
.my-quest-container .my-quest-carousel .custom-prev-arrow {
  left: 0;
}
.my-quest-container .my-quest-carousel .custom-prev-arrow svg {
  position: relative;
  right: 10px;
  transform: rotate(180deg);
}
.my-quest-container .carousel-container {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 30px 20px;
}
.my-quest-container .carousel-container h3 {
  font-weight: 600;
  text-align: center;
}
.my-award-container .ant-progress-inner {
  width: 310px !important;
  height: 310px !important;
}
@media (max-width: 1200px) {
  .my-award-container .ant-progress-inner {
    width: 210px !important;
    height: 210px !important;
  }
}
@media (max-width: 1200px) {
  .my-award-container__details {
    flex-direction: column;
    align-items: center;
    border: 1px solid #d2d2d2;
  }
}
.my-award-container__details .my-award-section {
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 1200px) {
  .my-award-container__details .my-award-section {
    width: unset;
  }
}
.my-award-container__details .my-award-section__leftbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #d2d2d2;
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 25px 30px;
}
@media (max-width: 1200px) {
  .my-award-container__details .my-award-section__leftbox {
    border: none;
  }
}
.my-award-container__details .my-award-section__rightbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border: 1px solid #d2d2d2;
  border-left: none;
  border-radius: 0 6px 6px 0;
  padding: 25px 30px;
}
@media (max-width: 1200px) {
  .my-award-container__details .my-award-section__rightbox {
    border: none;
  }
}
.my-award-container__details .my-award-section__rightbox-number {
  font-size: 20px;
  font-weight: 400;
  color: #1d1d1d;
}
.my-award-container .my-award-progressbar {
  width: 300px;
}
.my-award-container .my-award-progressbar .award-progress-circle {
  position: relative;
  display: inline-block;
  padding: 18px;
  border: 1px solid #d2d2d2;
  border-radius: 500px;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .my-award-container .my-award-progressbar .award-progress-circle {
    border: none;
  }
}
.my-award-container .my-award-progressbar .award-progress-circle__progressbar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 275px;
  border-radius: 50%;
  background: linear-gradient(142.43deg, #5645da 17.04%, #9146ee 87.69%);
}
@media (max-width: 1200px) {
  .my-award-container .my-award-progressbar .award-progress-circle__progressbar {
    width: 180px;
    height: 180px;
  }
}
.my-award-container .my-award-progressbar .award-progress-circle__progressbar-text {
  color: #fff;
}
.my-award-container .my-award-progressbar .award-progress-circle__progressbar-text .progress-head {
  font-size: 28px;
}
@media (max-width: 1200px) {
  .my-award-container .my-award-progressbar .award-progress-circle__progressbar-text .progress-head {
    font-size: 20px;
  }
}
.my-award-container .my-award-progressbar .award-progress-circle__progressbar-text .progress-number {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1200px) {
  .my-award-container .my-award-progressbar .award-progress-circle__progressbar-text .progress-number {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.my-award-container .my-award-cards {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 30px 60px;
}
@media (max-width: 991px) {
  .my-award-container .my-award-cards {
    padding: 30px 20px;
  }
}
.my-award-container .my-award-cards__head {
  font-weight: 600;
  text-align: center;
}
.my-award-container .my-award-cards__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(129px, 1fr));
  gap: 16px;
}
.my-award-container .my-award-cards__content .badge-container .ant-badge-count {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: 800;
  height: 54px;
  width: 54px;
  min-width: unset;
  margin-top: unset !important;
  background-color: rgb(255, 57, 69);
  border-radius: 17px;
  top: 120px;
  z-index: 99;
}
.my-award-container .my-award-cards__content .active-badge-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.my-award-container .my-award-cards__content .active-badge-wrapper .active-badge {
  position: absolute;
  bottom: -4px;
  text-align: center;
  color: #fff;
  background-color: rgb(246, 127, 0);
  font-size: 16px;
  font-weight: 700;
  border-radius: 17px;
  width: 112px;
}
.my-award-container .my-award-cards .badge-quest {
  position: relative;
}
.my-award-container .my-award-cards .badge-quest .badge-quest-name {
  width: 120px;
  position: absolute;
  text-align: center;
  color: #000000;
}
@media (max-width: 1400px) {
  .modal-content {
    flex-direction: column;
    gap: 10px;
  }
}
.modal-content .modal-badges {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.modal-content .modal-badge-content {
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1d;
}
.modal-content .light-green {
  background-color: #28C9A7;
}
.modal-content .purple {
  background: linear-gradient(180deg, #6250EF 0%, #382E89 100%);
}
.modal-content .grey {
  border: 2px solid #d2d2d2;
}
@media (max-width: 1400px) {
  .modal-steps.ant-modal .ant-modal-content .ant-modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps {
  justify-content: center;
  gap: 25px;
}
@media (max-width: 1400px) {
  .modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: fit-content;
  }
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-tail {
  top: 40px;
  padding: 0 5px;
}
@media (max-width: 1400px) {
  .modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-tail {
    left: -20px;
    top: 45px;
    width: 2px;
    height: 100%;
  }
}
@media (max-width: 479px) {
  .modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-tail {
    left: 35px;
  }
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-tail::after {
  border-width: 1.5px;
}
@media (max-width: 1400px) {
  .modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-tail::after {
    width: 2px;
    height: 100%;
    border-left-width: 2px;
    border-top-width: 0;
  }
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item {
  margin: auto;
}
@media (max-width: 1400px) {
  .modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item {
    margin: unset;
  }
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-title {
  font-weight: 600;
  color: #333;
  font-size: 12px;
}
@media (max-width: 991px) {
  .modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-title {
    padding: 0;
  }
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-description {
  color: #333;
  font-size: 12px;
}
@media (max-width: 991px) {
  .modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-description {
    padding-bottom: 0;
  }
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  border: 1.5px solid #28C9A7;
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: rgba(5, 5, 5, 0.06);
  border: 1.5px solid #CBCBCB;
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  border: 1.5px solid #CBCBCB;
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-container {
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-container {
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
  }
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item:last-child .ant-steps-item-container {
  border: 1.5px solid #d2d2d2;
  border-radius: 6px;
  position: relative;
  z-index: 99;
  background-color: #fff;
  padding: 5px;
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-icon {
  margin: 0;
}
@media (max-width: 991px) {
  .modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-icon {
    width: unset;
    height: unset;
  }
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-step-icon {
  width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item-content {
  width: unset !important;
}
@media (max-width: 1400px) {
  .modal-steps.ant-modal .ant-modal-content .ant-modal-body .ant-steps .ant-steps-item:last-child .ant-steps-item-content {
    width: 100%;
    padding: 0 20px;
  }
}
.modal-steps.ant-modal .ant-modal-footer {
  text-align: center;
}
@media (max-width: 991px) {
  .modal-steps.ant-modal .ant-modal-footer {
    margin: 15px 0;
  }
}
@media (max-width: 479px) {
  .skill-avatar-container {
    flex-direction: column;
  }
}
.skill-avatar-container .avatar-leftbox-container {
  margin-top: 20px;
  flex-grow: 1;
}
.skill-avatar-container .avatar-leftbox-container .avatar-leftbox {
  margin: 20px 0;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 24px 20px;
}
.skill-avatar-container .avatar-leftbox-container .avatar-leftbox__icons {
  justify-content: space-between;
  row-gap: 10px;
}
@media (max-width: 1480px) {
  .skill-avatar-container .avatar-leftbox-container .avatar-leftbox__icons {
    justify-content: flex-start;
    gap: 10px;
  }
}
@media (max-width: 479px) {
  .skill-avatar-container .avatar-leftbox-container .avatar-leftbox__icons {
    justify-content: center;
  }
}
.skill-avatar-container .avatar-leftbox-container .avatar-leftbox__kidicons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  justify-items: center;
}
.skill-avatar-container .avatar-leftbox-container .avatar-leftbox__btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.skill-avatar-container .avatar-leftbox-container .avatar-leftbox__iconbg {
  background-color: #afdfff;
  border: 1px solid rgba(29, 29, 29, 0.6);
  width: 80px;
  height: 80px;
  border-radius: 500px;
}
.skill-avatar-container .avatar-leftbox-container .avatar-leftbox__iconbg svg {
  margin: auto;
}
.skill-avatar-container .avatar-leftbox-container .avatar-leftbox__kidrowicon {
  width: 100px;
  height: 100px;
}
.skill-avatar-container .avatar-leftbox-container .avatar-leftbox__iconlock {
  background-color: rgba(29, 29, 29, 0.3);
  border: 1px solid rgba(29, 29, 29, 0.6);
  width: 80px;
  height: 80px;
  border-radius: 500px;
  pointer-events: none;
}
.skill-avatar-container .avatar-leftbox-container .avatar-leftbox__iconlock svg {
  margin: auto;
  opacity: 70%;
}
.skill-avatar-container .avatar-leftbox-container .kid-avatar-box {
  padding: 24px 0;
}
.skill-avatar-container .avatar-rightbox {
  max-width: 235px;
  text-align: center;
  margin: 26px 60px 0;
}
@media (max-width: 991px) {
  .skill-avatar-container .avatar-rightbox {
    max-width: 160px;
    margin: 26px 45px;
  }
}
@media (max-width: 991px) {
  .skill-avatar-container .avatar-rightbox {
    max-width: unset;
    margin: 26px 0;
  }
}
.skill-avatar-container .avatar-rightbox__preview {
  width: 260px;
  height: 260px;
  margin: 0 auto;
  border: 4px solid #5645da;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .skill-avatar-container .avatar-rightbox__preview {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 479px) {
  .skill-avatar-container .avatar-rightbox__preview {
    width: 180px;
    height: 180px;
  }
}
.skill-avatar-container .avatar-rightbox__preview-icon {
  transform: scale(2.4);
  transform-origin: center;
}
@media (max-width: 991px) {
  .skill-avatar-container .avatar-rightbox__preview-icon {
    transform: scale(2);
  }
}
@media (max-width: 479px) {
  .skill-avatar-container .avatar-rightbox__preview-icon {
    transform: scale(1.8);
  }
}
.skill-avatar-container .avatar-rightbox__colorpicker {
  margin-top: 20px;
}
.skill-avatar-container .avatar-rightbox__colorpicker-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 240px;
}
.skill-avatar-container .avatar-rightbox__colorpicker-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
.game-wrapper {
  display: grid;
  gap: 26px;
}
.game-wrapper__action-btn {
  border-radius: 10px !important;
}
.game-wrapper__btn {
  padding: 5px 6px !important;
}
.game-wrapper__all-games {
  border: 1px solid #d2d2d2;
  border-radius: 12px;
}
.game-wrapper__all-games--item {
  border-bottom: 1px solid #d2d2d2;
  padding: 12px 24px;
  background-color: rgba(63, 178, 255, 0.1);
}
.game-wrapper__all-games--content {
  padding: 20px 24px 0;
}
@media (max-width: 479px) {
  .game-wrapper__all-games--content {
    padding: 20px 10px 0;
  }
}
.game-wrapper__all-games--content-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(251px, 1fr));
  gap: 20px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.game-wrapper__all-games--content-list.collapsed {
  margin-bottom: 10px;
  max-height: 485px;
}
.game-wrapper__all-games--content-list.expanded {
  margin-bottom: 50px;
  max-height: none;
}
.game-wrapper__all-games--content-list .card-item {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.game-wrapper__all-games .game-wrapper-cards {
  border: 1px solid #d2d2d2;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 8px;
}
.game-wrapper__all-games .game-wrapper-cards__img {
  border: 1px solid #d2d2d2;
  border-radius: 12px;
  margin-bottom: 16px;
}
.game-wrapper__all-games .game-wrapper-cards__details h4 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.game-wrapper__all-games .game-wrapper-cards__details p {
  color: #353945;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.game-wrapper__all-games .game-wrapper-cards__footer {
  margin-top: auto;
}
.game-wrapper__all-games .game-wrapper-cards__footer--icon {
  border: 1px solid rgba(29, 29, 29, 0.6);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 8px 0;
}
.game-wrapper__all-games .game-wrapper-cards__footer--icon svg {
  margin: auto;
}
.game-wrapper__all-games .game-wrapper-cards__footer--heart {
  border: 1px solid rgba(29, 29, 29, 0.6);
  padding: 8px 6px;
  border-radius: 50%;
  height: 32px;
  cursor: pointer;
}
.game-wrapper__all-games .game-wrapper-cards__footer--heart svg:hover {
  transition: background-color 0.2s ease-in-out;
}
.game-wrapper__all-games .game-wrapper-cards__footer--heart svg:hover path {
  fill: #c53e45;
}
.game-wrapper__cardbtn {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 65%);
  backdrop-filter: blur(20px);
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  padding: 5px 0;
  border-radius: 12px;
}
.game-wrapper__cardbtn Button {
  border-radius: 10px !important;
}
.bubble-modal {
  opacity: 0;
  z-index: -1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.bubble-modal__menu {
  width: 100%;
  z-index: 0;
  opacity: 0;
  border-bottom-left-radius: 100%;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: visible;
  transition: opacity 0.8s;
}
@media (min-width: 479px) {
  .bubble-modal__menu {
    width: 760px;
    height: 760px;
    transition: opacity 1.5s;
  }
}
.bubble-modal__dim {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.bubble-modal__bg-disc {
  opacity: 0;
  z-index: -1;
  width: 0px;
  height: 0px;
  background-color: #5645da;
  display: flex;
  position: absolute;
  top: -579px;
  bottom: auto;
  left: auto;
  right: -596px;
  overflow: hidden;
  transition: opacity 0.2s, height 0.5s, width 0.5s;
  border-radius: 100%;
}
@media (min-width: 479px) {
  .bubble-modal__bg-disc {
    top: -574px;
    right: -566px;
  }
}
@media (min-width: 991px) {
  .bubble-modal__bg-disc {
    top: -600px;
    right: -600px;
  }
}
.bubble-modal__close {
  cursor: pointer;
  width: auto;
  padding: 0;
  margin: 47px 30px 20px 40px;
}
@media (min-width: 479px) {
  .bubble-modal__close {
    margin-top: 52px;
    margin-right: 60px;
  }
}
@media (min-width: 991px) {
  .bubble-modal__close {
    margin: 40px;
  }
}
.bubble-modal__content {
  margin-left: auto;
  margin-right: auto;
  z-index: auto;
  margin-top: 40px;
  opacity: 0;
  transition: opacity 1.2s;
}
@media (min-width: 479px) {
  .bubble-modal__content {
    margin-right: 25%;
  }
}
.bubble-modal.active {
  opacity: 1;
  z-index: 3;
}
.bubble-modal.active .bubble-modal__menu {
  opacity: 1;
  z-index: 1;
}
.bubble-modal.active .bubble-modal__bg-disc {
  opacity: 1;
  height: 1300px;
  width: 1300px;
}
@media (min-width: 991px) {
  .bubble-modal.active .bubble-modal__bg-disc {
    height: 1360px;
    width: 1300px;
  }
}
.bubble-modal.active .bubble-modal__content {
  opacity: 1;
}
.ant-dropdown-trigger .ant-space {
  height: 20px;
}
.ant-dropdown-trigger.tertiary {
  background-color: #3fb2ff;
  color: #fff;
  font-weight: 700;
}
.ant-dropdown-trigger.tertiary .ant-spin-dot-item {
  background-color: #3fb2ff;
}
.ant-dropdown-trigger.tertiary.disabled {
  background-color: #727880;
  cursor: not-allowed;
  pointer-events: none;
}
.ant-dropdown-trigger.tertiary.disabled .ant-spin-dot-item {
  background-color: #727880;
}
.ant-dropdown-trigger.reports-dropdown .ant-space-item {
  color: #5645da;
  font-weight: 700;
}
@media (max-width: 479px) {
  .ant-dropdown-trigger.reports-dropdown .ant-space-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85%;
  }
}
.ant-dropdown-trigger.isLoading {
  min-width: 200px;
}
.ant-dropdown-trigger.fluencygamesdropdown {
  color: #333;
  font-weight: 400;
}
.ant-dropdown.dd-profile {
  z-index: 999;
}
.ant-dropdown.dd-profile .ant-dropdown-menu {
  padding: 0;
}
.ant-dropdown.dd-profile .ant-dropdown-menu-item {
  padding: 10px 16px;
  border-radius: 0;
}
.ant-dropdown.dd-profile .ant-dropdown-menu-title-content {
  line-height: 1;
}
.ant-dropdown.dd-profile .ant-dropdown-menu-submenu-title {
  padding: 10px 16px;
}
.ant-dropdown.team-switcher {
  z-index: 999;
}
.ant-dropdown.table-cell-icon {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.ant-dropdown.table-cell-icon .ant-dropdown-menu {
  padding-left: 0;
  padding-right: 0;
}
.ant-dropdown.table-cell-icon .ant-dropdown-menu li.ant-dropdown-menu-item {
  padding: 10px 16px;
  line-height: 16px;
}
.ant-dropdown.table-cell-icon .ant-dropdown-menu li.ant-dropdown-menu-item svg {
  margin-right: 10px;
}
.ant-dropdown.table-header-icon, .ant-dropdown.table-cell-icon, .ant-dropdown.reports-dropdown, .ant-dropdown.export-dropdown {
  z-index: 100;
}
.ant-dropdown.reports-dropdown {
  z-index: 9999;
}
@media (max-width: 479px) {
  .ant-dropdown.reports-dropdown {
    z-index: 1002;
  }
}
.suntex-dropdown.icon-only {
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
}
.dd-label {
  margin-bottom: 6px;
}
.table-cell-droppdown-icon svg {
  flex: 0 0 25px;
}
.school-dropdown {
  border: 2px solid #5645da;
}
.ant-form .ant-form-item .ant-form-item-label > label {
  color: #333;
  font-weight: 700;
}
.ant-form .my-account__form .ant-form-item-label {
  padding-bottom: 0 !important;
}
.ant-form .my-account__form .ant-form-item-label > label {
  font-size: 14px;
  font-weight: 700;
  color: rgb(91, 93, 107);
}
.ant-table-wrapper.top-players-table .ant-table-body {
  scrollbar-width: none;
}
.ant-table-wrapper.top-players-table table {
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.ant-table-wrapper.top-players-table th.ant-table-cell {
  padding: 10px 0;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #d2d2d2;
}
.ant-table-wrapper.top-players-table th.ant-table-cell:last-child {
  text-align: right;
}
.ant-table-wrapper.top-players-table td.ant-table-cell {
  padding: 0;
  line-height: 28px;
  font-weight: 600;
  border: none;
}
.ant-table-wrapper.top-players-table td.ant-table-cell:last-child {
  text-align: center;
}
.ant-table-wrapper.top-players-table .ant-table-thead {
  background-color: transparent;
}
.ant-table-wrapper.top-players-table .ant-table-tbody td .sticker-count {
  width: max-content;
  margin-left: auto;
}
.ant-table-wrapper.player-activity-table th.ant-table-cell,
.ant-table-wrapper.player-activity-table td.ant-table-cell {
  padding: 8px;
}
.ant-table-wrapper.player-activity-table .ant-table-thead {
  background-color: transparent;
}
.ant-table-wrapper.player-activity-table .ant-table-tbody td .game-icon {
  width: 16px;
  height: auto;
}
.user-id-col:hover {
  text-decoration: underline;
}
.guest-player-wall-id > td {
  background-color: rgba(249, 191, 52, 0.4) !important;
}
.ant-notification .ant-notification-notice-wrapper {
  background: transparent;
  box-shadow: none;
  width: auto;
}
.ant-notification .ant-notification-notice.send-email {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  min-width: 70vw;
  max-width: 1080px;
  background: #5645da;
  border-radius: 500px;
  gap: 10px;
}
.ant-notification .ant-notification-notice.send-email .ant-notification-notice-message {
  display: none;
}
.ant-notification .ant-notification-notice.send-email .ant-notification-notice-close {
  color: #fff;
  position: initial;
  order: 1;
}
.ant-notification .ant-notification-notice.send-email .ant-notification-notice-content {
  order: 2;
  display: flex;
  align-items: center;
  width: 100%;
}
.ant-notification .ant-notification-notice.send-email .ant-notification-notice-content > div {
  width: 100%;
}
.ant-notification .ant-notification-notice.send-email .ant-notification-notice-content .ant-notification-notice-description {
  display: flex;
}
.ant-notification .ant-notification-notice.send-email .ant-notification-notice-content .ant-notification-notice-description .send-email-notification__content, .ant-notification .ant-notification-notice.send-email .ant-notification-notice-content .ant-notification-notice-description .send-email-notification__btn-container {
  display: flex;
  align-items: center;
  line-height: 11px;
  color: #fff;
}
@media (max-width: 479px) {
  .ant-notification .ant-notification-notice.send-email .ant-notification-notice-content .ant-notification-notice-description .send-email-notification__content, .ant-notification .ant-notification-notice.send-email .ant-notification-notice-content .ant-notification-notice-description .send-email-notification__btn-container {
    font-size: 14px;
  }
}
.ant-notification .ant-notification-notice.send-email .ant-notification-notice-content .ant-notification-notice-description .send-email-notification__btn-container {
  margin-left: auto;
  gap: 10px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .ant-notification .ant-notification-notice.send-email .ant-notification-notice-content .ant-notification-notice-description .send-email-notification__btn-container button {
    font-size: 14px;
  }
}
.ant-notification .ant-notification-notice.toast-message {
  padding: 17px 16px 20px 12px;
  border-radius: 8px;
  border: 1px solid #5645da;
  min-width: 370px;
  max-width: 410px;
  background-color: #fff;
}
.ant-notification .ant-notification-notice.toast-message .ant-notification-notice-message {
  margin: 0;
}
.ant-notification .ant-notification-notice.toast-message .toast-message__content {
  gap: 6px;
}
.ant-modal .ant-modal-footer button {
  margin-right: 6px;
}
.ant-modal .ant-modal-footer button:last-child {
  margin-right: 0;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-to {
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-to .ant-form-item-no-colon {
  font-size: 14px;
  font-weight: 700;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-to .ant-input {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-to .ant-input:hover, .ant-modal.suntex-modal.email .ant-modal-content .section-to .ant-input:active, .ant-modal.suntex-modal.email .ant-modal-content .section-to .ant-input:focus {
  border: none;
  box-shadow: none;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email {
  padding-top: 20px;
  display: flex;
  gap: 10px;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email__skills-container {
  max-height: 350px;
  overflow-y: auto;
  border: 1px solid #d2d2d2;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 6px;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email__skills-container .search-bar {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email__skills-container .search-bar .ant-input-affix-wrapper {
  border: 0;
  padding: 0;
  outline: 0;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email__skills-container .search-bar .ant-input-affix-wrapper-focused, .ant-modal.suntex-modal.email .ant-modal-content .section-email__skills-container .search-bar .ant-input-affix-wrapper:hover {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email__skills-container .module-list {
  margin: 10px 0;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email__skills-container .skills {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email__skills-container .skills .skillset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
  gap: 8px;
  margin: 5px 0;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email__skills-container .skills .skillset:last-child {
  margin-bottom: 0;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email__skills-container .skills .skillset__label {
  color: rgba(29, 29, 29, 0.6);
  line-height: 11px;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email__skills-container .skills .skillset__chkbox {
  line-height: 1;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email__skills-container .skills .skillset__chkbox .pretty {
  margin-right: 0;
}
.ant-modal.suntex-modal.email .ant-modal-content .section-email__email-container .email {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.ant-modal.suntex-modal.dialog .ant-modal-footer, .ant-modal.suntex-modal.email .ant-modal-footer, .ant-modal.suntex-modal.edit-dashboard .ant-modal-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin: 0;
}
.ant-modal.suntex-modal.dialog {
  max-width: 562px;
}
.ant-modal.suntex-modal.dialog .ant-modal-content .ant-modal-header .ant-modal-title {
  text-align: center;
}
.ant-modal.suntex-modal.dialog .ant-modal-content .ant-modal-body {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 10px 0;
  gap: 10px;
  border-bottom: 1px solid #d2d2d2;
}
.ant-modal.suntex-modal.dialog .ant-modal-content .ant-modal-body .do-not-remind-checkbox {
  line-height: 38px;
}
.ant-modal.suntex-modal.edit-dashboard .ant-modal-body .section-to {
  margin-top: 20px;
  gap: 20px;
}
.ant-modal.suntex-modal.edit-dashboard .ant-modal-body .section-to .full-checkbox {
  gap: 5px;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #d2d2d2;
}
.ant-modal.suntex-modal.edit-dashboard .ant-modal-body .section-to .ant-switch-checked {
  background: #3fb2ff !important;
}
.ant-modal.suntex-modal.player-focus .ant-modal-header {
  border-bottom: 0;
}
.ant-modal.suntex-modal.player-focus .ant-modal-body {
  padding: 16px 0;
}
.ant-modal.suntex-modal.player-focus .ant-modal-body .tag-list-wrapper {
  margin-bottom: 16px;
}
.ant-modal.suntex-modal.player-focus .ant-modal-body .tag-list-wrapper p {
  margin-bottom: 10px;
}
.ant-modal.suntex-modal.player-focus .ant-modal-body .tag-list-wrapper .tag-list {
  padding-bottom: 10px;
}
.ant-modal.suntex-modal.player-focus .ant-modal-footer {
  padding-top: 20px;
  margin-top: 0;
}
.ant-modal.suntex-modal.player-focus .ant-modal-footer button {
  margin-right: 10px;
}
.ant-modal.suntex-modal.player-focus .ant-modal-footer button:last-child {
  margin-right: 0;
}
.ant-modal.suntex-modal.current-ranking-info .ant-modal-body p {
  margin-bottom: 8px;
}
.ant-modal.suntex-modal.current-ranking-info .ant-modal-body p:last-child {
  margin-bottom: 0;
}
.ant-modal.suntex-modal.current-ranking-info .ant-modal-body ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 25px;
}
.ant-modal.suntex-modal.current-ranking-info .ant-modal-footer {
  margin-top: 0;
}
.ant-modal.suntex-modal.skillset-modal .ant-modal-header .ant-modal-title, .ant-modal.suntex-modal.current-ranking-info .ant-modal-header .ant-modal-title {
  font-weight: 700;
}
.ant-modal.suntex-modal.skillset-modal .ant-modal-body, .ant-modal.suntex-modal.current-ranking-info .ant-modal-body {
  padding-top: 20px;
}
.ant-modal.suntex-modal.skillset-modal .ant-modal-header .ant-modal-title {
  font-weight: 700;
}
.ant-modal.suntex-modal.skillset-modal .ant-modal-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ant-modal.suntex-modal.skillset-modal .ant-modal-body .card {
  padding: 10px;
}
.ant-modal.suntex-modal.skillset-modal .ant-modal-body .card-image {
  display: block;
  max-width: 230px;
  max-height: 270px;
  width: auto;
  height: auto;
}
.ant-modal.suntex-modal.add-player .ant-modal-body {
  padding-top: 20px;
}
.ant-modal.suntex-modal.add-player .ant-modal-body .ant-form-item {
  margin-bottom: 0;
}
.ant-modal.suntex-modal.add-player .ant-modal-body .ant-form-item-label {
  padding-bottom: 6px;
}
.ant-modal.suntex-modal.add-player .ant-modal-body .ant-form-item-label label {
  font-size: 14px;
  font-weight: 700;
  color: rgba(29, 29, 29, 0.6);
}
.ant-modal.suntex-modal.add-player .ant-modal-body .table-info__desc {
  margin-top: 8px;
}
.ant-modal.suntex-modal.move-player-confirmation .ant-modal-close {
  top: 50%;
  transform: translateY(-50%);
}
.ant-modal.suntex-modal.move-player-confirmation .ant-modal-close:hover {
  background: transparent;
}
.ant-modal.suntex-modal.move-player-confirmation .ant-modal-content {
  padding: 10.5px 46px 10.5px 16px;
  background-color: #83e2b8;
  color: #333;
  border: none;
}
.ant-modal.suntex-modal.move-player-confirmation .ant-modal-content .ant-modal-body .modal-desc {
  font-size: 16px;
  font-weight: 400;
}
.ant-modal.suntex-modal.move-player-confirmation .ant-modal-content .ant-modal-body .modal-cta {
  border-left: 1px solid #333;
  margin-left: auto;
  padding-left: 14px;
}
.ant-modal.suntex-modal.move-player-confirmation .ant-modal-content .ant-modal-body .modal-cta .button.button-secondary {
  color: #333;
}
.ant-modal.suntex-modal.move-player-confirmation--error .ant-modal-content {
  background-color: #c53e45;
  color: #fff;
}
.ant-modal.rotate-notification .ant-modal-content {
  padding: 10px;
}
.ant-modal.rotate-notification .ant-modal-confirm-body {
  gap: 8px;
  border: 1px solid #d2d2d2;
  border-radius: 12px;
  padding: 16px 10px;
  justify-content: center;
}
.ant-modal.rotate-notification .ant-modal-confirm-btns {
  margin-top: 6px;
  text-align: center;
}
.ant-modal .rotate-notification-para {
  text-align: center;
  line-height: 100%;
  font-family: "Gilroy";
  color: #333;
  margin-top: 4px;
  font-size: 13px;
}
.skillsets-modal .ant-modal-body {
  position: relative;
  height: calc(100vh - 150px);
  max-height: 700px;
  overflow-y: auto;
  padding: 0;
  overflow-x: clip;
}
.skillsets-modal .ant-modal-body .skillset-heading {
  position: sticky;
  top: 0px;
  z-index: 1;
  background: white;
  padding: 5px 0;
  border-bottom: 1px solid #d2d2d2;
}
.skillsets-modal .ant-modal-body .skillset-content {
  padding: 15px 0;
}
.skillsets-modal ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 25px;
}
.know-and-show-modal .ant-modal-body {
  height: 260px;
}
.know-and-show-modal ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 25px;
}
.edit-student-form-item .ant-form-item-control-input-content {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.switchtoclassic-modal__title {
  font-size: 14px;
  line-height: 17px;
  color: #1d1d1d;
  padding: 16px 0;
}
.switchtoclassic-modal__option {
  font-family: "Gilroy";
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
}
.switchtoclassic-modal__textarea {
  padding: 18px 0;
}
.switchtoclassic-modal__textarea .ant-input {
  border-radius: 6px;
}
.upload-image .ant-upload-select {
  width: 100% !important;
  height: unset !important;
  border-radius: 10px;
  padding: 28px 0;
  background-color: #fff !important;
  border: 2px dashed #5645da !important;
  border-radius: 10px;
  margin-bottom: 10px;
}
.upload-image .ant-upload-select .ant-upload {
  display: inline-block !important;
}
.teamroster-main .ant-breadcrumb-link {
  font-size: 14px;
  font-family: "Gilroy";
}
.teamroster-main .teamroster-dragger {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 16px;
}
.teamroster-main .teamroster-dragger .full-width {
  width: 100%;
  height: 100%;
  display: block;
}
.teamroster-main .teamroster-dragger .full-width .ant-upload-select {
  width: 100%;
}
.teamroster-main .teamroster-dragger__upload {
  display: flex;
  justify-content: center;
  border: 2px dashed #5645da;
  border-radius: 6px;
  margin-bottom: 13px;
}
.teamroster-main .teamroster-dragger__dropzone {
  height: 100%;
  cursor: pointer;
  padding: 30px 0;
  text-align: center;
}
.teamroster-main .teamroster-dragger__heading {
  text-align: center;
  margin-bottom: 20px;
  line-height: 14px;
  color: #333;
}
.teamroster-main .teamroster-dragger__title {
  font-size: 16px;
  line-height: 16px;
  font-family: "Gilroy";
  color: #252625;
}
.teamroster-main .teamroster-dragger__btn {
  margin-top: 10px;
}
.error-class {
  background-color: #ff9fa1;
}
.error-class td {
  background-color: #ff9fa1 !important;
}
.checkbox-item {
  flex: 0 0 25px;
}
.avatar-preview {
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 500px;
  background-color: rgb(255, 234, 198);
}
.avatar-preview .avatar-edit-icon {
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
}
._avatarPreview_1ep2c_25 {
  position: unset !important;
}
._avatarEditIcon_1ep2c_33 {
  padding: unset !important;
}
#Color\/Palette\/Blue-01 {
  fill: rgb(255, 234, 198) !important;
}
.avatar-options {
  height: calc(100vh - 535px);
  overflow: auto;
  padding: 0 10px;
}
.my-account-modal {
  margin-top: 20px;
}
.my-account-modal__content-col {
  border: 1px solid rgba(29, 29, 29, 0.6);
  padding: 12px;
  border-radius: 6px;
  height: 100%;
  cursor: pointer;
}
.suntex-select.ant-select.ant-select-single {
  height: auto;
}
.suntex-select.ant-select .ant-select-selector {
  border-radius: 500px;
  padding: 10px 26px;
  border: none !important;
  box-shadow: none !important;
}
.suntex-select.ant-select .ant-select-clear {
  inset-inline-end: -16px;
}
.suntex-select.ant-select.send-msg {
  border: 0;
}
.suntex-select.ant-select.send-msg .ant-select-selector {
  border-radius: 0;
}
.suntex-select.ant-select.send-msg .ant-select-selector .ant-select-selection-overflow-item:nth-last-child(2) .ant-select-selection-item {
  border-color: #3fb2ff;
  background-color: #fff;
}
.suntex-select.ant-select.send-msg .ant-select-selector .ant-select-selection-overflow-item:nth-last-child(2) .ant-select-selection-item .max-length span {
  font-weight: 400;
}
.suntex-select.ant-select.send-msg .ant-select-selection-item {
  border-radius: 500px;
  background: rgba(63, 178, 255, 0.3);
  padding: 2px 8px 2px 12px;
  height: 28px;
}
.suntex-select.ant-select.send-msg .ant-select-selection-item-content {
  font-weight: 700;
  color: #5645da;
}
.suntex-select.ant-select.send-msg .ant-select-selector {
  padding: 0;
  border: 0;
  align-items: baseline;
}
.suntex-select.ant-select.send-msg .ant-select-arrow {
  display: none;
}
.suntex-select.ant-select.focus-mode-select {
  border-radius: 500px;
  border: 1px solid #d2d2d2;
  max-height: 40px;
  height: 40px;
}
.suntex-select.ant-select.focus-mode-select .ant-select-selector {
  height: 100%;
}
.ant-select-dropdown .ant-select-item-option.ant-select-item-option-selected {
  background-color: rgba(63, 178, 255, 0.1);
}
.ant-select-dropdown.send-msg {
  top: 245px;
  z-index: 1200 !important;
}
.fluencygames-select .ant-dropdown-trigger.secondary {
  border-radius: 500px;
  border: 1px solid #D2D2D2;
  color: #333;
  line-height: 1;
  height: 28px;
  min-width: 200px;
  font-weight: 400;
}
.fluencygames-select-dropdown .ant-dropdown-trigger.secondary {
  min-width: 237px;
  height: inherit !important;
  color: #5645da;
  font-weight: 700;
}
.wall-of-fame-select {
  width: 336px;
}
@media (max-width: 479px) {
  .wall-of-fame-select {
    width: 100%;
  }
}
.select-dropdown-fluency .assessment-select-dropdown__control {
  border-radius: 500px;
  border: 1px solid #d2d2d2;
  height: 44px;
  min-width: 237px;
  font-weight: 700;
}
.select-dropdown-fluency .assessment-select-dropdown__single-value {
  color: #5645da;
}
.select-dropdown-fluency .assessment-select-dropdown__menu {
  z-index: 9999;
  max-width: 336px;
}
.select-dropdown-fluency .assessment-select-dropdown__option--is-focused {
  background-color: rgba(63, 178, 255, 0.1) !important;
  color: #333 !important;
}
.select-dropdown-fluency .assessment-select-dropdown__option--is-selected {
  background-color: rgba(63, 178, 255, 0.1) !important;
  color: #333 !important;
}
.select-dropdown-fluency .assessment-select-dropdown__indicator-separator {
  display: none;
}
.my-account__form .ant-select .ant-select-selector {
  border: 1px solid #d2d2d2 !important;
  padding: 7px 16px;
}
.player-level-select .ant-dropdown-trigger.secondary {
  color: #333;
  font-weight: 400;
  border-color: rgba(29, 29, 29, 0.6);
}
.tabs-nav-list {
  gap: 20px;
}
@media (max-width: 991px) {
  .tabs-nav-list {
    gap: 10px;
  }
}
.tabs-btn {
  display: flex;
  gap: 10px;
  padding: 3px 16px 3px 3px;
  border-radius: 6px;
  font-weight: 700;
  line-height: 24px;
  align-items: center;
  color: rgba(29, 29, 29, 0.6);
  cursor: pointer;
  transition: 0.3s;
}
.tabs-btn-active {
  background-color: rgba(63, 178, 255, 0.3);
  color: #5645da;
}
.tabs-btn:hover, .tabs-btn:focus {
  background-color: rgba(63, 178, 255, 0.3);
  color: #6f5cff;
}
.message-list-tool {
  padding: 17px 20px 20px 12px;
  border-bottom: 1px solid #d2d2d2;
}
.message-list-tool__indicator {
  display: flex;
  align-items: center;
  gap: 5px;
}
.message-list-tool__action {
  display: flex;
  gap: 24px;
  padding: 8px 16px;
  border: 1px solid #d2d2d2;
  margin-left: auto;
  border-radius: 500px;
}
.message-list-item {
  padding: 17px 20px 20px 12px;
  line-height: 1;
  border-bottom: 1px solid #d2d2d2;
  gap: 5px;
  cursor: pointer;
}
.message-list-item.read .new, .message-list-item.sent .new {
  display: none;
}
.message-list-item.read .message-list-item__details *, .message-list-item.sent .message-list-item__details * {
  color: rgba(29, 29, 29, 0.6);
}
.message-list-item__indicator {
  flex: 0 0 24px;
}
.message-list-item__details {
  gap: 6px;
  width: 100%;
}
.message-list-item__details .from,
.message-list-item__details .to {
  line-height: 1;
  color: #5645da;
}
.message-list-item__details .from .new,
.message-list-item__details .to .new {
  color: #3fb2ff;
}
.message-list-item__details .from__name,
.message-list-item__details .to__name {
  display: flex;
  gap: 6px;
}
.message-list-item__details .from__time,
.message-list-item__details .to__time {
  color: rgba(29, 29, 29, 0.6);
  font-size: 14px;
}
.message-list-item__details .to {
  color: rgba(29, 29, 29, 0.6);
}
.message-list-item__details .to__name, .message-list-item__details .to__time {
  opacity: 0.6;
}
.message-list-item__details .subject,
.message-list-item__details .desc {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 339px;
}
.message-list-item__details .desc {
  line-height: 18px;
  height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.message-list-item__details .desc.message-box-img {
  height: unset;
}
@media (max-width: 991px) {
  .message-list-item__details .desc.message-box-img {
    width: 185px;
  }
}
.message-list-item:hover, .message-list-item.active {
  background: rgba(63, 178, 255, 0.1);
}
.message-resize-box {
  max-width: 520px;
}
@media (max-width: 991px) {
  .message-resize-box {
    min-width: 250px;
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .Feedback-Messages-main .main-heading {
    padding: 15px 10px 10px;
  }
}
@media (max-width: 991px) {
  .Feedback-Messages-main .feedback-main-inbox {
    height: calc(100vh - 145px);
  }
}
.open-message {
  gap: 20px;
}
.open-message .subject {
  gap: 4px;
}
.open-message .compose {
  line-height: 1;
}
.open-message .compose .mark-todo {
  display: flex;
}
.open-message .compose .mark-todo .state {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .open-message-mobile .message-name-mobile {
    font-size: 14px;
  }
}
.suntex-tooltip-overlay .ant-tooltip-arrow::before,
.suntex-tooltip-overlay .ant-tooltip-inner {
  background: rgba(0, 0, 0, 0.7);
}
.suntex-tooltip-overlay .ant-tooltip-inner {
  background: #fff;
  color: #333;
  border-radius: 6px 6px 6px 0;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  line-height: 100%;
  font-weight: 700;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  min-height: inherit;
  min-width: inherit;
}
.suntex-tooltip-overlay.progress-tooltip {
  bottom: 65px;
}
.suntex-tooltip-overlay.progress-tooltip .ant-tooltip-arrow::before,
.suntex-tooltip-overlay.progress-tooltip .ant-tooltip-inner {
  background: #fff;
  color: #333;
  border-radius: 6px 6px 6px 0;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  line-height: 100%;
  font-weight: 700;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}
.sticker-count {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #5645da;
  padding: 6px 10px 6px 8px;
  background-color: rgba(249, 191, 52, 0.4);
  border-radius: 6px;
  line-height: 1;
}
.graph-tiles .sticker-count {
  padding: 0;
  background-color: transparent;
}
.right-graph-box {
  height: 235px;
}
:root {
  --customProgressPercent: 40;
}
.ant-progress.ant-progress-line {
  margin: 0;
}
.ant-progress.ant-progress-line .ant-progress-inner {
  border-radius: 6px;
}
.ant-progress.ant-progress-line .ant-progress-bg {
  border-radius: 6px;
}
.ant-progress.ant-progress-line .ant-progress-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ant-progress.ant-progress-line.ant-progress-show-info .ant-progress-outer {
  padding-right: 0;
  display: flex;
}
.ant-progress.ant-progress-line .ant-progress-outer {
  display: flex;
}
.ant-progress-steps-item {
  border-radius: 6px;
}
.custom-step-progress .ant-progress-steps-item {
  width: 100%;
}
.x-axis {
  font-size: clamp(8px, 1.5vw, 14px);
}
.fluency-progress-precent .ant-progress-text {
  color: #333;
  padding-left: 20px;
  font-weight: 600;
  font-size: 14px;
}
.fluency-progress-precent {
  border-top: 1px solid #d2d2d2;
  margin-top: 23px;
  padding: 20px 0 0 0;
}
.player-main {
  margin-bottom: 16px;
}
.progress-data {
  position: absolute;
  right: 5%;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.important-fact-graph .ant-progress.ant-progress-line {
  display: flex;
  gap: 5px;
  border-top: 1px solid #d2d2d2;
}
.important-fact-graph .ant-progress-outer {
  flex: 1 1 auto;
  padding: 5px !important;
}
.important-fact-graph .progress-bar-color .ant-progress-inner {
  opacity: 0.7;
}
.progress-bar-precentright .ant-progress-text {
  left: inherit !important;
  right: 0 !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  color: #333 !important;
}
.dashboard-important-fact .ant-progress.ant-progress-line {
  display: flex;
  border: none !important;
}
.dashboard-important-fact .ant-progress-outer {
  flex: 1 1 auto;
  padding: 5px !important;
}
.richtext-editor {
  width: 100%;
  height: 350px;
}
.richtext-editor .quill {
  height: 100%;
}
.richtext-editor .quill .ql-toolbar.ql-snow {
  border-radius: 6px 6px 0 0;
}
.richtext-editor .quill .ql-container.ql-snow {
  height: calc(100% - 43px);
  border-radius: 0 0 6px 6px;
}
@media (max-width: 767px) {
  .richtext-editor .quill .ql-container.ql-snow {
    height: calc(100% - 65px);
  }
}
@media (max-width: 479px) {
  .richtext-editor .quill .ql-container.ql-snow {
    height: calc(100% - 90px);
  }
}
.richtext-editor .richtext-info {
  line-height: 1;
  padding-top: 10px;
  font-size: 14px;
}
.message-modal-cancel-btn {
  margin-top: 10px;
}
.ant-collapse.suntex-collapse {
  width: 100%;
  border: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ant-collapse.suntex-collapse--suggest-content .ant-collapse-item {
  border: 0;
}
.ant-collapse.suntex-collapse--suggest-content .ant-collapse-item .ant-collapse-header {
  padding: 10px;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1;
  align-items: center;
}
.ant-collapse.suntex-collapse--suggest-content .ant-collapse-item .ant-collapse-header .ant-collapse-expand-icon {
  height: auto;
}
.ant-collapse.suntex-collapse--suggest-content .ant-collapse-item .ant-collapse-content {
  border: 0;
  font-size: 14px;
}
.ant-collapse.suntex-collapse--suggest-content .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
  padding: 0;
}
.ant-collapse.suntex-collapse--suggest-content .ant-collapse-item-active .ant-collapse-header {
  background: rgba(63, 178, 255, 0.1);
  color: #5645da;
}
.ant-collapse.suntex-collapse--faq {
  gap: 16px;
}
.ant-collapse.suntex-collapse--faq .ant-collapse-item {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.ant-collapse.suntex-collapse--faq .ant-collapse-item .ant-collapse-header {
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1;
  align-items: center;
}
.ant-collapse.suntex-collapse--faq .ant-collapse-item .ant-collapse-header .ant-collapse-expand-icon {
  height: auto;
}
.ant-collapse.suntex-collapse--faq .ant-collapse-item .ant-collapse-content {
  border: 0;
  font-size: 14px;
  padding: 0px 16px 16px;
  border-radius: 0 0 6px 6px;
}
.ant-collapse.suntex-collapse--faq .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
  padding: 0;
}
.ant-collapse.suntex-collapse--faq .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-content {
  line-height: 1;
  font-size: 16px;
}
.ant-collapse.suntex-collapse--faq .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-content ul {
  padding-left: 24px;
}
.ant-collapse.suntex-collapse--faq .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-content ul li {
  list-style: outside;
  margin: 0;
  padding: 2px 0;
}
.ant-collapse.suntex-collapse--faq .ant-collapse-item-active {
  border-color: #3fb2ff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.ant-collapse-content-box .collapse-submenu-items {
  padding: 4px 10px;
  line-height: 1.5;
  cursor: pointer;
  border: 0;
  background: unset;
  text-align: left;
}
.ant-collapse-content-box .collapse-submenu-items.active {
  font-weight: 600;
}
.ant-collapse-content-box .module-list-wrapper .module-list-item {
  padding: 10px 10px 0 10px;
}
.ant-collapse-content-box .module-list-wrapper .module-list-item__title {
  font-size: 16px;
  margin-bottom: 10px;
}
.ant-collapse-content-box .module-list-wrapper .module-list-item__checkbox-group .checkbox-group-item {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  margin-bottom: 8px;
}
.ant-collapse-content-box .module-list-wrapper .module-list-item__checkbox-group .checkbox-group-item:last-child {
  margin-bottom: 0;
}
.ant-tag.suntex-tag {
  font-size: 16px;
  font-weight: 700;
  border-radius: 500px;
  line-height: 1;
  margin-right: 0;
  border: 0;
  display: inline-flex;
  align-items: center;
}
.ant-tag.suntex-tag.email-player {
  height: 28px;
  background: rgba(63, 178, 255, 0.3);
  color: #5645da;
  padding: 2px 8px 2px 12px;
}
.ant-tag.suntex-tag.email-indicator {
  height: 22px;
  padding: 6px;
  background-color: #ff505a;
  color: #fff;
}
.ant-tag.suntex-tag.suggest-content-tag {
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background-color: #ff505a;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
}
.ant-breadcrumb ol li {
  color: #333;
  font-size: 14px;
}
.ant-breadcrumb ol li:first-child {
  color: #5645da;
}
.ant-upload-wrapper .ant-upload.ant-upload-drag {
  border: 2px dashed #5645da;
  border-radius: 10px;
  margin-bottom: 10px;
}
.ant-upload-wrapper .ant-upload.ant-upload-btn {
  border-radius: 10px;
  padding: 28px 0;
  background: #fff;
}
.ant-upload-wrapper .ant-upload.ant-upload-btn .ant-upload-drag-container .ant-upload-text {
  margin-bottom: 0;
}
.ant-upload-wrapper .ant-upload-list .ant-upload-list-item-container .ant-upload-list-item {
  padding: 10px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  margin-top: 0;
  height: auto;
  margin-bottom: 6px;
}
.ant-upload-wrapper .ant-upload-list .ant-upload-list-item-container .ant-upload-list-item:last-child {
  margin-bottom: 0;
}
.HidableText {
  width: 105px;
}
.HidableText .HidableText-text {
  display: none;
}
.HidableText .HidableText-ellipse:hover {
  display: block;
}
.HidableText .suntex-tooltip {
  width: 100%;
}
.HidableText:hover .HidableText-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.HidableText:hover .HidableText-ellipse {
  display: none;
}
.line-chart {
  display: inline-block !important;
  height: 100% !important;
  width: 100% !important;
}
.line-chart canvas {
  display: inline-block !important;
  height: 100% !important;
  width: 100% !important;
}
.suntex-popover-overlay {
  z-index: 1;
}
.suntex-popover-overlay--player-tiles .ant-popover-content {
  margin-left: 8px;
  border: 1px solid var(--Containers-data-bg, #83E2B8);
  border-radius: 0px 6px 6px 6px;
}
.suntex-popover-overlay--player-tiles .ant-popover-content .ant-popover-inner {
  min-width: 261px;
  padding: 10px;
}
.data-list-item {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 1;
  flex-wrap: wrap;
}
.data-list-item:last-child {
  margin-bottom: 0;
}
.data-list-item__icon {
  flex: 0 0 16px;
}
.data-list-item__key {
  flex: 0 0 130px;
}
.data-list-item__value {
  flex: 1;
  text-align: right;
}
.nav {
  display: flex;
  padding: 40px 30px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 479px) {
  .nav {
    padding: 40px 60px;
  }
}
.nav__logo img {
  width: 140px;
  height: auto;
}
@media (min-width: 479px) {
  .nav__logo img {
    width: 180px;
  }
}
@media (min-width: 991px) {
  .nav__logo img {
    width: 200px;
  }
}
.nav__list {
  display: none;
}
@media (min-width: 991px) {
  .nav__list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .nav__list a {
    font-size: 16px;
    font-weight: 800;
    color: #5645da;
    text-decoration: none;
  }
}
.nav__button {
  display: block;
  width: 48px;
  height: 48px;
  border: 1.5px solid #5645da;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.nav__button .menu-icon {
  padding: 0;
  text-align: -webkit-center;
}
@media (min-width: 991px) {
  .nav__button {
    display: none;
  }
}
.nav__mobile-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
  align-items: center;
}
.nav__mobile-list li a {
  color: #fff;
  letter-spacing: -0.1px;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
}
.nav__mobile-list li .button-secondary {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.nav__dropdowns {
  display: flex;
  gap: 10px;
}
.login-wrapper {
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
}
.login-label {
  color: #fff;
  margin-top: 10px;
  padding-left: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.login-input {
  height: 48px;
  color: #fff;
  background-color: rgba(63, 178, 255, 0.4);
  border: 1px #000;
  border-radius: 75px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.login-text {
  color: #fff;
  margin: 20px 0 20px 16px;
  font-size: 14px;
  line-height: 120%;
}
.login-text-link {
  color: #fff;
  font-family: Gilroy Bold, sans-serif;
  text-decoration: none;
}
.login-text-link:hover {
  color: #83e2b8;
}
.login-heading {
  color: #fff;
  margin-left: 16px;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}
.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area" ". ."/1fr 0.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}
.logout-button {
  width: 115px;
  text-align: left;
  font-weight: 400;
}/* AvatarSelector.module.css */
._avatarButton_1ep2c_2 {
  padding: 0;
  border: none;
  margin-bottom: 16px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
}

._avatarButton_1ep2c_2:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

._avatarButton_1ep2c_2:focus {
  outline: 2px solid #1890ff;
  outline-offset: 2px;
}

._avatarPreview_1ep2c_25 {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

._avatarEditIcon_1ep2c_33 {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

._avatarOptions_1ep2c_44 {
  max-height: 400px;
  overflow-y: auto;
}

._optionLabel_1ep2c_49 {
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 500;
  color: #262626;
}

._randomButton_1ep2c_56 {
  margin-bottom: 16px;
}

._modalPreview_1ep2c_60 {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

._selectInput_1ep2c_66 {
  width: 100%;
}

/* Accessibility improvements */
._avatarButton_1ep2c_2:focus-visible {
  outline: 2px solid #1890ff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  ._avatarButton_1ep2c_2 {
    transition: none;
  }
}
.focus-mode-select .suntex-select.ant-select {
  min-width: 10em;
}
.focus-mode-select .suntex-select.ant-select .ant-select-selector {
  padding: 0;
}

.module-catalog .module-info {
  cursor: default;
}
.module-catalog .module-info p {
  margin: 0.5em 0;
}
.module-catalog pre.debug {
  display: none;
  font-size: 0.5rem;
  line-height: 0.75rem;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/assets/ajax-loader-BcnMEykj.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('data:application/vnd.ms-fontobject;base64,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');
    src: url('data:application/vnd.ms-fontobject;base64,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') format('embedded-opentype'), url('data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF') format('woff'), url('data:font/ttf;base64,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') format('truetype'), url('/assets/slick-BlzDm7g2.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
