@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
.u-background-cover {
  position: absolute;
  object-fit: cover;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.q-bt-none {
  border-top: none !important;
}

.q-banner-info {
  background: rgba(254, 201, 123, 0.2);
  border: 2px solid #FEC97B;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 18px 16px;
}

.q-banner-disclaimer {
  background: rgba(51, 140, 255, 0.2);
  border: 1px solid #338CFF;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-flex;
  margin: 0 auto;
}
.q-banner-disclaimer .q-banner__avatar {
  align-self: center;
}
.q-banner-disclaimer p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}
.q-banner-disclaimer__block {
  width: 100%;
  padding: 8px 0;
}

.q-chip-default.q-chip--outline {
  border: 1px solid #AEB8C7;
  border-radius: 20px;
  padding: 9px 16px;
  height: 32px;
}
.q-chip-default.q-chip--outline .q-chip__icon--remove {
  margin-right: 0;
  opacity: 1;
  font-size: 17px;
  margin-top: -1.7px;
}
.q-chip-default.q-chip--outline.q-chip--selected {
  background: rgba(111, 117, 255, 0.2) !important;
  border: 1px solid #6F75FF;
}

.q-btn-default {
  border-radius: 4px;
}
.q-btn-default:disabled, .q-btn-default[disabled] {
  opacity: 1 !important;
  background-color: #868C96 !important;
}
.q-btn-default-outline {
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}
.q-btn-default-outline.text-secondary {
  background: rgba(111, 117, 255, 0.2) !important;
}
.q-btn-ghost {
  background: rgba(51, 140, 255, 0.2);
  border: 2px solid #338CFF;
}

