body {
  font-size: 15px;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none !important;
  color: #8a8ef4;
}

label {
  font-size: 85%;
}

.page,
.page--auth {
  position: relative;
}

.page .page__header .btn,
.page--auth .page__header .btn {
  background: #F6F7F8;
  color: #787C84;
  border-radius: 6px;
  padding: 6px 18px;
  font-size: 90%;
}

.page .page__header .form-icon,
.page--auth .page__header .form-icon {
  position: relative;
}

.page .page__header .form-icon i,
.page--auth .page__header .form-icon i {
  color: #8a8ef4;
}

.page .page__header .form-icon .form-control,
.page--auth .page__header .form-icon .form-control {
  background: #fbfbfb;
  border: 0;
}

.page .page__header .form-icon .form-control::-webkit-input-placeholder,
.page--auth .page__header .form-icon .form-control::-webkit-input-placeholder {
  color: #ced4da;
  font-weight: 300;
}

.page .page__header .form-icon .form-control::-moz-placeholder,
.page--auth .page__header .form-icon .form-control::-moz-placeholder {
  color: #ced4da;
  font-weight: 300;
}

.page .page__header .form-icon .form-control:-ms-input-placeholder,
.page--auth .page__header .form-icon .form-control:-ms-input-placeholder {
  color: #ced4da;
  font-weight: 300;
}

.page .page__header .form-icon .form-control::-ms-input-placeholder,
.page--auth .page__header .form-icon .form-control::-ms-input-placeholder {
  color: #ced4da;
  font-weight: 300;
}

.page .page__header .form-icon .form-control::placeholder,
.page--auth .page__header .form-icon .form-control::placeholder {
  color: #ced4da;
  font-weight: 300;
}

#l-sidebar {
  position: fixed;
  width: 200px;
  height: 100%;
  background: #fbfbfb;
}

#l-sidebar .sidebar__wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

#l-sidebar .nav {
  position: relative;
  left: 30px;
}

#l-sidebar .nav .nav__item {
  display: block;
  width: 100%;
}

#l-sidebar .nav .nav__item .nav__link {
  display: flex;
  position: relative;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
  color: #212529;
}

#l-sidebar .nav .nav__item .nav__link .link__icon {
  border-radius: 50%;
  color: #5C61EF;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-right: 25px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}

#l-sidebar .nav .nav__item.is-active .nav__link {
  background: #8a8ef4;
  color: #fff;
  border-radius: 15px;
  box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.2);
}

#l-sidebar .nav .nav__item.is-active .nav__link .link__icon {
  color: #000;
  box-shadow: none;
}

#l-sidebar .header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 15px;
}

#l-sidebar .header .logo > .img {
  font-size: 20px;
}

#l-sidebar .header .logo > .text {
  font-weight: bold;
  color: #212529;
}

#l-sidebar .footer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 15px;
}

#l-sidebar .footer .footer__link {
  color: #bdbdbd;
  font-size: 18px;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

#l-sidebar .footer .footer__link:hover {
  color: #8a8ef4;
}

#l-main {
  position: relative;
  margin-left: 220px;
  padding: 20px;
}

.btn {
  position: relative;
  border-radius: 6px;
  padding: 6px 12px;
  background: #F6F7F8;
  color: #787C84;
  font-size: inherit;
}

.btn-xs {
  font-size: 12px;
  padding: 3px 10px;
}

.btn-primary,
.btn--primary {
  background-color: #8a8ef4;
  border-color: #8a8ef4 !important;
  color: #fff;
}

.btn-primary:hover,
.btn--primary:hover {
  background-color: #5C61EF;
  border-color: #5C61EF;
}

.btn--default {
  background: #F6F7F8;
}

.btn--default:hover {
  color: #787C84;
  background: #e8eaed;
}

.callout {
  padding: 15px;
  border: 1px solid;
  border-radius: 3px;
  margin-bottom: 15px;
  font-size: 12px;
}

.callout ul {
  margin: 0;
}

.callout.\--danger {
  border-color: #f3d1d1;
  background: #fff1f1;
}

.callout.\--success {
  border-color: #e2e3fa;
  background: #eff0fd;
}

.form-control {
  border-radius: 10px;
  font-size: 14px;
}

.form-icon {
  position: relative;
}

.form-icon i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.form-icon .form-control {
  padding-left: 40px;
  border: 0;
}

.checkbox {
  display: inline-block;
}

.checkbox input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.checkbox input[type=checkbox] + label {
  position: relative;
  padding-left: 2em;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 0;
  font-size: 100%;
}

.checkbox input[type=checkbox] + label.has-label {
  padding-left: 2rem;
}

.checkbox input[type=checkbox] + label:before {
  box-sizing: content-box;
  content: "";
  color: #8a8ef4;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #8a8ef4;
  text-align: center;
  transition: all 0.4s ease;
}

.checkbox input[type=checkbox] + label:after {
  box-sizing: content-box;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg) scale(0);
}

.checkbox input[type=checkbox]:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
  background: #8a8ef4;
}

.checkbox input[type=checkbox]:checked + label:after {
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}

.radio {
  display: inline-block;
}

.radio input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.radio input[type=radio] + label {
  position: relative;
  padding-left: 20px;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 0;
  font-size: 100%;
}

.radio input[type=radio] + label.has-label {
  padding-left: 2rem;
}

.radio input[type=radio] + label:before {
  box-sizing: content-box;
  content: "";
  color: #8a8ef4;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #8a8ef4;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s ease;
}

.radio input[type=radio] + label:after {
  box-sizing: content-box;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.radio input[type=radio]:checked + label:after {
  background-color: #8a8ef4;
  transition: background-color 200ms ease-out;
}

label.required {
  position: relative;
  padding-right: 10px;
}

label.required::after {
  content: "*";
  color: #ec7373;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.panel {
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
  transition: all 0.25s;
}

.panel .panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
}

.panel .panel__content {
  padding: 15px 40px;
}

.panel--hover:hover {
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.15);
}