.q-file-box {
  border: 2px solid #338CFF;
  border-radius: 4px;
}
.q-file-box .q-field__inner .q-field__control .q-field__control-container {
  padding: 40px 16px;
  justify-content: center;
  flex-direction: column;
}
.q-file-box .q-field__inner .q-field__control .q-field__control-container .q-field__native {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
}
.q-file-box .q-field__inner .q-field__control .q-field__control-container .c-badge {
  border-radius: 4px;
}
.q-file-box .q-field__inner .q-field__control .q-field__control-container .q-chip-default .q-chip__content {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.q-table-default thead tr {
  height: auto;
}
.q-table-default thead tr:not(.q-table__progress) th {
  height: 68px;
  background: #324661;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #F4F7F9;
  border-bottom: 2px solid var(--q-dark-page);
}
.q-table-default thead tr:not(.q-table__progress) th.th-limit {
  width: 145px;
}
.q-table-default thead tr:not(.q-table__progress) th.th-limit-name {
  width: 255px;
}
.q-table-default thead tr:not(.q-table__progress) th.th-limit-project {
  width: 245px;
}
.q-table-default thead tr:not(.q-table__progress) th:first-child {
  padding-left: 32px;
}
.q-table-default thead tr:not(.q-table__progress) th:last-child {
  padding-right: 32px;
}
.q-table-default thead tr:not(.q-table__progress) th:last-child::before {
  display: none;
}
.q-table-default thead tr:not(.q-table__progress) th::before {
  content: "";
  right: 0;
  top: 27%;
  height: 54%;
  width: 1px;
  background-color: #AEB8C7;
  position: absolute;
  opacity: 0.3;
}
.q-table-default thead tr:not(.q-table__progress) th .q-badge {
  position: relative;
  top: -7px;
  font-size: 13px;
  line-height: 18px;
  padding: 1px 6px 0;
  border-radius: 50%;
  font-weight: 700;
}
.q-table-default tbody td {
  height: 80px;
  background: var(--q-dark);
  border-top: 8px solid var(--q-dark-page);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5125px;
}
.q-table-default tbody td:first-child {
  padding-left: 32px;
}
.q-table-default tbody td:last-child {
  padding-right: 32px;
}
.q-table-default tbody td.q-px-md {
  padding-left: 16px;
  padding-right: 16px;
}
.q-table-default tbody td.q-pa-none {
  padding: 0;
}
.q-table-default tbody td.height-auto {
  height: auto;
}
.q-table-default__bottom {
  border: 0;
}
.q-table-default--accent thead tr:not(.q-table__progress) th {
  background: #32D8E2;
  color: #0D1A2E;
}
.q-table-default--accent thead tr:not(.q-table__progress) th::before {
  background-color: #0D1A2E;
}
.q-table-default--child {
  border-spacing: 0;
}
.q-table-default--child tbody td {
  background: rgba(13, 26, 46, 0.3);
  border-top: 0;
  border-bottom: 0.0625rem solid transparent;
}
.q-table-default--child tbody td:after {
  content: "";
  position: absolute;
  top: auto;
  height: 0.0625rem;
  width: 100%;
  bottom: -0.0625rem;
  left: 0;
  background: rgba(216, 216, 216, 0.1);
}
.q-table-default--child tbody td:first-child {
  padding-left: 0;
  border-left: 16px solid transparent;
}
.q-table-default--child tbody td:last-child {
  padding-right: 0;
  border-right: 16px solid transparent;
}
.q-table-default--child tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.q-table-default--child tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.q-table-default--child tbody tr:last-child td {
  border-bottom: 0;
}
.q-table-default--child tbody tr:last-child td:after {
  display: none;
}
.q-table-default--child tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.q-table-default--child tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.q-card-help {
  background: rgba(196, 196, 196, 0.05);
  border: 1px solid #6F75FF;
  border-radius: 6px;
  padding: 40px 24px;
}
.q-card-help .q-card__section--vert {
  padding: 0;
}
.q-card-route-info {
  border: 1px solid #6F75FF;
  border-radius: 6px;
  background: transparent;
  padding: 20px 0;
  text-align: center;
}
.q-card-route-info .text-value {
  font-weight: 700;
  font-size: 10px;
  border-radius: 2px;
  padding: 4px 8px;
}
.q-card-route-info .text-value.green {
  color: #50E3C2;
  background: rgba(80, 227, 194, 0.2);
}
.q-card-route-info .text-value.red {
  color: #F65454;
  background: rgba(246, 84, 84, 0.2);
}
.q-card-route-info .text-caption {
  font-size: 10px;
}
.q-card-outline {
  border: 1px solid #AEB8C7;
  border-radius: 6px;
  background: transparent;
  padding: 20px 0;
  text-align: center;
}
.q-card-outline .text-h5 {
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
}
.q-card-outline .text-value {
  font-weight: 700;
  font-size: 10px;
  border-radius: 2px;
  padding: 4px 8px;
}
.q-card-outline.blue {
  border: 1px solid #474FFF;
}
.q-card-outline.green {
  border: 1px solid #49DFBE;
}
.q-card-outline.red {
  border: 1px solid #F65454;
}
.q-card-box {
  background: #222E44;
  border-radius: 4px;
  box-shadow: none;
}
.q-card-box .q-card__section {
  padding: 32px;
}
.q-card-grid {
  background: #182639;
  box-shadow: 0px 3.5px 5.5px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  border: 2px solid transparent;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.q-card-grid .q-card__section {
  padding: 24px 24px 60px 32px;
}
.q-card-grid:hover {
  background: rgba(111, 117, 255, 0.2);
  border-color: #6F75FF;
}
.q-card-grid-route {
  border: 2px solid #AEB8C7;
  border-radius: 4px;
  background-color: transparent;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.q-card-grid-route .q-card__section {
  padding: 25px;
}
.q-card-grid-route .c-badge {
  background-color: #474FFF;
}
.q-card-grid-route:hover {
  background: rgba(111, 117, 255, 0.2);
  border-color: #6F75FF;
}
.q-card-grid-route.q-card-grid-route--teal .c-badge {
  background-color: #32D8E2;
  color: #000000;
}
.q-card-grid-route.q-card-grid-route--teal:hover {
  background: rgba(50, 216, 226, 0.2);
  border-color: #32D8E2;
}
.q-card-grid-course {
  background: #243345;
  box-shadow: 0px 2px 7px rgba(34, 34, 34, 0.5);
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: background-color 0.2s ease-in-out;
}
.q-card-form {
  background: #243345;
  border-radius: 10px;
}
.q-card-form .q-card__section {
  padding: 32px;
}
.q-card-user-podium {
  padding: 16px 10px;
  border: 1px solid rgba(143, 165, 199, 0.3);
  border-radius: 4px;
  text-align: center;
}
.q-card-user-podium .user-name {
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
.q-card-user-podium .courses-info {
  font-size: 12px;
  line-height: 16px;
  color: #8FA5C7;
}

.q-menu-default {
  background: #324661;
  border-radius: 4px;
  margin-top: 8px !important;
  padding: 8px 0;
  box-shadow: 3px 0px 25px rgba(19, 29, 47, 0.8);
}
.q-menu-default .q-list .q-item,
.q-menu-default .q-virtual-scroll__content .q-item {
  padding: 6px 16px;
  min-height: 32px;
}
.q-menu-default .q-list .q-item--active,
.q-menu-default .q-virtual-scroll__content .q-item--active {
  background: #3284EF;
  color: white;
}
.q-menu-default--multiple .q-virtual-scroll__content .q-item--active {
  background: transparent;
  color: white;
}
.q-menu-default .q-hoverable > .q-focus-helper,
.q-menu-default .q-manual-focusable > .q-focus-helper {
  z-index: -1;
}
.q-menu-default .q-hoverable:hover > .q-focus-helper {
  background: #3284EF !important;
  opacity: 1 !important;
}
.q-menu-default .q-hoverable:hover > .q-focus-helper::before, .q-menu-default .q-hoverable:hover > .q-focus-helper::after {
  opacity: 0 !important;
}
.q-menu-default .q-hoverable.text-red:hover > .q-focus-helper {
  background: rgba(255, 75, 85, 0.2) !important;
  opacity: 1 !important;
}
.q-menu-default .q-hoverable.text-red:hover > .q-focus-helper::before, .q-menu-default .q-hoverable.text-red:hover > .q-focus-helper::after {
  opacity: 0 !important;
}
.q-menu-default .q-manual-focusable--focused > .q-focus-helper {
  background: rgba(49.98, 132.09, 238.935, 0.3) !important;
  opacity: 1 !important;
}
.q-menu-default .q-manual-focusable--focused > .q-focus-helper::before, .q-menu-default .q-manual-focusable--focused > .q-focus-helper::after {
  opacity: 0 !important;
}

.q-select-default--dark .q-field__control {
  background: #141D2E !important;
}
.q-select-default .q-field__control {
  padding: 0 16px;
}
.q-select-default .q-field__control .q-field__control-container .q-field__native {
  align-content: center;
}
.q-select-default .q-field__control .q-field__control-container .q-field__native span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

.q-input-default .q-field__control {
  padding: 0 16px !important;
}
.q-input-dark {
  background: #141D2E;
}
.q-input-readonly-plain .q-field__control {
  padding: 0 16px;
}
.q-input-readonly-plain .q-field__control::before {
  border: none !important;
  background: transparent !important;
}
.q-input-readonly-plain .q-field__control input:hover {
  cursor: pointer;
}
.q-input-form {
  border: 2px solid transparent;
  background: #141D2E;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 15px;
  transition: border-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition-duration: 0.6s;
}
.q-input-form .q-field__inner .q-field__control {
  height: 48px;
}
.q-input-form .q-field__inner .q-field__control input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.q-input-form .q-field__inner .q-field__control .q-field__label {
  color: #ffffff;
}
.q-input-form .q-field__inner .q-field__bottom {
  padding-top: 5px;
}
.q-input-form.q-field--float .q-field__inner .q-field__label {
  transform: translateY(-60%) scale(0.75);
}
.q-input-form--dense .q-field__inner .q-field__control {
  height: 36px;
}
.q-input.q-field--error {
  border-color: #EF627C;
}

.q-separator-default {
  background: rgba(223, 224, 235, 0.2);
}

.c-badge {
  padding: 4px 8px;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 0.3px;
  border-radius: 2px;
}
.c-badge-info {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  padding: 12px 24px;
}

.c-list__item {
  display: flex;
  border-bottom: 0.8px solid #D6D6D6;
  padding: 16px 10px;
}
.c-list__item:last-child {
  border-bottom: none;
}
.c-list__item__number {
  position: absolute;
  padding-left: 0;
}
.c-list__item__content {
  padding-left: 16px;
}

.c-tag {
  padding: 2px 9px;
  background: linear-gradient(270deg, #3284EF 0%, #6F75FF 95.65%);
  border-radius: 100px;
}

.c-state-tag {
  display: flex;
  max-width: 10.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  padding: 0.2rem 0.8rem;
  border-radius: 12px;
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 12px;
}
.c-state-tag--completed {
  background-color: #50e3c2;
}
.c-state-tag--uncertificated-completed {
  background-color: #49c8ab;
}
.c-state-tag--in-progress {
  background-color: #fec97b;
}
.c-state-tag--not-started {
  background-color: #9f9f9f;
}
.c-state-tag--losing {
  background-color: #ff5b6d;
}
.c-state-tag--dark-blue {
  background: #2F3B50;
  border-radius: 2px;
  color: #338CFF;
}
.c-state-tag--dark-yellow {
  background: #FEC97B;
  border-radius: 2px;
  color: #0D1A2E;
}

.q-dialog .q-card {
  background: #222E44;
}

.q-table-default thead tr {
  height: auto;
}
.q-table-default thead tr:not(.q-table__progress) th {
  height: 68px;
  background: #324661;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #F4F7F9;
  border-bottom: 2px solid var(--q-dark-page);
}
.q-table-default thead tr:not(.q-table__progress) th.th-limit {
  width: 145px;
}
.q-table-default thead tr:not(.q-table__progress) th.th-limit-name {
  width: 255px;
}
.q-table-default thead tr:not(.q-table__progress) th.th-limit-project {
  width: 245px;
}
.q-table-default thead tr:not(.q-table__progress) th:first-child {
  padding-left: 32px;
}
.q-table-default thead tr:not(.q-table__progress) th:last-child {
  padding-right: 32px;
}
.q-table-default thead tr:not(.q-table__progress) th:last-child::before {
  display: none;
}
.q-table-default thead tr:not(.q-table__progress) th::before {
  content: "";
  right: 0;
  top: 27%;
  height: 54%;
  width: 1px;
  background-color: #AEB8C7;
  position: absolute;
  opacity: 0.3;
}
.q-table-default thead tr:not(.q-table__progress) th .q-badge {
  position: relative;
  top: -7px;
  font-size: 13px;
  line-height: 18px;
  padding: 1px 6px 0;
  border-radius: 50%;
  font-weight: 700;
}
.q-table-default tbody td {
  height: 80px;
  background: var(--q-dark);
  border-top: 8px solid var(--q-dark-page);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5125px;
}
.q-table-default tbody td:first-child {
  padding-left: 32px;
}
.q-table-default tbody td:last-child {
  padding-right: 32px;
}
.q-table-default tbody td.q-px-md {
  padding-left: 16px;
  padding-right: 16px;
}
.q-table-default tbody td.q-pa-none {
  padding: 0;
}
.q-table-default tbody td.height-auto {
  height: auto;
}
.q-table-default__bottom {
  border: 0;
}
.q-table-default--accent thead tr:not(.q-table__progress) th {
  background: #32D8E2;
  color: #0D1A2E;
}
.q-table-default--accent thead tr:not(.q-table__progress) th::before {
  background-color: #0D1A2E;
}
.q-table-default--child {
  border-spacing: 0;
}
.q-table-default--child tbody td {
  background: rgba(13, 26, 46, 0.3);
  border-top: 0;
  border-bottom: 0.0625rem solid transparent;
}
.q-table-default--child tbody td:after {
  content: "";
  position: absolute;
  top: auto;
  height: 0.0625rem;
  width: 100%;
  bottom: -0.0625rem;
  left: 0;
  background: rgba(216, 216, 216, 0.1);
}
.q-table-default--child tbody td:first-child {
  padding-left: 0;
  border-left: 16px solid transparent;
}
.q-table-default--child tbody td:last-child {
  padding-right: 0;
  border-right: 16px solid transparent;
}
.q-table-default--child tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.q-table-default--child tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.q-table-default--child tbody tr:last-child td {
  border-bottom: 0;
}
.q-table-default--child tbody tr:last-child td:after {
  display: none;
}
.q-table-default--child tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.q-table-default--child tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.c-list__item {
  display: flex;
  border-bottom: 0.8px solid #D6D6D6;
  padding: 16px 10px;
}
.c-list__item:last-child {
  border-bottom: none;
}
.c-list__item__number {
  position: absolute;
  padding-left: 0;
}
.c-list__item__content {
  padding-left: 16px;
}

body {
  color: #333333;
  background-color: #fefefe;
}

.text-text-primary {
  color: #333333;
}

.bg-text-primary {
  background-color: #333333;
}

.fade-route-app-enter-active, .fade-route-app-leave-active {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-route-app-enter-from, .fade-route-app-leave-to {
  opacity: 0;
}
.fade-route-app-leave-to {
  width: 100%;
  transform: translateY(-1rem);
}
.fade-route-app-enter-from {
  transform: translateY(1rem);
}
.fade-route-app-enter-to {
  transform: translateY(0);
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 718px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 1024px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 920px;
  }
}
@media (min-width: 1439px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1440px;
  }
}
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-cell {
  display: table-cell;
}

.d-table-row {
  display: table-row;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

@media (min-width: 600px) {
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1440px) {
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1920px) {
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
}
.q-dark-page {
  color: #fff;
  background: var(--q-dark-page);
}

.text-primary-light {
  color: #55B4FF;
}

.bg-primary-light {
  background: #55B4FF;
}

.bg-dark-secondary {
  background: #222E44;
}

.bg-dark-page {
  background: var(--q-dark-page) !important;
}

.text-gray {
  color: #868C96;
}

.text-dark-light {
  color: #324661;
}

.bg-dark-light {
  background-color: #324661;
}

.c-file-up {
  background: white;
  border-radius: 4px;
  color: var(--q-dark-page);
  padding: 4.5px 2px;
  line-height: 10px;
  display: inline-block;
}
.c-file-up i {
  font-size: 10px;
  font-weight: bold;
}

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

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(255, 255, 255, 0.05);
  margin-left: 8px;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/*# sourceMappingURL=app.856f0ebd.css.map*/