.lists {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lists .list__item {
  background: #fbfbfb;
  color: #000;
  border-radius: 15px;
  transition: all 0.15s;
  margin-bottom: 15px;
}

.lists .list__item .item__link {
  padding: 15px 30px;
  display: block;
  color: #212529 !important;
}

.lists .list__item:hover {
  background: #000;
}

.lists .list__item:hover .item__link {
  color: #fff !important;
}

.lists .list__item--empty {
  background: #fbfbfb;
  padding: 15px 30px;
  text-align: center;
}

.lists .list__item--empty:hover {
  background: #fbfbfb;
  color: #000;
}

.client__about {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.client__about .about__item {
  padding-right: 30px;
}

.client__about .about__item i {
  font-size: 18px;
  padding-right: 10px;
}

.wizard {
  position: relative;
  background: #fff;
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.wizard .wizard__title {
  padding: 15px;
}

.wizard .wizard__title .title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.wizard .wizard__content .section {
  padding: 15px;
}

.wizard .wizard__footer {
  padding: 10px;
  border-top: 1px solid #e3e3e3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wizard .wizard__step {
  position: relative;
  font-size: 12px;
}

.wizard .mirror-tools {
  display: flex;
}

.wizard .mirror-tools .mirror {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.wizard .mirror-tools .mirror.mirror--preview {
  background: #ededed;
  position: relative;
}

.wizard .mirror-tools .mirror.mirror--preview .mirror__content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.wizard .mirror-tools .mirror__title {
  background: #f8f8f8;
  padding: 10px;
  border: 1px solid #e3e3e3;
}

.wizard .mirror-tools .mirror__title .title {
  margin: 0;
  color: #959595;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.wizard .mirror-tools .mirror__content {
  padding: 10px;
}

.dialog {
  position: relative;
  width: 430px;
  box-shadow: 7.5px 12.99px 62px rgba(117, 0, 82, 0.2);
}

.dialog .dialog__section .section__heading,
.dialog .dialog__section .section__content {
  padding: 10px;
}

.dialog .dialog__section .section__heading .heading__title,
.dialog .dialog__section .section__content .heading__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.dialog .dialog__section .section__heading .heading__description,
.dialog .dialog__section .section__content .heading__description {
  margin: 0;
}

.dialog .dialog__section .dialog__title,
.dialog .dialog__section .dialog__footer {
  background-color: #f5f5f5;
  padding: 10px;
}

.dialog .dialog__section .dialog__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.dialog .dialog__section .dialog__title > h3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.dialog .dialog__section .dialog__footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dialog .dialog__section .dialog__footer .footer__action .btn {
  background: transparent;
  border: none;
}

.dialog .dialog__links {
  position: relative;
  display: flex;
  margin: 0 -10px;
}

.dialog .dialog__links .dialog__item {
  padding: 0 10px;
  width: 50%;
}

.dialog .dialog__links .dialog__item .btn {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #a8abae;
  border: 0;
  background: transparent;
  transition: none;
}

.dialog .dialog__links .dialog__item .btn--accept {
  background: #000;
  color: #fff;
}

.dialog .link-message {
  font-size: 10px;
  padding: 5px 0 2px;
  color: #212529;
  border-bottom: 1px dotted rgba(33, 37, 41, 0.75);
}

.dialog .link-message:hover {
  text-decoration: none;
}

.dialog .cookie__collection {
  position: relative;
}

.dialog .cookie__collection .cookie__lists {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dialog .cookie__collection .cookie__lists .cookie__item {
  position: relative;
  border-bottom: 1px solid #e3e6e7;
  padding: 10px;
  text-align: left;
}

.dialog .cookie__collection .cookie__lists .cookie__item:first-child {
  border-top: 1px solid #e3e6e7;
}

.dialog .cookie__collection .cookie__item--required {
  opacity: 0.5;
}

.dialog .cookie__collection .cookie__item--highlight {
  background: #f7f7f7;
}

.theme-light {
  background: #fff;
}

.theme-dark {
  background-color: #3B3646 !important;
  color: #fff;
}

.theme-dark .dialog__section--app .heading__title {
  color: #EE4B5A !important;
}

.theme-dark .dialog__title,
.theme-dark .dialog__footer {
  background-color: #3B3646 !important;
  color: #fff;
}

.theme-dark .dialog__title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.theme-dark .dialog__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.theme-dark .dialog__footer .footer__action .btn {
  color: #fff;
}

.theme-dark .dialog__links .btn--accept {
  background-color: #EE4B5A !important;
}

.theme-dark .link-message {
  color: #fff !important;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75) !important;
}

.theme-dark .cookie__collection .cookie__item--highlight {
  background: rgba(246, 246, 246, 0.15);
}

.pagination {
  font-size: 12px;
}

.pagination .page-item .page-link {
  padding: 6px 12px;
}

.pagination .page-item.active .page-link {
  background: #8a8ef4;
  border: 1px solid #8a8ef4;
}

.dropdown,
.dropdown--action {
  position: relative;
}

.dropdown--action .action {
  font-size: 22px;
  color: #212529;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.dropdown--action .dropdown-menu {
  font-size: 90%;
}

.dropdown--action .dropdown-menu .dropdown-item {
  padding: 8px 25px;
  padding-left: 40px;
  position: relative;
}

.dropdown--action .dropdown-menu .dropdown-item:active {
  background-color: #8a8ef4;
}

.dropdown--action .dropdown-menu .dropdown-item i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown--action .dropdown-menu .form-delete {
  border: 0;
}

.dropdown--action .dropdown-menu .form-delete .btn {
  border: 0;
  border-radius: 0;
  display: block;
  padding: 8px 25px;
  padding-left: 40px;
  position: relative;
  text-align: left;
  background-color: #fff;
  color: #212529;
  width: 100%;
  box-shadow: none !important;
}

.dropdown--action .dropdown-menu .form-delete .btn:hover {
  color: #16181b;
  background-color: #f8f9fa;
}

.dropdown--action .dropdown-menu .form-delete .btn:active {
  background-color: #8a8ef4;
  color: #fff;
}

.dropdown--action .dropdown-menu .form-delete .btn i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.badge {
  padding: 6px 14px !important;
}

.badge--primary {
  color: #fff;
  background-color: #8a8ef4 !important;
}

.badge-light {
  background-color: #eaeaea;
}

.page--auth {
  margin: -20px -20px -20px -240px;
}

.page--auth .vector {
  display: none;
}

@media screen and (min-width: 992px) {
  .page--auth .vector {
    display: flex;
    justify-content: center;
  }
}

.page--auth .vector img {
  width: 90%;
}

.page--auth .auth {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .page--auth .auth {
    padding: 30px 60px;
  }
}

@media screen and (min-width: 1200px) {
  .page--auth .auth {
    padding: 30px 80px;
  }
}

.page--auth .auth h1 {
  color: #504f84;
}

.page--auth .auth a {
  color: #a2a5f6;
}

.page--auth .auth .form-control {
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}

.page--auth .auth .form-control::-webkit-input-placeholder {
  color: #ced4da;
}

.page--auth .auth .form-control::-moz-placeholder {
  color: #ced4da;
}

.page--auth .auth .form-control:-ms-input-placeholder {
  color: #ced4da;
}

.page--auth .auth .form-control::-ms-input-placeholder {
  color: #ced4da;
}

.page--auth .auth .form-control::placeholder {
  color: #ced4da;
}

.page--auth .auth .form-control:focus {
  box-shadow: none;
}

.page--auth .auth .btn {
  display: block;
  width: 100%;
}

.error-page {
  position: relative;
  height: 100vh;
}

.error-page .error {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 560px;
  width: 100%;
  padding: 0 15px;
  transform: translate(-50%, -50%);
}

.error-page .error .error__code {
  font-size: 60px;
  font-weight: bold;
}

.error-page .error .error__message {
  font-weight: 300;
}

.error-page .error .error__message .title {
  font-size: 26px;
}

.error-page .error .error__message .message {
  margin: 10px 0;
  opacity: 0.7;
}

