@charset "UTF-8";
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
html {
  font-size: 14px;
}
body {
  color: #111;
  font-family: Open Sans;
  font-weight: 400;
}
.btn-link,
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}
.btn-link:focus,
.btn-link:hover,
a:focus,
a:hover {
  outline: none;
  color: #111;
  text-decoration: none;
}
.btn-link.link-info,
a.link-info {
  color: #394656;
}
.btn-link.link-info--bordered,
a.link-info--bordered {
  border-bottom: 1px solid #394656;
}
.btn-link.link-info:focus,
.btn-link.link-info:hover,
a.link-info:focus,
a.link-info:hover {
  color: #394656;
}
.btn-link.link-rose,
a.link-rose {
  color: #eb48ba;
}
.btn-link.link-rose:focus,
.btn-link.link-rose:hover,
a.link-rose:focus,
a.link-rose:hover {
  color: #e831b1;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  line-height: normal;
}
.h1,
h1 {
  font-size: 24px;
}
.h2,
h2 {
  font-size: 21px;
}
.h3,
h3 {
  font-size: 18px;
}
.h4,
h4 {
  font-size: 16px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  font-size: 14px;
}
p.custom-line-height {
  line-height: 2;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
strong {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.color-gray {
  color: #939daa !important;
}
.color-info {
  color: #939daa !important;
}
.color-info:focus,
.color-info:hover {
  color: #939daa !important;
}
.color-danger {
  color: #eb3b48 !important;
}
.color-error {
  color: #ed5564 !important;
}
.color-success {
  color: #82c250 !important;
}
.color-warning {
  color: #f48221 !important;
}
.color-golden {
  color: #ffcd56 !important;
}
.color-facebook {
  color: #3a589b !important;
}
.color-twitter {
  color: #939daa !important;
}
.color-google-plus {
  color: #d6492f !important;
}
.color-linkedin {
  color: #939daa !important;
}
.color-rss {
  color: #e19126 !important;
}
.color-coral {
  color: #f87f52 !important;
}
.color-puerto-rico {
  color: #3bbeb0 !important;
}
.color-green-mantis {
  color: #82c250 !important;
}
.color-mandy {
  color: #ed5564 !important;
}
.color-mountain-meadow {
  color: #24bf78 !important;
}
.color-waterlemon {
  color: #ff6384 !important;
}
.color-portage {
  color: #939daa !important;
}
.color-cerulean {
  color: #939daa !important;
}
.color-keppel {
  color: #3bb99a !important;
}
.color-picton-blue {
  color: #4fc0e8 !important;
}
.color-heliotrope {
  color: #939daa !important;
}
.bg-primary {
  background: #445464 !important;
}
.bg-info {
  background-color: #394656 !important;
}
.bg-warning {
  background-color: #f48221 !important;
}
.bg-success {
  background-color: #82c250 !important;
}
.bg-purple {
  background-color: #394656 !important;
}
.bg-danger {
  background-color: #eb3b48 !important;
}
.bg-coral-light {
  background-color: #fe7645 !important;
}
.bg-kournikova {
  background-color: #ffd875 !important;
}
.bg-emerland {
  background-color: #5fd47e !important;
}
.bg-lighting-yellow {
  background-color: #ffb940 !important;
}
pre[class*="language-"] {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 0;
  border-radius: 3px;
}
.text-muted {
  color: #939daa;
}
.text-muted-md {
  font-size: 15px;
  color: #939daa;
}
.text-line-through {
  text-decoration: line-through;
}
.heading-bordered {
  border-bottom: 1px solid rgba(147, 157, 170, 0.3);
  padding-bottom: 10px;
}
label {
  font-size: 14px;
}
.text-uppercase {
  text-transform: uppercase;
}
.page-preloader {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ebf2f6;
  z-index: 8;
}
.page-preloader__logo {
  text-align: center;
  margin-bottom: 15px;
}
.page-preloader__logo-image {
  height: 21px;
}
.page-preloader__desc {
  color: #939daa;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.page-preloader__loader {
  width: 341px;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  background-color: #fff;
  padding: 30px 45px;
  border-radius: 4px;
  text-align: center;
}
.page-preloader__loader-heading {
  font-size: 20px;
  color: #000;
  margin-bottom: 2px;
}
.page-preloader__loader-desc {
  font-size: 14px;
  color: #939daa;
}
.page-preloader__loader-progress {
  margin-top: 20px;
  margin-bottom: 0;
  height: 11px;
  background-color: #e9ebee;
}
.page-preloader__copyright {
  margin-top: 15px;
  color: #939daa;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.page-preloader--gradient-blue-green {
  background-image: linear-gradient(90deg, #5aaee7 0, #31cf9a);
}
.page-preloader--gradient-blue-green .page-preloader__copyright,
.page-preloader--gradient-blue-green .page-preloader__desc {
  color: #fff;
}
.page-preloader-a {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 8;
}
.page-preloader-a,
.page-preloader-a__loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-preloader-a__loader {
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-preloader-a__indicator {
  width: 60px;
  height: 60px;
  position: relative;
}
.page-preloader-a__indicator:before {
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.page-preloader-a__indicator:after,
.page-preloader-a__indicator:before {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background-color: #394656;
  opacity: 0;
  left: 0;
  top: 0;
  transform: scale(0);
  animation-name: a;
  animation-duration: 1.2s;
}
.page-preloader-a__indicator:after {
  animation-delay: -0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.page-preloader-a__label-text {
  font-size: 18px;
  color: #939daa;
}
@keyframes a {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.alert {
  position: relative;
  font-size: 14px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding-top: 6px;
}
.alert strong {
  font-weight: 400;
}
.alert p {
  font-size: inherit;
}
.alert__close {
  right: 9px;
  transform: translateY(-45%);
  opacity: 0.8;
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  top: 50%;
}
.alert__close:hover {
  opacity: 1;
  color: #fff;
}
.alert-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 3px;
}
.alert-success {
  background-color: #36af48;
}
.alert-info {
  background-color: #939daa;
}
.alert-warning {
  background-color: #f7971c;
}
.alert-danger {
  background-color: #ed1b24;
}
.alert-message {
  position: relative;
  margin-bottom: 10px;
  padding: 12px 35px 12px 15px;
  font-size: 14px;
  color: #111;
  background: none;
  border: 1px solid;
  border-radius: 3px;
}
.alert-message .close {
  top: 9px;
  right: 9px;
  transform: translateY(0);
  opacity: 0.9;
  position: absolute;
}
.alert-message .close:hover {
  opacity: 1;
}
.alert-message p:nth-last-of-type {
  margin-bottom: 0;
}
.alert-message-heading {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.111;
}
.alert-message-blue {
  border-color: #394656;
  background-color: #f2fafe;
}
.alert-message-blue .close {
  color: #394656;
}
.alert-message-red {
  border-color: #f59da3;
  background-color: #fef5f6;
}
.alert-message-red .close {
  color: #f48221;
}
.alert-message-orange {
  border-color: #f9c090;
  background-color: #fef9f4;
}
.alert-message-orange .close {
  color: #eb3b48;
}
.alert-message-gray {
  border-color: #a2a8b0;
  background-color: #f6f6f7;
}
.alert-message-gray .close {
  color: #455161;
}
.has-page-alert .navbar {
  top: 37px;
}
.has-page-alert .sidebar,
.has-page-alert .sidebar-section {
  top: 89px;
}
.has-page-alert .page-content {
  padding-top: 89px;
}
.page-alert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 12px;
  position: fixed;
  height: 37px;
  top: 0;
  background-color: #4cbfec;
  color: #fff;
  width: 100%;
  font-size: 15px;
  z-index: 3;
  line-height: 25px;
  box-shadow: 0 2px 3px rgba(236, 242, 246, 0.75);
}
.page-alert__text-icon {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.page-alert__close {
  cursor: pointer;
  transition: opacity 0.2s;
}
.page-alert__close-icon {
  font-size: 11px;
  line-height: 11px;
}
.page-alert--inline {
  position: static;
}
.page-alert--danger {
  background: #f9696a;
}
.page-alert--dandelion {
  background: #ffe066;
  color: #000;
}
.page-alert--fountain-blue-light {
  background: #54c3b4;
}
.page-alert--french-lilac {
  background: #e2c4ed;
  color: #000;
}
.action-alert {
  padding: 20px;
  font-size: 15px;
  color: #fff;
}
.action-alert.has-btn {
  padding-top: 11px;
  padding-bottom: 11px;
}
.action-alert.has-btn .action-alert__message {
  position: relative;
  top: 1px;
}
.action-alert__action-message {
  font-weight: 700;
}
.action-alert__btn {
  background: #fff;
  font-size: 14px;
  margin-left: 20px;
}
.action-alert__close {
  right: 15px;
  opacity: 0.8;
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  top: 23px;
}
.action-alert__close:hover {
  opacity: 1;
  color: #fff;
}
.action-alert__link {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.8);
}
.action-alert__link:hover {
  color: #fff;
}
.action-alert--danger {
  background-image: linear-gradient(90deg, #ff7a59 0, #f2557d);
}
.action-alert--danger .action-alert__btn {
  color: #f96a69;
}
.action-alert--success {
  background-image: linear-gradient(90deg, #19e2ae 0, #baea79 99%, #baea79);
}
.action-alert--success .action-alert__btn {
  color: #47ca7b;
}
.action-alert--info {
  background-image: linear-gradient(90deg, #48c6ef 0, #6e87d6);
}
.action-alert--info .action-alert__btn {
  color: #939daa;
}
.action-alert--purple {
  background-image: linear-gradient(90deg, #574694 0, #316a95);
}
.action-alert--purple .action-alert__btn {
  color: #465694;
}
.action-alert--purple-light {
  background-image: linear-gradient(90deg, #a6c0ee 0, #fac5ec);
}
.action-alert--purple-light .action-alert__btn {
  color: #b0a6d7;
}
.content-alert {
  color: #000;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.content-alert__info {
  width: 56px;
  min-width: 56px;
  text-align: center;
  border-radius: 3px 0 0 3px;
  padding-top: 15px;
}
.content-alert__info-icon {
  font-size: 18px;
}
.content-alert__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 16px 20px 18px;
}
.content-alert__heading {
  font-size: 20px;
  margin-bottom: 6px;
}
.content-alert__message {
  line-height: 20px;
}
.content-alert__link {
  color: #394656;
}
.content-alert__link:hover {
  color: #939daa;
}
.content-alert__close {
  font-size: 11px;
  right: 10px;
  top: 10px;
  position: absolute;
}
.content-alert__actions {
  margin-top: 16px;
}
.content-alert__make-action {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.content-alert__action-link {
  margin-left: 20px;
  color: #394656;
}
.content-alert__action-link:hover {
  color: #939daa;
}
.content-alert--warning {
  background: #fff9db;
}
.content-alert--warning .content-alert__info {
  background: #ffe066;
}
.content-alert--warning .content-alert__info-icon {
  color: #fbc025;
}
.content-alert--danger {
  background: #ffece2;
}
.content-alert--danger .content-alert__info {
  background: #ff886a;
}
.content-alert--danger .content-alert__info-icon {
  color: #fff;
}
.content-alert--info {
  background: #e1f7ff;
}
.content-alert--info .content-alert__info {
  background: #939daa;
}
.content-alert--info .content-alert__info-icon {
  color: #fff;
}
.content-alert--purple {
  background: #efecfa;
}
.content-alert--purple .content-alert__info {
  background: #8f81c2;
}
.content-alert--purple .content-alert__info-icon {
  color: #fff;
}
.content-alert--purple-light {
  background: #f5eaf9;
}
.content-alert--purple-light .content-alert__info {
  background: #e2c4ed;
}
.content-alert--purple-light .content-alert__info-icon {
  color: #fff;
}
.content-alert--success {
  background-color: #daf3f0;
}
.content-alert--success .content-alert__info {
  background-color: #54c3b4;
}
.content-alert--success .content-alert__info-icon {
  color: #fff;
}
.custom-alert {
  border-radius: 3px;
  color: #000;
  position: relative;
  padding: 0;
}
.custom-alert__top-side {
  padding: 21px 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.custom-alert__icon {
  font-size: 42px;
  line-height: 42px;
  height: 42px;
  width: 42px;
  margin-right: 23px;
}
.custom-alert__heading {
  font-size: 16px;
  margin-top: -4px;
  margin-bottom: 5px;
}
.custom-alert__content {
  color: #939daa;
  font-size: 15px;
}
.custom-alert__tips {
  padding: 15px 25px 20px;
  color: #939daa;
}
.custom-alert__error-desc-number {
  width: 63px;
}
.custom-alert__list {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 5px;
}
.custom-alert__list li:before {
  content: "–";
  display: inline-block;
  margin-right: 5px;
}
.custom-alert__list li + li {
  margin-top: 3px;
}
.custom-alert__close.close {
  top: 20px;
  right: 15px;
}
.custom-alert--warning {
  background-color: #feebe6;
}
.custom-alert--warning .custom-alert__close,
.custom-alert--warning .custom-alert__icon {
  color: #f87f52;
}
.custom-alert__error-desc {
  background: #fff;
  border-radius: 3px;
  margin: 0 4px;
  padding: 22px;
  list-style: none;
}
.custom-alert__error-desc-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  color: #939daa;
  font-size: 14px;
}
.custom-alert__error-desc-item:last-child {
  margin-bottom: 0;
}
.custom-alert--info {
  background-color: #e3f8f5;
}
.custom-alert--info .custom-alert__close,
.custom-alert--info .custom-alert__icon {
  color: #3bbeb0;
}
.custom-alert--success {
  background-color: #e2f7ea;
}
.custom-alert--success .custom-alert__close,
.custom-alert--success .custom-alert__icon {
  color: #82c250;
}
.custom-alert--danger {
  background-color: #fde5e7;
}
.custom-alert--danger .custom-alert__close,
.custom-alert--danger .custom-alert__icon {
  color: #ed5564;
}
@keyframes b {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}
.badge {
  padding: 4px 9px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
}
.badge-rounded {
  border-radius: 26px;
}
.badge-message {
  background: #f84646;
  color: #fff;
  padding: 0 4px;
}
.badge[class*="-outline"] {
  padding: 3px 9px;
}
.badge-sm {
  font-size: 11px;
  padding: 3px 8px;
}
.badge-success {
  background: #82c250;
}
.badge-outline-success {
  border: 1px solid #82c250;
  color: #82c250;
}
.badge-default {
  background-color: #e1e2e7;
  color: #939daa;
}
.badge-outline-default {
  border: 1px solid #939daa;
  color: #939daa;
}
.badge-warning {
  background-color: #f48221;
}
.badge-outline-warning {
  border: 1px solid #f48221;
  color: #f48221;
}
.badge-primary {
  background-color: #445464;
}
.badge-outline-primary {
  border: 1px solid #445464;
  color: #445464;
}
.badge-info {
  background-color: #394656;
}
.badge-outline-info {
  border: 1px solid #394656;
  color: #394656;
}
.badge-danger {
  background-color: #eb3b48;
}
.badge-outline-danger {
  border: 1px solid #eb3b48;
  color: #eb3b48;
}
.badge-outline-apple {
  border: 1px solid #38b135;
  color: #38b135;
}
.badge-shamrock {
  background: #24c79f;
}
.badge-outline-shamrock {
  border: 1px solid #24c79f;
  color: #24c79f;
}
.badge-buttercup {
  background: #f0b71e;
}
.badge-outline-buttercup {
  border: 1px solid #f0b71e;
  color: #f0b71e;
}
.badge-lasur {
  background: #394656;
}
.badge-outline-lasur {
  border: 1px solid #394656;
  color: #394656;
}
.badge-bittersweet {
  background: #fe6f60;
}
.badge-outline-bittersweet {
  border: 1px solid #fe6f60;
  color: #fe6f60;
}
.badge-rose {
  background: #eb48ba;
}
.badge-outline-rose {
  border: 1px solid #eb48ba;
  color: #eb48ba;
}
.badge-outline-circle {
  font-size: 14px;
}
.badge-outline-circle:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #939daa;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.badge-outline-circle-deep-blush:before {
  border-color: #e560b1;
}
.badge-outline-circle--tapestry:before {
  border-color: #b557a1;
}
.badge-outline-circle-info:before {
  border-color: #394656;
}
.badge-outline-circle-primary:before {
  border-color: #445464;
}
.badge-outline-circle-danger:before {
  border-color: #eb3b48;
}
.badge-outline-circle-success:before {
  border-color: #82c250;
}
.badge-outline-circle-warning:before {
  border-color: #f48221;
}
.badge-circle {
  font-size: 14px;
}
.badge-circle:before {
  background: #939daa;
  border: none;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.badge-circle-sm:before {
  width: 10px;
  height: 10px;
  top: 0;
}
.badge-circle-xs:before {
  width: 7px;
  height: 7px;
  top: -1px;
}
.badge-circle-xss:before {
  width: 5px;
  height: 5px;
  top: -2px;
}
.badge-circle--deep-blush:before,
.badge-circle-deep-blush:before {
  background: #e560b1;
}
.badge-circle--tapestry:before {
  background: #b557a1;
}
.badge-circle--info:before,
.badge-circle-info:before {
  background: #394656;
}
.badge-circle--primary:before,
.badge-circle-primary:before {
  background: #445464;
}
.badge-circle--danger:before,
.badge-circle-danger:before {
  background: #eb3b48;
}
.badge-circle--success:before,
.badge-circle-success:before {
  background: #82c250;
}
.badge-circle--warning:before,
.badge-circle-warning:before {
  background: #f48221;
}
.badge-circle--yellow-orange:before,
.badge-circle-yellow-orange:before {
  background: #ff9f40;
}
.badge-circle--fountain-blue:before,
.badge-circle-fountain-blue:before {
  background: #4bc0c0;
}
.badge-circle--heliotrope:before,
.badge-circle-heliotrope:before {
  background: #939daa;
}
.badge-circle--medium-purple:before,
.badge-circle-medium-purple:before {
  background: #9579da;
}
.badge-circle--golden:before,
.badge-circle-golden:before {
  background: #ffcd56;
}
.badge-circle--waterlemon:before,
.badge-circle-waterlemon:before {
  background: #ff6384;
}
.badge-circle--green-mantis:before {
  background: #82c250;
}
.badge-circle--apricot:before {
  background: #ef937e;
}
.badge-circle--casper:before {
  background: #aabfd0;
}
.badge-circle--au-chico:before {
  background: #9a605c;
}
.badge-circle--carissma:before {
  background: #eb86be;
}
.badge-circle--mandys-pink:before {
  background: #f4d0b5;
}
.breadcrumb {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-item {
  font-size: 14px;
  color: #939daa;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: none;
}
.breadcrumb-item:not(:last-child):after {
  content: "";
  padding-left: 8px;
  padding-right: 10px;
  position: relative;
  font-family: universe-admin;
  font-size: 9px;
}
.breadcrumb-item.active,
.breadcrumb-item:hover {
  color: #111;
}
.breadcrumb-a,
.breadcrumb-b {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-a__icon,
.breadcrumb-b__icon {
  font-size: 16px;
  line-height: 16px;
  position: relative;
  top: 2px;
}
.breadcrumb-a__point,
.breadcrumb-b__point {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  color: #939daa;
}
.breadcrumb-a__point-outline,
.breadcrumb-b__point-outline {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  color: #939daa;
  border: 1px solid #939daa;
}
.breadcrumb-a__icon + .breadcrumb-a__text,
.breadcrumb-a__icon + .breadcrumb-b__text,
.breadcrumb-a__point + .breadcrumb-a__text,
.breadcrumb-a__point + .breadcrumb-b__text,
.breadcrumb-b__icon + .breadcrumb-a__text,
.breadcrumb-b__icon + .breadcrumb-b__text,
.breadcrumb-b__point + .breadcrumb-a__text,
.breadcrumb-b__point + .breadcrumb-b__text {
  margin-left: 10px;
}
.breadcrumb-a__link,
.breadcrumb-b__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #939daa;
  background: #dce0e4;
  text-decoration: none;
  position: relative;
  height: 36px;
  line-height: 36px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 22px;
  transition: none;
}
.breadcrumb-a__link:after,
.breadcrumb-a__link:before,
.breadcrumb-b__link:after,
.breadcrumb-b__link:before {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #dce0e4;
  border-width: 18px 10px;
  width: 0;
  height: 0;
}
.breadcrumb-a__link:before,
.breadcrumb-b__link:before {
  left: -20px;
  border-left-color: transparent;
}
.breadcrumb-a__link:after,
.breadcrumb-b__link:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #dce0e4;
}
.breadcrumb-a__link.is-active,
.breadcrumb-a__link:active,
.breadcrumb-a__link:hover,
.breadcrumb-b__link.is-active,
.breadcrumb-b__link:active,
.breadcrumb-b__link:hover {
  background: #394656;
  color: #fff;
}
.breadcrumb-a__link.is-active:before,
.breadcrumb-a__link:active:before,
.breadcrumb-a__link:hover:before,
.breadcrumb-b__link.is-active:before,
.breadcrumb-b__link:active:before,
.breadcrumb-b__link:hover:before {
  border-color: #394656;
  border-left-color: transparent;
}
.breadcrumb-a__link.is-active:after,
.breadcrumb-a__link:active:after,
.breadcrumb-a__link:hover:after,
.breadcrumb-b__link.is-active:after,
.breadcrumb-b__link:active:after,
.breadcrumb-b__link:hover:after {
  border-left-color: #394656;
}
.breadcrumb-a__link.is-current,
.breadcrumb-b__link.is-current {
  background: #c9ced4;
  color: #fff;
}
.breadcrumb-a__link.is-current:before,
.breadcrumb-b__link.is-current:before {
  border-color: #c9ced4;
  border-left-color: transparent;
}
.breadcrumb-a__link.is-current:after,
.breadcrumb-b__link.is-current:after {
  border-left-color: #c9ced4;
}
.breadcrumb-a__item:first-child .breadcrumb-a__link,
.breadcrumb-a__item:first-child .breadcrumb-b__link,
.breadcrumb-b__item:first-child .breadcrumb-a__link,
.breadcrumb-b__item:first-child .breadcrumb-b__link {
  padding-left: 15px;
  border-radius: 4px 0 0 4px;
}
.breadcrumb-a__item:first-child .breadcrumb-a__link:before,
.breadcrumb-a__item:first-child .breadcrumb-b__link:before,
.breadcrumb-b__item:first-child .breadcrumb-a__link:before,
.breadcrumb-b__item:first-child .breadcrumb-b__link:before {
  border: none;
}
.breadcrumb-a__item:last-child .breadcrumb-a__link,
.breadcrumb-a__item:last-child .breadcrumb-b__link,
.breadcrumb-b__item:last-child .breadcrumb-a__link,
.breadcrumb-b__item:last-child .breadcrumb-b__link {
  padding-right: 15px;
  border-radius: 0 4px 4px 0;
}
.breadcrumb-a__item:last-child .breadcrumb-a__link:after,
.breadcrumb-a__item:last-child .breadcrumb-b__link:after,
.breadcrumb-b__item:last-child .breadcrumb-a__link:after,
.breadcrumb-b__item:last-child .breadcrumb-b__link:after {
  border: none;
}
.breadcrumb-a__link:not(.is-current).is-active .breadcrumb-a__point,
.breadcrumb-a__link:not(.is-current).is-active .breadcrumb-b__point,
.breadcrumb-a__link:not(.is-current):active .breadcrumb-a__point,
.breadcrumb-a__link:not(.is-current):active .breadcrumb-b__point,
.breadcrumb-a__link:not(.is-current):hover .breadcrumb-a__point,
.breadcrumb-a__link:not(.is-current):hover .breadcrumb-b__point,
.breadcrumb-b__link:not(.is-current).is-active .breadcrumb-a__point,
.breadcrumb-b__link:not(.is-current).is-active .breadcrumb-b__point,
.breadcrumb-b__link:not(.is-current):active .breadcrumb-a__point,
.breadcrumb-b__link:not(.is-current):active .breadcrumb-b__point,
.breadcrumb-b__link:not(.is-current):hover .breadcrumb-a__point,
.breadcrumb-b__link:not(.is-current):hover .breadcrumb-b__point {
  color: #394656;
}
.breadcrumb-a--primary .breadcrumb-a__link:not(.is-current).is-active,
.breadcrumb-a--primary .breadcrumb-a__link:not(.is-current):active,
.breadcrumb-a--primary .breadcrumb-a__link:not(.is-current):hover,
.breadcrumb-a--primary .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-a--primary .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-a--primary .breadcrumb-b__link:not(.is-current):hover,
.breadcrumb-b--primary .breadcrumb-a__link:not(.is-current).is-active,
.breadcrumb-b--primary .breadcrumb-a__link:not(.is-current):active,
.breadcrumb-b--primary .breadcrumb-a__link:not(.is-current):hover,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current):hover {
  background: #445464;
  color: #fff;
}
.breadcrumb-a--primary .breadcrumb-a__link:not(.is-current).is-active:before,
.breadcrumb-a--primary .breadcrumb-a__link:not(.is-current):active:before,
.breadcrumb-a--primary .breadcrumb-a__link:not(.is-current):hover:before,
.breadcrumb-a--primary .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-a--primary .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-a--primary .breadcrumb-b__link:not(.is-current):hover:before,
.breadcrumb-b--primary .breadcrumb-a__link:not(.is-current).is-active:before,
.breadcrumb-b--primary .breadcrumb-a__link:not(.is-current):active:before,
.breadcrumb-b--primary .breadcrumb-a__link:not(.is-current):hover:before,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current):hover:before {
  border-color: #445464;
  border-left-color: transparent;
}
.breadcrumb-a--primary .breadcrumb-a__link:not(.is-current).is-active:after,
.breadcrumb-a--primary .breadcrumb-a__link:not(.is-current):active:after,
.breadcrumb-a--primary .breadcrumb-a__link:not(.is-current):hover:after,
.breadcrumb-a--primary .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-a--primary .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-a--primary .breadcrumb-b__link:not(.is-current):hover:after,
.breadcrumb-b--primary .breadcrumb-a__link:not(.is-current).is-active:after,
.breadcrumb-b--primary .breadcrumb-a__link:not(.is-current):active:after,
.breadcrumb-b--primary .breadcrumb-a__link:not(.is-current):hover:after,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current):hover:after {
  border-left-color: #445464;
}
.breadcrumb-a--primary
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-a--primary
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-a--primary
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-a--primary
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-a--primary
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-a--primary
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-a--primary
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-a--primary
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-a--primary
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-a--primary
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-a--primary
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-a--primary
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-b--primary
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-b--primary
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-b--primary
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-b--primary
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-b--primary
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-b--primary
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-b--primary
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-b--primary
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-b--primary
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-b--primary
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-b--primary
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-b--primary
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-b__point {
  color: #445464;
}
.breadcrumb-a--success .breadcrumb-a__link:not(.is-current).is-active,
.breadcrumb-a--success .breadcrumb-a__link:not(.is-current):active,
.breadcrumb-a--success .breadcrumb-a__link:not(.is-current):hover,
.breadcrumb-a--success .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-a--success .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-a--success .breadcrumb-b__link:not(.is-current):hover,
.breadcrumb-b--success .breadcrumb-a__link:not(.is-current).is-active,
.breadcrumb-b--success .breadcrumb-a__link:not(.is-current):active,
.breadcrumb-b--success .breadcrumb-a__link:not(.is-current):hover,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current):hover {
  background: #82c250;
  color: #fff;
}
.breadcrumb-a--success .breadcrumb-a__link:not(.is-current).is-active:before,
.breadcrumb-a--success .breadcrumb-a__link:not(.is-current):active:before,
.breadcrumb-a--success .breadcrumb-a__link:not(.is-current):hover:before,
.breadcrumb-a--success .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-a--success .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-a--success .breadcrumb-b__link:not(.is-current):hover:before,
.breadcrumb-b--success .breadcrumb-a__link:not(.is-current).is-active:before,
.breadcrumb-b--success .breadcrumb-a__link:not(.is-current):active:before,
.breadcrumb-b--success .breadcrumb-a__link:not(.is-current):hover:before,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current):hover:before {
  border-color: #82c250;
  border-left-color: transparent;
}
.breadcrumb-a--success .breadcrumb-a__link:not(.is-current).is-active:after,
.breadcrumb-a--success .breadcrumb-a__link:not(.is-current):active:after,
.breadcrumb-a--success .breadcrumb-a__link:not(.is-current):hover:after,
.breadcrumb-a--success .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-a--success .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-a--success .breadcrumb-b__link:not(.is-current):hover:after,
.breadcrumb-b--success .breadcrumb-a__link:not(.is-current).is-active:after,
.breadcrumb-b--success .breadcrumb-a__link:not(.is-current):active:after,
.breadcrumb-b--success .breadcrumb-a__link:not(.is-current):hover:after,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current):hover:after {
  border-left-color: #82c250;
}
.breadcrumb-a--success
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-a--success
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-a--success
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-a--success
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-a--success
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-a--success
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-a--success
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-a--success
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-a--success
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-a--success
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-a--success
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-a--success
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-b--success
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-b--success
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-b--success
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-b--success
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-b--success
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-b--success
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-b--success
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-b--success
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-b--success
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-b--success
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-b--success
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-b--success
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-b__point {
  color: #82c250;
}
.breadcrumb-a--info .breadcrumb-a__link:not(.is-current).is-active,
.breadcrumb-a--info .breadcrumb-a__link:not(.is-current):active,
.breadcrumb-a--info .breadcrumb-a__link:not(.is-current):hover,
.breadcrumb-a--info .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-a--info .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-a--info .breadcrumb-b__link:not(.is-current):hover,
.breadcrumb-b--info .breadcrumb-a__link:not(.is-current).is-active,
.breadcrumb-b--info .breadcrumb-a__link:not(.is-current):active,
.breadcrumb-b--info .breadcrumb-a__link:not(.is-current):hover,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current):hover {
  background: #394656;
  color: #fff;
}
.breadcrumb-a--info .breadcrumb-a__link:not(.is-current).is-active:before,
.breadcrumb-a--info .breadcrumb-a__link:not(.is-current):active:before,
.breadcrumb-a--info .breadcrumb-a__link:not(.is-current):hover:before,
.breadcrumb-a--info .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-a--info .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-a--info .breadcrumb-b__link:not(.is-current):hover:before,
.breadcrumb-b--info .breadcrumb-a__link:not(.is-current).is-active:before,
.breadcrumb-b--info .breadcrumb-a__link:not(.is-current):active:before,
.breadcrumb-b--info .breadcrumb-a__link:not(.is-current):hover:before,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current):hover:before {
  border-color: #394656;
  border-left-color: transparent;
}
.breadcrumb-a--info .breadcrumb-a__link:not(.is-current).is-active:after,
.breadcrumb-a--info .breadcrumb-a__link:not(.is-current):active:after,
.breadcrumb-a--info .breadcrumb-a__link:not(.is-current):hover:after,
.breadcrumb-a--info .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-a--info .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-a--info .breadcrumb-b__link:not(.is-current):hover:after,
.breadcrumb-b--info .breadcrumb-a__link:not(.is-current).is-active:after,
.breadcrumb-b--info .breadcrumb-a__link:not(.is-current):active:after,
.breadcrumb-b--info .breadcrumb-a__link:not(.is-current):hover:after,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current):hover:after {
  border-left-color: #394656;
}
.breadcrumb-a--info
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-a--info
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-a--info
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-a--info
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-a--info
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-a--info
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-a--info
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-a--info
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-a--info
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-a--info
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-a--info
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-a--info
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-b--info
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-b--info
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-b--info
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-b--info
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-b--info
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-b--info
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-b--info
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-b--info
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-b--info
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-b--info
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-b--info
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-b--info
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-b__point {
  color: #394656;
}
.breadcrumb-a--danger .breadcrumb-a__link:not(.is-current).is-active,
.breadcrumb-a--danger .breadcrumb-a__link:not(.is-current):active,
.breadcrumb-a--danger .breadcrumb-a__link:not(.is-current):hover,
.breadcrumb-a--danger .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-a--danger .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-a--danger .breadcrumb-b__link:not(.is-current):hover,
.breadcrumb-b--danger .breadcrumb-a__link:not(.is-current).is-active,
.breadcrumb-b--danger .breadcrumb-a__link:not(.is-current):active,
.breadcrumb-b--danger .breadcrumb-a__link:not(.is-current):hover,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current):hover {
  background: #eb3b48;
  color: #fff;
}
.breadcrumb-a--danger .breadcrumb-a__link:not(.is-current).is-active:before,
.breadcrumb-a--danger .breadcrumb-a__link:not(.is-current):active:before,
.breadcrumb-a--danger .breadcrumb-a__link:not(.is-current):hover:before,
.breadcrumb-a--danger .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-a--danger .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-a--danger .breadcrumb-b__link:not(.is-current):hover:before,
.breadcrumb-b--danger .breadcrumb-a__link:not(.is-current).is-active:before,
.breadcrumb-b--danger .breadcrumb-a__link:not(.is-current):active:before,
.breadcrumb-b--danger .breadcrumb-a__link:not(.is-current):hover:before,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current):hover:before {
  border-color: #eb3b48;
  border-left-color: transparent;
}
.breadcrumb-a--danger .breadcrumb-a__link:not(.is-current).is-active:after,
.breadcrumb-a--danger .breadcrumb-a__link:not(.is-current):active:after,
.breadcrumb-a--danger .breadcrumb-a__link:not(.is-current):hover:after,
.breadcrumb-a--danger .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-a--danger .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-a--danger .breadcrumb-b__link:not(.is-current):hover:after,
.breadcrumb-b--danger .breadcrumb-a__link:not(.is-current).is-active:after,
.breadcrumb-b--danger .breadcrumb-a__link:not(.is-current):active:after,
.breadcrumb-b--danger .breadcrumb-a__link:not(.is-current):hover:after,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current):hover:after {
  border-left-color: #eb3b48;
}
.breadcrumb-a--danger
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-a--danger
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-a--danger
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-a--danger
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-a--danger
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-a--danger
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-a--danger
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-a--danger
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-a--danger
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-a--danger
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-a--danger
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-a--danger
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-b--danger
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-b--danger
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-b--danger
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-b--danger
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-b--danger
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-b--danger
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-b--danger
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-b--danger
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-b--danger
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-b--danger
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-b--danger
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-b--danger
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-b__point {
  color: #eb3b48;
}
.breadcrumb-a--warning .breadcrumb-a__link:not(.is-current).is-active,
.breadcrumb-a--warning .breadcrumb-a__link:not(.is-current):active,
.breadcrumb-a--warning .breadcrumb-a__link:not(.is-current):hover,
.breadcrumb-a--warning .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-a--warning .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-a--warning .breadcrumb-b__link:not(.is-current):hover,
.breadcrumb-b--warning .breadcrumb-a__link:not(.is-current).is-active,
.breadcrumb-b--warning .breadcrumb-a__link:not(.is-current):active,
.breadcrumb-b--warning .breadcrumb-a__link:not(.is-current):hover,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current):hover {
  background: #f48221;
  color: #fff;
}
.breadcrumb-a--warning .breadcrumb-a__link:not(.is-current).is-active:before,
.breadcrumb-a--warning .breadcrumb-a__link:not(.is-current):active:before,
.breadcrumb-a--warning .breadcrumb-a__link:not(.is-current):hover:before,
.breadcrumb-a--warning .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-a--warning .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-a--warning .breadcrumb-b__link:not(.is-current):hover:before,
.breadcrumb-b--warning .breadcrumb-a__link:not(.is-current).is-active:before,
.breadcrumb-b--warning .breadcrumb-a__link:not(.is-current):active:before,
.breadcrumb-b--warning .breadcrumb-a__link:not(.is-current):hover:before,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current):hover:before {
  border-color: #f48221;
  border-left-color: transparent;
}
.breadcrumb-a--warning .breadcrumb-a__link:not(.is-current).is-active:after,
.breadcrumb-a--warning .breadcrumb-a__link:not(.is-current):active:after,
.breadcrumb-a--warning .breadcrumb-a__link:not(.is-current):hover:after,
.breadcrumb-a--warning .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-a--warning .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-a--warning .breadcrumb-b__link:not(.is-current):hover:after,
.breadcrumb-b--warning .breadcrumb-a__link:not(.is-current).is-active:after,
.breadcrumb-b--warning .breadcrumb-a__link:not(.is-current):active:after,
.breadcrumb-b--warning .breadcrumb-a__link:not(.is-current):hover:after,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current):hover:after {
  border-left-color: #f48221;
}
.breadcrumb-a--warning
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-a--warning
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-a--warning
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-a--warning
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-a--warning
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-a--warning
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-a--warning
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-a--warning
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-a--warning
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-a--warning
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-a--warning
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-a--warning
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-b--warning
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-b--warning
  .breadcrumb-a__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-b--warning
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-b--warning
  .breadcrumb-a__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-b--warning
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-b--warning
  .breadcrumb-a__link:not(.is-current):hover
  .breadcrumb-b__point,
.breadcrumb-b--warning
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-a__point,
.breadcrumb-b--warning
  .breadcrumb-b__link:not(.is-current).is-active
  .breadcrumb-b__point,
.breadcrumb-b--warning
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-a__point,
.breadcrumb-b--warning
  .breadcrumb-b__link:not(.is-current):active
  .breadcrumb-b__point,
.breadcrumb-b--warning
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-a__point,
.breadcrumb-b--warning
  .breadcrumb-b__link:not(.is-current):hover
  .breadcrumb-b__point {
  color: #f48221;
}
.breadcrumb-b__point {
  color: #939daa;
}
.breadcrumb-b__link {
  background: #939daa;
  color: #fff;
}
.breadcrumb-b__link:before {
  border-color: #939daa;
  border-left-color: transparent;
}
.breadcrumb-b__link:after {
  border-color: transparent;
  border-left-color: #939daa;
}
.breadcrumb-b__link:active {
  color: #fff;
}
.breadcrumb-b__link.is-current {
  background: #939daa;
  color: #fff;
}
.breadcrumb-b__link.is-current:before {
  border-color: #939daa;
  border-left-color: transparent;
}
.breadcrumb-b__link.is-current:after {
  border-left-color: #939daa;
}
.breadcrumb-b--primary .breadcrumb-b__point {
  color: #7c8793;
}
.breadcrumb-b--primary .breadcrumb-b__link {
  background: #7c8793;
  color: #fff;
}
.breadcrumb-b--primary .breadcrumb-b__link:before {
  border-color: #7c8793;
  border-left-color: transparent;
}
.breadcrumb-b--primary .breadcrumb-b__link:after {
  border-color: transparent;
  border-left-color: #7c8793;
}
.breadcrumb-b--primary .breadcrumb-b__link.is-current {
  background: #606e7b;
  color: #fff;
}
.breadcrumb-b--primary .breadcrumb-b__link.is-current:before {
  border-color: #606e7b;
  border-left-color: transparent;
}
.breadcrumb-b--primary .breadcrumb-b__link.is-current:after {
  border-left-color: #606e7b;
}
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current):hover {
  background: #445464;
  color: #fff;
}
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current):hover:before {
  border-color: #445464;
  border-left-color: transparent;
}
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-b--primary .breadcrumb-b__link:not(.is-current):hover:after {
  border-left-color: #445464;
}
.breadcrumb-b--success .breadcrumb-b__point {
  color: #82c250;
}
.breadcrumb-b--success .breadcrumb-b__link {
  background: #a8d485;
  color: #fff;
}
.breadcrumb-b--success .breadcrumb-b__link:before {
  border-color: #a8d485;
  border-left-color: transparent;
}
.breadcrumb-b--success .breadcrumb-b__link:after {
  border-color: transparent;
  border-left-color: #a8d485;
}
.breadcrumb-b--success .breadcrumb-b__link.is-current {
  background: #95cb6a;
  color: #fff;
}
.breadcrumb-b--success .breadcrumb-b__link.is-current:before {
  border-color: #95cb6a;
  border-left-color: transparent;
}
.breadcrumb-b--success .breadcrumb-b__link.is-current:after {
  border-left-color: #95cb6a;
}
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current):hover {
  background: #82c250;
  color: #fff;
}
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current):hover:before {
  border-color: #82c250;
  border-left-color: transparent;
}
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-b--success .breadcrumb-b__link:not(.is-current):hover:after {
  border-left-color: #82c250;
}
.breadcrumb-b--info .breadcrumb-b__point {
  color: #939daa;
}
.breadcrumb-b--info .breadcrumb-b__link {
  background: #939daa;
  color: #fff;
}
.breadcrumb-b--info .breadcrumb-b__link:before {
  border-color: #939daa;
  border-left-color: transparent;
}
.breadcrumb-b--info .breadcrumb-b__link:after {
  border-color: transparent;
  border-left-color: #939daa;
}
.breadcrumb-b--info .breadcrumb-b__link.is-current {
  background: #939daa;
  color: #fff;
}
.breadcrumb-b--info .breadcrumb-b__link.is-current:before {
  border-color: #939daa;
  border-left-color: transparent;
}
.breadcrumb-b--info .breadcrumb-b__link.is-current:after {
  border-left-color: #939daa;
}
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current):hover {
  background: #394656;
  color: #fff;
}
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current):hover:before {
  border-color: #394656;
  border-left-color: transparent;
}
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-b--info .breadcrumb-b__link:not(.is-current):hover:after {
  border-left-color: #394656;
}
.breadcrumb-b--danger .breadcrumb-b__point {
  color: #f1767f;
}
.breadcrumb-b--danger .breadcrumb-b__link {
  background: #f1767f;
  color: #fff;
}
.breadcrumb-b--danger .breadcrumb-b__link:before {
  border-color: #f1767f;
  border-left-color: transparent;
}
.breadcrumb-b--danger .breadcrumb-b__link:after {
  border-color: transparent;
  border-left-color: #f1767f;
}
.breadcrumb-b--danger .breadcrumb-b__link.is-current {
  background: #ee5863;
  color: #fff;
}
.breadcrumb-b--danger .breadcrumb-b__link.is-current:before {
  border-color: #ee5863;
  border-left-color: transparent;
}
.breadcrumb-b--danger .breadcrumb-b__link.is-current:after {
  border-left-color: #ee5863;
}
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current):hover {
  background: #eb3b48;
  color: #fff;
}
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current):hover:before {
  border-color: #eb3b48;
  border-left-color: transparent;
}
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-b--danger .breadcrumb-b__link:not(.is-current):hover:after {
  border-left-color: #eb3b48;
}
.breadcrumb-b--warning .breadcrumb-b__point {
  color: #f7a864;
}
.breadcrumb-b--warning .breadcrumb-b__link {
  background: #f7a864;
  color: #fff;
}
.breadcrumb-b--warning .breadcrumb-b__link:before {
  border-color: #f7a864;
  border-left-color: transparent;
}
.breadcrumb-b--warning .breadcrumb-b__link:after {
  border-color: transparent;
  border-left-color: #f7a864;
}
.breadcrumb-b--warning .breadcrumb-b__link.is-current {
  background: #f69542;
  color: #fff;
}
.breadcrumb-b--warning .breadcrumb-b__link.is-current:before {
  border-color: #f69542;
  border-left-color: transparent;
}
.breadcrumb-b--warning .breadcrumb-b__link.is-current:after {
  border-left-color: #f69542;
}
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current).is-active,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current):active,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current):hover {
  background: #f48221;
  color: #fff;
}
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current).is-active:before,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current):active:before,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current):hover:before {
  border-color: #f48221;
  border-left-color: transparent;
}
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current).is-active:after,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current):active:after,
.breadcrumb-b--warning .breadcrumb-b__link:not(.is-current):hover:after {
  border-left-color: #f48221;
}
button:focus {
  outline: none;
}
.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 1.429;
  border-radius: 3px;
}
.btn.focus,
.btn:focus {
  box-shadow: none !important;
}
.btn.disabled,
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):enabled,
.btn:not([disabled]):not(.disabled):focus {
  box-shadow: none;
  outline: none;
}
.btn .btn-icon {
  position: relative;
  display: inline-block;
  height: 16px;
  font-size: 16px;
  top: 0;
}
.btn .btn-icon.mdi {
  font-size: 18px;
  line-height: 18px;
  height: auto;
}
.btn.icon-right .btn-icon {
  margin-left: 8px;
}
.btn.icon-left {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.btn.icon-left .btn-icon {
  margin-right: 8px;
}
.btn.btn--rounded,
.btn.btn-rounded {
  border-radius: 21px;
}
.btn.is-loading,
.btn.is-loading:hover {
  position: relative;
  color: transparent !important;
}
.btn.is-loading:before,
.btn.is-loading:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/loaders/three-dots.svg) no-repeat 50%;
  background-size: 40%;
  z-index: 1;
}
.btn-sm {
  padding: 2px 11px;
  font-size: 14px;
}
.btn-sm .btn-icon {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.btn-white {
  color: #111;
  border-color: #fff;
}
.btn-white,
.btn-white.disabled,
.btn-white:active,
.btn-white:disabled,
.btn-white:hover:enabled {
  background-color: #fff;
}
.btn-gray {
  background-color: #c9ced4;
  color: #fff;
  border-color: #c9ced4;
}
.btn-gray:hover:enabled {
  color: #fff;
  background-color: #c0c6cd;
}
.btn-gray:active,
.btn-gray:focus {
  color: #fff;
  background-color: #b5bcc4;
}
.btn-gray.disabled,
.btn-gray:disabled {
  color: #fff;
  background-color: #c9ced4;
}
.btn-enabled {
  background-color: #e8f7ee;
  color: #35ae47;
  border-color: #e8f7ee;
}
.btn-enabled:hover {
  background: #e0f4e8;
  border-color: #e0f4e8;
  color: #35ae47;
}
.btn-enabled:active {
  background: #d5f0e0;
}
.btn-enabled.disabled,
.btn-enabled:disabled {
  background-color: rgba(53, 174, 71, 0.05);
}
.btn-disabled {
  background-color: #feeaed;
  color: #eb3b48;
  border-color: #feeaed;
}
.btn-disabled:hover {
  background: #fee0e5;
  border-color: #fee0e5;
  color: #eb3b48;
}
.btn-disabled:active {
  background: #fdd2d8;
}
.btn-disabled.disabled,
.btn-disabled:disabled {
  background-color: rgba(235, 59, 72, 0.05);
}
.btn-success {
  background-color: #82c250;
  color: #fff;
  border-color: #82c250;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: none;
}
.btn-success:hover:enabled {
  background-color: #72b43f;
  border-color: #72b43f;
}
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled):focus {
  background-color: #72b43f;
  border-color: #72b43f;
  color: #fff;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  background: #82c250;
  border-color: #82c250;
}
.show > .btn-outline-success.dropdown-toggle,
.show > .btn-success.dropdown-toggle {
  background-color: #72b43f;
  border-color: #72b43f;
  color: #fff;
  box-shadow: none;
}
.show > .btn-outline-success.dropdown-toggle:after,
.show > .btn-success.dropdown-toggle:after {
  color: #fff;
}
.btn-outline-success,
.btn.btn-outline-success.dropdown-toggle {
  color: #82c250;
  border-color: #82c250;
}
.btn-outline-success:after,
.btn.btn-outline-success.dropdown-toggle:after {
  color: #82c250;
}
.btn-outline-success:hover,
.btn.btn-outline-success.dropdown-toggle:hover {
  background-color: #82c250;
  border-color: #82c250;
  color: #fff;
}
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn.btn-outline-success.dropdown-toggle.focus,
.btn.btn-outline-success.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled):focus,
.btn.btn-outline-success.dropdown-toggle:not([disabled]):not(.disabled).active,
.btn.btn-outline-success.dropdown-toggle:not([disabled]):not(.disabled):active,
.btn.btn-outline-success.dropdown-toggle:not([disabled]):not(.disabled):focus {
  background-color: #72b43f;
  box-shadow: none;
  border-color: #72b43f;
  color: #fff;
}
.btn-info,
.btn-outline-success.active:after,
.btn-outline-success:active:after,
.btn-outline-success:focus:after,
.btn-outline-success:hover:after,
.btn.btn-outline-success.dropdown-toggle.active:after,
.btn.btn-outline-success.dropdown-toggle:active:after,
.btn.btn-outline-success.dropdown-toggle:focus:after,
.btn.btn-outline-success.dropdown-toggle:hover:after {
  color: #fff;
}
.btn-info {
  background-color: #394656;
  border-color: #394656;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: none;
}
.btn-info:hover {
  background: #939daa;
  border-color: #939daa;
}
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled):focus {
  background: #939daa;
  border-color: #939daa;
  box-shadow: none;
  color: #fff;
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #394656;
}
.show > .btn-info.dropdown-toggle,
.show > .btn-outline-info.dropdown-toggle {
  background: #939daa;
  border-color: #939daa;
  box-shadow: none;
}
.show > .btn-info.dropdown-toggle:after,
.show > .btn-outline-info.dropdown-toggle:after {
  color: #fff;
}
.btn-outline-info,
.btn.btn-outline-info.dropdown-toggle {
  color: #394656;
  border-color: #394656;
}
.btn-outline-info:after,
.btn.btn-outline-info.dropdown-toggle:after {
  color: #394656;
}
.btn-outline-info:hover,
.btn.btn-outline-info.dropdown-toggle:hover {
  background-color: #939daa;
  border-color: #939daa;
  color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus,
.btn.btn-outline-info.dropdown-toggle.focus,
.btn.btn-outline-info.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled):focus,
.btn.btn-outline-info.dropdown-toggle:not([disabled]):not(.disabled).active,
.btn.btn-outline-info.dropdown-toggle:not([disabled]):not(.disabled):active,
.btn.btn-outline-info.dropdown-toggle:not([disabled]):not(.disabled):focus {
  background-color: #939daa;
  box-shadow: none;
  border-color: #939daa;
  color: #fff;
}
.btn-outline-info.active:after,
.btn-outline-info:active:after,
.btn-outline-info:focus:after,
.btn-outline-info:hover:after,
.btn.btn-outline-info.dropdown-toggle.active:after,
.btn.btn-outline-info.dropdown-toggle:active:after,
.btn.btn-outline-info.dropdown-toggle:focus:after,
.btn.btn-outline-info.dropdown-toggle:hover:after {
  color: #fff;
}
.btn-secondary {
  color: #fff;
  background-color: #bcc5cb;
  border-color: #bcc5cb;
}
.btn-secondary:after {
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none !important;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #b0bbc2;
  border-color: #b0bbc2;
}
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled):focus {
  color: #fff;
  background: #b0bbc2;
  border-color: #b0bbc2;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background: #bcc5cb;
  border-color: #bcc5cb;
}
.btn.dropdown-toggle:after {
  color: #fff;
}
.show > .btn-outline-secondary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background: #b0bbc2;
  border-color: #b0bbc2;
  box-shadow: none;
}
.show > .btn-outline-secondary.dropdown-toggle:after,
.show > .btn-secondary.dropdown-toggle:after {
  color: #fff;
}
.btn-outline-secondary,
.btn-outline-secondary.dropdown-toggle {
  color: #939daa;
  border-color: #d3d9dd;
}
.btn-outline-secondary.dropdown-toggle:after,
.btn-outline-secondary:after {
  color: #939daa;
}
.btn-outline-secondary.dropdown-toggle:hover,
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #b0bbc2;
  border-color: #b0bbc2;
}
.btn-outline-secondary.dropdown-toggle.focus,
.btn-outline-secondary.dropdown-toggle:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: none;
}
.btn-outline-secondary.dropdown-toggle:not([disabled]):not(.disabled).active,
.btn-outline-secondary.dropdown-toggle:not([disabled]):not(.disabled):active,
.btn-outline-secondary.dropdown-toggle:not([disabled]):not(.disabled):focus,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled):focus {
  background-color: #b0bbc2;
  box-shadow: none;
  border-color: #b0bbc2;
  color: #fff;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary.dropdown-toggle.disabled,
.btn-outline-secondary.dropdown-toggle:disabled,
.btn-outline-secondary:disabled {
  border-color: #bcc5cb;
  color: #939daa;
}
.btn-outline-secondary.active:after,
.btn-outline-secondary.dropdown-toggle.active:after,
.btn-outline-secondary.dropdown-toggle:active:after,
.btn-outline-secondary.dropdown-toggle:focus:after,
.btn-outline-secondary.dropdown-toggle:hover:after,
.btn-outline-secondary:active:after,
.btn-outline-secondary:focus:after,
.btn-outline-secondary:hover:after {
  color: #fff;
}
.btn-purple {
  background-color: #394656;
  color: #fff;
  border-color: #394656;
}
.btn-purple:hover {
  color: #fff;
}
.btn-purple:hover:enabled {
  background-color: #6b49d1;
  border-color: #6b49d1;
}
.btn-purple:not([disabled]):not(.disabled).active,
.btn-purple:not([disabled]):not(.disabled):active,
.btn-purple:not([disabled]):not(.disabled):focus {
  background-color: #613dd1;
  color: #fff;
  box-shadow: none;
  border-color: #613dd1;
}
.btn-purple.disabled,
.btn-purple:disabled {
  background-color: #394656;
}
.btn-outline-purple {
  color: #394656;
  background: transparent;
  border-color: #394656;
}
.btn-outline-purple:hover:enabled {
  color: #fff;
  background-color: #6b49d1;
  border-color: #6b49d1;
}
.btn-outline-purple:not([disabled]):not(.disabled).active,
.btn-outline-purple:not([disabled]):not(.disabled):active,
.btn-outline-purple:not([disabled]):not(.disabled):focus {
  color: #fff;
  background-color: #613dd1;
  box-shadow: none;
  border-color: #613dd1;
}
.btn-danger {
  background-color: #eb3b48;
  color: #fff;
  border-color: #eb3b48;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: none;
}
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled):focus {
  background-color: #cb2529;
  color: #fff;
  box-shadow: none;
  border-color: #cb2529;
}
.btn-danger:hover:enabled {
  background-color: #e02b34;
  border-color: #e02b34;
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #eb3b48;
}
.btn-outline-danger,
.btn-outline-danger.dropdown-toggle {
  color: #eb3b48;
  border-color: #eb3b48;
}
.btn-outline-danger.dropdown-toggle:after,
.btn-outline-danger:after {
  color: #eb3b48;
}
.btn-outline-danger.dropdown-toggle:hover,
.btn-outline-danger:hover {
  background-color: #e02b34;
  border-color: #e02b34;
  color: #fff;
}
.btn-outline-danger.dropdown-toggle.focus,
.btn-outline-danger.dropdown-toggle:focus,
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: none;
}
.btn-outline-danger.dropdown-toggle:not([disabled]):not(.disabled).active,
.btn-outline-danger.dropdown-toggle:not([disabled]):not(.disabled):active,
.btn-outline-danger.dropdown-toggle:not([disabled]):not(.disabled):focus,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled):focus {
  background-color: #e02b34;
  border-color: #e02b34;
  color: #fff;
}
.btn-outline-danger.active:after,
.btn-outline-danger.dropdown-toggle.active:after,
.btn-outline-danger.dropdown-toggle:active:after,
.btn-outline-danger.dropdown-toggle:focus:after,
.btn-outline-danger.dropdown-toggle:hover:after,
.btn-outline-danger:active:after,
.btn-outline-danger:focus:after,
.btn-outline-danger:hover:after {
  color: #fff;
}
.show > .btn-danger.dropdown-toggle,
.show > .btn-outline-danger.dropdown-toggle {
  background: #e02b34;
  border-color: #e02b34;
  color: #fff;
  box-shadow: none;
}
.show > .btn-danger.dropdown-toggle:after,
.show > .btn-outline-danger.dropdown-toggle:after {
  color: #fff;
}
.btn-primary {
  background-color: #445464;
  color: #fff;
  border-color: #445464;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled):focus {
  background-color: #2c3846;
  border-color: #2c3846;
  color: #fff;
  box-shadow: none;
}
.btn-primary:hover:enabled {
  background-color: #394656;
  border-color: #394656;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background: #445464;
  border-color: #445464;
}
.show > .btn-outline-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle {
  background-color: #394656;
  border-color: #394656;
  color: #fff;
  box-shadow: none;
}
.show > .btn-outline-primary.dropdown-toggle:after,
.show > .btn-primary.dropdown-toggle:after {
  color: #fff;
}
.btn-outline-primary,
.btn-outline-primary.dropdown-toggle {
  color: #445464;
  border-color: #445464;
}
.btn-outline-primary.dropdown-toggle:after,
.btn-outline-primary:after {
  color: #445464;
}
.btn-outline-primary.dropdown-toggle:hover,
.btn-outline-primary:hover {
  background-color: #394656;
  border-color: #445464;
  color: #fff;
}
.btn-outline-primary.dropdown-toggle.focus,
.btn-outline-primary.dropdown-toggle:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: none;
}
.btn-outline-primary.dropdown-toggle:not([disabled]):not(.disabled).active,
.btn-outline-primary.dropdown-toggle:not([disabled]):not(.disabled):active,
.btn-outline-primary.dropdown-toggle:not([disabled]):not(.disabled):focus,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled):focus {
  background-color: #2c3846;
  border-color: #2c3846;
  color: #fff;
  box-shadow: none;
}
.btn-outline-primary.active:after,
.btn-outline-primary.dropdown-toggle.active:after,
.btn-outline-primary.dropdown-toggle:active:after,
.btn-outline-primary.dropdown-toggle:focus:after,
.btn-outline-primary.dropdown-toggle:hover:after,
.btn-outline-primary:active:after,
.btn-outline-primary:focus:after,
.btn-outline-primary:hover:after {
  color: #fff;
}
.btn-warning {
  background-color: #f48221;
  color: #fff;
  border-color: transparent;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: none;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e77c1a;
  border-color: #e77c1a;
}
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled):focus {
  background-color: #e77c1a;
  color: #fff;
  box-shadow: none;
  border-color: #e77c1a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  background: #f48221;
  border-color: #f48221;
  color: #fff;
}
.show > .btn-outline-warning.dropdown-toggle,
.show > .btn-warning.dropdown-toggle {
  background-color: #e77c1a;
  color: #fff;
  box-shadow: none;
  border-color: #e77c1a;
}
.show > .btn-outline-warning.dropdown-toggle:after,
.show > .btn-warning.dropdown-toggle:after {
  color: #fff;
}
.btn.btn-outline-warning,
.btn.btn-outline-warning.dropdown-toggle {
  color: #f48221;
  border-color: #f48221;
}
.btn.btn-outline-warning.dropdown-toggle:after,
.btn.btn-outline-warning:after {
  color: #f48221;
}
.btn.btn-outline-warning.dropdown-toggle.focus,
.btn.btn-outline-warning.dropdown-toggle:focus,
.btn.btn-outline-warning.focus,
.btn.btn-outline-warning:focus {
  box-shadow: none;
}
.btn.btn-outline-warning.dropdown-toggle:hover,
.btn.btn-outline-warning:hover {
  background-color: #e77c1a;
  border-color: #e77c1a;
  color: #fff;
}
.btn.btn-outline-warning.dropdown-toggle:not([disabled]):not(.disabled).active,
.btn.btn-outline-warning.dropdown-toggle:not([disabled]):not(.disabled):active,
.btn.btn-outline-warning.dropdown-toggle:not([disabled]):not(.disabled):focus,
.btn.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn.btn-outline-warning:not([disabled]):not(.disabled):focus {
  background-color: #e77c1a;
  color: #fff;
  box-shadow: none;
  border-color: #e77c1a;
}
.btn.btn-outline-warning.active:after,
.btn.btn-outline-warning.dropdown-toggle.active:after,
.btn.btn-outline-warning.dropdown-toggle:active:after,
.btn.btn-outline-warning.dropdown-toggle:focus:after,
.btn.btn-outline-warning.dropdown-toggle:hover:after,
.btn.btn-outline-warning:active:after,
.btn.btn-outline-warning:focus:after,
.btn.btn-outline-warning:hover:after {
  color: #fff;
}
.btn-chambray {
  background-color: #395b95;
  color: #fff;
  border-color: #395b95;
}
.btn-chambray:hover:enabled {
  background-color: #36568e;
  border-color: #36568e;
}
.btn-chambray:not([disabled]):not(.disabled).active,
.btn-chambray:not([disabled]):not(.disabled):active,
.btn-chambray:not([disabled]):not(.disabled):focus {
  background-color: #314d7f;
  border-color: #314d7f;
  color: #fff;
  box-shadow: none;
}
.btn-chambray.disabled,
.btn-chambray:disabled {
  background-color: #395b95;
}
.btn-preloader {
  background-image: url(../img/preloader.svg) !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
}
.btn-preloader,
.btn-preloader:hover:enabled {
  color: transparent;
}
.btn-social {
  font-family: universe-admin;
  font-size: 34px;
  line-height: normal;
  border: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #bfc8cf;
  transition: color 0.2s;
}
.btn-social:focus {
  outline: none;
}
.btn-social:hover:enabled {
  color: #455161;
}
.btn-lg {
  padding: 11px 21px;
  font-size: 17px;
  line-height: 24px;
}
.btn-lg.btn-rounded {
  border-radius: 48px;
}
.btn-lg .btn-icon {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
}
.btn-group.btn-collection .btn.btn-secondary.active:enabled,
.btn-group.btn-collection .btn.btn-secondary:hover:enabled {
  color: #939daa;
  background-color: #e9ecf1;
}
.btn-group.btn-icon-group > .btn {
  padding: 7.21px 12px;
}
.btn-group .btn-icon {
  font-size: 16px;
}
.btn-group > .btn.dropdown-toggle:after {
  color: #fff;
}
.btn-group-lg > .btn {
  padding: 12px 20px;
  font-size: 14px;
}
.btn-group-lg.btn-icon-group > .btn {
  padding: 12.5px 18px;
}
.btn-group-lg .btn-icon {
  font-size: 18px;
}
.btn-group-sm > .btn {
  padding: 2px 11px;
  font-size: 14px;
}
.btn-group-sm.btn-icon-group > .btn {
  padding: 2.35px 7px;
}
.btn-group-sm .btn-icon {
  font-size: 12px;
  top: 2px;
}
.btn-md {
  height: 40px;
}
.btn-collection .btn {
  background: #fff;
  color: #939daa;
  border-color: #d3d9dd;
}
.btn-collection.btn-group-info .btn:hover {
  color: #394656;
}
.btn-collection.btn-group-info .btn.active {
  background: #394656;
  color: #fff;
  border-color: #394656;
}
.btn-collection.btn-group-info .btn.active + .btn {
  border-left-color: #394656;
}
.dropdown-toggle.dropdown-toggle-split {
  min-height: 36px;
  padding-left: 8px;
  padding-right: 8px;
}
.dropdown-toggle.dropdown-toggle-split:after {
  margin-left: 1px;
}
.switch {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 46px;
  height: 22px;
  margin: 0;
  padding: 0;
}
.switch input {
  display: none;
}
.switch input:before {
  transform: translateY(-50%);
}
.switch input:checked + .switch-slider {
  background: #82c250;
}
.switch input:checked + .switch-slider .switch-slider__on {
  opacity: 1;
}
.switch input:checked + .switch-slider .switch-slider__off {
  opacity: 0;
}
.switch input:checked + .switch-slider:before {
  transform: translate(24px, -50%);
}
.switch input:disabled + .switch-slider {
  opacity: 0.5;
}
.switch input:focus + .switch-slider {
  box-shadow: 0 0 1px #c8cdd3;
}
.switch input:focus + .switch-slider .switch-slider__on {
  font-size: 0;
}
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background-color: #c8cdd3;
  transition: 0.4s;
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
.switch-slider__off {
  position: absolute;
  right: 7px;
  font-family: universe-admin;
  font-size: 10px;
  line-height: normal;
  color: #fff;
  transition: opacity 0.2s;
  opacity: 1;
  width: 11px;
  height: 11px;
}
.switch-slider__off:before {
  content: "";
  top: 11px;
  position: absolute;
  transition: opacity 0.2s;
  transform: translateY(-50%);
}
.switch-slider__on {
  width: 11px;
  height: 11px;
  left: 8px;
  opacity: 0;
}
.switch-slider__on,
.switch-slider__on:before {
  position: absolute;
  color: #fff;
  transition: opacity 0.2s;
}
.switch-slider__on:before {
  content: "";
  font-family: universe-admin;
  font-size: 10px;
  line-height: normal;
  transform: translateY(-50%);
  right: 0;
  top: 11px;
}
.switch--sm {
  width: 38px;
  height: 16px;
}
.switch--sm .switch-slider:before {
  height: 14px;
  width: 14px;
}
.switch--sm input:checked + .switch-slider:before {
  transform: translate(22px, -50%);
}
.switch--info input:checked + .switch-slider {
  background-color: #394656;
}
.switch--bg-danger .switch-slider {
  background-color: #eb3b48;
}
.switch--bg-warning .switch-slider {
  background-color: #f48221;
}
.switch-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-inline__text {
  margin-left: 10px;
  line-height: 16px;
}
.switch-inline.is-disabled .switch-inline__text {
  opacity: 0.5;
}
.material-switch {
  display: inline-block;
  padding: 0;
  margin-left: 4px;
  margin-right: 4px;
}
.material-switch input[type="checkbox"] {
  display: none;
}
.material-switch label {
  cursor: pointer;
  height: 0;
  position: relative;
  width: 40px;
}
.material-switch label:before {
  background: #c8cdd3;
  border-radius: 8px;
  height: 16px;
  width: 40px;
}
.material-switch label:after,
.material-switch label:before {
  content: "";
  margin-top: -8px;
  position: absolute;
  transition: all 0.4s;
}
.material-switch label:after {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 24px;
  height: 24px;
  left: -4px;
  top: -4px;
}
.material-switch input[type="checkbox"]:disabled + label {
  opacity: 0.7;
}
.material-switch input[type="checkbox"]:checked:disabled + label {
  opacity: 0.5;
}
.material-switch input[type="checkbox"]:checked + label:before {
  background: #939daa;
}
.material-switch input[type="checkbox"]:checked + label:after {
  background: #394656;
  left: 20px;
}
.material-switch--sm label {
  width: 36px;
}
.material-switch--sm label:before {
  height: 10px;
  margin-top: -6px;
  width: 36px;
}
.material-switch--sm label:after {
  height: 18px;
  width: 18px;
  margin-top: -6px;
}
.material-switch--sm input[type="checkbox"]:checked + label:after {
  left: 22px;
}
.material-switch--primary input[type="checkbox"]:checked + label:before {
  background: rgba(68, 84, 100, 0.3);
}
.material-switch--primary input[type="checkbox"]:checked + label:after {
  background: #445464;
}
.material-switch--success input[type="checkbox"]:checked + label:before {
  background: rgba(130, 194, 80, 0.3);
}
.material-switch--success input[type="checkbox"]:checked + label:after {
  background: #82c250;
}
.material-switch--info input[type="checkbox"]:checked + label:before {
  background: #939daa;
}
.material-switch--info input[type="checkbox"]:checked + label:after {
  background: #394656;
}
.material-switch--warning input[type="checkbox"]:checked + label:before {
  background: rgba(244, 130, 33, 0.3);
}
.material-switch--warning input[type="checkbox"]:checked + label:after {
  background: #f48221;
}
.material-switch--danger input[type="checkbox"]:checked + label:before {
  background: rgba(235, 59, 72, 0.3);
}
.material-switch--danger input[type="checkbox"]:checked + label:after {
  background: #eb3b48;
}
.switch-simple {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 46px;
  background: #f8f9fb;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  transition: background 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}
.switch-simple,
.switch-simple:after {
  height: 20px;
  border: 1px solid #c9ced4;
  border-radius: 2px;
}
.switch-simple:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 20px;
  background: #c9ced4;
  transition: left 0.4s;
}
.switch-simple:checked {
  background: #f8f9fb;
  border-color: #394656;
}
.switch-simple:checked:after {
  left: 25px;
  border-color: #394656;
  background: #394656;
}
.switch-simple:disabled {
  opacity: 0.6;
}
.switch-simple:checked:disabled {
  opacity: 0.5;
}
.switch-simple--sm {
  height: 16px;
  width: 38px;
}
.switch-simple--sm:after {
  width: 16px;
  height: 16px;
}
.switch-simple--sm:checked:after {
  left: 21px;
}
.switch-simple--primary:checked {
  border-color: #445464;
}
.switch-simple--primary:checked:after {
  border-color: #445464;
  background: #445464;
}
.switch-simple--success:checked {
  border-color: #82c250;
}
.switch-simple--success:checked:after {
  border-color: #82c250;
  background: #82c250;
}
.switch-simple--info:checked {
  border-color: #394656;
}
.switch-simple--info:checked:after {
  border-color: #394656;
  background: #394656;
}
.switch-simple--warning:checked {
  border-color: #f48221;
}
.switch-simple--warning:checked:after {
  border-color: #f48221;
  background: #f48221;
}
.switch-simple--danger:checked {
  border-color: #eb3b48;
}
.switch-simple--danger:checked:after {
  border-color: #eb3b48;
  background: #eb3b48;
}
.checkbox-toggle {
  min-width: 55px;
  position: relative;
  outline: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}
.checkbox-toggle,
.checkbox-toggle *,
.checkbox-toggle + .tgl-btn,
.checkbox-toggle:after,
.checkbox-toggle :after,
.checkbox-toggle:before,
.checkbox-toggle :before {
  box-sizing: border-box;
}
.checkbox-toggle + .tgl-btn::-moz-selection,
.checkbox-toggle::-moz-selection,
.checkbox-toggle ::-moz-selection,
.checkbox-toggle:after::-moz-selection,
.checkbox-toggle :after::-moz-selection,
.checkbox-toggle:before::-moz-selection,
.checkbox-toggle :before::-moz-selection {
  background: none;
}
.checkbox-toggle + .tgl-btn::selection,
.checkbox-toggle::selection,
.checkbox-toggle ::selection,
.checkbox-toggle:after::selection,
.checkbox-toggle :after::selection,
.checkbox-toggle:before::selection,
.checkbox-toggle :before::selection {
  background: none;
}
.checkbox-toggle span {
  position: relative;
  display: block;
  height: 22px;
  overflow: hidden;
  font-weight: 400;
  text-align: center;
  border-radius: 22px;
  padding: 2px 22px;
  transition: color 0.4s ease, padding 0.4s, background 0.4s;
}
.checkbox-toggle span:before {
  position: relative;
  display: block;
  line-height: 17px;
  padding: 0 3px;
  font-size: 14px;
  min-width: 26px;
}
.checkbox-toggle span:after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: -21px;
  top: 1px;
  background: #fff;
  transition: left 0.4s, background 0.4s;
}
.checkbox-toggle input[type="checkbox"] {
  display: none !important;
}
.checkbox-toggle input[type="checkbox"]:not(:checked) + span {
  background: #c8cdd3;
  color: #fff;
  padding-left: 22px;
  padding-right: 5px;
}
.checkbox-toggle input[type="checkbox"]:not(:checked) + span:before {
  content: attr(data-off);
  color: #fff;
}
.checkbox-toggle input[type="checkbox"]:not(:checked) + span:after {
  background: #fff;
  left: 22px;
}
.checkbox-toggle input[type="checkbox"]:checked + span {
  background: #82c250;
  color: #fff;
  padding-left: 5px;
  padding-right: 22px;
}
.checkbox-toggle input[type="checkbox"]:checked + span:before {
  content: attr(data-on);
  padding: 0 3px 0 1px;
}
.checkbox-toggle input[type="checkbox"]:checked + span:after {
  background: #fff;
  left: 100%;
}
.checkbox-toggle input[type="checkbox"]:-moz-read-only,
.checkbox-toggle input[type="checkbox"]:-moz-read-only + span,
.checkbox-toggle input[type="checkbox"]:disabled,
.checkbox-toggle input[type="checkbox"]:disabled + span {
  cursor: not-allowed;
}
.checkbox-toggle input[type="checkbox"]:disabled,
.checkbox-toggle input[type="checkbox"]:disabled + span,
.checkbox-toggle input[type="checkbox"]:read-only,
.checkbox-toggle input[type="checkbox"]:read-only + span {
  cursor: not-allowed;
}
.checkbox-toggle--info input[type="checkbox"]:checked + span {
  background: #394656;
}
.checkbox-toggle--primary input[type="checkbox"]:checked + span {
  background: #445464;
}
.checkbox-toggle--warning input[type="checkbox"]:checked + span {
  background: #f48221;
}
.checkbox-toggle--danger input[type="checkbox"]:checked + span {
  background: #eb3b48;
}
.checkbox-toggle--purple input[type="checkbox"]:checked + span {
  background: #394656;
}
.custom-control {
  padding-left: 0;
}
.custom-control .custom-control-input:focus ~ .custom-control-label:after,
.custom-control .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-control:hover
  .custom-control-input:not(:disabled)
  ~ .custom-control-label:before {
  border-color: #394656;
}
.custom-checkbox .custom-control-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 22px;
  line-height: 20px;
  min-height: 18px;
}
.custom-checkbox .custom-control-label:before {
  position: absolute;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 2px;
  border: 1px solid #d3d9dd;
  background: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  top: calc(50% - 8px);
  margin-right: 8px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  content: "";
  font-family: universe-admin;
  font-size: 15px;
  line-height: 15px;
  color: #3f4145;
  font-weight: 700;
  position: absolute;
  top: calc(50% - 11px);
  left: 3px;
  height: auto;
  background-image: none;
  box-shadow: none;
  background: transparent;
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background: #e9ecef;
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:after {
  color: #939daa;
}
.custom-radio .custom-control-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  padding-left: 22px;
}
.custom-radio .custom-control-label:before {
  position: absolute;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  border: 1px solid #d3d9dd;
  background: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  margin-right: 8px;
  top: 2px;
}
.custom-radio .custom-control-label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: 6px;
  border-radius: 50%;
  background-image: none !important;
  box-shadow: none;
  background: transparent;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background: #3f4145;
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background: #e9ecf1;
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:after {
  background: #939daa;
}
.custom-radio-simple .custom-control-label:before {
  border-color: transparent;
}
.custom-radio-simple .custom-control-label:after {
  background: #3f4145;
}
.custom-radio-simple
  .custom-control-input:checked
  ~ .custom-control-label:before {
  border-color: #d3d9dd;
}
.custom-radio-simple--secondary .custom-control-label:after {
  background: #a1aab5;
}
.custom-radio-simple--secondary
  .custom-control-input:checked
  ~ .custom-control-label:before {
  border-color: #a1aab5;
}
.custom-radio-simple--secondary
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background: #a1aab5;
}
.custom-radio-simple--secondary:hover
  .custom-control-input:not(:disabled)
  ~ .custom-control-label:before {
  border-color: #a1aab5;
}
.custom-radio-simple--info .custom-control-label:after {
  background: #394656;
}
.custom-radio-simple--info
  .custom-control-input:checked
  ~ .custom-control-label:before {
  border-color: #394656;
}
.custom-radio-simple--info
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background: #394656;
}
.custom-radio-simple--info:hover
  .custom-control-input:not(:disabled)
  ~ .custom-control-label:before {
  border-color: #394656;
}
.custom-radio-simple--danger .custom-control-label:after {
  background: #eb3b48;
}
.custom-radio-simple--danger
  .custom-control-input:checked
  ~ .custom-control-label:before {
  border-color: #eb3b48;
}
.custom-radio-simple--danger
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background: #eb3b48;
}
.custom-radio-simple--danger:hover
  .custom-control-input:not(:disabled)
  ~ .custom-control-label:before {
  border-color: #eb3b48;
}
.custom-radio-simple--success .custom-control-label:after {
  background: #82c250;
}
.custom-radio-simple--success
  .custom-control-input:checked
  ~ .custom-control-label:before {
  border-color: #82c250;
}
.custom-radio-simple--success
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background: #82c250;
}
.custom-radio-simple--success:hover
  .custom-control-input:not(:disabled)
  ~ .custom-control-label:before {
  border-color: #82c250;
}
.custom-radio-simple--warning .custom-control-label:after {
  background: #f48221;
}
.custom-radio-simple--warning
  .custom-control-input:checked
  ~ .custom-control-label:before {
  border-color: #f48221;
}
.custom-radio-simple--warning
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background: #f48221;
}
.custom-radio-simple--warning:hover
  .custom-control-input:not(:disabled)
  ~ .custom-control-label:before {
  border-color: #f48221;
}
.color-checkbox,
.color-radio {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 6px 3px 3px;
  border-radius: 22px;
  height: 22px;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
}
.color-checkbox input,
.color-radio input {
  opacity: 0;
  width: 0;
}
.color-checkbox__color,
.color-radio__color {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  border: 1px solid #d3d9dd;
  background: #fff;
  border-radius: 14px;
}
.color-checkbox__color--primary,
.color-radio__color--primary {
  border: 1px solid #445464;
  background: #445464;
}
.color-checkbox__color--success,
.color-radio__color--success {
  border: 1px solid #82c250;
  background: #82c250;
}
.color-checkbox__color--info,
.color-radio__color--info {
  border: 1px solid #394656;
  background: #394656;
}
.color-checkbox__color--warning,
.color-radio__color--warning {
  border: 1px solid #f48221;
  background: #f48221;
}
.color-checkbox__color--danger,
.color-radio__color--danger {
  border: 1px solid #eb3b48;
  background: #eb3b48;
}
.color-checkbox__color--river-bad,
.color-radio__color--river-bad {
  border: 1px solid #455161;
  background: #455161;
}
.color-checkbox__color--deep-cerulean,
.color-radio__color--deep-cerulean {
  border: 1px solid #048ba8;
  background: #048ba8;
}
.color-checkbox__color--bermuda-gray,
.color-radio__color--bermuda-gray {
  border: 1px solid #7685ab;
  background: #7685ab;
}
.color-checkbox__color--sun-juan,
.color-radio__color--sun-juan {
  border: 1px solid #32466f;
  background: #32466f;
}
.color-checkbox__color--big-stone,
.color-radio__color--big-stone {
  border: 1px solid #1b3446;
  background: #1b3446;
}
.color-checkbox__color--kabul,
.color-radio__color--kabul {
  border: 1px solid #5d4c46;
  background: #5d4c46;
}
.color-checkbox__color--wine-berry,
.color-radio__color--wine-berry {
  border: 1px solid #5a1846;
  background: #5a1846;
}
.color-checkbox__color--killarney,
.color-radio__color--killarney {
  border: 1px solid #31582c;
  background: #31582c;
}
.color-checkbox__color--deep-sea,
.color-radio__color--deep-sea {
  border: 1px solid #0b486b;
  background: #0b486b;
}
.color-checkbox__text,
.color-radio__text {
  font-size: 14px;
  margin-left: 8px;
  line-height: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.color-checkbox:hover,
.color-radio:hover {
  border-color: #939daa;
}
.color-checkbox.is-checked,
.color-radio.is-checked {
  border-color: #394656;
}
.checkbox-group,
.radio-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.checkbox-group__input,
.radio-group__input {
  display: none;
}
.checkbox-group__item,
.radio-group__item {
  margin: 0;
}
.checkbox-group__text,
.radio-group__text {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-top: 1px solid #d3d9dd;
  border-bottom: 1px solid #d3d9dd;
  border-right: 1px solid #d3d9dd;
  font-size: 14px;
  line-height: 34px;
  padding: 0 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  -ms-flex-pack: center;
  justify-content: center;
}
.checkbox-group--border-hidden .checkbox-group__text,
.checkbox-group--border-hidden .radio-group__text,
.radio-group--border-hidden .checkbox-group__text,
.radio-group--border-hidden .radio-group__text {
  border-right: 1px solid transparent;
}
.checkbox-group--border-hidden
  .checkbox-group__item:last-child
  .checkbox-group__text,
.checkbox-group--border-hidden
  .checkbox-group__item:last-child
  .radio-group__text,
.checkbox-group--border-hidden
  .radio-group__item:last-child
  .checkbox-group__text,
.checkbox-group--border-hidden .radio-group__item:last-child .radio-group__text,
.radio-group--border-hidden
  .checkbox-group__item:last-child
  .checkbox-group__text,
.radio-group--border-hidden .checkbox-group__item:last-child .radio-group__text,
.radio-group--border-hidden .radio-group__item:last-child .checkbox-group__text,
.radio-group--border-hidden .radio-group__item:last-child .radio-group__text {
  border-right-color: #d3d9dd;
}
.checkbox-group__item:first-child .checkbox-group__text,
.checkbox-group__item:first-child .radio-group__text,
.radio-group__item:first-child .checkbox-group__text,
.radio-group__item:first-child .radio-group__text {
  border-left: 1px solid #d3d9dd;
  border-radius: 3px 0 0 3px;
}
.checkbox-group__item:last-child .checkbox-group__text,
.checkbox-group__item:last-child .radio-group__text,
.radio-group__item:last-child .checkbox-group__text,
.radio-group__item:last-child .radio-group__text {
  border-radius: 0 3px 3px 0;
}
.checkbox-group__input + .checkbox-group__text,
.checkbox-group__input + .radio-group__text,
.radio-group__input + .checkbox-group__text,
.radio-group__input + .radio-group__text {
  position: relative;
}
.checkbox-group__input + .checkbox-group__text:before,
.checkbox-group__input + .radio-group__text:before,
.radio-group__input + .checkbox-group__text:before,
.radio-group__input + .radio-group__text:before {
  content: "";
  position: absolute;
  width: 1px;
  top: -1px;
  left: -1px;
  bottom: -1px;
  background: transparent;
}
.checkbox-group--border-hidden
  .checkbox-group__item:last-child:hover
  .checkbox-group__text,
.checkbox-group--border-hidden
  .checkbox-group__item:last-child:hover
  .radio-group__text,
.checkbox-group--border-hidden
  .radio-group__item:last-child:hover
  .checkbox-group__text,
.checkbox-group--border-hidden
  .radio-group__item:last-child:hover
  .radio-group__text,
.checkbox-group__item:hover .checkbox-group__text,
.checkbox-group__item:hover .radio-group__text,
.radio-group--border-hidden
  .checkbox-group__item:last-child:hover
  .checkbox-group__text,
.radio-group--border-hidden
  .checkbox-group__item:last-child:hover
  .radio-group__text,
.radio-group--border-hidden
  .radio-group__item:last-child:hover
  .checkbox-group__text,
.radio-group--border-hidden
  .radio-group__item:last-child:hover
  .radio-group__text,
.radio-group__item:hover .checkbox-group__text,
.radio-group__item:hover .radio-group__text {
  background: #939daa;
  border-color: #939daa;
  color: #fff;
  transition: all 0.15s linear;
}
.checkbox-group--border-hidden
  .checkbox-group__item:last-child:hover
  .checkbox-group__text:before,
.checkbox-group--border-hidden
  .checkbox-group__item:last-child:hover
  .radio-group__text:before,
.checkbox-group--border-hidden
  .radio-group__item:last-child:hover
  .checkbox-group__text:before,
.checkbox-group--border-hidden
  .radio-group__item:last-child:hover
  .radio-group__text:before,
.checkbox-group__item:hover .checkbox-group__text:before,
.checkbox-group__item:hover .radio-group__text:before,
.radio-group--border-hidden
  .checkbox-group__item:last-child:hover
  .checkbox-group__text:before,
.radio-group--border-hidden
  .checkbox-group__item:last-child:hover
  .radio-group__text:before,
.radio-group--border-hidden
  .radio-group__item:last-child:hover
  .checkbox-group__text:before,
.radio-group--border-hidden
  .radio-group__item:last-child:hover
  .radio-group__text:before,
.radio-group__item:hover .checkbox-group__text:before,
.radio-group__item:hover .radio-group__text:before {
  background: #939daa;
  transition: all 0.15s linear;
}
.checkbox-group__item:first-child:hover .checkbox-group__text:before,
.checkbox-group__item:first-child:hover .radio-group__text:before,
.radio-group__item:first-child:hover .checkbox-group__text:before,
.radio-group__item:first-child:hover .radio-group__text:before {
  display: none;
}
.checkbox-group--border-hidden
  .checkbox-group__item:last-child
  .checkbox-group__input:checked
  + .checkbox-group__text,
.checkbox-group--border-hidden
  .checkbox-group__item:last-child
  .checkbox-group__input:checked
  + .radio-group__text,
.checkbox-group--border-hidden
  .checkbox-group__item:last-child
  .radio-group__input:checked
  + .checkbox-group__text,
.checkbox-group--border-hidden
  .checkbox-group__item:last-child
  .radio-group__input:checked
  + .radio-group__text,
.checkbox-group--border-hidden
  .radio-group__item:last-child
  .checkbox-group__input:checked
  + .checkbox-group__text,
.checkbox-group--border-hidden
  .radio-group__item:last-child
  .checkbox-group__input:checked
  + .radio-group__text,
.checkbox-group--border-hidden
  .radio-group__item:last-child
  .radio-group__input:checked
  + .checkbox-group__text,
.checkbox-group--border-hidden
  .radio-group__item:last-child
  .radio-group__input:checked
  + .radio-group__text,
.checkbox-group__input:checked + .checkbox-group__text,
.checkbox-group__input:checked + .radio-group__text,
.radio-group--border-hidden
  .checkbox-group__item:last-child
  .checkbox-group__input:checked
  + .checkbox-group__text,
.radio-group--border-hidden
  .checkbox-group__item:last-child
  .checkbox-group__input:checked
  + .radio-group__text,
.radio-group--border-hidden
  .checkbox-group__item:last-child
  .radio-group__input:checked
  + .checkbox-group__text,
.radio-group--border-hidden
  .checkbox-group__item:last-child
  .radio-group__input:checked
  + .radio-group__text,
.radio-group--border-hidden
  .radio-group__item:last-child
  .checkbox-group__input:checked
  + .checkbox-group__text,
.radio-group--border-hidden
  .radio-group__item:last-child
  .checkbox-group__input:checked
  + .radio-group__text,
.radio-group--border-hidden
  .radio-group__item:last-child
  .radio-group__input:checked
  + .checkbox-group__text,
.radio-group--border-hidden
  .radio-group__item:last-child
  .radio-group__input:checked
  + .radio-group__text,
.radio-group__input:checked + .checkbox-group__text,
.radio-group__input:checked + .radio-group__text {
  background: #394656;
  border-color: #394656;
  color: #fff;
  position: relative;
}
.checkbox-group--border-hidden
  .checkbox-group__item:last-child
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--border-hidden
  .checkbox-group__item:last-child
  .checkbox-group__input:checked
  + .radio-group__text:before,
.checkbox-group--border-hidden
  .checkbox-group__item:last-child
  .radio-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--border-hidden
  .checkbox-group__item:last-child
  .radio-group__input:checked
  + .radio-group__text:before,
.checkbox-group--border-hidden
  .radio-group__item:last-child
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--border-hidden
  .radio-group__item:last-child
  .checkbox-group__input:checked
  + .radio-group__text:before,
.checkbox-group--border-hidden
  .radio-group__item:last-child
  .radio-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--border-hidden
  .radio-group__item:last-child
  .radio-group__input:checked
  + .radio-group__text:before,
.checkbox-group__input:checked + .checkbox-group__text:before,
.checkbox-group__input:checked + .radio-group__text:before,
.radio-group--border-hidden
  .checkbox-group__item:last-child
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.radio-group--border-hidden
  .checkbox-group__item:last-child
  .checkbox-group__input:checked
  + .radio-group__text:before,
.radio-group--border-hidden
  .checkbox-group__item:last-child
  .radio-group__input:checked
  + .checkbox-group__text:before,
.radio-group--border-hidden
  .checkbox-group__item:last-child
  .radio-group__input:checked
  + .radio-group__text:before,
.radio-group--border-hidden
  .radio-group__item:last-child
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.radio-group--border-hidden
  .radio-group__item:last-child
  .checkbox-group__input:checked
  + .radio-group__text:before,
.radio-group--border-hidden
  .radio-group__item:last-child
  .radio-group__input:checked
  + .checkbox-group__text:before,
.radio-group--border-hidden
  .radio-group__item:last-child
  .radio-group__input:checked
  + .radio-group__text:before,
.radio-group__input:checked + .checkbox-group__text:before,
.radio-group__input:checked + .radio-group__text:before {
  background: #394656;
}
.checkbox-group__item:first-child
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group__item:first-child
  .checkbox-group__input:checked
  + .radio-group__text:before,
.checkbox-group__item:first-child
  .radio-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group__item:first-child
  .radio-group__input:checked
  + .radio-group__text:before,
.radio-group__item:first-child
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.radio-group__item:first-child
  .checkbox-group__input:checked
  + .radio-group__text:before,
.radio-group__item:first-child
  .radio-group__input:checked
  + .checkbox-group__text:before,
.radio-group__item:first-child
  .radio-group__input:checked
  + .radio-group__text:before {
  display: none;
}
.checkbox-group__input:checked
  + .checkbox-group__text
  .checkbox-group__label:before,
.checkbox-group__input:checked
  + .checkbox-group__text
  .radio-group__label:before,
.checkbox-group__input:checked
  + .radio-group__text
  .checkbox-group__label:before,
.checkbox-group__input:checked + .radio-group__text .radio-group__label:before,
.checkbox-group__item:hover .checkbox-group__label:before,
.checkbox-group__item:hover .radio-group__label:before,
.radio-group__input:checked
  + .checkbox-group__text
  .checkbox-group__label:before,
.radio-group__input:checked + .checkbox-group__text .radio-group__label:before,
.radio-group__input:checked + .radio-group__text .checkbox-group__label:before,
.radio-group__input:checked + .radio-group__text .radio-group__label:before,
.radio-group__item:hover .checkbox-group__label:before,
.radio-group__item:hover .radio-group__label:before {
  background: #fff;
}
.checkbox-group--md .checkbox-group__text,
.checkbox-group--md .radio-group__text,
.radio-group--md .checkbox-group__text,
.radio-group--md .radio-group__text {
  line-height: 30px;
}
.checkbox-group--sm .checkbox-group__text,
.checkbox-group--sm .radio-group__text,
.radio-group--sm .checkbox-group__text,
.radio-group--sm .radio-group__text {
  line-height: 24px;
}
.checkbox-group--no-border .checkbox-group__text,
.checkbox-group--no-border .radio-group__text,
.radio-group--no-border .checkbox-group__text,
.radio-group--no-border .radio-group__text {
  border-color: #fff;
}
.checkbox-group--no-border
  .checkbox-group__item:first-child
  .checkbox-group__text,
.checkbox-group--no-border .checkbox-group__item:first-child .radio-group__text,
.checkbox-group--no-border .radio-group__item:first-child .checkbox-group__text,
.checkbox-group--no-border .radio-group__item:first-child .radio-group__text,
.radio-group--no-border .checkbox-group__item:first-child .checkbox-group__text,
.radio-group--no-border .checkbox-group__item:first-child .radio-group__text,
.radio-group--no-border .radio-group__item:first-child .checkbox-group__text,
.radio-group--no-border .radio-group__item:first-child .radio-group__text {
  border-left: none;
}
.checkbox-group--primary .checkbox-group__item:hover .checkbox-group__text,
.checkbox-group--primary .checkbox-group__item:hover .radio-group__text,
.checkbox-group--primary .radio-group__item:hover .checkbox-group__text,
.checkbox-group--primary .radio-group__item:hover .radio-group__text,
.radio-group--primary .checkbox-group__item:hover .checkbox-group__text,
.radio-group--primary .checkbox-group__item:hover .radio-group__text,
.radio-group--primary .radio-group__item:hover .checkbox-group__text,
.radio-group--primary .radio-group__item:hover .radio-group__text {
  background: #576574;
  border-color: #576574;
}
.checkbox-group--primary
  .checkbox-group__item:hover
  .checkbox-group__text:before,
.checkbox-group--primary .checkbox-group__item:hover .radio-group__text:before,
.checkbox-group--primary .radio-group__item:hover .checkbox-group__text:before,
.checkbox-group--primary .radio-group__item:hover .radio-group__text:before,
.radio-group--primary .checkbox-group__item:hover .checkbox-group__text:before,
.radio-group--primary .checkbox-group__item:hover .radio-group__text:before,
.radio-group--primary .radio-group__item:hover .checkbox-group__text:before,
.radio-group--primary .radio-group__item:hover .radio-group__text:before {
  background: #576574;
}
.checkbox-group--primary .checkbox-group__input:checked + .checkbox-group__text,
.checkbox-group--primary .checkbox-group__input:checked + .radio-group__text,
.checkbox-group--primary .radio-group__input:checked + .checkbox-group__text,
.checkbox-group--primary .radio-group__input:checked + .radio-group__text,
.radio-group--primary .checkbox-group__input:checked + .checkbox-group__text,
.radio-group--primary .checkbox-group__input:checked + .radio-group__text,
.radio-group--primary .radio-group__input:checked + .checkbox-group__text,
.radio-group--primary .radio-group__input:checked + .radio-group__text {
  background: #445464;
  border-color: #445464;
}
.checkbox-group--primary
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--primary
  .checkbox-group__input:checked
  + .radio-group__text:before,
.checkbox-group--primary
  .radio-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--primary
  .radio-group__input:checked
  + .radio-group__text:before,
.radio-group--primary
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.radio-group--primary
  .checkbox-group__input:checked
  + .radio-group__text:before,
.radio-group--primary
  .radio-group__input:checked
  + .checkbox-group__text:before,
.radio-group--primary .radio-group__input:checked + .radio-group__text:before {
  background: #445464;
}
.checkbox-group--success .checkbox-group__item:hover .checkbox-group__text,
.checkbox-group--success .checkbox-group__item:hover .radio-group__text,
.checkbox-group--success .radio-group__item:hover .checkbox-group__text,
.checkbox-group--success .radio-group__item:hover .radio-group__text,
.radio-group--success .checkbox-group__item:hover .checkbox-group__text,
.radio-group--success .checkbox-group__item:hover .radio-group__text,
.radio-group--success .radio-group__item:hover .checkbox-group__text,
.radio-group--success .radio-group__item:hover .radio-group__text {
  background: #95cb6a;
  border-color: #95cb6a;
}
.checkbox-group--success
  .checkbox-group__item:hover
  .checkbox-group__text:before,
.checkbox-group--success .checkbox-group__item:hover .radio-group__text:before,
.checkbox-group--success .radio-group__item:hover .checkbox-group__text:before,
.checkbox-group--success .radio-group__item:hover .radio-group__text:before,
.radio-group--success .checkbox-group__item:hover .checkbox-group__text:before,
.radio-group--success .checkbox-group__item:hover .radio-group__text:before,
.radio-group--success .radio-group__item:hover .checkbox-group__text:before,
.radio-group--success .radio-group__item:hover .radio-group__text:before {
  background: #95cb6a;
}
.checkbox-group--success .checkbox-group__input:checked + .checkbox-group__text,
.checkbox-group--success .checkbox-group__input:checked + .radio-group__text,
.checkbox-group--success .radio-group__input:checked + .checkbox-group__text,
.checkbox-group--success .radio-group__input:checked + .radio-group__text,
.radio-group--success .checkbox-group__input:checked + .checkbox-group__text,
.radio-group--success .checkbox-group__input:checked + .radio-group__text,
.radio-group--success .radio-group__input:checked + .checkbox-group__text,
.radio-group--success .radio-group__input:checked + .radio-group__text {
  background: #82c250;
  border-color: #82c250;
}
.checkbox-group--success
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--success
  .checkbox-group__input:checked
  + .radio-group__text:before,
.checkbox-group--success
  .radio-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--success
  .radio-group__input:checked
  + .radio-group__text:before,
.radio-group--success
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.radio-group--success
  .checkbox-group__input:checked
  + .radio-group__text:before,
.radio-group--success
  .radio-group__input:checked
  + .checkbox-group__text:before,
.radio-group--success .radio-group__input:checked + .radio-group__text:before {
  background: #82c250;
}
.checkbox-group--info .checkbox-group__item:hover .checkbox-group__text,
.checkbox-group--info .checkbox-group__item:hover .radio-group__text,
.checkbox-group--info .radio-group__item:hover .checkbox-group__text,
.checkbox-group--info .radio-group__item:hover .radio-group__text,
.radio-group--info .checkbox-group__item:hover .checkbox-group__text,
.radio-group--info .checkbox-group__item:hover .radio-group__text,
.radio-group--info .radio-group__item:hover .checkbox-group__text,
.radio-group--info .radio-group__item:hover .radio-group__text {
  background: #939daa;
  border-color: #939daa;
}
.checkbox-group--info .checkbox-group__item:hover .checkbox-group__text:before,
.checkbox-group--info .checkbox-group__item:hover .radio-group__text:before,
.checkbox-group--info .radio-group__item:hover .checkbox-group__text:before,
.checkbox-group--info .radio-group__item:hover .radio-group__text:before,
.radio-group--info .checkbox-group__item:hover .checkbox-group__text:before,
.radio-group--info .checkbox-group__item:hover .radio-group__text:before,
.radio-group--info .radio-group__item:hover .checkbox-group__text:before,
.radio-group--info .radio-group__item:hover .radio-group__text:before {
  background: #939daa;
}
.checkbox-group--info .checkbox-group__input:checked + .checkbox-group__text,
.checkbox-group--info .checkbox-group__input:checked + .radio-group__text,
.checkbox-group--info .radio-group__input:checked + .checkbox-group__text,
.checkbox-group--info .radio-group__input:checked + .radio-group__text,
.radio-group--info .checkbox-group__input:checked + .checkbox-group__text,
.radio-group--info .checkbox-group__input:checked + .radio-group__text,
.radio-group--info .radio-group__input:checked + .checkbox-group__text,
.radio-group--info .radio-group__input:checked + .radio-group__text {
  background: #394656;
  border-color: #394656;
}
.checkbox-group--info
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--info
  .checkbox-group__input:checked
  + .radio-group__text:before,
.checkbox-group--info
  .radio-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--info .radio-group__input:checked + .radio-group__text:before,
.radio-group--info
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.radio-group--info .checkbox-group__input:checked + .radio-group__text:before,
.radio-group--info .radio-group__input:checked + .checkbox-group__text:before,
.radio-group--info .radio-group__input:checked + .radio-group__text:before {
  background: #394656;
}
.checkbox-group--warning .checkbox-group__item:hover .checkbox-group__text,
.checkbox-group--warning .checkbox-group__item:hover .radio-group__text,
.checkbox-group--warning .radio-group__item:hover .checkbox-group__text,
.checkbox-group--warning .radio-group__item:hover .radio-group__text,
.radio-group--warning .checkbox-group__item:hover .checkbox-group__text,
.radio-group--warning .checkbox-group__item:hover .radio-group__text,
.radio-group--warning .radio-group__item:hover .checkbox-group__text,
.radio-group--warning .radio-group__item:hover .radio-group__text {
  background: #f69542;
  border-color: #f69542;
}
.checkbox-group--warning
  .checkbox-group__item:hover
  .checkbox-group__text:before,
.checkbox-group--warning .checkbox-group__item:hover .radio-group__text:before,
.checkbox-group--warning .radio-group__item:hover .checkbox-group__text:before,
.checkbox-group--warning .radio-group__item:hover .radio-group__text:before,
.radio-group--warning .checkbox-group__item:hover .checkbox-group__text:before,
.radio-group--warning .checkbox-group__item:hover .radio-group__text:before,
.radio-group--warning .radio-group__item:hover .checkbox-group__text:before,
.radio-group--warning .radio-group__item:hover .radio-group__text:before {
  background: #f69542;
}
.checkbox-group--warning .checkbox-group__input:checked + .checkbox-group__text,
.checkbox-group--warning .checkbox-group__input:checked + .radio-group__text,
.checkbox-group--warning .radio-group__input:checked + .checkbox-group__text,
.checkbox-group--warning .radio-group__input:checked + .radio-group__text,
.radio-group--warning .checkbox-group__input:checked + .checkbox-group__text,
.radio-group--warning .checkbox-group__input:checked + .radio-group__text,
.radio-group--warning .radio-group__input:checked + .checkbox-group__text,
.radio-group--warning .radio-group__input:checked + .radio-group__text {
  background: #f48221;
  border-color: #f48221;
}
.checkbox-group--warning
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--warning
  .checkbox-group__input:checked
  + .radio-group__text:before,
.checkbox-group--warning
  .radio-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--warning
  .radio-group__input:checked
  + .radio-group__text:before,
.radio-group--warning
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.radio-group--warning
  .checkbox-group__input:checked
  + .radio-group__text:before,
.radio-group--warning
  .radio-group__input:checked
  + .checkbox-group__text:before,
.radio-group--warning .radio-group__input:checked + .radio-group__text:before {
  background: #f48221;
}
.checkbox-group--danger .checkbox-group__item:hover .checkbox-group__text,
.checkbox-group--danger .checkbox-group__item:hover .radio-group__text,
.checkbox-group--danger .radio-group__item:hover .checkbox-group__text,
.checkbox-group--danger .radio-group__item:hover .radio-group__text,
.radio-group--danger .checkbox-group__item:hover .checkbox-group__text,
.radio-group--danger .checkbox-group__item:hover .radio-group__text,
.radio-group--danger .radio-group__item:hover .checkbox-group__text,
.radio-group--danger .radio-group__item:hover .radio-group__text {
  background: #ee5863;
  border-color: #ee5863;
}
.checkbox-group--danger
  .checkbox-group__item:hover
  .checkbox-group__text:before,
.checkbox-group--danger .checkbox-group__item:hover .radio-group__text:before,
.checkbox-group--danger .radio-group__item:hover .checkbox-group__text:before,
.checkbox-group--danger .radio-group__item:hover .radio-group__text:before,
.radio-group--danger .checkbox-group__item:hover .checkbox-group__text:before,
.radio-group--danger .checkbox-group__item:hover .radio-group__text:before,
.radio-group--danger .radio-group__item:hover .checkbox-group__text:before,
.radio-group--danger .radio-group__item:hover .radio-group__text:before {
  background: #ee5863;
}
.checkbox-group--danger .checkbox-group__input:checked + .checkbox-group__text,
.checkbox-group--danger .checkbox-group__input:checked + .radio-group__text,
.checkbox-group--danger .radio-group__input:checked + .checkbox-group__text,
.checkbox-group--danger .radio-group__input:checked + .radio-group__text,
.radio-group--danger .checkbox-group__input:checked + .checkbox-group__text,
.radio-group--danger .checkbox-group__input:checked + .radio-group__text,
.radio-group--danger .radio-group__input:checked + .checkbox-group__text,
.radio-group--danger .radio-group__input:checked + .radio-group__text {
  background: #eb3b48;
  border-color: #eb3b48;
}
.checkbox-group--danger
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--danger
  .checkbox-group__input:checked
  + .radio-group__text:before,
.checkbox-group--danger
  .radio-group__input:checked
  + .checkbox-group__text:before,
.checkbox-group--danger .radio-group__input:checked + .radio-group__text:before,
.radio-group--danger
  .checkbox-group__input:checked
  + .checkbox-group__text:before,
.radio-group--danger .checkbox-group__input:checked + .radio-group__text:before,
.radio-group--danger .radio-group__input:checked + .checkbox-group__text:before,
.radio-group--danger .radio-group__input:checked + .radio-group__text:before {
  background: #eb3b48;
}
.order-collapse {
  margin-bottom: 24px;
  background-color: #fff;
  border-top: 3px solid;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
}
.order-collapse.green {
  border-color: #35ae47;
}
.order-collapse.blue {
  border-color: #394656;
}
.order-collapse.gray {
  border-color: #d3d9dd;
}
.order-collapse.purple {
  border-color: #394656;
}
.order-collapse.coral {
  border-color: #eb3b48;
}
.order-collapse.marengo {
  border-color: #445464;
  background-color: #fff;
}
.order-collapse.orange {
  border-color: #f48221;
}
.order-collapse__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 19px;
}
.order-collapse__header h4 {
  margin-bottom: 0;
  font-size: 17px;
}
.order-collapse__header .collapse-icon,
.order-collapse__header span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #939daa;
}
.order-collapse__header .collapse-icon {
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  height: 5px;
  transition: transform 0.2s;
}
.order-collapse__header.collapsed .collapse-icon {
  transform: rotate(-180deg);
  transform-origin: center;
}
.order-collapse-inner {
  border-top: 1px solid #d3d9dd;
}
.order-collapse-inner p {
  padding: 14px 2.1px;
}
.accordion {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  overflow: hidden;
}
.card {
  border: 0;
  border-radius: 0;
}
.card-header {
  padding: 17.5px 20px;
  border-color: #d3d9dd;
}
.card-header:first-child {
  border-radius: 0;
}
.card-header a {
  font-size: 20px;
  color: #1278c5;
}
.card-block {
  padding: 17px 21px;
}
.card-block,
.color {
  font-size: 14px;
  line-height: 1.429;
}
.color {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 28px;
  color: #fff;
  border-radius: 3px;
}
.marengo-light {
  background-color: #445464;
}
.marengo {
  background-color: #394656;
}
.marengo-dark {
  background-color: #2c3846;
}
.blue-dodger {
  background-color: #394656;
}
.blue-curious {
  background-color: #939daa;
}
.blue-denim {
  background-color: #939daa;
}
.orange-tango {
  background-color: #f48221;
}
.orange-zest {
  background-color: #e77c1a;
}
.orange-christine {
  background-color: #e56b08;
}
.green-apple {
  background-color: #35ae47;
}
.green-lapalma {
  background-color: #1f9a0e;
}
.green-laurel {
  background-color: #1a7808;
}
.coral-amaranth {
  background-color: #eb3b48;
}
.coral-crimson {
  background-color: #e02b34;
}
.coral-cardinal {
  color: #fff;
  background-color: #cb2529;
}
.gray-athens {
  color: #111;
  background-color: #f4f5f8;
}
.gray-athens-dark {
  color: #111;
  background-color: #e9ecf1;
}
.white {
  color: #111;
  border: 1px solid #ebf2f6;
}
.black {
  background-color: #111;
}
.flatpickr-calendar {
  margin-top: 4px;
  width: 297px;
  transform: translateY(-1px);
  border: 1px solid #e9ebee;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
}
.flatpickr-calendar:after,
.flatpickr-calendar:before {
  display: none;
}
.flatpickr-calendar:not(.inline).arrowBottom {
  margin-top: -4px;
}
.flatpickr-calendar.noCalendar.showTimeInput.hasTime .flatpickr-time {
  border-top: none;
}
.flatpickr-input {
  background: #fff !important;
}
.flatpickr-month {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  border-bottom: 1px solid #e9ebee;
}
.flatpickr-current-month {
  padding-top: 0;
  left: 15.5%;
}
@-moz-document url-prefix("") {
  .flatpickr-current-month {
    top: 16px;
  }
}
.flatpickr-next-month,
.flatpickr-prev-month {
  position: relative;
  right: auto !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  line-height: normal;
}
.flatpickr-next-month:hover svg,
.flatpickr-prev-month:hover svg {
  fill: #394656;
}
.flatpickr-weekdays {
  padding-left: 10px;
  padding-right: 10px;
  height: 35px;
  font-size: 11px;
  text-transform: lowercase;
  color: #939daa;
}
.flatpickr-days {
  width: 297px;
}
.flatpickr-day {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 3px;
  color: #111;
  line-height: normal;
}
.flatpickr-day.today {
  color: #394656;
  font-weight: 700;
  border: 1px solid #394656;
}
.flatpickr-day.today:hover {
  border-color: #394656;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day:hover,
.flatpickr-day:hover:hover {
  color: #fff;
  background-color: #394656;
}
.flatpickr-day .disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.prevMonthDay {
  color: #939daa;
}
.dayContainer {
  width: 297px;
  min-width: 297px;
  max-width: 297px;
  padding-right: 10px;
  padding-bottom: 9px;
  padding-left: 10px;
}
.daterangepicker {
  font-size: 14px;
}
.daterangepicker.dropdown-menu {
  border-color: #e9ebee;
  padding: 0;
}
.daterangepicker:after,
.daterangepicker:before {
  display: none;
}
.daterangepicker__input,
.daterangepicker_input {
  margin: 8px;
}
.daterangepicker .input-mini {
  border-color: #d3d9dd;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
}
.daterangepicker .input-mini.active {
  border-radius: 3px;
  border-color: #394656;
}
.daterangepicker th {
  font-weight: 400;
  font-size: 11px;
  color: #939daa;
}
.daterangepicker td,
.daterangepicker th {
  width: 36px;
  height: 36px;
}
.daterangepicker td:hover {
  background: rgba(147, 157, 170, 0.1);
}
.daterangepicker td:not(.active).in-range.available {
  background: #e5f4fd;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #394656;
}
.daterangepicker .month {
  font-size: 17px;
  color: #000;
}
.daterangepicker .ranges {
  margin: 12px;
}
.daterangepicker .ranges ul {
  border: 1px solid #e9ebee;
  border-radius: 3px;
  margin-bottom: 12px;
}
.daterangepicker .ranges li {
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #939daa;
  background: #fff;
  padding: 8px 12px;
  margin: 0;
}
.daterangepicker .ranges li.active {
  background: #394656;
  color: #fff;
}
.daterangepicker .ranges li.active:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.daterangepicker .ranges li.active:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.daterangepicker .range_inputs {
  margin: 8px;
}
.daterangepicker .range_inputs .btn {
  height: 36px;
}
.daterangepicker .range_inputs .btn + .btn {
  margin-left: 8px;
}
.daterangepicker .fa-calendar {
  font-style: normal;
  position: relative;
  top: 2px;
}
.daterangepicker .fa-calendar:before {
  content: "";
  font-family: universe-admin;
  color: #939daa;
}
.daterangepicker .fa-chevron-left {
  font-style: normal;
  position: relative;
  top: 1px;
}
.daterangepicker .fa-chevron-left:before {
  content: "";
  font-family: universe-admin;
}
.daterangepicker .fa-chevron-right {
  font-style: normal;
  position: relative;
  top: 1px;
}
.daterangepicker .fa-chevron-right:before {
  content: "";
  font-family: universe-admin;
}
.growl-notification {
  position: fixed;
  width: 350px;
  min-height: 50px;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  border: 1px solid #a6a6a6;
    border-radius: 0.3rem;
    box-shadow: 0 4px 6px 0 rgba(34, 41, 47, 0.1);
  background: #fff;
  z-index: 7;
  font-size: 14px;
  padding: 13px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.growl-notification:before {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  content: "";
  width: 4px;
}
.growl-notification__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  line-height: 12px;
  color: #929faa;
  transition: color 0.1s;
  cursor: pointer;
}
.growl-notification--closed {
  z-index: 6;
}
.growl-notification__title {
  font-size: 17px;
  color: #000;
  margin-top: -2px;
}
.growl-notification__desc {
  color: #939daa;
}
.growl-notification--close-on-click {
  cursor: pointer;
}
.growl-notification--image {
  width: 420px;
}
.growl-notification__image {
  margin-right: 17px;
}
.growl-notification--alert:before {
  background: #394656;
}
.growl-notification--alert .growl-notification__close:hover {
  color: #394656;
}
.growl-notification--success:before {
  background: #8bc34a;
}
.growl-notification--success .growl-notification__close:hover {
  color: #8bc34a;
}
.growl-notification--warning:before {
  background: #ffc107;
}
.growl-notification--warning .growl-notification__close:hover {
  color: #ffc107;
}
.growl-notification--error:before {
  background: #ff3d00;
}
.growl-notification--error .growl-notification__close:hover {
  color: #ff3d00;
}
.growl-notification--info:before {
  background: #ab47bc;
}
.growl-notification--info .growl-notification__close:hover {
  color: #ab47bc;
}
.growl-notification.position-bottom-right.animation-slide-in,
.growl-notification.position-top-right.animation-slide-in {
  transform: translateX(100%);
  animation: d 0.3s forwards;
}
.growl-notification.position-bottom-right.animation-slide-out,
.growl-notification.position-top-right.animation-slide-out {
  margin-right: -20px;
  transform: translateX(0);
  animation: c 0.3s forwards;
}
.growl-notification.position-top-center.animation-slide-in {
  transform: translateY(-100%);
  animation: g 0.3s forwards;
}
.growl-notification.position-top-center.animation-slide-out {
  margin-top: -20px;
  transform: translateY(0);
  animation: f 0.3s forwards;
}
.growl-notification.position-bottom-center.animation-slide-in {
  transform: translateY(100%);
  animation: g 0.3s forwards;
}
.growl-notification.position-bottom-center.animation-slide-out {
  margin-bottom: -20px;
  transform: translateY(0);
  animation: h 0.3s forwards;
}
.growl-notification.position-bottom-left.animation-slide-in,
.growl-notification.position-top-left.animation-slide-in {
  transform: translateX(-100%);
  animation: d 0.3s forwards;
}
.growl-notification.position-bottom-left.animation-slide-out,
.growl-notification.position-top-left.animation-slide-out {
  margin-left: -20px;
  transform: translateX(0);
  animation: e 0.3s forwards;
}
.growl-notification.position-top-center,
.growl-notification.position-top-left,
.growl-notification.position-top-right {
  transition: top 0.2s;
}
.growl-notification.position-bottom-center,
.growl-notification.position-bottom-left,
.growl-notification.position-bottom-right {
  transition: bottom 0.2s;
}
.growl-notification.animation-fade-in {
  opacity: 0;
  animation: i 0.3s forwards;
}
.growl-notification.animation-fade-out {
  animation: j 0.3s forwards;
}
@keyframes c {
  to {
    transform: translateX(100%);
  }
}
@keyframes d {
  to {
    transform: translateX(0);
  }
}
@keyframes e {
  to {
    transform: translateX(-100%);
  }
}
@keyframes f {
  to {
    transform: translateY(-100%);
  }
}
@keyframes g {
  to {
    transform: translateY(0);
  }
}
@keyframes h {
  to {
    transform: translateY(100%);
  }
}
@keyframes i {
  to {
    opacity: 1;
  }
}
@keyframes j {
  to {
    opacity: 0;
  }
}
.tippy-tooltip {
  font-size: 14px;
  padding: 4px 6px;
}
.tippy-tooltip.dark-theme {
  background: #222;
}
.tippy-popper[x-placement^="top"] .tippy-tooltip.dark-theme .tippy-arrow {
  border-top-color: #222;
  border-top-width: 6px;
  border-left-width: 6px;
  border-right-width: 6px;
  bottom: -6px;
}
.tippy-popper[x-placement^="bottom"] .tippy-tooltip.dark-theme .tippy-arrow {
  border-bottom-color: #222;
  border-top-width: 6px;
  border-left-width: 6px;
  border-right-width: 6px;
  top: -6px;
}
.tippy-popper[x-placement^="left"] .tippy-tooltip.dark-theme .tippy-arrow {
  border-left: 6px solid #222;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: -6px;
  margin: 5px 0;
}
.tippy-popper[x-placement^="right"] .tippy-tooltip.dark-theme .tippy-arrow {
  border-right: 6px solid #222;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: -6px;
  margin: 5px 0;
}
.form__col-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
}
.form__col-inline label {
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group > .form-label,
.form-group > label:not(.custom-control) {
  color: #000;
  margin-bottom: 10px;
  line-height: 14px;
  display: inline-block;
}
.form-group .form-label__desc {
  font-size: 13px;
  color: #939daa;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.form-group.row > .form-label,
.form-group.row > label:not(.custom-control) {
  margin-bottom: 0;
  margin-top: 5px;
}
.form-group-no-label {
  margin-top: 24px;
}
.form-labels-light label {
  color: #939daa;
}
.form-text-inline {
  margin-top: 5px;
}
input,
input[type="checkbox"],
input[type="radio"],
select,
textarea {
  resize: none;
  outline: none;
  font-family: Open Sans;
}
.input-group-text {
  background: rgba(147, 157, 170, 0.1);
}
.form-control,
.input-group-text {
  font-size: 14px;
  padding: 6.5px 10px;
}
.form-control {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  background: #fff;
  border: 1px solid #d3d9dd;
  border-radius: 3px;
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #939daa;
}
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #939daa;
}
.form-control::placeholder {
  color: #939daa;
}
.form-control:focus {
  border-color: #394656;
  color: #000;
  box-shadow: none;
  outline: none;
}
.form-control:disabled,
.form-control:disabled:focus {
  background: #e9ecf1;
  border: 1px solid #d3d9dd;
}
.form-control:-moz-read-only {
  border: 1px solid rgba(211, 217, 221, 0.6);
  background: rgba(233, 236, 241, 0.5);
}
.form-control:read-only {
  border: 1px solid rgba(211, 217, 221, 0.6);
  background: rgba(233, 236, 241, 0.5);
}
.form-control:-moz-read-only:focus {
  border-color: #394656;
}
.form-control:read-only:focus {
  border-color: #394656;
}
.form-control--rounded {
  border-radius: 36px;
  padding-left: 15px;
  padding-right: 15px;
}
textarea.form-control {
  height: auto;
}
.has-danger .form-control {
  border-color: #eb3b48;
}
.has-danger .form-control-danger {
  background-image: none;
}
.has-danger .form-control-danger:focus {
  border-color: #eb3b48;
}
.has-success .form-control {
  border-color: #82c250;
}
.has-success .form-control-danger {
  background-image: none;
}
.has-success .form-control-danger:focus {
  border-color: #82c250;
}
.has-warning .form-control {
  border-color: #f48221;
}
.has-warning .form-control-danger {
  background-image: none;
}
.has-warning .form-control-danger:focus {
  border-color: #f48221;
}
.input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: #c9ced4;
  font-size: 17px;
  line-height: 17px;
  right: 10px;
  width: 17px;
}
.input-icon.mdi {
  font-size: 22px;
}
.input-group {
  position: relative;
  margin-bottom: 20px;
}
.input-group.input-group-icon .form-control {
  border-radius: 3px;
}
.input-group.input-group-icon .form-control--rounded {
  border-radius: 36px;
}
.input-group.icon-right .form-control {
  padding-right: 35px;
}
.input-group.icon-right .input-icon {
  right: 10px;
}
.input-group.icon-right .form-control--rounded + .input-icon {
  right: 15px;
}
.input-group.icon-left .form-control {
  padding-left: 35px;
}
.input-group.icon-left .input-icon {
  left: 10px;
}
.input-group-addon {
  padding-left: 13px;
  padding-right: 13px;
  font-size: 14px;
  line-height: 1;
  color: #939daa;
  background: none;
  border-radius: 3px;
}
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.4rem 10px;
  font-size: 14px;
}
.input-group-sm .input-icon {
  font-size: 15px;
  line-height: 15px;
  width: 15px;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  font-size: 14px !important;
  padding: 4px 10px;
}
.input-group-lg .input-icon {
  font-size: 20px;
  line-height: 20px;
  width: 20px;
}
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 11px 15px;
  font-size: 14px;
}
.input-group-lg.icon-right .form-control {
  padding-right: 42px;
}
.input-group-lg.icon-right .input-icon {
  right: 15px;
}
.input-group-lg.icon-left .form-control {
  padding-left: 42px;
}
.input-group-lg.icon-left .input-icon {
  left: 15px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  font-size: 14px !important;
  padding: 11px 15px;
}
.form-control-md {
  height: 40px;
}
.form-text {
  font-size: 14px;
  margin-top: 8px;
}
.input-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.input-control-item {
  color: #394656;
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: -26px;
  top: calc(50% - 8px);
}
.input-control-item:focus,
.input-control-item:hover {
  color: #0089e0;
}
.custom-control-extra-description .custom-control {
  margin-bottom: 0;
}
.custom-control-extra-description .form-text {
  margin-top: 0;
  margin-left: 22px;
}
.input-group-sm .input-group-append .dropdown-toggle-split,
.input-group-sm .input-group-prepend .dropdown-toggle-split {
  min-height: 31px;
}
.form-controls-rounded .input-group-prepend .input-group-text {
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  padding-left: 13px;
}
.form-controls-rounded .input-group-append .input-group-text {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  padding-right: 13px;
}
.form-controls-rounded .input-group-icon .form-control {
  border-radius: 21px;
}
.form-controls-rounded .input-group-icon .form-control-lg {
  border-radius: 30px;
}
.form-controls-rounded .input-group-icon.icon-right .input-icon {
  right: 15px;
}
.form-controls-rounded .form-control {
  border-radius: 21px;
  padding-left: 13px;
  padding-right: 13px;
}
.form-controls-rounded .form-control-lg {
  border-radius: 30px;
}
.form-controls-rounded .btn {
  border-radius: 21px;
}
.form-controls-rounded .btn-lg {
  border-radius: 30px;
}
.modal-content {
  border: none;
  border-radius: 4px;
  width: 610px;
  font-size: 14px;
}
.modal-header {
  padding: 20px 30px 0;
  border-bottom: none;
  -ms-flex-align: center;
  align-items: center;
}
.modal-header.has-border {
  border-bottom: 1px solid rgba(147, 157, 170, 0.1);
  padding-bottom: 20px;
}
.modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
  font-size: 10px;
  opacity: 1;
  text-shadow: none;
  box-shadow: none;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  background-color: #455161;
  border-radius: 50%;
  color: hsla(0, 0%, 100%, 0.85);
}
.modal-header .close span {
  position: relative;
  line-height: 21px;
  left: 0.5px;
  top: 1px;
}
.modal-header .close:hover {
  color: #fff;
  opacity: 1;
  background: #3a4552;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.modal-title {
  color: #111;
  font-size: 30px;
  margin-bottom: 0;
}
.modal-body {
  padding: 20px 30px;
}
.modal-body p {
  font-size: 15px;
  line-height: 22px;
}
.modal-body .row:last-child .form-group,
.modal-body p:last-child {
  margin-bottom: 0;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: none;
  padding: 10px 30px 30px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.modal-footer .btn {
  padding: 7px 40px;
  font-size: 17px;
}
.modal-footer .btn.btn-outline-info {
  border: 1px solid rgba(0, 148, 242, 0.5);
}
.modal-footer .btn + .btn {
  margin-left: 20px;
}
.modal-footer--center {
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-modal .modal-footer,
.custom-modal .modal-header {
  border: none;
}
.custom-modal__form {
  width: 100%;
  margin-top: 30px;
}
.custom-modal .modal-dialog {
  position: relative;
  max-width: 610px;
}
.custom-modal .modal-title {
  z-index: 1;
}
.custom-modal .modal-header {
  height: 128px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  overflow: hidden;
}
.custom-modal .modal-header:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #ecf2f6;
  width: 170%;
  height: 200%;
  display: block;
  left: -35%;
  top: -100%;
  z-index: 0;
}
.custom-modal .modal-footer {
  padding: 0 40px 40px;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-modal .modal-footer,
.custom-modal__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.custom-modal__image {
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 30px;
}
.custom-modal__image img {
  z-index: 1;
  position: relative;
}
.custom-modal__body {
  padding: 33px 103px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.custom-modal .custom-modal__close {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
  font-size: 10px;
  opacity: 1;
  text-shadow: none;
  box-shadow: none;
  width: 21px;
  height: 21px;
  background-color: #455161;
  border-radius: 50%;
  color: hsla(0, 0%, 100%, 0.85);
}
.custom-modal .custom-modal__close span {
  position: relative;
  left: 0;
  top: 1px;
}
.custom-modal .custom-modal__close:hover {
  color: #fff;
  opacity: 1;
  background: #3a4552;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.custom-modal__body-heading {
  text-align: center;
  font-size: 30px;
  color: #111;
}
.custom-modal__body-desc {
  color: #939daa;
  width: 400px;
  text-align: center;
}
.custom-modal__buttons .btn {
  padding: 7px 40px;
  font-size: 17px;
}
.custom-modal__buttons .btn.btn-outline-info {
  border: 1px solid #939daa;
}
.custom-modal__buttons .btn + .btn {
  margin-left: 20px;
}
.custom-modal__footer-desc {
  color: #939daa;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 22px;
}
.custom-modal__footer-desc a {
  color: #394656;
}
.custom-modal__icon-btn.btn {
  padding-left: 18px;
  padding-right: 18px;
}
.custom-modal__icon-btn .btn-icon {
  font-size: 15px;
}
.custom-modal-verify-account .custom-modal__image img {
  bottom: -30px;
}
.custom-modal-subscribe .custom-modal__body {
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.custom-modal-invite .custom-modal__body {
  padding-left: 30px;
  padding-right: 30px;
  -ms-flex-align: center;
  align-items: center;
}
.custom-modal__header-tabs .btn {
  padding: 6px 18px;
}
.noUi-horizontal {
  height: 4px;
}
.noUi-target {
  background: #e0e5e8;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.noUi-target.noUi-horizontal.is-pips-enabled {
  margin-bottom: 60px;
}
.noUi-pips {
  color: #939daa;
  font-size: 14px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 12px;
}
.noUi-marker-sub {
  background: #939daa;
}
.noUi-marker-large {
  background: rgba(147, 157, 170, 0.8);
}
.noUi-connect {
  background-color: #394656;
  box-shadow: none;
}
.noUi-handle {
  border-color: #394656;
  border-radius: 50px;
  box-shadow: none;
}
.noUi-handle:after,
.noUi-handle:before {
  display: none;
}
.noUi-handle:focus {
  outline: none;
}
.noUi-horizontal .noUi-handle {
  width: 10px;
  height: 10px;
  left: -5px;
  top: -3px;
}
.noUi-tooltip {
  padding: 1px 8px;
  font-size: 13px;
  color: #fff;
  border: 0;
  background: #455161;
  border-radius: 3px;
}
.noUi-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #455161 transparent transparent;
}
.noUi-horizontal .noUi-tooltip {
  bottom: 20px;
}
.nouislider-custom .noUi-connect {
  background-color: transparent;
}
.nouislider-custom .noUi-handle {
  top: -6px;
  border-color: #455161;
  border-radius: 2px;
  background-color: #455161;
  width: 6px;
  height: 16px;
}
.nouislider-a .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #394656;
  top: -8px;
}
.nouislider-a.noUi-horizontal .noUi-tooltip {
  bottom: 26px;
}
.nouislider-b.noUi-horizontal {
  height: 2px;
  background: #c5ced3;
}
.nouislider-b.noUi-horizontal .noUi-tooltip {
  bottom: 26px;
}
.nouislider-b .noUi-handle {
  width: 18px;
  height: 18px;
  background: #394656;
  top: -8px;
}
.nouislider-b .noUi-handle:after {
  content: "";
  display: block;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.pagination {
  -ms-flex-align: center;
  align-items: center;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.page-item.active .page-link {
  border-color: #394656;
  background-color: #394656;
}
.page-item.round-item {
  padding-left: 7px;
  padding-right: 7px;
}
.page-item.round-item.active .page-link {
  background-color: #939daa;
  border-color: #939daa;
}
.page-text {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 52px;
  padding-right: 52px;
}
.page-link,
.page-text {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #939daa;
}
.page-link {
  padding: 8px 13px;
  border-color: #d3d9dd;
}
.page-link:focus,
.page-link:hover {
  color: #394656;
  box-shadow: none;
}
.border .page-link {
  border-radius: 3px;
}
.round-item .page-link {
  width: 6px;
  height: 6px;
  padding: 0;
  font-size: 0;
  border-radius: 50px;
  background-color: #c9ced4;
}
.round .page-link {
  border-radius: 50px !important;
}
.pagination-simple .page-link {
  border: none !important;
  background: none;
  color: #394656;
  border-radius: 3px;
  outline: none;
}
.pagination-simple .page-item {
  outline: none;
}
.pagination-simple .page-item.active .page-link {
  background: #394656;
  color: #fff;
  outline: none;
}
.pagination-simple .page-item.disabled {
  opacity: 0.7;
}
.progress {
  background-color: #e0e5e8;
}
.progress-bar {
  background: #394656;
}
.progress-lg {
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 700;
}
.progress-md {
  height: 12px;
  font-size: 10px;
}
.progress-sm,
.progress-sm .progress-bar {
  height: 8px;
}
.progress-xs,
.progress-xs .progress-bar {
  height: 4px;
}
.progress-rounded {
  border-radius: 20px;
}
.progress-rounded .progress-bar:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.progress-rounded .progress-bar:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.progress-rounded.progress-xs {
  border-radius: 4px;
}
.progress-rounded.progress-xs .progress-bar:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.progress-rounded.progress-xs .progress-bar:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.progress-rounded.progress-sm {
  border-radius: 8px;
}
.progress-rounded.progress-sm .progress-bar:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.progress-rounded.progress-sm .progress-bar:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.progress-rounded.progress-md {
  border-radius: 12px;
}
.progress-rounded.progress-md .progress-bar:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.progress-rounded.progress-md .progress-bar:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.progress-rounded.progress-lg {
  border-radius: 30px;
}
.progress-rounded.progress-lg .progress-bar:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.progress-rounded.progress-lg .progress-bar:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.select2-container {
  width: 100% !important;
  animation: b 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #d3d9dd;
  border-radius: 3px;
  margin-top: 4px;
}
.select2-container .select2-selection--single {
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  border-color: #d3d9dd;
  border-radius: 3px;
}
.select2-container .select2-selection--single:focus {
  outline: none;
}
.select2-container .select2-search--dropdown {
  margin: 5px;
  padding: 0;
  position: relative;
}
.select2-container .select2-search--dropdown:before {
  content: "";
  font-family: universe-admin;
  font-size: 15px;
  color: #939daa;
  position: absolute;
  right: 10px;
  top: 8px;
}
.select2-container .select2-search--dropdown .select2-search__field {
  padding-left: 10px;
  height: 36px;
  font-size: 14px;
  border-color: #d3d9dd;
  border-radius: 3px;
  padding-right: 30px;
}
.select2-container .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}
.select2-dropdown {
  border: 1px solid #e9ebee;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  margin-top: 2px;
}
.select2-results {
  margin-top: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 10px;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: inherit;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-size: 14px;
  color: #939daa;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 27px;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  transition: transform 0.2s;
  transform-origin: 50%;
  content: "";
  font-family: universe-admin;
  position: relative;
  left: -2px;
  color: #929faa;
  font-size: 14px;
  line-height: 7px;
  margin-right: 0;
  margin-left: 5px;
  width: 14px;
  height: 5px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: rgba(174, 181, 191, 0.2);
}
.select2-container--default .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(69, 81, 97, 0.1);
  border: none;
}
.select2-container--default .select2-results__group {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}
.select2-container--default .select2-results__option {
  padding: 8px 10px 7px;
  font-size: 14px;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding: 8px 10px 7px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: #111;
  background-color: #d9effd;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #111;
  background: #d9effd;
}
.select2-selection__rendered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.select2-selection__rendered:focus {
  outline: none;
}
.select2-container--open .select2-selection__arrow:before {
  transform: rotate(-180deg);
}
.select2-container--open .select2-selection--single {
  border-color: #394656;
}
.select-user-dropdown .select2-results__option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.select-user-dropdown .select-user__img {
  width: 34px;
  height: 34px;
}
.select-user__img {
  position: relative;
  width: 22px;
  height: 22px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  border-radius: 50px;
}
.select-user__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 50px;
}
.select-user__name {
  margin-left: 10px;
}
.select2-container--open .select2-dropdown--above {
  margin-top: -4px !important;
  border-bottom: 1px solid #d3d9dd;
  border-radius: 3px;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-radius: 3px;
}
.form-controls-rounded .select2-container .select2-selection--single {
  border-radius: 21px;
}
.form-controls-rounded
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  right: 6px;
}
.form-controls-rounded
  .select2-container--open.select2-container--below
  .select2-selection--single {
  border-radius: 21px;
}
.SumoSelect {
  width: 100%;
}
.SumoSelect label {
  margin: 0;
}
.SumoSelect .CaptionCont {
  height: 36px;
  border-color: #d3d9dd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 11px;
}
.SumoSelect .CaptionCont label {
  margin: 0;
}
.SumoSelect .CaptionCont label i {
  background: none;
  height: 6px;
  width: 12px;
  position: relative;
  top: calc(50% - 2px);
}
.SumoSelect .CaptionCont label i:before {
  position: absolute;
  content: "";
  font-family: universe-admin;
  font-size: 6px;
  color: #939daa;
  font-style: normal;
  opacity: 1;
  transition: transform 0.2s;
  transform-origin: 50%;
  height: 6px;
  line-height: 6px;
}
.SumoSelect:focus .CaptionCont,
.SumoSelect:hover .CaptionCont {
  border-color: #d3d9dd;
  box-shadow: none;
}
.SumoSelect > .CaptionCont > span.placeholder {
  font-style: normal;
  color: #939daa;
}
.SumoSelect.open .CaptionCont,
.SumoSelect.open:focus .CaptionCont,
.SumoSelect.open:hover .CaptionCont {
  border-color: #394656;
  box-shadow: none;
}
.SumoSelect.open .CaptionCont label i:before {
  transform: rotate(-180deg);
}
.SumoSelect.open .optWrapper {
  top: 40px;
}
.SumoSelect .select-all {
  height: 36px;
  padding: 7px 0 3px 35px;
}
.SumoSelect .select-all.partial {
  border-bottom: 1px solid #d3d9dd;
}
.SumoSelect .select-all.partial span i {
  opacity: 1;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border-radius: 2px;
  border: 1px solid #d3d9dd;
  background: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  box-shadow: none !important;
}
.SumoSelect .select-all.partial span i:hover {
  border: 1px solid #939daa;
}
.SumoSelect .select-all.selected span i {
  opacity: 1;
  background: #fff;
  border: 1px solid #d3d9dd;
}
.SumoSelect .select-all.selected span i:hover {
  border: 1px solid #939daa;
}
.SumoSelect .select-all.selected span i:before {
  content: "";
  font-family: universe-admin;
  font-size: 15px;
  color: #3f4145;
  font-weight: 700;
  position: absolute;
  top: -3px;
  left: 1px;
  line-height: 12px;
  height: 16px;
  font-style: normal;
}
.SumoSelect .optWrapper {
  animation: b 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid #d3d9dd;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
}
.SumoSelect > .optWrapper > .options::-webkit-scrollbar-track {
  box-shadow: none;
  background: rgba(174, 181, 191, 0.2);
}
.SumoSelect > .optWrapper > .options::-webkit-scrollbar {
  width: 4px;
  background: #fff;
}
.SumoSelect > .optWrapper > .options::-webkit-scrollbar-thumb {
  background: rgba(69, 81, 97, 0.1);
  border: none;
}
.SumoSelect > .optWrapper.multiple > .options li.opt {
  border: none;
  height: 36px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt label {
  margin: 0;
  line-height: 25px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt:disabled {
  color: #999;
}
.SumoSelect > .optWrapper.multiple > .options li.opt:hover {
  background: rgba(0, 148, 242, 0.15);
  color: #111;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
  opacity: 1;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border-radius: 2px;
  border: 1px solid #d3d9dd;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  box-shadow: none !important;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i:hover {
  border: 1px solid #939daa;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  opacity: 1;
  background: #fff;
  border: 1px solid #d3d9dd;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i:hover {
  border: 1px solid #939daa;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i:before {
  content: "";
  font-family: universe-admin;
  font-size: 15px;
  color: #3f4145;
  font-weight: 700;
  position: absolute;
  top: -3px;
  left: 1px;
  line-height: 12px;
  height: 16px;
  font-style: normal;
}
.SumoSelect > .optWrapper.multiple > .options li.group > label {
  font-weight: 600;
}
.SumoSelect > .optWrapper.multiple > .MultiControls,
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-color: #d3d9dd;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel:active,
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel:focus,
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel:hover,
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk:active,
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk:focus,
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk:hover {
  background: rgba(0, 148, 242, 0.15);
  color: #111;
  box-shadow: none;
  border-color: #d3d9dd;
}
.nav-tabs {
  margin-bottom: 6px;
  border: 0;
}
.nav-tabs .nav-link {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
  color: #939daa;
  border: 0;
  border-bottom: 1px solid transparent;
  position: relative;
  z-index: 1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 2px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  border-bottom-width: 2px;
  border-color: #394656;
  color: #111;
}
.nav-tabs__link-amount {
  color: #fff;
  background-color: #939daa;
  display: inline-block;
  width: 18px;
  height: 19px;
  text-align: center;
  font-size: 13px;
  border-radius: 3px;
  margin-left: 6px;
  line-height: 18px;
  position: relative;
  top: -1px;
}
.tab-pane {
  font-size: 15px;
}
.tabs-alpha.main-container {
  padding: 20px 0 0;
}
.tabs-alpha.main-container .tab-pane {
  padding: 20px;
}
.tabs-alpha__tab-add-icon,
.tabs-alpha__tab-close-icon {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 5px;
  color: #939daa;
}
.tabs-alpha__tab-add-icon {
  margin-left: 0;
}
.tabs-alpha__nav-tabs {
  margin: 0;
  padding: 0 20px;
}
.tabs-alpha__nav-tabs .nav-item {
  margin-right: 3px;
}
.tabs-alpha__nav-tabs .nav-link {
  margin-bottom: 0;
  padding: 7px 16px;
  border-top: 1px solid #d3d9dd;
  border-left: 1px solid #d3d9dd;
  border-right: 1px solid #d3d9dd;
  border-bottom: none;
  color: #939daa;
}
.tabs-alpha__nav-tabs .nav-link.active {
  background: #394656;
  color: #fff;
}
.tabs-alpha__nav-tabs .nav-link:not(.active):hover {
  border-top: 1px solid #bfc8cd;
  border-left: 1px solid #bfc8cd;
  border-right: 1px solid #bfc8cd;
  border-bottom: none;
  color: #939daa;
}
.tabs-alpha__link.active .tabs-alpha__tab-add-icon,
.tabs-alpha__link.active .tabs-alpha__tab-close-icon {
  color: #fff;
}
.tabs-alpha__tab-content {
  border-top: 3px solid #394656;
  position: relative;
  z-index: 1;
}
.tabs-alpha__tab-add.nav-link {
  padding-left: 10px;
  padding-right: 10px;
}
.tooltip {
  font-size: 100%;
}
.tooltip.show {
  opacity: 1;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #455161;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #455161;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #455161;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #455161;
}
.tooltip-inner {
  max-width: 132px;
  padding: 6px 8px;
  font-size: 14px;
  border-radius: 3px;
  background-color: #455161;
  opacity: 1;
}
.tooltip-top .tooltip-inner {
  transform: translateY(5px);
}
.popover {
  font-size: 14px;
  border-color: #d3d9dd;
}
.popover-header {
  background: none;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  padding: 10px;
  border-color: #d3d9dd;
}
.popover-body {
  padding: 10px;
}
.table-container .table {
  border: none;
}
.table-container.main-container {
  padding: 0;
}
.table-container.main-container thead tr:first-child th {
  border-top: none;
}
.table {
  font-size: 15px;
  color: #000;
  margin: 0;
  border: 1px solid #e9ecef;
}
.table td,
.table th {
  vertical-align: middle;
  padding: 15px 20px;
}
.table + .table-header {
  margin-top: 20px;
}
.table thead th {
  color: #939daa;
  font-weight: 400;
  border-bottom: 1px solid #e9ecef;
}
.table tr.is-selected td {
  background-color: #f4f9fc;
}
.table tr.is-selected td:first-child {
  border-left: 3px solid #394656;
  padding-left: 17px;
}
.table__logo {
  position: relative;
  top: 3px;
}
.table__avatar img {
  display: inline-block;
  margin-right: 8px;
}
.table__avatar span {
  position: relative;
  top: 1px;
}
.table__datetime {
  color: #939daa;
}
.table__cell-w1 {
  width: 1px;
}
.table__checkbox {
  width: 1px;
  padding-right: 0 !important;
  position: relative;
}
.table__checkbox .custom-control {
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.table th.table__checkbox .custom-control {
  position: relative;
  top: -1px;
}
.table__switch .switch {
  margin: 0;
  position: relative;
  top: 2px;
}
.table__label .badge {
  font-size: 14px;
}
.table__rating-item {
  font-size: 15px;
  color: #b7babf;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 3px;
}
.table__rating-item.is-active {
  color: #ffbf16;
}
.table__actions td {
  padding: 10px 20px;
}
.table__cell-actions {
  width: 1px;
}
.table__cell-actions-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.table__cell-actions-item + .table__cell-actions-item {
  margin-left: 20px;
}
.table__cell-actions-icon {
  color: #bfc8cf;
  font-size: 16px;
  line-height: 16px;
  height: 12px;
}
.table__cell-actions-icon:hover {
  color: #394656;
}
.table__cell-actions-icon + .table__cell-actions-icon {
  margin-left: 20px;
}
.table__cell-actions-icon .icon-edit-outline,
.table__cell-actions-icon .icon-remove {
  font-size: 17px;
}
.table__cell-user-wrap,
.table__cell-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.table__cell-widget-name {
  color: #000;
  font-size: 15px;
}
.table__cell-widget-description {
  font-size: 15px;
  color: #939daa;
}
.table__cell-widget-desc-item {
  display: inline-block;
}
.table__cell-widget-desc-item + .table__cell-widget-desc-item {
  margin-left: 15px;
}
.table__cell-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.table__cell-user-avatar {
  margin-right: 10px;
}
.table img + .table__cell-widget {
  margin-left: 40px;
}
.table__tag:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.table__tag--lg:before {
  width: 9px;
  height: 9px;
  top: 0;
}
.table__tag--green:before {
  background: #48c963;
}
.table__tag--orange:before {
  background: #e85f4b;
}
.table__tag--success:before {
  background: #82c250;
}
.table__tag--danger:before {
  background: #eb3b48;
}
.table__tag--yellow:before {
  background: #ffd875;
}
.table__tag--blue:before {
  background: #5eb5f9;
}
.table__cell-up {
  color: #36be53;
}
.table__cell-up:before {
  margin-right: 5px;
  display: inline-block;
  content: "";
  font-family: universe-admin;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  position: relative;
  top: 1px;
}
.table__cell-down {
  color: #eb3333;
}
.table__cell-down:before {
  position: relative;
  top: 1px;
  margin-right: 5px;
  height: 12px;
  line-height: 12px;
  display: inline-block;
  content: "";
  font-family: universe-admin;
  font-size: 12px;
}
.table__cell-icon {
  width: 1px;
  font-size: 16px;
}
.table__cell-paid-by {
  width: 110px;
}
.table__cell-text-light {
  color: #939daa;
}
.table td.table__cell-compact {
  width: 1px;
  padding-left: 0;
  padding-right: 0;
}
.table td:last-child.table__cell-compact {
  padding-right: 20px;
}
.table-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 21px;
  -ms-flex-align: center;
  align-items: center;
}
.table-header__heading {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}
.table-header__controls {
  display: -ms-flexbox;
  display: flex;
}
.table-header .select2 {
  position: relative;
  top: 2px;
  min-width: 150px;
}
.table-dropdown {
  margin-right: 20px;
  position: relative;
  top: 2px;
}
.table-dropdown:last-child {
  margin-right: 0;
}
.table-dropdown .dropdown-toggle {
  padding: 0;
}
.table-dropdown .dropdown-toggle:focus,
.table-dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.table-dropdown__text {
  color: #939daa;
  display: inline-block;
  margin-right: 5px;
}
.table-hover tr:hover td {
  background: #f4f9fc;
}
.table-no-border td {
  border: none;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #f4f9fc;
}
.dropdown__btn-icon-toggle {
  padding: 9px;
}
.dropdown-item__icon {
  font-size: 16px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  width: 16px;
  text-align: center;
  color: #939daa;
}
.dropdown-item__icon.mdi {
  font-size: 20px;
  width: 20px;
  line-height: 16px;
}
.dropdown__filter-toggle-name {
  color: #939daa;
  padding-right: 3px;
}
.dropdown__columns-container {
  display: -ms-flexbox;
  display: flex;
}
.dropdown__columns-column {
  border-right: 1px solid #e9ebee;
}
.dropdown__columns-column:last-child {
  border-right: none;
}
.dropdown__columns-item {
  min-width: 180px;
}
@media only screen and (max-width: 767px) {
  .dropdown__columns-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dropdown__columns-column {
    border-right: none;
  }
}
.dropdown-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.dropdown-toggle:after {
  font-family: universe-admin;
  content: "";
  border: none;
  font-size: 14px;
  line-height: 7px;
  margin-right: 0;
  margin-left: 5px;
  width: 14px;
  height: 5px;
  transform-origin: center;
  color: #929faa;
  transition: transform 0.2s;
  position: relative;
  top: 1px;
}
.dropdown-toggle.btn-select:after {
  color: #929faa;
}
.dropdown-toggle__icon {
  font-size: 16px;
  line-height: 16px;
  margin-right: 6px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 2px;
}
.dropdown-toggle__icon:after {
  display: none;
}
.dropdown.show .dropdown-toggle:after {
  transform: rotate(-180deg);
  transform-origin: center;
}
.dropdown-menu {
  margin-top: 4px;
  box-shadow: 0 2px 3px 0 rgba(147, 157, 170, 0.08);
  border: 1px solid #e9ebee;
  border-radius: 3px;
  animation: b 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.dropdown-menu[x-placement="top-start"] {
  margin-top: -4px;
}
.dropdown-menu__heading {
  text-transform: uppercase;
  color: #939daa;
  font-size: 14px;
  padding: 0 10px 10px;
}
.dropdown-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px;
  font-size: 14px;
  transition: none;
}
.dropdown-item:hover {
  background-color: #d9effd;
}
.dropdown-item:focus {
  color: #222;
}
.dropdown-item .badge {
  margin-left: auto;
}
.dropdown {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.dropdown.no-arrow .dropdown-toggle:after {
  display: none;
}
.control-dropdown .dropdown-toggle {
  padding: 7px 6px 3px;
  font-size: 20px;
  display: inline-block;
  margin: 0;
  line-height: 10px;
  color: #a1aab5;
}
.control-dropdown .dropdown-toggle:hover {
  color: #394656;
}
.control-dropdown .dropdown-text {
  font-size: 14px;
  color: #939daa;
  padding: 10px;
}
.control-dropdown .dropdown-menu {
  min-width: 143px;
}
.control-dropdown .dropdown-radios {
  padding: 5px 10px 0;
}
.control-dropdown .dropdown-radios__item:last-child .custom-control {
  margin-bottom: 2px;
}
.control-dropdown .custom-control {
  margin-bottom: 10px;
}
.control-dropdown .custom-control-description {
  font-size: 14px;
}
.widgets-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.panel-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  font-size: 14px;
  color: #222;
  border-radius: 3px;
  height: 100%;
}
.panel-widget__header {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
  min-height: 56px;
  font-size: 20px;
  line-height: 20px;
  height: 56px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
}
.panel-widget__header,
.panel-widget__header-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.panel-widget__header-controls {
  margin-right: -5px;
}
.panel-widget__header-control,
.panel-widget__header-icon {
  font-size: 16px;
  line-height: 16px;
  width: 25px;
  display: inline-block;
  color: #c9ced4;
}
.panel-widget__header-control {
  color: rgba(147, 157, 170, 0.5);
  width: auto;
  padding: 8px;
  border-radius: 2px;
  position: relative;
  top: 1px;
}
.panel-widget__header-control:hover {
  cursor: pointer;
  color: #394656;
}
.panel-widget__header-control-toggle {
  padding: 0 5px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(147, 157, 170, 0.5);
  font-size: 16px;
  line-height: 16px;
  position: relative;
  top: 1px;
}
.panel-widget__header-control-toggle:hover {
  cursor: pointer;
  color: #394656;
}
.panel-widget__body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.panel-widget__body-scrollpane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel-widget__body-content {
  padding: 20px;
}
.panel-widget__body-table {
  border: none;
}
.panel-widget__body-table thead tr:first-child th {
  border-top: none;
}
.panel-widget__footer {
  height: 56px;
  min-height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 14px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 24px;
  border-top: 1px solid rgba(147, 157, 170, 0.2);
  position: relative;
}
.panel-widget__footer-icon {
  font-size: 16px;
  margin-right: 10px;
}
.panel-widget__footer-add {
  position: absolute;
  right: 20px;
  top: -21px;
  width: 42px;
  height: 42px;
  background: #ba68c8;
  border-radius: 42px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.panel-widget__footer-add-icon {
  font-size: 18px;
  margin-right: 0;
  line-height: 18px;
  height: auto;
}
.panel-widget__footer-add:hover {
  color: #fff;
  background: #b359c3;
}
.panel-widget__footer-link {
  color: #939daa;
  font-size: 14px;
  text-transform: uppercase;
}
.panel-widget__footer-link-icon {
  font-size: 17px;
  line-height: 17px;
  margin-right: 5px;
  color: #c9ced4;
  position: relative;
  top: 2px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}
.panel-widget__footer-link:hover,
.panel-widget__footer-link:hover .panel-widget__footer-link-icon {
  color: #394656;
}
.widget {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  padding: 16px 17px;
  font-size: 15px;
  color: #222;
  margin-bottom: 20px;
  border-radius: 3px;
}
.widget .btn-select {
  border-color: rgba(0, 0, 0, 0.15);
  background: #fff;
}
.widget .btn-select:focus {
  border-color: #394656;
}
.widgets-inline {
  display: -ms-flexbox;
  display: flex;
}
.widgets-inline .widget {
  margin-right: 20px;
}
.widgets-inline .widget:last-child {
  margin-right: 0;
}
.widget-alpha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.widget-alpha__amount {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.widget-alpha__icon {
  font-size: 44px;
  line-height: 44px;
  height: 44px;
}
.widget-alpha--color-amaranth .widget-alpha__amount,
.widget-alpha--color-amaranth .widget-alpha__icon {
  color: #e62265;
}
.widget-alpha--color-green-jungle .widget-alpha__amount,
.widget-alpha--color-green-jungle .widget-alpha__icon {
  color: #229e8f;
}
.widget-alpha--color-orange .widget-alpha__amount,
.widget-alpha--color-orange .widget-alpha__icon {
  color: #ff5720;
}
.widget-alpha--color-java .widget-alpha__amount,
.widget-alpha--color-java .widget-alpha__icon {
  color: #14b8d2;
}
.widget-user-card {
  padding: 0;
}
.widget-user-card__bg {
  height: 156px;
  background: url(../img/user-card-bg.png) top no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.widget-user-card__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -82px;
  text-align: center;
  padding-bottom: 32px;
}
.widget-user-card__avatar {
  margin-bottom: 20px;
}
.widget-user-card__name {
  color: #222;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}
.widget-user-card__occupation {
  color: #222;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}
.widget-user-card__follow {
  min-width: 160px;
}
.widget-user-card__statistics {
  background: #f4f9fc;
  padding: 19px 43px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget-user-card__statistics-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.widget-user-card__statistics-amount {
  color: #222;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
}
.widget-user-card__statistics-type {
  color: #222;
  font-size: 15px;
  line-height: 15px;
}
.widget-controls {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget-controls__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 16px;
  min-height: 56px;
  font-size: 20px;
  line-height: 20px;
  height: 56px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.widget-controls__header--bordered {
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
}
.widget-controls__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget-controls__header-control,
.widget-controls__header-icon {
  font-size: 18px;
  line-height: 18px;
  width: 25px;
  display: inline-block;
}
.widget-controls__header-icon {
  color: #c9ced4;
  position: relative;
}
.widget-controls__header-control {
  color: rgba(147, 157, 170, 0.5);
  width: auto;
  padding: 8px;
  border-radius: 2px;
  position: relative;
  top: 1px;
}
.widget-controls__header-control:hover {
  background: hsla(0, 0%, 100%, 0.3);
  cursor: pointer;
  color: #394656;
}
.widget-controls a.widget-controls__header-control {
  color: #939daa;
  border-bottom: 1px solid rgba(147, 157, 170, 0.5);
  padding: 0;
  font-size: 14px;
}
.widget-controls a.widget-controls__header-control:hover {
  color: #394656;
  border-color: #939daa;
}
.widget-controls__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 14px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px;
  border-top: 1px solid rgba(147, 157, 170, 0.2);
  position: relative;
}
.widget-controls__footer .icon {
  font-size: 16px;
  margin-right: 10px;
}
.widget-controls__footer-btn {
  padding: 16px 24px;
}
.widget-controls__footer-add-control {
  position: absolute;
  right: 20px;
  top: -21px;
  width: 42px;
  height: 42px;
  background: #ba68c8;
  border-radius: 42px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.widget-controls__footer-add-control .icon {
  font-size: 18px;
  margin-right: 0;
  line-height: 18px;
  height: auto;
}
.widget-controls__footer-add-control:hover {
  color: #fff;
  background: #b359c3;
}
.widget-controls__footer-view-all {
  color: #939daa;
  font-size: 14px;
  text-transform: uppercase;
}
.widget-controls__footer-view-all:hover {
  color: #394656;
}
.widget-controls__footer-view-all-icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px;
}
.widget-controls__footer-details {
  color: #939daa;
  padding-bottom: 2px;
  border-bottom: 1px solid #939daa;
}
.widget-tabs {
  padding: 0;
}
.widget-tabs__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 16px;
  font-size: 20px;
  line-height: 20px;
  height: 64px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.widget-tabs__header sup {
  color: #939daa;
  font-size: 13px;
}
.widget-tabs__header--bordered {
  padding: 0 16px;
  height: 56px;
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
}
.widget-tabs__header--bordered .nav-tabs {
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.widget-tabs__header--bordered .nav-tabs .nav-item {
  margin-right: 15px;
}
.widget-tabs__header--bordered .nav-tabs .nav-link {
  margin-bottom: 0;
  line-height: 33px;
  color: #939daa;
}
.widget-tabs__header--bordered .nav-tabs .nav-link.active {
  color: #000;
}
.widget-tabs__header .input-group {
  margin: 0;
  width: 200px;
}
.widget-tabs__header-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.widget-tabs__header .form-control {
  height: 32px;
}
.widget-tabs__content .tab-pane {
  position: relative;
  font-size: 14px;
  padding: 0 20px 20px;
}
.widget-tabs__tabs .nav-link {
  border: none;
  font-size: 14px;
  color: #111;
  margin-bottom: 0;
  border-radius: 36px;
  padding: 9px 20px;
}
.widget-tabs__tabs .nav-link.active {
  background: rgba(204, 209, 215, 0.5);
  color: #000;
}
.widget-content-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget-content-tabs .widget-controls__header {
  padding-left: 20px;
  padding-right: 21px;
}
.widget-content-tabs__tabs .nav-tabs {
  margin-top: -10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
  margin-bottom: 0;
}
.widget-content-tabs__tabs .nav-item {
  margin-right: 21px;
}
.widget-content-tabs__tabs .nav-item:last-child {
  margin-right: 0;
}
.widget-content-tabs__tabs .nav-link {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -1px;
}
.widget-content-tabs__tabs .nav-link.active {
  color: #000;
}
.widget-content-tabs__tabs .nav-link:not(.active) {
  border-bottom: none;
}
.widget-content-tabs__tabs .tab-pane {
  font-size: 14px;
}
.widget-content-tabs .tab-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.widget-controls--dark .widget-controls__header-control,
.widget-controls--dark .widget-controls__header-control:hover,
.widget-controls--dark .widget-controls__header-icon {
  color: #fff;
}
.widget-contacts .widget-controls__header {
  background: #394656;
  color: #fff;
}
.widget-contacts .widget-controls__content {
  height: 340px;
  overflow: hidden;
}
.widget-contacts .widget-controls__content-wrap {
  padding: 20px 16px;
}
.widget-contacts__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.widget-contacts__item:last-child {
  margin-bottom: 0;
}
.widget-contacts__item-avatar {
  margin-right: 10px;
}
.widget-contacts__item-name {
  color: #222;
  font-weight: 700;
  font-size: 14px;
  margin-top: -2px;
  display: block;
}
.widget-contacts__item-email {
  font-size: 14px;
  color: #939daa;
}
.widget-payouts .widget-controls__header {
  background: #4baf57;
  color: #fff;
}
.widget-payouts .widget-controls__content {
  height: 406px;
  overflow: hidden;
}
.widget-payouts td:last-child {
  text-align: right;
}
.widget-welcome {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 21px 20px;
}
.widget-welcome__message-l1,
.widget-welcome__stats-item-value {
  color: #222;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 12px;
}
.widget-welcome__message-l2,
.widget-welcome__stats-item-desc {
  color: #222;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 0;
}
.widget-welcome__stats,
.widget-welcome__stats-item {
  display: -ms-flexbox;
  display: flex;
}
.widget-welcome__stats-item {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 86px;
}
.widget-welcome__stats-item:last-child {
  margin-right: 60px;
}
.widget-welcome__stats-item.early-growth .widget-welcome__stats-item-desc {
  color: #eb3333;
}
.widget-welcome__stats-item.monthly-growth .widget-welcome__stats-item-desc {
  color: #48c963;
}
.widget-welcome__stats-item.daily-growth .widget-welcome__stats-item-desc {
  color: #fe7645;
}
.widget-table .table {
  border: none;
}
.widget-table th {
  padding: 8px 20px;
  border-top: none;
}
.widget-table .widget-controls__header {
  padding: 14px 20px;
}
.widget-account-activity .bg-kournikova,
.widget-summary .bg-kournikova {
  color: #977143;
}
.widget-account-activity .progress,
.widget-summary .progress {
  margin: 0 20px 10px;
}
.widget-account-activity .widget-controls__content,
.widget-summary .widget-controls__content {
  height: 329px;
}
.widget-account-activity td,
.widget-summary td {
  width: 16.333%;
}
.widget-account-activity td:first-child,
.widget-summary td:first-child {
  width: 50%;
}
.widget-account-activity .widget-controls__content {
  margin-top: -10px;
  height: 314px;
}
.widget-index-chart {
  height: 415px;
}
.widget-index-chart__container {
  height: 250px;
}
.widget-index-chart__items {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.widget-index-chart__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 56px;
  color: #111;
  font-size: 14px;
  position: relative;
  padding-left: 17px;
}
.widget-index-chart__item:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.widget-index-chart__item:last-child {
  margin-right: 0;
}
.widget-index-chart__item--yellow:before {
  background: #ffd875;
}
.widget-index-chart__item--green:before {
  background: #5fd47e;
}
.widget-index-chart__item--grey:before {
  background: #d8dde2;
}
.widget-index-chart__item--orange:before {
  background: #fe7645;
}
.widget-billing__header {
  display: -ms-flexbox;
  display: flex;
  padding: 11px 20px 10px;
  background-color: #f4f9fc;
  font-size: 14px;
}
.widget-billing__card-country {
  display: inline-block;
  margin-right: 5px;
}
.widget-billing__card-number {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.widget-billing__card-type {
  color: #939daa;
  margin-left: 60px;
}
.widget-billing .widget-controls__content {
  height: 324px;
}
.widget-billing .table__cell-actions-icon {
  position: relative;
  top: 2px;
}
.widget-activity {
  min-height: 425px;
}
.widget-activity__date {
  color: #939daa;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.widget-activity .tab-pane__content {
  height: 336px;
}
.widget-activity__items {
  padding: 20px;
}
.widget-activity__item {
  margin-bottom: 20px;
  position: relative;
}
.widget-activity__item:last-child {
  margin-bottom: 0;
}
.widget-activity__item:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.widget-activity__item--yellow {
  padding-left: 20px;
}
.widget-activity__item--yellow:before {
  background: #ffd875;
}
.widget-activity__item--green {
  padding-left: 20px;
}
.widget-activity__item--green:before {
  background: #5fd47e;
}
.widget-activity__item--grey {
  padding-left: 20px;
}
.widget-activity__item--grey:before {
  background: #d8dde2;
}
.widget-activity__item--orange {
  padding-left: 20px;
}
.widget-activity__item--orange:before {
  background: #fe7645;
}
.widget-activity__item--blue {
  padding-left: 20px;
}
.widget-activity__item--blue:before {
  background: #394656;
}
.widget-activity__item-text {
  color: #111;
}
.widget-activity__item-date {
  color: #939daa;
}
.widget-activity__blocked-users,
.widget-activity__customer-invoices,
.widget-activity__nda {
  padding: 20px;
}
.widget-todo {
  height: 425px;
}
.widget-todo .widget-controls__content {
  height: 300px;
}
.widget-todo .widget-controls__header-icon {
  font-size: 16px;
  line-height: 16px;
}
.widget-todo .widget-controls__footer-add-control .icon {
  left: 0;
}
.widget-todo__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.widget-todo__item:last-child {
  margin-bottom: 0;
}
.widget-todo__item.is-completed .widget-todo__item-date,
.widget-todo__item.is-completed .widget-todo__item-name {
  text-decoration: line-through;
}
.widget-todo__date {
  color: #939daa;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.widget-todo__item-avatar,
.widget-todo__item-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(147, 157, 170, 0.5);
  color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.widget-todo__item-avatar span,
.widget-todo__item-icon span {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.widget-todo__item-avatar--orange {
  background-color: #fe7645;
}
.widget-todo__item-avatar--green {
  background-color: #5fd47e;
}
.widget-todo__item-info {
  margin-top: -2px;
}
.widget-todo__item-date {
  color: #939daa;
}
.widget-todo__item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget-step-goal {
  height: 429px;
}
.widget-step-goal__donut-chart {
  width: 140px;
  height: 140px;
}
.widget-step-goal .widget-controls__content {
  padding: 20px;
}
.widget-step-goal__donut {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.widget-step-goal__donut-wrap {
  position: relative;
}
.widget-step-goal__donut-progress {
  position: absolute;
  left: calc(50% - 38px);
  top: calc(50% - 22px);
  z-index: 1;
  text-align: center;
  width: 76px;
}
.widget-step-goal__donut-label-status {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.widget-step-goal__donut-label-status--yellow {
  background-color: #ffd875;
}
.widget-step-goal__donut-label-status--green {
  background-color: #5fd47e;
}
.widget-step-goal__donut-label-status--orange {
  background-color: #fe7645;
}
.widget-step-goal__donut-progress-amount {
  color: #111;
  font-size: 28px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.widget-step-goal__donut-progress-desc {
  color: #939daa;
  font-size: 15px;
}
.widget-step-goal__donut-labels {
  width: 45%;
}
.widget-step-goal__donut-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.widget-step-goal__donut-label:last-child {
  margin-bottom: 0;
}
.widget-step-goal__donut-label-name {
  width: 50%;
}
.widget-step-goal__donut-label-progress.is-up {
  color: #36be53;
}
.widget-step-goal__donut-label-progress.is-up:before {
  margin-right: 5px;
  display: inline-block;
  content: "";
  font-family: universe-admin;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  position: relative;
  top: 1px;
}
.widget-step-goal__donut-label-progress.is-down {
  color: #eb3333;
}
.widget-step-goal__donut-label-progress.is-down:before {
  position: relative;
  top: 1px;
  margin-right: 5px;
  height: 12px;
  line-height: 12px;
  display: inline-block;
  content: "";
  font-family: universe-admin;
  font-size: 12px;
}
.widget-step-goal__bar {
  height: 150px;
  margin-top: 40px;
}
.widget-beta {
  border-radius: 3px;
  padding: 0;
  font-size: 15px;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
}
.widget-beta__body {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  height: 147px;
  padding: 18px;
  color: #fff;
}
.widget-beta__body,
.widget-beta__chart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.widget-beta__chart {
  height: 56px;
  background: rgba(0, 0, 0, 0.25);
}
.widget-beta__amount {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.widget-beta__heading-icon {
  font-size: 16px;
  top: 2px;
}
.widget-beta__desc-icon,
.widget-beta__heading-icon {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.widget-beta__desc-icon {
  font-size: 9px;
  line-height: 9px;
  top: -1px;
}
.widget-beta__chart {
  padding: 18px 12px 12px;
  border-radius: 0 0 3px 3px;
}
.widget-beta__chart-container {
  overflow: hidden;
}
.widget-beta--green {
  background: #4baf57;
}
.widget-beta--green .widget-beta__chart {
  background: #3a8d43;
}
.widget-beta--seance {
  background: #9b2bad;
}
.widget-beta--seance .widget-beta__chart {
  background: #7a249e;
}
.widget-beta--purple {
  background: #663eb3;
}
.widget-beta--purple .widget-beta__chart {
  background: #5131a3;
}
.widget-beta--lynch {
  background: #5f7d89;
}
.widget-beta--lynch .widget-beta__chart {
  background: #445a64;
}
.widget-brands {
  height: 429px;
}
.widget-brands__header {
  padding: 20px;
}
.widget-brands__tabs {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.widget-brands__tabs .nav-link {
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  color: #939daa;
  border-bottom: none;
}
.widget-brands__tabs .nav-link.active {
  color: #111;
}
.widget-brands__content {
  font-size: 14px;
  margin-top: 10px;
}
.widget-brands__separator {
  width: 70px;
  height: 2px;
  background-color: #939daa;
  opacity: 0.2;
  margin: 0 auto;
  margin-bottom: 10px;
}
.widget-brands__brand-name {
  text-align: center;
  color: #111;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
}
.widget-brands__desc {
  font-size: 20px;
  color: #111;
  margin-bottom: 18px;
  text-align: center;
}
.widget-brands__time {
  font-size: 15px;
  color: #939daa;
}
.widget-brands__chart {
  height: 190px;
  margin-top: 20px;
  max-width: 100%;
  overflow: hidden;
}
.widget-brands__btn {
  text-align: center;
}
.widget-date-paid {
  height: 462px;
}
.widget-date-paid .widget-controls__header-icon {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.widget-date-paid .widget-controls__content {
  height: 406px;
}
.widget-date-paid .table td:last-child {
  width: 1px;
}
.widget-notifications {
  height: 462px;
}
.widget-notifications .widget-controls__header-icon {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.widget-notifications .widget-controls__content {
  height: 310px;
}
.widget-notifications__item-icon {
  font-size: 28px;
  line-height: 28px;
  color: #c9ced4;
  margin-right: 20px;
  position: relative;
  top: 6px;
  width: 25px;
}
.widget-notifications__item-icon.ua-icon-widget-aircraft {
  font-size: 24px;
}
.widget-notifications__user {
  font-weight: 600;
}
.widget-notifications__item {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 22px;
  border-top: 1px solid rgba(147, 157, 170, 0.2);
}
.widget-notifications__item:first-child {
  border-top: none;
}
.widget-notifications__date {
  color: #939daa;
}
.widget-remaining-time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 21px 20px;
}
.widget-remaining-time__heading {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  color: #222;
}
.widget-remaining-time__heading-sup {
  color: #939daa;
  font-size: 16px;
}
.widget-remaining-time__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #939daa;
}
.widget-remaining-time__block-time {
  font-size: 28px;
  color: #222;
  line-height: 28px;
}
.widget-remaining-time__block-text {
  font-size: 14px;
  line-height: 14px;
  margin-right: 28px;
}
.widget-remaining-time__block-text-icon {
  display: inline-block;
  margin-right: 9px;
  font-size: 18px;
  line-height: 16px;
  color: rgba(147, 157, 170, 0.5);
  position: relative;
  top: 2px;
}
.widget-remaining-time__block-time-seconds {
  color: #939daa;
}
.simplebar-scrollbar {
  border-radius: 0;
  background: #aeb5bf;
  width: 6px;
}
.jconfirm .form-group:last-child {
  margin-bottom: 0;
}
.jconfirm.jconfirm-light .jconfirm-box,
.jconfirm.jconfirm-white .jconfirm-box {
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  border-radius: 3px;
  padding: 10px 20px 6px;
  line-height: 20px;
  font-size: 14px;
    
    border-top: 3px solid transparent; 
    border-color: #a6a6a6;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 0;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
  font-size: 20px;
  padding-bottom: 18px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
  padding: 8px 20px;
  border-radius: 3px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button + .btn {
  margin-left: 10px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  font-size: 17px;
  position: relative;
  top: 1px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default {
  color: #939daa;
  border: 1px solid #d3d9dd;
  background: none;
}
.jconfirm.jconfirm-light
  .jconfirm-box
  .jconfirm-buttons
  button.btn-default:hover,
.jconfirm.jconfirm-white
  .jconfirm-box
  .jconfirm-buttons
  button.btn-default:hover {
  background: none;
}
.jconfirm.jconfirm-light
  .jconfirm-box
  .jconfirm-buttons
  button.btn-default:hover:enabled,
.jconfirm.jconfirm-white
  .jconfirm-box
  .jconfirm-buttons
  button.btn-default:hover:enabled {

}
.jconfirm.jconfirm-light
  .jconfirm-box
  .jconfirm-buttons
  button.btn-default:active,
.jconfirm.jconfirm-white
  .jconfirm-box
  .jconfirm-buttons
  button.btn-default:active {
  background-color: #b0bbc2;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons {
  float: left;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  font-size: 30px !important;
  color: #fff;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:after {
  position: absolute;
  content: "";
  font-family: universe-admin;
  color: #455161;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 20px;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: 5px solid #eb3b48;
}
.settings-user {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.settings-user,
.settings-user__info,
.settings-user__wrap {
  display: -ms-flexbox;
  display: flex;
}
.settings-user__info {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}
.settings-user__avatar {
  margin-right: 20px;
}
.settings-user__name {
  font-size: 20px;
  color: #222;
  margin-bottom: 4px;
}
.settings-user__email {
  font-size: 15px;
  color: #939daa;
  margin-bottom: 7px;
}
.settings-user__remove-account {
  color: #939daa;
  font-size: 15px;
  border-bottom: 1px solid rgba(147, 157, 170, 0.5);
  line-height: 17px;
}
.settings-user__remove-account:hover {
  border-bottom-color: #222;
}
.settings-user__change-avatar {
  color: #394656;
  border-bottom: 1px dashed rgba(0, 148, 242, 0.5);
}
.settings-user__change-avatar:hover {
  color: #939daa;
}
.settings-social__item {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.settings-social__actions,
.settings-social__info,
.settings-social__item {
  display: -ms-flexbox;
  display: flex;
}
.settings-social__actions {
  -ms-flex-align: center;
  align-items: center;
  color: #939daa;
}
.settings-social__actions label {
  margin-left: 21px;
}
.settings-social__icon {
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: #bfc8cf;
  margin-right: 15px;
}
.settings-social__item-name {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #939daa;
}
.settings-social__item-desc {
  color: #010101;
  font-size: 15px;
}
.global-settings {
  font-size: 15px;
}
.global-settings__block {
  margin-bottom: 30px;
}
.global-settings__block:last-child {
  margin-bottom: 0;
}
.global-settings__block-heading {
  font-size: 20px;
  color: #000;
  margin-bottom: 12px;
}
.global-settings__block-desc {
  max-width: 365px;
  color: #939daa;
  margin-bottom: 10px;
}
.global-settings__block-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.global-settings__block-link {
  margin-bottom: 9px;
}
.global-settings__block-link:last-child {
  margin-bottom: 0;
}
.global-settings__form-heading {
  font-size: 17px;
  color: #000;
  margin-top: -3px;
}
.global-settings__form-actions {
  margin-bottom: 0;
  padding-top: 5px;
}
.global-settings__form-row {
  margin-bottom: 20px;
}
.global-settings__form-ads-account label {
  margin-bottom: 2px;
}
.textavatar {
  display: table;
  border-radius: 50%;
}
.textavatar abbr {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 10px;
  text-decoration: none;
  font-size: 20px;
  border-bottom: 0 !important;
  cursor: default !important;
}
.textavatar--settings {
  background: #d3d9dd;
}
.textavatar--settings abbr {
  font-size: 36px;
  color: #394656;
  font-weight: 300;
  padding-left: 1px;
  letter-spacing: 3.6px;
}
.tag-editor tags {
  border-radius: 3px;
  padding: 5px 5px 1px;
  min-height: 79px;
}
.tag-editor tags,
.tag-editor tags:hover {
  border-color: #d3d9dd;
}
.tag-editor tags > div {
  margin: 0;
}
.tag-editor tags tag {
  background-color: #ecf2f6;
  height: 24px;
  border-radius: 5px;
  margin: 0;
  margin-right: 10px;
  position: relative;
  top: 1px;
  margin-bottom: 6px;
}
.tag-editor tags tag > div {
  padding: 4px 5px;
  padding-right: 23px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.tag-editor tags tag > div > span {
  font-size: 13px;
  color: #4a5059;
  line-height: 15px;
  padding-left: 6px;
  padding-right: 6px;
}
.tag-editor tags > div > input {
  height: auto;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 14px;
}
.tag-editor tags tag x {
  font-size: 28px;
  font-family: Open Sans;
  width: 20px;
  height: 20px;
  right: 6px;
  color: #ecf2f6;
}
.tag-editor tags tag x:hover {
  background: #ecf2f6;
  color: #ecf2f6;
}
.tag-editor tags tag x:hover:before {
  color: #eb3b48;
}
.tag-editor tags tag x:before {
  content: "";
  font-family: universe-admin;
  font-size: 12px;
  color: rgba(147, 157, 170, 0.8);
  position: absolute;
  top: 3px;
  left: 4px;
}
.tag-editor tags > div > input.placeholder ~ span {
  font-size: 14px;
  color: #939daa;
  opacity: 1;
  line-height: 27px;
  padding: 0;
  margin: 0;
}
.jqstooltip {
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 2px !important;
  padding: 6px 10px !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
}
.jqsfield {
  font-family: Open Sans;
  position: relative;
}
.file-upload.main-container {
  padding: 11px;
}
.file-upload.main-container .file-upload__file {
  margin-left: -11px;
  margin-right: -11px;
  padding-left: 11px;
  padding-right: 11px;
}
.file-upload.main-container .file-upload__file:last-child {
  margin-bottom: -11px;
}
.file-upload__dropzone {
  border: 2px dashed #ced3d9;
  border-radius: 3px;
  height: 310px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.file-upload .js-fileapi-wrapper {
  text-align: center;
}
.file-upload__browse-files {
  width: 160px;
  position: relative;
}
.file-upload__browse-files input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  display: block;
  opacity: 0;
}
.file-upload__browse-files:hover .file-upload__browse-btn {
  background: #fff;
  border-color: #394656;
}
.file-upload__icon {
  color: #394656;
  font-size: 62px;
  height: 62px;
  line-height: 62px;
  margin-bottom: 26px;
}
.file-upload__message {
  color: #585858;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.file-upload__separator {
  position: relative;
  width: 160px;
  text-align: center;
  margin-bottom: 18px;
}
.file-upload__separator:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(147, 157, 170, 0.4);
  top: 11px;
  z-index: 0;
}
.file-upload__separator-text {
  position: relative;
  display: inline-block;
  color: #939daa;
  padding: 0 10px;
  font-size: 15px;
  line-height: 15px;
  background: #fff;
  z-index: 1;
}
.file-upload__browse-btn {
  border-color: rgba(0, 148, 242, 0.5);
  padding-left: 35px;
  padding-right: 35px;
}
.file-upload__file {
  height: 60px;
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
}
.file-upload__file:last-child {
  border-bottom: none;
}
.file-upload__file-bg-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: rgba(0, 148, 242, 0.05);
}
.file-upload__file-preview {
  margin-right: 10px;
}
.file-upload__file-preview img {
  border-radius: 3px;
}
.file-upload__file-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.file-upload__file-name {
  color: #222;
}
.file-upload__file-size {
  color: #939daa;
}
.file-upload__file-progress {
  color: #394656;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  top: 1px;
}
.file-upload__file-control {
  margin-left: 21px;
  position: relative;
  top: 2px;
}
.file-upload__file-control-icon {
  font-size: 16px;
}
.file-upload__file-control-cancel {
  color: rgba(248, 74, 74, 0.8);
}
.file-upload__file-control-cancel:hover {
  color: #f84a4a;
}
.file-upload__file-control-success {
  color: #3db32b;
}
.btn-upload {
  position: relative;
  border-radius: 3px;
  background-color: #394656;
  font-size: 15px;
}
.btn-upload--golden {
  background: #ffcd56;
}
.btn-upload--golden .btn-upload__desc,
.btn-upload--golden .btn-upload__icon {
  color: #332913;
}
.btn-upload--waterlemon {
  background: #ff6384;
}
.btn-upload--fountain-blue {
  background: #4bc0c0;
}
.btn-upload--heliotrope {
  background: #939daa;
}
.btn-upload--yellow-orange {
  background: #ff9f40;
}
.btn-upload--vista-green {
  background: #84d7b8;
}
.btn-upload--vista-green .btn-upload__desc,
.btn-upload--vista-green .btn-upload__icon {
  color: #332913;
}
.btn-upload__input-file {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  display: block;
  opacity: 0;
}
.btn-upload__icon {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  height: 35px;
  margin-bottom: 19px;
}
.btn-upload__desc {
  color: #fff;
}
.btn-upload__top-side {
  padding: 29px 22px 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btn-upload__files {
  margin: 2px;
  list-style: none;
  padding: 0;
  margin-top: 0;
  padding-bottom: 2px;
}
.btn-upload__file {
  background: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 13px;
  font-size: 14px;
}
.form-upload {
  border: 2px solid #e4e6ea;
  border-radius: 4px;
  padding: 20px;
}
.form-upload.is-dragenter {
  border-style: dashed;
  border-color: #394656;
}
.form-upload__drop-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.form-upload__drop-icon {
  color: #394656;
  font-size: 22px;
  line-height: 22px;
  width: 35px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.form-upload__uploading-area {
  margin-top: 20px;
}
.form-upload__uploading-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.form-upload__uploading-item:last-child {
  margin-bottom: 0;
}
.form-upload__uploading-item-icon {
  color: #394656;
  font-size: 31px;
  line-height: 30px;
  height: 31px;
  width: 35px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.form-upload__uploading-item-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.form-upload__uploading-item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #939daa;
  font-size: 13px;
  margin-bottom: 3px;
}
.jp-card-container {
  width: 100% !important;
  max-width: 360px !important;
}
.jp-card-identified {
  box-shadow: none !important;
}
.menu {
  width: 240px;
  min-width: 240px;
}
.menu__heading {
  font-size: 20px;
  margin-bottom: 15px;
}
.menu__items-heading {
  font-size: 17px;
}
.menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.menu__item {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.menu__item:last-child {
  margin-bottom: 0;
}
.menu__item.is-active .menu__item-link {
  background: #394656;
  color: #fff;
}
.menu__item-link,
.menu__item-link:focus {
  color: #394656;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 3px;
  transition: none;
}
.menu__item-link:focus:hover,
.menu__item-link:hover {
  background: #939daa;
  color: #394656;
  transition: all 0.15s ease-in;
}
.menu__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 20px;
}
.menu-a {
  width: 240px;
  min-width: 240px;
}
.menu-a__heading {
  font-size: 20px;
  margin-bottom: 15px;
}
.menu-a__items-heading {
  font-size: 17px;
}
.menu-a__items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-left: -20px;
}
.menu-a__item.is-active .menu-a__link {
  border-left-color: #394656;
  color: #394656;
  font-weight: 600;
}
.menu-a__link {
  height: 40px;
  min-height: 40px;
  border-left: 3px solid transparent;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}
.menu-a__link,
.menu-a__link:active,
.menu-a__link:focus {
  color: #939daa;
}
.menu-a__link:hover {
  color: #939daa;
  border-color: #939daa;
}
.menu-a__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 20px;
}
body,
html {
  min-height: 100%;
}
body.js-loading,
html.js-loading {
  overflow: hidden;
}
body {
  background: #ebf2f6;
  overflow-x: hidden;
}
.page-wrap,
body {
  min-height: 100vh;
}
.page-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-footer {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.page-footer__nav {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-footer__nav-item {
  margin-right: 22px;
}
.page-footer__nav-item:last-child {
  margin-right: 0;
}
.page-footer__nav-link {
  font-size: 14px;
  color: #939daa;
}
.page-footer__copyright {
  font-size: 12px;
  color: #939daa;
}
.page-footer__nav-icon {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.page-content {
  margin-left: 270px;
  padding-top: 52px;
  min-height: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-content .container-fluid {
  padding-top: 20px;
}
.page-content__header-dropdown .dropdown-toggle:after {
  color: #939daa;
}
.page-content__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.page-content__header-dropdown {
  position: relative;
  top: 2px;
}
.page-content__header-heading {
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 0;
  padding-top: 3px;
  position: relative;
  left: -2px;
}
.page-content__header-description {
  color: #939daa;
  font-size: 17px;
  line-height: 20px;
  margin-top: 3px;
}
.page-content__header .breadcrumb {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0;
  margin-top: 3px;
}
.page-content__header .breadcrumb-item.active {
  color: hsla(0, 0%, 7%, 0.8);
}
.page-content__header-heading + .breadcrumb,
.page-content__header-heading + .page-content__header-description {
  margin-top: 5px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.base-panel {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  padding: 20px;
  margin-bottom: 20px;
}
.base-panel__heading {
  font-size: 20px;
  color: #000;
  margin-top: -4px;
  margin-bottom: 15px;
  font-weight: 400;
}
.main-container {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 0.3rem;
  background-color: #fff;
    border: 0 solid rgba(34, 41, 47, 0.125);
  box-shadow: 0 2px 4px 0 rgba(34, 41, 47, 0.1);
  font-size: 15px;
}
.main-container__heading {
  color: #222;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
}
.main-container__desc {
  color: #939daa;
  font-size: 15px;
  margin-bottom: 20px;
}
.main-container--empty {
  padding: 0;
}
.container-md {
  width: 86%;
  margin: 0 auto;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
[class*="col-"],
[class="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.container-fh {
  min-height: 100%;
}
.container-fh,
.container-fh__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-2column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.boxed-layout {
  margin: 0 auto;
  width: 1240px;
}
.boxed-layout .page-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  padding-top: 0;
}
.boxed-layout .page-content .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.boxed-layout .sidebar {
  position: static;
  height: 100%;
  min-height: calc(100vh - 52px);
}
.boxed-layout .navbar {
  position: static;
}
.boxed-layout .page-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: calc(100vh - 52px);
}
.boxed-layout.sidebar-sm .page-content {
  margin-left: 0;
}
.container-block {
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
  padding: 30px 20px;
}
.container-block:last-child {
  border-bottom: none;
}
.container-block__heading {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.container-heading {
  color: #222;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.container-heading,
.container-heading-controls {
  display: -ms-flexbox;
  display: flex;
}
.container-heading-control {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #394656;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.container-heading-control:hover {
  color: #0089e0;
}
.container-heading-control:last-child {
  margin-right: 0;
}
.container-heading-bordered {
  padding: 0;
}
.container-heading-bordered .container-heading {
  padding: 20px;
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
  margin-bottom: 0;
}
.container-header {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  min-height: 70px;
}
.container-header .container-heading {
  margin-bottom: 0;
  padding: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.container-body {
  padding: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.container-body.js-scrollable {
  padding: 0;
}
.container-footer {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
}
.container-pagination {
  margin: 0;
}
.container-goto-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.container-goto-page__input {
  width: 73px;
  margin: 0 15px;
}
.container-goto-page__total-amount {
  color: #939daa;
}
.container-header-tabs .nav-tabs,
.container-tabs .nav-tabs {
  margin: -20px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.container-header-tabs .nav-tabs:before,
.container-tabs .nav-tabs:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #e9ebee;
  left: 0;
  bottom: -1px;
  z-index: 0;
}
.container-header-tabs .nav-item,
.container-tabs .nav-item {
  margin-right: 30px;
}
.container-header-tabs .nav-item:last-child,
.container-tabs .nav-item:last-child {
  margin-right: 0;
}
.container-header-tabs .nav-link,
.container-tabs .nav-link {
  margin-bottom: 0;
  padding: 12px 0;
  font-size: 15px;
  color: #939daa;
}
.container-header-tabs .nav-link.active,
.container-tabs .nav-link.active {
  color: #222;
}
.container-header-tabs .tab-content,
.container-tabs .tab-content {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.container-header-tabs {
  position: relative;
  bottom: -11px;
}
.container-header-tabs .nav-tabs:before {
  display: none;
}
.container-controls {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.container-header-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.container-header-controls .icon-control {
  margin-right: 28px;
  position: relative;
  top: 1px;
}
.container-header-controls__icon {
  font-size: 16px;
  color: rgba(147, 157, 170, 0.6);
  height: 14px;
  line-height: 14px;
}
.container-header-controls__icon:hover {
  color: #394656;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}
.container-header-controls .dropdown.show .iconfont {
  color: #394656;
}
.container-header-control {
  margin: 0;
}
.container-header-control + .container-header-control {
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .page-content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-2column,
  .page-content__header {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-content__header {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-content__header-meta {
    margin-top: 18px;
  }
}
.page {
  padding: 18px 20px 20px 290px;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page__header {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page__header,
.page__header-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.page__header-heading-text {
  font-size: 20px;
  line-height: 20px;
  color: #222;
  margin-right: 20px;
}
.page__header-search {
  margin: 0;
}
.page__header-search-input {
  border: 1px solid rgba(146, 159, 170, 0.4);
  width: 100%;
}
.page__header-search-icon {
  color: #939daa;
}
.page__header-btn-link {
  padding: 4px 13px;
}
.page__panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}
.page__panel-control,
.page__panel-name {
  margin-right: 20px;
}
.page__body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 30px;
}
.page__body--container {
  border-radius: 4px;
  background: #fff;
  box-shadow: 1px -1px 3px rgba(236, 242, 246, 0.75);
  padding: 20px;
}
.page__panel + .page__body {
  margin-top: 20px;
}
.btn__icon {
  position: relative;
  display: inline-block;
  font-size: 19px;
  top: 0;
  line-height: 25px;
  margin-right: 8px;
}
.sidebar {
  height: 100%;
  padding: 29px 20px 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 290px;
}
.sidebar__brand-sm {
  display: none;
}
.sidebar__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  margin-top: 35px;
}
.sidebar__item {
  margin-bottom: 20px;
}
.sidebar__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar__link,
.sidebar__link:active,
.sidebar__link:focus {
  color: #000;
}
.sidebar__link:hover {
  color: #394656;
  border-color: rgba(38, 154, 241, 0.7);
}
.sidebar__link-icon {
  font-size: 22px;
  width: 22px;
  line-height: 21px;
  margin-right: 7px;
  color: #939daa;
  text-align: center;
}
.sidebar__link-icon.mdi-settings {
  font-size: 19px;
}
.sidebar__item.is-active .sidebar__link-icon,
.sidebar__item.is-active .sidebar__link-text {
  color: #394656;
  font-weight: 600;
}
.sidebar__bottom-side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar__user-avatar {
  width: 34px;
  height: 34px;
  margin-right: 14px;
}
.sidebar__user-info {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  line-height: 15px;
}
.sidebar__user-info,
.sidebar__user-info:active,
.sidebar__user-info:focus {
  color: #939daa;
}
.sidebar__user-info:hover {
  color: #394656;
  border-color: rgba(38, 154, 241, 0.7);
}
.sidebar__user-name {
  margin-bottom: 4px;
}
.card-widget {
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
.card-widget-a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-widget-a__user {
  height: 220px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-widget-a__user-image {
  width: 160px;
  height: 160px;
  margin-top: 1px;
}
.card-widget-a__stats {
  display: -ms-flexbox;
  display: flex;
  padding: 23px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-widget-a__user-info {
  text-align: center;
}
.card-widget-a__user-name {
  font-size: 20px;
  line-height: 28px;
}
.card-widget-a__user-desc {
  color: #939daa;
}
.card-widget-a__stats-items {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  margin-left: -24px;
  margin-right: -24px;
}
.card-widget-a__stats-item {
  width: 33.333%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid rgba(147, 157, 170, 0.2);
  -ms-flex-align: center;
  align-items: center;
}
.card-widget-a__stats-item:last-child {
  border-right: none;
}
.card-widget-a__stats-item-icon {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
  color: #394656;
}
.card-widget-a__stats-item-title {
  color: #939daa;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.card-widget-a__stats-item-value {
  color: #000;
}
.card-widget-b {
  position: relative;
}
.card-widget-b__user {
  height: 220px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px;
}
.card-widget-b__user-name {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.card-widget-b__user-name:hover {
  color: #fff;
}
.card-widget-b__controls {
  position: absolute;
  right: 10px;
  top: 15px;
}
.card-widget-b__control {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 6px;
}
.card-widget-b__stats-item {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
  display: -ms-flexbox;
  display: flex;
}
.card-widget-b__stats-item:last-child {
  border-bottom: none;
}
.card-widget-b__stats-item-icon {
  font-size: 12px;
  width: 23px;
  color: #009280;
  position: relative;
  top: 6px;
}
.card-widget-b__stats-item-desc {
  color: #939daa;
  line-height: 14px;
  margin-top: 4px;
}
.card-widget-c {
  padding: 40px 20px 20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.card-widget-c__image {
  width: 110px;
  height: 110px;
}
.card-widget-c__name {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
}
.card-widget-c__desc {
  color: #939daa;
}
.card-widget-c__text {
  margin-top: 19px;
  line-height: 22px;
  color: #000;
}
.card-widget-c__links {
  margin-top: 25px;
  margin-bottom: 25px;
}
.card-widget-c__link {
  display: inline-block;
  margin-right: 29px;
  font-size: 17px;
  color: #939daa;
}
.card-widget-c__link:last-child {
  margin-right: 0;
}
.card-widget-c__link:hover {
  color: #394656;
}
.card-widget-c__action-link {
  padding-left: 21px;
  padding-right: 21px;
}
.card-widget-d {
  text-align: center;
}
.card-widget-d__user {
  padding: 40px 20px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.card-widget-d__image {
  width: 110px;
  height: 110px;
}
.card-widget-d__name {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
}
.card-widget-d__desc,
.card-widget-d__location {
  color: #939daa;
}
.card-widget-d__location {
  margin-top: 5px;
}
.card-widget-d__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px 20px;
}
.card-widget-d__control {
  padding-left: 20px;
  padding-right: 20px;
}
.card-widget-d__dropdown {
  margin-left: 10px;
}
.card-widget-d__stats {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(147, 157, 170, 0.2);
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
}
.card-widget-d__stats-item {
  color: #000;
  width: 50%;
  height: 46px;
  padding: 13px 17px;
  border-right: 1px solid rgba(147, 157, 170, 0.2);
}
.card-widget-d__stats-item:last-child {
  border-right: none;
}
.card-widget-d__stats-name {
  display: inline-block;
  color: #394656;
}
.card-widget-d__links {
  padding: 21px 15px;
  text-align: left;
}
.card-widget-d__link {
  display: block;
  margin-bottom: 15px;
  color: #000;
}
.card-widget-d__link:last-child {
  margin-bottom: 0;
}
.card-widget-d__link-icon {
  display: inline-block;
  font-size: 18px;
  width: 25px;
  color: #939daa;
  position: relative;
  top: 2px;
}
.card-widget-d__export {
  height: 46px;
  background: rgba(38, 154, 241, 0.05);
  color: #394656;
  border-radius: 0 0 4px 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-widget-d__export:hover {
  color: #939daa;
}
.card-widget-d__export-icon {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.card-widget-e {
  min-height: 376px;
}
.card-widget-e__user {
  height: 250px;
  background: #0e84dc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 18px;
  border-radius: 4px 4px 0 0;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.card-widget-e__user-name,
.card-widget-e__user-name:hover {
  font-size: 20px;
  color: #fff;
}
.card-widget-e__user-desc,
.card-widget-e__user-desc:hover {
  color: #fff;
}
.card-widget-e__user-avatar {
  margin-bottom: 15px;
  margin-top: 20px;
}
.card-widget-e__image {
  width: 110px;
  height: 110px;
}
.card-widget-e__controls {
  position: absolute;
  right: 10px;
  top: 15px;
}
.card-widget-e__control {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 6px;
}
.card-widget-e__text {
  color: #000;
  line-height: 24px;
  padding: 18px;
  text-align: center;
}
.card-widget-f {
  min-height: 376px;
  text-align: center;
}
.card-widget-f__user {
  height: 232px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 18px;
  border-radius: 4px 4px 0 0;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.card-widget-f__user-name,
.card-widget-f__user-name:hover {
  font-size: 20px;
  color: #000;
}
.card-widget-f__user-desc,
.card-widget-f__user-desc:hover {
  color: #000;
}
.card-widget-f__user-avatar {
  margin-top: 40px;
  margin-bottom: 15px;
}
.card-widget-f__image {
  width: 110px;
  height: 110px;
}
.card-widget-f__text {
  color: #000;
  line-height: 24px;
  padding: 0 18px;
  text-align: center;
  margin-top: 10px;
}
.card-widget-f__link {
  display: inline-block;
  color: #394656;
  font-size: 20px;
  margin: 10px 18px 18px;
}
.card-widget-f__link:hover {
  color: #939daa;
}
.card-widget-g {
  min-height: 376px;
  padding: 26px 20px 20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.card-widget-g__image {
  width: 115px;
  height: 115px;
  padding: 3px;
  border: 2px solid #394656;
}
.card-widget-g__name {
  margin-top: 13px;
  font-size: 20px;
  color: #000;
}
.card-widget-g__desc {
  color: #939daa;
}
.card-widget-g__links {
  margin-top: 30px;
}
.card-widget-g__link {
  display: inline-block;
  margin-right: 29px;
  font-size: 17px;
}
.card-widget-g__link:last-child {
  margin-right: 0;
}
.card-widget-g__link--twitter,
.card-widget-g__link--twitter:active,
.card-widget-g__link--twitter:focus {
  color: #40c0fb;
}
.card-widget-g__link--twitter:hover {
  color: #22b6fa;
  border-color: rgba(34, 182, 250, 0.7);
}
.card-widget-g__link--facebook,
.card-widget-g__link--facebook:active,
.card-widget-g__link--facebook:focus {
  color: #3c5996;
}
.card-widget-g__link--facebook:hover {
  color: #334c80;
  border-color: rgba(51, 76, 128, 0.7);
}
.card-widget-g__link--instagram,
.card-widget-g__link--instagram:active,
.card-widget-g__link--instagram:focus {
  color: #ee5891;
}
.card-widget-g__link--instagram:hover {
  color: #eb3c7f;
  border-color: rgba(235, 60, 127, 0.7);
}
.card-widget-g__action-link {
  padding-left: 21px;
  padding-right: 21px;
}
.card-widget-g__website-link {
  margin-top: 18px;
  margin-bottom: 20px;
}
.card-widget-g__website-link,
.card-widget-g__website-link:active,
.card-widget-g__website-link:focus {
  color: #ff4a4a;
}
.card-widget-g__website-link:hover {
  color: #ff2b2b;
  border-color: rgba(255, 43, 43, 0.7);
}
.card-widget-h {
  min-height: 300px;
  padding: 30px 20px 20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.card-widget-h__image {
  width: 110px;
  height: 110px;
}
.card-widget-h__name {
  margin-top: 13px;
  font-size: 20px;
  color: #000;
}
.card-widget-h__desc {
  color: #939daa;
}
.card-widget-h__info {
  color: #394656;
  margin-top: 20px;
}
.card-widget-h__info-item + .card-widget-h__info-item {
  margin-top: 2px;
}
.card-widget-i {
  min-width: 361px;
}
.card-widget-i__user {
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-widget-i__stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-widget-i__stats-title {
  color: #939daa;
}
.card-widget-i__stats-item {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid rgba(147, 157, 170, 0.2);
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
  text-align: left;
}
.card-widget-i__stats-item:nth-child(2n) {
  border-right: none;
}
.card-widget-i__stats-item--full-width {
  width: 100%;
  border-right: none;
  text-align: center;
}
.card-widget-i__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 40px;
}
.card-widget-i__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.card-widget-i__link-icon {
  font-size: 17px;
  margin-bottom: 10px;
}
.card-widget-i__link-text {
  font-size: 17px;
}
.card-widget-i__link--twitter .card-widget-i__link-icon,
.card-widget-i__link--twitter .card-widget-i__link-icon:active,
.card-widget-i__link--twitter .card-widget-i__link-icon:focus {
  color: #40c0fb;
}
.card-widget-i__link--twitter .card-widget-i__link-icon:hover {
  color: #22b6fa;
  border-color: rgba(34, 182, 250, 0.7);
}
.card-widget-i__link--facebook .card-widget-i__link-icon,
.card-widget-i__link--facebook .card-widget-i__link-icon:active,
.card-widget-i__link--facebook .card-widget-i__link-icon:focus {
  color: #3c5996;
}
.card-widget-i__link--facebook .card-widget-i__link-icon:hover {
  color: #334c80;
  border-color: rgba(51, 76, 128, 0.7);
}
.card-widget-i__link--instagram .card-widget-i__link-icon,
.card-widget-i__link--instagram .card-widget-i__link-icon:active,
.card-widget-i__link--instagram .card-widget-i__link-icon:focus {
  color: #ee5891;
}
.card-widget-i__link--instagram .card-widget-i__link-icon:hover {
  color: #eb3c7f;
  border-color: rgba(235, 60, 127, 0.7);
}
.card-widget-j__stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-widget-j__stats-title {
  color: #939daa;
}
.card-widget-j__stats-item {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid rgba(147, 157, 170, 0.2);
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
  text-align: left;
  -ms-flex-align: center;
  align-items: center;
}
.card-widget-j__stats-item:nth-child(2n) {
  border-right: none;
}
.card-widget-j__stats-item--full-width {
  width: 100%;
  border-right: none;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-widget-j__stats-value {
  font-size: 17px;
}
.card-widget-j__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
}
.card-widget-j__link,
.card-widget-j__link:active,
.card-widget-j__link:focus {
  color: #394656;
}
.card-widget-j__link:hover {
  color: #0f8ce9;
  border-color: rgba(15, 140, 233, 0.7);
}
.card-widget-j__link + .card-widget-j__link {
  margin-top: 9px;
}
.card-widget-k {
  width: 250px;
}
.card-widget-k__user {
  height: 106px;
  background: #a9bff0;
  color: #fff;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-widget-k__user-name {
  font-size: 17px;
}
.card-widget-k__user-desc,
.card-widget-k__user-desc:active,
.card-widget-k__user-desc:focus,
.card-widget-k__user-name,
.card-widget-k__user-name:active,
.card-widget-k__user-name:focus {
  color: #fff;
}
.card-widget-k__user-desc:hover,
.card-widget-k__user-name:hover {
  color: #fff;
  border-color: hsla(0, 0%, 100%, 0.7);
}
.card-widget-k__user-avatar {
  height: 65px;
  text-align: center;
  display: block;
}
.card-widget-k__user-image {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  margin-top: -32px;
}
.card-widget-k__stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-widget-k__stats-title {
  color: #939daa;
}
.card-widget-k__stats-item {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid rgba(147, 157, 170, 0.2);
  border-top: 1px solid rgba(147, 157, 170, 0.2);
  text-align: left;
  -ms-flex-align: center;
  align-items: center;
}
.card-widget-k__stats-item:nth-child(2n) {
  border-right: none;
}
.card-widget-k__stats-item--full-width {
  width: 100%;
  border-right: none;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-widget-k__stats-value {
  font-size: 17px;
}
.card-widget-l {
  width: 250px;
  min-height: 226px;
}
.card-widget-l__user {
  height: 80px;
  background-color: #4caf50;
  color: #fff;
  padding: 14px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-align: center;
  align-items: center;
}
.card-widget-l__user-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-widget-l__user-avatar {
  margin-right: 12px;
}
.card-widget-l__user-name {
  font-size: 17px;
}
.card-widget-l__user-desc,
.card-widget-l__user-desc:active,
.card-widget-l__user-desc:focus,
.card-widget-l__user-name,
.card-widget-l__user-name:active,
.card-widget-l__user-name:focus {
  color: #fff;
}
.card-widget-l__user-desc:hover,
.card-widget-l__user-name:hover {
  color: #fff;
  border-color: hsla(0, 0%, 100%, 0.7);
}
.card-widget-l__user-image {
  width: 50px;
  height: 50px;
}
.card-widget-l__stats {
  padding: 16px 15px;
  margin: 0;
  list-style: none;
}
.card-widget-l__stats-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  -ms-flex-align: center;
  align-items: center;
}
.card-widget-l__stats-item + .card-widget-l__stats-item {
  margin-top: 9px;
}
.card-widget-l__stats-value {
  font-size: 12px;
  font-weight: 700;
}
.card-widget-l--rtl .card-widget-l__user {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-widget-l--rtl .card-widget-l__user-avatar {
  margin-right: 0;
  margin-left: 12px;
}
.card-widget-m {
  width: 341px;
  color: #000;
}
.card-widget-m__header {
  height: 50px;
  padding: 14px;
  font-size: 17px;
  line-height: 21px;
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
}
.card-widget-m__user {
  padding: 14px;
  display: -ms-flexbox;
  display: flex;
}
.card-widget-m__user-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-widget-m__user-avatar {
  margin-right: 15px;
}
.card-widget-m__user-name {
  font-size: 17px;
  line-height: 20px;
}
.card-widget-m__user-name,
.card-widget-m__user-name:active,
.card-widget-m__user-name:focus {
  color: #000;
}
.card-widget-m__user-name:hover {
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
}
.card-widget-m__user-desc {
  color: #939daa;
  margin-top: 1px;
}
.card-widget-m__user-image {
  width: 50px;
  height: 50px;
}
.card-widget-m__stats {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 14px 18px;
  border-top: 1px solid rgba(147, 157, 170, 0.2);
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
}
.card-widget-m__stats-item + .card-widget-m__stats-item {
  margin-left: 30px;
}
.card-widget-m__stats-item-icon {
  color: #939daa;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.card-widget-m__text {
  padding: 16px 14px;
}
.card-widget-m__text-heading {
  font-size: 17px;
  color: #939daa;
}
.card-widget-m__controls {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(147, 157, 170, 0.2);
}
.card-widget-m__control {
  height: 56px;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid rgba(147, 157, 170, 0.2);
}
.card-widget-m__control,
.card-widget-m__control:active,
.card-widget-m__control:focus {
  color: #394656;
}
.card-widget-m__control:hover {
  color: #0f8ce9;
  border-color: rgba(15, 140, 233, 0.7);
}
.card-widget-m__control:last-child {
  border-right: none;
}
.card-widget-m__control-icon {
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.card-widget-n {
  width: 340px;
}
.card-widget-n__user {
  background-image: linear-gradient(90deg, #33bf90 0, #2bb1d4);
  height: 118px;
  color: #fff;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 23px;
  text-align: center;
}
.card-widget-n__user,
.card-widget-n__user-avatar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-widget-n__user-image {
  margin-top: -55px;
  width: 110px;
  height: 110px;
  border: 2px solid #fff;
}
.card-widget-n__user-name {
  font-size: 20px;
}
.card-widget-n__user-name,
.card-widget-n__user-name:active,
.card-widget-n__user-name:focus {
  color: #fff;
}
.card-widget-n__user-name:hover {
  color: #fff;
  border-color: hsla(0, 0%, 100%, 0.7);
}
.card-widget-n__links {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.card-widget-n__link {
  display: inline-block;
  margin-right: 29px;
  font-size: 17px;
}
.card-widget-n__link,
.card-widget-n__link:active,
.card-widget-n__link:focus {
  color: #f95e2c;
}
.card-widget-n__link:hover {
  color: #f8470e;
  border-color: rgba(248, 71, 14, 0.7);
}
.card-widget-n__link:last-child {
  margin-right: 0;
}
.card-widget-n__desc {
  text-align: center;
  color: #939daa;
  margin: 0 34px 20px;
}
.card-widget-n__stats {
  display: -ms-flexbox;
  display: flex;
}
.card-widget-n__stats-title {
  color: #939daa;
}
.card-widget-n__stats-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid rgba(147, 157, 170, 0.2);
  text-align: left;
  -ms-flex-align: center;
  align-items: center;
}
.card-widget-n__stats-value {
  font-size: 17px;
}
.card-widget-o {
  width: 250px;
}
.card-widget-o__user {
  background: #0e84dc;
  height: 172px;
  color: #fff;
  padding: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-widget-o__user-name {
  font-size: 17px;
}
.card-widget-o__user-desc,
.card-widget-o__user-desc:active,
.card-widget-o__user-desc:focus,
.card-widget-o__user-name,
.card-widget-o__user-name:active,
.card-widget-o__user-name:focus {
  color: #fff;
}
.card-widget-o__user-desc:hover,
.card-widget-o__user-name:hover {
  color: #fff;
  border-color: hsla(0, 0%, 100%, 0.7);
}
.card-widget-o__user-avatar {
  height: 65px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.card-widget-o__user-image {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
}
.card-widget-o__stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-widget-o__stats-title {
  color: #939daa;
}
.card-widget-o__stats-item {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid rgba(147, 157, 170, 0.2);
  border-top: 1px solid rgba(147, 157, 170, 0.2);
  text-align: left;
  -ms-flex-align: center;
  align-items: center;
}
.card-widget-o__stats-item:nth-child(2n) {
  border-right: none;
}
.card-widget-o__stats-item--full-width {
  width: 100%;
  border-right: none;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-widget-o__stats-value {
  font-size: 17px;
}
.social-widget {
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 0 2px 3px rgba(236, 242, 246, 0.75);
  background: #fff;
}
.social-widget-network {
  border-radius: 4px;
  color: #fff;
  padding: 73px 24px 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.social-widget-network__icon {
  position: absolute;
  top: 24px;
  left: 24px;
  color: #f2f2f2;
  font-size: 40px;
}
.social-widget-network__user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.social-widget-network__user-name {
  margin-top: 20px;
  color: #fff;
  font-size: 17px;
}
.social-widget-network__user-name:hover {
  color: #fff;
}
.social-widget-network__message {
  margin-top: 13px;
  text-align: center;
}
.social-widget-network__date {
  margin-top: 20px;
}
.social-widget-network--twitter {
  background: #5686c1;
}
.social-widget-network--facebook {
  background: #3b5896;
}
.social-widget-network--google {
  background: #d83233;
}
.social-widget-network--linkedin {
  background: #1765bf;
}
.social-widget-a {
  height: 154px;
  padding: 25px 20px 25px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.social-widget-a,
.social-widget-a:active,
.social-widget-a:focus {
  color: #fff;
}
.social-widget-a:hover {
  color: #fff;
  border-color: hsla(0, 0%, 100%, 0.7);
}
.social-widget-a__icon {
  font-size: 40px;
  line-height: 40px;
}
.social-widget-a--facebook {
  background-color: #495e97;
}
.social-widget-a--twitter {
  background-color: #54abee;
}
.social-widget-a--google {
  background-color: #dd4b3b;
}
.social-widget-a--linkedin {
  background-color: #1765bf;
}
.social-widget-a__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -ms-flex-align: end;
  align-items: flex-end;
}
.social-widget-a__title {
  width: 98px;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: -4px;
}
.social-widget-a__value {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  width: 152px;
  position: relative;
  text-align: right;
}
.social-widget-a__value:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  height: 44px;
  width: 1px;
  background: hsla(0, 0%, 100%, 0.3);
}
.social-widget-b__preview {
  height: 276px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.social-widget-b__badge {
  display: inline-block;
  position: relative;
  border-radius: 0;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  background: #a576ef;
  text-transform: uppercase;
  font-size: 15px;
  height: 31px;
  padding: 4px 0 4px 10px;
  position: absolute;
  top: 20px;
  left: 0;
}
.social-widget-b__badge:before {
  border-width: 31px 31px 0 0;
}
.social-widget-b__badge:after,
.social-widget-b__badge:before {
  content: "";
  position: absolute;
  top: 0;
  right: -31px;
  width: 0;
  height: 0;
  border-style: solid;
}
.social-widget-b__badge:after {
  border-width: 31px 0 0 31px;
}
.social-widget-b__badge:before {
  border-color: #a576ef transparent transparent;
}
.social-widget-b__badge:after {
  border-color: transparent transparent transparent #a576ef;
}
.social-widget-b__badge-text {
  position: relative;
  left: 3px;
  z-index: 1;
}
.social-widget-b__play-btn {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.social-widget-b__play-btn-control {
  font-size: 40px;
  color: #000;
  opacity: 0.9;
  background: #fff;
  border-radius: 50%;
}
.social-widget-b__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}
.social-widget-b__heading {
  font-size: 20px;
}
.social-widget-b__heading,
.social-widget-b__heading:active,
.social-widget-b__heading:focus {
  color: #222;
}
.social-widget-b__heading:hover {
  color: #131313;
  border-color: hsla(0, 0%, 7%, 0.7);
}
.social-widget-b__user {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -ms-flex-align: center;
  align-items: center;
}
.social-widget-b__user-avatar {
  margin-right: 10px;
}
.social-widget-b__user-image {
  width: 34px;
  height: 34px;
}
.social-widget-b__user-name {
  font-size: 15px;
}
.social-widget-b__user-name,
.social-widget-b__user-name:active,
.social-widget-b__user-name:focus {
  color: #222;
}
.social-widget-b__user-name:hover {
  color: #131313;
  border-color: hsla(0, 0%, 7%, 0.7);
}
.social-widget-b__date {
  color: #939daa;
  margin-left: 5px;
}
.social-widget-b__text {
  font-size: 14px;
  color: #939daa;
}
.social-widget-b__tags {
  padding-top: 15px;
}
.social-widget-b__tag {
  border-color: #d3d9dd;
  display: inline-block;
}
.social-widget-b__tag,
.social-widget-b__tag:active,
.social-widget-b__tag:focus {
  color: #939daa;
}
.social-widget-b__tag:hover {
  color: #828d9d;
  border-color: rgba(130, 141, 157, 0.7);
}
.social-widget-b__tag + .social-widget-b__tag {
  margin-left: 7px;
}
.social-widget-b__footer {
  height: 46px;
  background: #f9fafb;
  border-radius: 0 0 4px 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #939daa;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.social-widget-b__action {
  cursor: pointer;
}
.social-widget-b__action + .social-widget-b__action {
  margin-left: 20px;
}
.social-widget-b__action-icon {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  margin-right: 6px;
}
.social-widget-b__action-like.is-active .social-widget-b__action-icon {
  color: #ff6384;
}
.social-widget-b__action-share .social-widget-b__action-icon {
  font-size: 16px;
}
.social-widget-b__text-item + .social-widget-b__text-item {
  margin-top: 15px;
}
.ecommerce-widget {
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
.ecommerce-widget-a {
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
}
.ecommerce-widget-a__currency {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 70px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  border-radius: 4px 0 0 4px;
}
.ecommerce-widget-a__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 21px;
}
.ecommerce-widget-a__title {
  font-size: 20px;
  line-height: 20px;
  color: #222;
  margin-bottom: 10px;
}
.ecommerce-widget-a__price {
  font-size: 30px;
  line-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ecommerce-widget-a__price-sub {
  font-size: 20px;
  line-height: 20px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
.ecommerce-widget-a--info .ecommerce-widget-a__currency {
  background: #4fc0e8;
}
.ecommerce-widget-a--info .ecommerce-widget-a__price {
  color: #3aadd9;
}
.ecommerce-widget-a--danger .ecommerce-widget-a__currency {
  background: #fb836f;
}
.ecommerce-widget-a--danger .ecommerce-widget-a__price {
  color: #fa6c51;
}
.ecommerce-widget-a--success .ecommerce-widget-a__currency {
  background: #9ed26a;
}
.ecommerce-widget-a--success .ecommerce-widget-a__price {
  color: #89c053;
}
.ecommerce-widget-a--purple .ecommerce-widget-a__currency {
  background: #ac92ea;
}
.ecommerce-widget-a--purple .ecommerce-widget-a__price {
  color: #9579da;
}
.ecommerce-widget-b {
  height: 147px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 22px;
}
.ecommerce-widget-b__title {
  font-size: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ecommerce-widget-b__percent:before {
  content: "•";
  padding-right: 4px;
}
.ecommerce-widget-b__desc {
  margin-top: 5px;
}
.ecommerce-widget-b__desc-amount {
  font-size: 20px;
}
.ecommerce-widget-b__day {
  font-size: 13px;
}
.ecommerce-widget-b__date {
  font-size: 13px;
  margin-top: 10px;
}
.ecommerce-widget-c {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 528px;
}
.ecommerce-widget-c__header {
  height: 59px;
  min-height: 59px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 20px;
  line-height: 59px;
  color: #222;
  padding: 0 20px;
}
.ecommerce-widget-c__body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.ecommerce-widget-c__scrollpane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ecommerce-widget-c__items {
  padding: 20px;
}
.ecommerce-widget-c__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.ecommerce-widget-c__item:last-child {
  margin-bottom: 0;
}
.ecommerce-widget-c__item-avatar {
  margin-right: 16px;
  width: 34px;
  height: 34px;
}
.ecommerce-widget-c__item-info {
  margin-top: -3px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ecommerce-widget-c__item-name,
.ecommerce-widget-c__item-name:active,
.ecommerce-widget-c__item-name:focus {
  color: #394656;
}
.ecommerce-widget-c__item-name:hover {
  color: #0081d3;
  border-color: rgba(0, 129, 211, 0.7);
}
.ecommerce-widget-c__item-desc {
  color: #939daa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ecommerce-widget-c__item-date {
  font-style: italic;
  font-size: 12px;
  line-height: 23px;
}
.ecommerce-widget-c__footer {
  min-height: 86px;
  height: 86px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.ecommerce-widget-d {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 363px;
}
.ecommerce-widget-d__header {
  height: 59px;
  min-height: 59px;
  font-size: 20px;
  line-height: 59px;
  color: #222;
  padding: 0 20px;
}
.ecommerce-widget-d__body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ecommerce-widget-d__chart {
  width: 100%;
  height: 200px;
}
.ecommerce-widget-d__footer {
  height: 60px;
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.ecommerce-widget-d__status + .ecommerce-widget-d__status {
  margin-left: 20px;
}
.ecommerce-widget-e {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 363px;
}
.ecommerce-widget-e__header {
  height: 59px;
  min-height: 59px;
  font-size: 20px;
  line-height: 59px;
  color: #222;
  padding: 0 20px;
}
.ecommerce-widget-e__body {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ecommerce-widget-e__chart {
  width: 100%;
  height: 240px;
}
.ecommerce-widget-e__footer {
  height: 60px;
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.ecommerce-widget-e__status + .ecommerce-widget-e__status {
  margin-left: 20px;
}
.ecommerce-widget-f {
  height: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.ecommerce-widget-f__info {
  padding: 32px;
}
.ecommerce-widget-f__title {
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 11px;
}
.ecommerce-widget-f__value {
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
}
.ecommerce-widget-f__label {
  height: 100%;
  min-width: 183px;
  background: url(../img/widgets/shape.png) no-repeat 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.ecommerce-widget-f__icon {
  font-size: 100px;
  line-height: 100px;
  position: relative;
  right: -9px;
  top: 1px;
}
.ecommerce-widget-f--purple {
  background-image: linear-gradient(90deg, #7c75ff 0, #b498ff);
}
.ecommerce-widget-f--orange {
  background-image: linear-gradient(90deg, #ff8989 0, #ffc09b);
}
.ecommerce-widget-g {
  position: relative;
  height: 164px;
  padding: 20px;
}
.ecommerce-widget-g__header {
  font-size: 20px;
  color: #222;
  margin-bottom: 17px;
}
.ecommerce-widget-g__value {
  font-size: 30px;
  font-weight: 600;
}
.ecommerce-widget-g__desc {
  font-size: 17px;
  color: #939daa;
}
.ecommerce-widget-g__icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: rgba(147, 157, 170, 0.3);
  font-size: 56px;
  line-height: 56px;
}
.ecommerce-widget-h {
  position: relative;
  background-image: linear-gradient(90deg, #9e84f7 0, #5489d5);
  padding: 20px;
  color: #fff;
}
.ecommerce-widget-h__title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.ecommerce-widget-h__value {
  font-size: 30px;
  margin-bottom: 3px;
}
.ecommerce-widget-h__desc {
  font-size: 17px;
  margin-bottom: 1px;
}
.ecommerce-widget-h__desc2 {
  font-size: 14px;
}
.ecommerce-widget-h__desc-item + .ecommerce-widget-h__desc-item {
  display: inline-block;
  margin-left: 10px;
}
.ecommerce-widget-h__desc-icon {
  font-size: 15px;
  display: inline-block;
  margin-left: 2px;
}
.ecommerce-widget-h__icon,
.ecommerce-widget-h__image,
.ecommerce-widget-h__link {
  position: absolute;
  bottom: 18px;
  right: 18px;
  color: #fff;
}
.ecommerce-widget-h__icon {
  font-size: 37px;
  line-height: 37px;
}
.ecommerce-widget-h__link {
  background-color: #fff;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
}
.ecommerce-widget-h__link:hover {
  background: #fafafa;
  color: #000;
}
.ecommerce-widget-h__link:active {
  background: #f2f2f2;
}
.ecommerce-widget-h__link.disabled,
.ecommerce-widget-h__link:disabled {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.ecommerce-widget-h--pink {
  background-image: linear-gradient(90deg, #ff9877 0, #ff84a1);
}
.ecommerce-widget-h--macaroni {
  background-image: linear-gradient(90deg, #ff8e86 0, #ffb676);
}
.ecommerce-widget-h--green {
  background-image: linear-gradient(90deg, #6bd29e 0, #96ee9c);
}
.ecommerce-widget-i {
  position: relative;
  background-image: linear-gradient(90deg, #9e84f7 0, #5489d5);
  padding: 20px;
  color: #fff;
}
.ecommerce-widget-i__title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.ecommerce-widget-i__value {
  font-size: 30px;
}
.ecommerce-widget-i__image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.ecommerce-widget-i--green {
  background-image: linear-gradient(90deg, #4cc689 0, #70d8a1);
}
.ecommerce-widget-i--pink {
  background-image: linear-gradient(90deg, #ff8e86 0, #fda187);
}
.ecommerce-widget-i--purple {
  background-image: linear-gradient(90deg, #ad76df 0, #a27deb);
}
.ecommerce-widget-j__header {
  font-size: 20px;
  line-height: 20px;
  height: 55px;
  min-height: 55px;
  border-bottom: 1px solid #e9ebee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.ecommerce-widget-j__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 20px 0;
}
.ecommerce-widget-j__item {
  margin-right: 134px;
  margin-bottom: 20px;
}
.ecommerce-widget-j__item:last-child {
  margin-right: 0;
}
.ecommerce-widget-j__item-heading {
  color: #939daa;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
}
.ecommerce-widget-j__item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ecommerce-widget-j__item-value {
  font-size: 30px;
  color: #000;
  margin-left: 18px;
}
.ecommerce-widget-j__item-stats-icon {
  font-size: 18px;
  line-height: 18px;
}
.ecommerce-widget-j__item-stats-icon--up {
  color: #9ed26a;
}
.ecommerce-widget-j__item-stats-icon--down {
  color: #eb5463;
}
.ecommerce-widget-j__item-stats {
  text-align: center;
}
.ecommerce-widget-j__item-stats-text {
  font-size: 12px;
  line-height: 12px;
  color: #939daa;
}
.ecommerce-widget-j__item-desc {
  color: #939daa;
  font-size: 14px;
}
@media only screen and (max-width: 997px) {
  .ecommerce-widget-j__item {
    width: 50%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 639px) {
  .ecommerce-widget-j__item {
    width: 100%;
  }
}
.statistic-widget {
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
.statistic-widget-a {
  padding: 20px;
}
.statistic-widget-a__heading {
  font-size: 20px;
  color: #222;
  margin-bottom: 20px;
}
.statistic-widget-a__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6px 6px 0;
}
.statistic-widget-a__item {
  margin-bottom: 6px;
  margin-right: 80px;
  display: -ms-flexbox;
  display: flex;
}
.statistic-widget-a__item-icon {
  color: #03a9f4;
  margin-right: 18px;
  width: 22px;
  font-size: 23px;
  line-height: 23px;
}
.statistic-widget-a__item-body {
  margin-top: -8px;
}
.statistic-widget-a__item-title {
  font-size: 17px;
  color: #000;
}
.statistic-widget-a__item-date {
  color: #939daa;
  margin-top: 2px;
}
.statistic-widget-a__item-value {
  font-size: 24px;
  color: #222;
}
@media only screen and (max-width: 997px) {
  .statistic-widget-a {
    padding-bottom: 0;
  }
  .statistic-widget-a__item {
    margin-bottom: 20px;
  }
}
.statistic-widget-b {
  height: 105px;
  border-top: 5px solid transparent;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 22px 22px;
}
.statistic-widget-b__icon {
  font-size: 28px;
  line-height: 28px;
  width: 28px;
  margin-right: 17px;
  margin-top: 3px;
}
.statistic-widget-b__value {
  font-size: 30px;
  line-height: 30px;
}
.statistic-widget-b__title {
  color: #939daa;
  font-size: 17px;
  margin-top: 1px;
}
.statistic-widget-b__grown-icon {
  position: relative;
  top: 2px;
}
.statistic-widget-b--grown .statistic-widget-b__icon,
.statistic-widget-b--pending-reviews .statistic-widget-b__icon {
  font-size: 26px;
  line-height: 26px;
}
.statistic-widget-b--waterlemon {
  border-color: #ff6384;
}
.statistic-widget-b--waterlemon .statistic-widget-b__icon,
.statistic-widget-b--waterlemon .statistic-widget-b__value {
  color: #ff6384;
}
.statistic-widget-b--heliotrope {
  border-color: #939daa;
}
.statistic-widget-b--heliotrope .statistic-widget-b__icon,
.statistic-widget-b--heliotrope .statistic-widget-b__value {
  color: #939daa;
}
.statistic-widget-b--cerulean {
  border-color: #03a9f4;
}
.statistic-widget-b--cerulean .statistic-widget-b__icon,
.statistic-widget-b--cerulean .statistic-widget-b__value {
  color: #03a9f4;
}
.statistic-widget-b--golden {
  border-color: #ffcd56;
}
.statistic-widget-b--golden .statistic-widget-b__icon,
.statistic-widget-b--golden .statistic-widget-b__value {
  color: #ffcd56;
}
.statistic-widget-c {
  height: 256px;
  padding: 20px;
  position: relative;
}
.statistic-widget-c__heading {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 24px;
}
.statistic-widget-c__body {
  text-align: center;
}
.statistic-widget-c__value {
  font-size: 60px;
  line-height: 60px;
  color: #2bab8b;
}
.statistic-widget-c__title {
  color: #939daa;
  font-size: 17px;
  margin-top: 10px;
}
.statistic-widget-c__link {
  margin-top: 17px;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  background-color: #2bab8b;
  border-radius: 3px;
}
.statistic-widget-c__link,
.statistic-widget-c__link:active,
.statistic-widget-c__link:focus {
  color: #fff;
}
.statistic-widget-c__link:hover {
  color: #fff;
  border-color: hsla(0, 0%, 100%, 0.7);
}
.statistic-widget-c__status {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  height: 30px;
  min-height: 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  background-color: #ff4c72;
  position: absolute;
  top: -10px;
  right: -12px;
  border-radius: 30px;
}
.statistic-widget-c--heliotrope .statistic-widget-c__link {
  background: #939daa;
}
.statistic-widget-c--heliotrope .statistic-widget-c__value {
  color: #939daa;
}
.statistic-widget-d {
  height: 155px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.statistic-widget-d__body {
  padding: 30px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
}
.statistic-widget-d__icon {
  font-size: 46px;
  line-height: 46px;
  margin-right: 30px;
  position: relative;
  top: 2px;
}
.statistic-widget-d__icon--coins {
  font-size: 48px;
  line-height: 48px;
}
.statistic-widget-d__title {
  font-size: 17px;
  line-height: 17px;
  color: #939daa;
}
.statistic-widget-d__value {
  font-size: 30px;
}
.statistic-widget-d__link {
  min-height: 46px;
  padding: 16px;
  font-size: 14px;
  line-height: 14px;
  display: block;
  text-align: center;
  background-color: #f9fafb;
  border-radius: 0 0 4px 4px;
}
.statistic-widget-d__link,
.statistic-widget-d__link:active,
.statistic-widget-d__link:focus {
  color: #939daa;
}
.statistic-widget-d__link:hover {
  color: #828d9d;
  border-color: rgba(130, 141, 157, 0.7);
}
.statistic-widget-e {
  padding: 20px;
}
.statistic-widget-e__heading {
  font-size: 17px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 400;
}
.statistic-widget-e__items {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.statistic-widget-e__items:last-child {
  margin-bottom: 0;
}
.statistic-widget-e__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9ebee;
  padding: 25px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
}
.statistic-widget-e__item + .statistic-widget-e__item {
  margin-left: 20px;
}
.statistic-widget-e__item-heading {
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
}
.statistic-widget-e__item-value {
  font-size: 48px;
  line-height: 48px;
  color: #394656;
  font-weight: 700;
  margin-top: 10px;
}
.statistic-widget-e__item-desc {
  margin-top: 10px;
  font-size: 17px;
  color: #939daa;
}
.statistic-widget-e__item-desc-up {
  color: #0cad00;
}
.statistic-widget-e__item-desc-down {
  color: red;
}
.statistic-widget-e__item-desc-icon {
  position: relative;
  top: 1px;
}
.statistic-widget-e__items--facebook .statistic-widget-e__item-value {
  color: #3e5b95;
}
.statistic-widget-e__items--linkedin .statistic-widget-e__item-value {
  color: #0075b1;
}
@media only screen and (max-width: 997px) {
  .statistic-widget-e__items {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .statistic-widget-e__item + .statistic-widget-e__item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.statistic-widget-f {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  min-height: 158px;
}
.statistic-widget-f,
.statistic-widget-f__chart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.statistic-widget-f__chart {
  width: 120px;
  height: 120px;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.statistic-widget-f__chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.statistic-widget-f__chart-text {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}
.statistic-widget-f__info {
  text-align: right;
}
.statistic-widget-f__value {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}
.statistic-widget-f__desc {
  font-size: 17px;
  color: #939daa;
}
.statistic-widget-g {
  padding: 20px;
  min-height: 146px;
}
.statistic-widget-g,
.statistic-widget-g__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.statistic-widget-g__info {
  -ms-flex-direction: column;
  flex-direction: column;
}
.statistic-widget-g__title {
  font-size: 20px;
  line-height: 20px;
}
.statistic-widget-g__desc {
  color: #939daa;
}
.statistic-widget-g__link,
.statistic-widget-g__link:active,
.statistic-widget-g__link:focus {
  color: #394656;
}
.statistic-widget-g__link:hover {
  color: #0f8ce9;
  border-color: rgba(15, 140, 233, 0.7);
}
.statistic-widget-g__chart {
  width: 90px;
  height: 90px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  margin-top: 10px;
}
.statistic-widget-g__chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.statistic-widget-g__chart-text {
  font-size: 20px;
  line-height: 20px;
}
.p-front {
  background: #ecf2f6;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-front,
.p-front__collapse {
  display: -ms-flexbox;
  display: flex;
}
.p-front__collapse {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.p-front__navbar {
  position: static;
  min-height: 52px;
}
.p-front__navbar .navbar-toggler {
  top: 18px;
}
.p-front__navbar .navbar-nav .nav-link {
  font-size: 14px;
  margin-right: 30px;
  line-height: 30px;
}
.p-front__navbar.is-dark {
  background: #455161;
}
.p-front__navbar.is-dark .navbar-nav .nav-link {
  color: #fff;
}
.p-front__navbar-collapse {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-front__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 598px;
}
.p-front__content,
.p-front__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.p-front__footer {
  height: 76px;
  min-height: 76px;
  background: #fff;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  font-size: 14px;
  color: #939daa;
}
.p-front__footer .nav {
  margin-left: -10px;
}
.p-front__footer .nav-link {
  margin-right: 20px;
}
.p-front .page-content {
  margin-left: 0;
  padding-top: 0;
}
@media only screen and (max-width: 997px) {
  .p-front__navbar .navbar-nav .nav-link {
    padding: 10px 20px;
    width: 100%;
  }
  .p-front__navbar .form-inline .btn,
  .p-front__navbar .form-inline .form-control {
    margin: 5px 20px 20px;
  }
  .p-front__navbar.is-dark .navbar-nav .nav-link {
    color: #222;
  }
  .p-front__navbar-collapse {
    margin-right: 0;
    background: #fff;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 559px) {
  .p-front {
    height: auto;
  }
  .p-front__footer {
    height: auto;
    min-height: 76px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-front__footer,
  .p-front__footer .nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-front__footer .nav {
    display: block;
    margin-bottom: 20px;
  }
  .p-front__footer .nav li {
    display: block;
  }
  .p-front__footer .nav-link {
    margin-right: 0;
  }
}
.p-signin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -ms-flex: 1;
  flex: 1;
}
.p-signin__form {
  width: 394px;
  box-shadow: 0 2px 3px rgba(236, 242, 246, 0.75);
  border-radius: 3px;
  background-color: #fff;
  padding: 0;
}
.p-signin__form-heading {
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
  padding: 17px 22px 18px;
  font-size: 28px;
  color: #222;
  margin: 0;
  text-align: center;
}
.p-signin__form-content {
  padding: 18px 22px 22px;
}
.p-signin__form-submit {
  margin-top: 5px;
}
.p-signin__form-links {
  margin-top: 25px;
  text-align: center;
}
.p-signin__form-link {
  color: #939daa;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.p-signin__form-link:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 559px) {
  .p-signin {
    height: auto;
    padding: 20px;
  }
  .p-signin__form {
    width: 100%;
  }
}
.p-signin-a {
  height: calc(100vh - 152px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  -ms-flex: 1;
  flex: 1;
}
.p-signin-a__form {
  width: 380px;
  box-shadow: 0 2px 3px rgba(236, 242, 246, 0.75);
  border-radius: 3px;
  background-color: #fff;
  padding: 21px;
}
.p-signin-a__form .form-group:last-child {
  margin-bottom: 0;
}
.p-signin-a__form-heading {
  color: #394656;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin-bottom: 14px;
}
.p-signin-a__form-description {
  color: #222;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
  text-align: center;
}
.p-signin-a__form-separator {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.p-signin-a__form-separator:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(147, 157, 170, 0.5);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 12px;
}
.p-signin-a__form-separator span {
  color: #939daa;
  font-size: 15px;
  background: #fff;
  padding: 0 8px;
  z-index: 1;
  position: relative;
}
.p-signin-a__form-facebook {
  padding: 12px 21px 10px;
}
.p-signin-a__form-facebook .btn-icon {
  font-size: 24px !important;
  line-height: 19px;
}
.p-signin-a__form-facebook.icon-left .btn-icon {
  margin-right: 11px;
}
.p-signin-a__form-link {
  color: #939daa;
  font-size: 15px;
  line-height: 20px;
  margin-top: 30px;
}
.p-signin-a__form-link a {
  text-decoration: underline;
}
@media only screen and (max-width: 559px) {
  .p-signin-a {
    height: auto;
    padding: 20px;
  }
  .p-signin-a__form {
    margin-top: 50px;
    width: 100%;
  }
}
.p-signup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -ms-flex: 1;
  flex: 1;
}
.p-signup__form {
  width: 564px;
  min-height: 534px;
  box-shadow: 0 2px 3px rgba(236, 242, 246, 0.75);
  border-radius: 3px;
  background-color: #fff;
  padding: 0;
}
.p-signup__form-heading {
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
  padding: 17px 22px 18px;
  font-size: 28px;
  color: #222;
  margin: 0;
  text-align: center;
}
.p-signup__form-content {
  padding: 18px 22px 22px;
}
.p-signup__form-submit {
  margin-top: 15px;
}
.p-signup__form-password-hints {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.p-signup__form-password-hints li {
  width: 50%;
  color: #000;
  margin-bottom: 10px;
}
.p-signup__form-password-hints li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid #394656;
  background: #fbfcfd;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  top: -1px;
}
.p-signup__form-links {
  margin-top: 25px;
  text-align: center;
}
.p-signup__form-link {
  color: #939daa;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.p-signup__form-link:last-child {
  margin-bottom: 0;
}
.p-signup-helper .p-front__content {
  min-height: 698px;
}
@media only screen and (max-width: 559px) {
  .p-signup {
    height: auto;
    padding: 20px;
  }
  .p-signup__form {
    width: 100%;
  }
  .p-signup__form-password-hints {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-signup__form-password-hints li {
    width: 100%;
  }
}
.p-signup-a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 760px;
  padding: 20px;
}
.p-signup-a__wrap {
  margin-left: 292px;
}
.p-signup-a__form {
  width: 410px;
  min-width: 410px;
  box-shadow: 0 2px 3px rgba(236, 242, 246, 0.75);
  border-radius: 3px;
  background-color: #fff;
  padding: 21px;
}
.p-signup-a__form .form-group {
  margin-bottom: 25px;
}
.p-signup-a__form .form-group:last-child {
  margin-bottom: 0;
}
.p-signup-a__form-heading {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.p-signup-a__facebook {
  background: #3b5998;
  color: #fff;
  font-size: 17px;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 44px;
  min-height: 44px;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  margin: 25px auto;
}
.p-signup-a__facebook:active,
.p-signup-a__facebook:focus {
  color: #fff;
}
.p-signup-a__facebook:hover {
  color: #fff;
  background: #314a7e;
}
.p-signup-a__facebook-icon {
  height: 44px;
  width: 44px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 44px;
  text-align: center;
}
.p-signup-a__facebook-icon:before {
  position: relative;
  left: 1px;
  top: 1px;
}
.p-signup-a__facebook-text {
  height: 44px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.08);
  line-height: 44px;
  text-align: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-signup-a__form-separator {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.p-signup-a__form-separator:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(147, 157, 170, 0.2);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 12px;
}
.p-signup-a__form-separator span {
  color: #939daa;
  font-size: 15px;
  background: #fff;
  padding: 0 8px;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}
.p-signup-a__form-submit {
  padding: 8px 50px;
}
.p-signup-a__form-terms {
  display: block;
  font-size: 14px;
  color: #939daa;
  width: 210px;
  margin: 20px auto 10px;
}
.p-signup-a__form-terms-link {
  font-weight: 700;
  color: #939daa;
}
.p-signup-a__app-install {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-signup-a__app-install a {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.p-signup-a__app-install a:hover {
  opacity: 0.8;
}
.p-signup-a__app-install a + a {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .p-signup-a__wrap {
    margin-left: 92px;
  }
}
@media only screen and (max-width: 997px) {
  .p-signup-a__image {
    display: none;
  }
  .p-signup-a__wrap {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .p-signup-a__form {
    width: 100%;
    min-width: 0;
  }
  .p-signup-a__app-install {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-signup-a__app-install a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}
.p-error-page {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-error-page__wrap {
  position: relative;
  max-width: 890px;
  max-height: 647px;
}
.p-error-page__error {
  text-align: center;
  position: absolute;
  top: 38px;
}
.p-error-page__code {
  color: #939daa;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 5px;
}
.p-error-page__desc {
  font-size: 30px;
  line-height: 40px;
  color: #939daa;
  margin-bottom: 25px;
}
.p-error-page__image-container {
  max-width: 890px;
  max-height: 647px;
}
.p-error-page__image {
  display: inline-block;
}
.p-error-page--403 .p-error-page__image-container {
  margin-left: 250px;
  max-width: 701px;
}
.p-error-page--404 .p-error-page__image-container {
  margin-left: 120px;
}
.p-error-page--500 .p-error-page__image-container {
  margin-left: 150px;
}
@media only screen and (max-width: 767px) {
  .p-error-page__error {
    position: static;
  }
  .p-error-page__image-container {
    display: none;
  }
}
.p-trial-period-expired {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-trial-period-expired__image {
  margin-bottom: 36px;
}
.p-trial-period-expired__heading {
  font-size: 28px;
  color: #222;
  margin-bottom: 5px;
  text-align: center;
}
.p-trial-period-expired__desc {
  font-size: 17px;
  color: #939daa;
  text-align: center;
}
.p-trial-period-expired__upgrade {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 14px;
}
.p-trial-period-expired__upgrade .btn {
  padding-left: 23px;
  padding-right: 23px;
}
.p-trial-period-expired__upgrade-separator {
  font-size: 14px;
  color: #939daa;
  margin-left: 19px;
  margin-right: 19px;
}
.p-trial-period-expired__upgrade-contact span {
  font-size: 12px;
  display: inline-block;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 559px) {
  .p-trial-period-expired__image {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .p-trial-period-expired__heading {
    font-size: 24px;
  }
  .p-trial-period-expired__upgrade {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-trial-period-expired__upgrade-separator {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.p-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}
.p-contact__heading {
  font-size: 28px;
  color: #222;
  margin-bottom: 25px;
}
.p-contact__form {
  width: 320px;
  padding: 20px;
}
.p-contact__form-heading {
  font-size: 20px;
  color: #222;
  margin-bottom: 25px;
}
.p-contact__map {
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: rgba(147, 157, 170, 0.1);
  position: relative;
}
.p-contact__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 303px;
  background: #fff;
  background: linear-gradient(0deg, #fff, transparent);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 44px 44px 44px 22px;
  font-size: 15px;
  color: #000;
  z-index: 4;
}
.p-contact__info-icon {
  color: #2196f3;
  font-size: 28px;
  line-height: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 13px;
  position: relative;
  top: 8px;
}
.p-contact__map-container {
  height: 100%;
}
.p-contact__form-submit {
  font-size: 17px;
}
.p-contact .leaflet-control-attribution {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-contact {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-contact__form {
    width: 100%;
  }
  .p-contact__map {
    display: none;
  }
}
.p-invoice {
  padding: 0;
}
.p-invoice__header {
  padding: 30px 30px 10px;
}
.p-invoice__company-avatar {
  margin-bottom: 20px;
  display: inline-block;
}
.p-invoice__company-info,
.p-invoice__notes-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.p-invoice__company-info li,
.p-invoice__notes-list li {
  margin-bottom: 4px;
}
.p-invoice__company-info li:last-child,
.p-invoice__notes-list li:last-child {
  margin-bottom: 0;
}
.p-invoice__name {
  font-size: 28px;
  margin-bottom: 20px;
}
.p-invoice__table {
  width: 100%;
}
.p-invoice__table ul {
  width: 177px;
}
.p-invoice__table th {
  font-weight: 400;
  width: 25%;
  color: #939daa;
}
.p-invoice__table td {
  padding-right: 20px;
  vertical-align: top;
}
.p-invoice__items {
  border-bottom: 1px solid #e9ecef;
}
.p-invoice__items td:first-child,
.p-invoice__items th:first-child {
  padding-left: 30px;
}
.p-invoice__items td:last-child,
.p-invoice__items th:last-child {
  padding-right: 30px;
}
.p-invoice__footer {
  padding: 20px 30px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-invoice__notes-heading {
  font-size: 15px;
  color: #939daa;
}
.p-invoice__notes-list {
  margin: 0;
  color: #000;
}
.p-invoice__total {
  width: 30%;
  min-width: 320px;
  margin-right: -30px;
}
.p-invoice__total table {
  border: none;
}
.p-invoice__total td {
  border-top: none;
  padding: 13px 0;
}
.p-invoice__total td:first-child {
  width: 90px;
}
.p-invoice__total-row td {
  border-top: 1px solid #e9ecef;
  vertical-align: bottom;
  padding: 20px 0;
}
.p-invoice__total-amount {
  font-size: 30px;
  color: #394656;
  line-height: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-invoice__footer {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-invoice__total {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .p-invoice__footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-invoice__total {
    margin-right: 0;
  }
}
.p-invoices-datagrid__price {
  width: 130px;
  text-align: right;
}
.p-invoices-datagrid .m-datagrid__table th {
  font-weight: 700;
  color: #000;
}
.p-invoices-datagrid .table__cell-widget-description {
  font-size: 14px;
}
.p-activity .container-body {
  padding: 0;
}
.p-activity__heading {
  font-size: 24px;
  color: #000;
  margin-bottom: 11px;
  padding-left: 36px;
}
.p-activity__items {
  margin-left: 180px;
  border-left: 1px solid rgba(147, 157, 170, 0.2);
  padding-top: 32px;
  padding-bottom: 30px;
}
.p-activity__item {
  padding: 27px 20px 27px 0;
  border-bottom: 1px solid rgba(147, 157, 170, 0.1);
}
.p-activity__item-wrap {
  margin-left: -18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-activity__item-figure {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  background: #b3bac3;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-right: 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-activity__item-figure--scooter {
  background: #38c5d8;
}
.p-activity__item-figure--info {
  background: #394656;
}
.p-activity__item-figure--yellow-orange {
  background: #ff9f40;
}
.p-activity__item-figure--cornflower-blue {
  background: #5d97f9;
}
.p-activity__item-icon {
  font-size: 12px;
  line-height: 12px;
}
.p-activity__item-icon--lg {
  font-size: 13px;
  line-height: 13px;
}
.p-activity__item-info {
  margin-top: 7px;
}
.p-activity__item-info-content {
  margin-top: 20px;
}
.p-activity__item-name {
  font-weight: 700;
}
.p-activity__item-user {
  color: #000;
  font-weight: 700;
}
.p-activity__item-user-avatar {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.p-activity__item-date {
  height: 0;
  position: relative;
  top: -11px;
}
.p-activity__item-date-wrap {
  width: 180px;
  margin-left: -177px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-activity__item-date-value {
  color: #939daa;
  position: relative;
  top: -2px;
}
.p-activity__item-date-figure {
  background-color: #c9ced4;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: 18px;
}
.p-activity__item-users {
  margin-top: 10px;
}
.p-activity__item-user {
  display: inline-block;
  margin-right: 5px;
}
.p-activity__item-image {
  margin-top: 20px;
}
.p-activity__comments {
  margin-top: 30px;
}
.p-activity__comment {
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid rgba(147, 157, 170, 0.1);
}
.p-activity__comment:first-child {
  border-top: 1px solid rgba(147, 157, 170, 0.1);
}
.p-activity__comment:last-child {
  border-bottom: none;
}
.p-activity__comment-info {
  margin-top: 7px;
}
.p-activity__comment-avatar {
  margin-right: 10px;
}
.p-activity__comment-name {
  color: #939daa;
  margin-bottom: 5px;
}
.p-activity__comment-name a {
  font-weight: 700;
}
@media only screen and (max-width: 997px) {
  .p-activity__items {
    margin-left: 40px;
  }
  .p-activity__item-date-wrap {
    width: 100%;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: -22px;
  }
  .p-activity__item-date-value {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-activity .container-header {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .p-activity .container-header-tabs {
    bottom: -16px;
  }
  .p-activity__item-info img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .p-activity__heading {
    margin-left: -20px;
    padding-left: 0;
  }
  .p-activity__items {
    border-left: none;
  }
  .p-activity__item-figure {
    display: none;
  }
}
.p-pricing-and-plans {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}
.p-pricing-and-plans__heading {
  font-size: 28px;
  color: #222;
}
.p-pricing-and-plans__desc {
  font-size: 20px;
  text-align: center;
  margin-top: 60px;
  color: #939daa;
  max-width: 874px;
}
.p-pricing-and-plans__type {
  margin-top: 10px;
}
.p-pricing-and-plans__type .radio-group__text {
  color: #939daa;
  min-width: 80px;
}
.p-pricing-and-plans__plans {
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-top: 40px;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-pricing-and-plans__plan {
  width: 290px;
  box-shadow: 0 2px 3px rgba(236, 242, 246, 0.75);
  background-color: #fff;
  border-top: 4px solid transparent;
  margin-right: 30px;
  border-radius: 0 0 3px 3px;
  margin-top: 50px;
}
.p-pricing-and-plans__plan:last-child {
  margin-right: 0;
}
.p-pricing-and-plans__plan--free {
  border-top-color: #394656;
}
.p-pricing-and-plans__plan--plus {
  border-top-color: #fe6f60;
  margin-top: 0;
}
.p-pricing-and-plans__plan--premium {
  border-top-color: #8f81c2;
}
.p-pricing-and-plans__plan--enterprise {
  border-top-color: #54c3b4;
}
.p-pricing-and-plans__plan--enterprise .p-pricing-and-plans__plan-desc {
  margin-bottom: 108px;
}
.p-pricing-and-plans__plan-body {
  padding: 24px 44px 30px;
  text-align: center;
}
.p-pricing-and-plans__plan-heading {
  font-size: 24px;
}
.p-pricing-and-plans__plan-price {
  color: #222;
  font-size: 40px;
  line-height: 40px;
}
.p-pricing-and-plans__plan-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  font-size: 20px;
  color: #939daa;
  line-height: 30px;
  margin-bottom: 44px;
  text-align: center;
}
.p-pricing-and-plans__plan-desc--sm {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 30px;
}
.p-pricing-and-plans__plan-desc-link,
.p-pricing-and-plans__plan-desc-link:hover {
  color: #939daa;
  text-decoration: none;
  border-bottom: 1px solid rgba(147, 157, 170, 0.8);
  margin-top: 15px;
}
.p-pricing-and-plans__plan-signup {
  font-size: 17px;
  min-width: 99px;
  margin-bottom: 2px;
}
.p-pricing-and-plans__plan-features {
  border-top: 1px solid #e9ebee;
  padding: 21px 21px 30px;
}
.p-pricing-and-plans__plan-features-list {
  margin: 0;
}
.p-pricing-and-plans__plan-features-heading {
  font-size: 17px;
  color: #000;
}
.p-pricing-and-plans__plan-feature {
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
}
.p-pricing-and-plans__plan-feature:last-child {
  margin-bottom: 0;
}
.p-pricing-and-plans__plan-feature-icon {
  font-size: 11px;
  line-height: 11px;
  display: inline-block;
  color: #394656;
  margin-right: 5px;
}
.btn-plan-plus {
  background-color: #fe6f60;
  color: #fff;
  border-color: #fe6f60;
}
.btn-plan-plus:hover:enabled {
  color: #fff;
  background-color: #fe6151;
}
.btn-plan-plus:active,
.btn-plan-plus:focus {
  color: #fff;
  background-color: #fe4f3d;
}
.btn-plan-plus.disabled,
.btn-plan-plus:disabled {
  color: #fff;
  background-color: #fe6f60;
}
.btn-plan-premium {
  background-color: #8f81c2;
  color: #fff;
  border-color: #8f81c2;
}
.btn-plan-premium:hover:enabled {
  color: #fff;
  background-color: #8677bd;
}
.btn-plan-premium:active,
.btn-plan-premium:focus {
  color: #fff;
  background-color: #7a69b6;
}
.btn-plan-premium.disabled,
.btn-plan-premium:disabled {
  color: #fff;
  background-color: #8f81c2;
}
.btn-plan-enterprise {
  background-color: #54c3b4;
  color: #fff;
  border-color: #54c3b4;
}
.btn-plan-enterprise:hover:enabled {
  color: #fff;
  background-color: #49bfaf;
}
.btn-plan-enterprise:active,
.btn-plan-enterprise:focus {
  color: #fff;
  background-color: #3fb4a4;
}
.btn-plan-enterprise.disabled,
.btn-plan-enterprise:disabled {
  color: #fff;
  background-color: #54c3b4;
}
@media only screen and (max-width: 767px) {
  .p-pricing-and-plans__plans {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-pricing-and-plans__plan {
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .p-pricing-and-plans__plan:last-child {
    margin-bottom: 0;
  }
}
.timeline {
  position: relative;
  margin-bottom: 30px;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  height: 100%;
  width: 2px;
  background: rgba(147, 157, 170, 0.25);
}
@media only screen and (min-width: 998px) {
  .timeline:before {
    left: 50%;
    margin-left: -1px;
  }
}
.timeline__block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (min-width: 998px) {
  .timeline__block {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.timeline__block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 998px) {
  .timeline__block.is-position-left .timeline__content {
    -ms-flex-order: -1;
    order: -1;
  }
}
.timeline__block.is-position-left .timeline__info {
  position: relative;
  left: -30px;
}
.timeline__block.is-position-right .timeline__content:before {
  border-left-width: 0;
  border-right-width: 12px;
  left: -10px;
  right: auto;
}
.timeline__block.is-position-right .timeline__info {
  position: relative;
  right: -30px;
}
@media only screen and (min-width: 998px) {
  .timeline__block.is-position-right .timeline__info {
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.timeline__badge,
.timeline__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #d6d6d6;
  border-radius: 50%;
}
@media only screen and (min-width: 998px) {
  .timeline__badge,
  .timeline__image {
    left: 50%;
    margin-left: -16px;
  }
}
.timeline__badge {
  color: #fff;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  display: inline-block;
  top: 25px;
}
.timeline__badge,
.timeline__badge--info {
  background-color: #394656;
}
.timeline__badge--success {
  background-color: #82c250;
}
.timeline__badge--warning {
  background-color: #f48221;
}
.timeline__badge--danger {
  background-color: #eb3b48;
}
.timeline__info,
.timeline__panel {
  width: calc(100% - 80px);
  margin-left: 80px;
}
@media only screen and (min-width: 998px) {
  .timeline__info,
  .timeline__panel {
    width: calc(50% - 70px);
    margin-left: 0;
  }
}
.timeline__info-item {
  color: #394656;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 23px;
}
.timeline__content {
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  background: #fff;
  border-radius: 3px;
}
@media only screen and (min-width: 998px) {
  .timeline__content {
    margin-bottom: 0;
  }
}
.timeline__content:before {
  position: absolute;
  top: 31px;
  right: -10px;
  display: inline-block;
  border-top: 12px solid transparent;
  border-left: 12px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 12px solid transparent;
  content: " ";
}
.timeline__info {
  display: -ms-flexbox;
  display: flex;
}
.timeline__info .timeline__date {
  margin-top: 30px;
}
@media only screen and (min-width: 998px) {
  .timeline__info {
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
  }
}
.timeline__divider {
  display: block;
  text-align: center;
  clear: both;
  margin-bottom: 22px;
}
.timeline__divider:first-child .timeline__divider-badge {
  margin-top: 0;
}
.timeline__divider-badge {
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  background: #bfc8d0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  display: inline-block;
}
.timeline__footer,
.timeline__heading {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
}
.timeline__badge-desc {
  color: #394656;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}
.timeline__badge-icon {
  position: relative;
}
.timeline__badge-icon.icon-circle-check {
  font-size: 20px;
}
.timeline__heading-avatar {
  margin-right: 20px;
}
.timeline__title {
  font-size: 14px;
  margin-bottom: 0;
}
.timeline__title a {
  font-weight: 700;
}
.timeline__date {
  font-size: 14px;
  color: #939daa;
}
.timeline__body {
  margin-top: -4px;
  padding: 20px;
  padding-top: 0;
  font-size: 14px;
  color: #000;
}
.timeline__body p:last-child {
  margin-bottom: 0;
}
.timeline__body-image {
  padding: 0;
  height: 242px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.timeline__body-image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 20px;
  padding-top: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}
.timeline__body-icon {
  font-size: 16px;
  color: #bfc7d0;
  line-height: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  width: 20px;
  margin-right: 11px;
}
.timeline__event-date {
  width: 34px;
  height: 34px;
  background: #bfc7d0;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.timeline__event-type {
  margin-bottom: 10px;
}
.timeline__event-desc,
.timeline__event-user {
  display: -ms-flexbox;
  display: flex;
}
.timeline__event-user {
  margin-bottom: 18px;
}
.timeline__event-user-avatar {
  border-radius: 2px;
  margin-right: 20px;
}
.timeline__event-user-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.timeline__event-username {
  font-size: 17px;
  color: #000;
  margin-bottom: 2px;
}
.timeline__event-user-desc {
  color: #939daa;
}
.timeline__entry-created-by {
  color: #939daa;
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.timeline__follow .timeline__content,
.timeline__meetup .timeline__content {
  background: none;
}
.timeline__follow .timeline__content:after,
.timeline__follow .timeline__content:before,
.timeline__meetup .timeline__content:after,
.timeline__meetup .timeline__content:before {
  display: none;
}
.timeline__follow-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.timeline__follow-item {
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 20px;
  width: calc(50% - 10px);
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
}
.timeline__follow-item:nth-child(2n) {
  margin-right: 0;
  margin-left: 10px;
}
.timeline__follow-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  color: #939daa;
}
.timeline__follow-username {
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}
.timeline__follow-avatar {
  margin-right: 15px;
}
.timeline__follow-heading {
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.timeline__follow-heading span {
  color: #394656;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 15px;
}
.timeline__follow-actions {
  margin-top: 10px;
}
.timeline__follow-actions .btn {
  border: 1px solid rgba(147, 157, 170, 0.5);
  color: #939daa;
}
.timeline__meetup .timeline__content {
  background: #fff;
}
.timeline__meetup-header {
  color: #394656;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 18px;
}
.timeline__meetup-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
  color: #939daa;
  font-size: 14px;
  line-height: 14px;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9ebee;
}
.timeline__meetup-heading .btn-outline-info {
  border-color: rgba(38, 154, 241, 0.5);
}
.timeline__meetup-body {
  padding: 15px;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.timeline__meetup-avatar {
  margin-right: 15px;
  min-width: 34px;
  min-height: 34px;
}
@media only screen and (max-width: 997px) {
  .timeline:before {
    left: 16px;
  }
  .timeline__divider {
    text-align: left;
  }
  .timeline__info,
  .timeline__info-item {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .timeline__follow-body {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .timeline__follow-item {
    width: 100%;
  }
  .timeline__follow-item:nth-child(2n) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 559px) {
  .timeline:before,
  .timeline__badge {
    display: none;
  }
  .timeline__panel {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 399px) {
  .timeline__heading-avatar {
    display: none;
  }
}
.m-messenger {
  height: calc(100vh - 52px);
  max-height: calc(100vh - 52px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-messenger__container {
  padding: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.m-messenger__discussions {
  min-width: 360px;
  width: 360px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-messenger__discussions-header {
  height: 98px;
  min-height: 98px;
  border: none;
  margin: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 28px;
}
.m-messenger__discussions-header .tab-icon {
  font-size: 19px;
  height: 40px;
}
.m-messenger__discussions-header .tab-icon.tab-icon-favorites {
  font-size: 24px;
  position: relative;
  top: -3px;
}
.m-messenger__discussions-header .tab-text {
  border-bottom: 1px dashed rgba(147, 157, 170, 0.7);
  line-height: 17px;
}
.m-messenger__discussions-header .nav-link {
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #939daa;
}
.m-messenger__discussions-header .nav-link.active,
.m-messenger__discussions-header .nav-link:hover {
  color: #394656;
}
.m-messenger__discussions-header .nav-link.active .tab-icon {
  font-size: 25px;
  transition: font-size 0.1s linear;
}
.m-messenger__discussions-header .nav-link.active .tab-icon.tab-icon-contacts {
  font-size: 23px;
}
.m-messenger__discussions-header .nav-link.active .tab-icon.tab-icon-favorites {
  font-size: 28px;
}
.m-messenger__discussions-header .nav-link.active .tab-text {
  border: none;
}
.m-messenger__discussions-body,
.m-messenger__discussions-body .tab-pane.active {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-messenger__discussions-search {
  height: 78px;
  padding: 15px;
}
.m-messenger__discussions-search .form-control {
  height: 34px;
}
.m-messenger__discussions-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.m-messenger__discussions-scrollpane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-messenger__contacts-search {
  height: 118px;
  padding: 15px;
}
.m-messenger__contacts-search .form-control {
  height: 34px;
}
.m-messenger__contacts-content {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.m-messenger__contacts-content .m-messenger__conversation-username {
  margin-top: 11px;
}
.m-messenger__contacts-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 21px;
  margin-bottom: 17px;
  -ms-flex-align: center;
  align-items: center;
}
.m-messenger__contacts-filter .dropdown-toggle {
  font-size: 15px;
}
.m-messenger__add-contact {
  border-color: #c7ccd3;
}
.m-messenger__contacts-content-separator {
  background-color: #ecf2f6;
  height: 33px;
  padding: 5px 15px;
  line-height: 23px;
  text-transform: uppercase;
  color: #455161;
  font-size: 15px;
}
.m-messenger__conversation {
  display: -ms-flexbox;
  display: flex;
  padding: 17px 15px;
  font-size: 15px;
}
.m-messenger__conversation.is-active {
  background: #cceafc;
}
.m-messenger__conversation:not(.is-active):hover {
  background: rgba(204, 234, 252, 0.5);
}
.m-messenger__conversation-group {
  width: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 13px;
}
.m-messenger__conversation-group-item {
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 12px;
}
.m-messenger__conversation-group-item:nth-child(2n) {
  margin-left: 2px;
}
.m-messenger__conversation-avatar {
  margin-right: 13px;
  position: relative;
}
.m-messenger__conversation-user-status {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: #1dbc0d;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}
.m-messenger__conversation-user-status.is-online {
  opacity: 1;
}
.m-messenger__conversation-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-messenger__conversation-wrap {
  margin-top: -5px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.m-messenger__conversation-username {
  color: #455161;
}
.m-messenger__conversation-date,
.m-messenger__conversation-message {
  color: #939daa;
}
.m-messenger__conversation-new-messages-amount {
  font-size: 13px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #394656;
  color: #fff;
  height: 18px;
  line-height: 16px;
  font-weight: 400;
}
.m-messenger__messages {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: 2px solid #edf3f7;
  border-right: 2px solid #edf3f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-messenger__messages-header {
  height: 62px;
  min-height: 62px;
  border-bottom: 2px solid #edf3f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 22px;
  font-size: 14px;
  -ms-flex-align: center;
  align-items: center;
}
.m-messenger__messages-to {
  font-size: 17px;
  color: #939daa;
  line-height: 17px;
}
.m-messenger__messages-to a {
  color: #394656;
  border-bottom: 1px dashed rgba(0, 148, 242, 0.5);
  line-height: 15px;
  display: inline-block;
  height: 18px;
}
.m-messenger__messages-actions {
  font-size: 15px;
  color: #939daa;
  position: relative;
  top: 3px;
}
.m-messenger__messages-action {
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
}
.m-messenger__messages-action:last-child {
  margin-right: 0;
}
.m-messenger__messages-action:hover {
  color: #5f6a78;
  transition: color 0.2s linear;
}
.m-messenger__messages-body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.m-messenger__messages-body-scrollpane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-messenger__messages-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-messenger__messages-message-text {
  max-width: 60%;
  min-width: 60%;
  position: relative;
}
.m-messenger__messages-avatar {
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.m-messenger__messages-message {
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  margin-bottom: 13px;
}
.m-messenger__messages-message:first-child {
  margin-top: 30px;
}
.m-messenger__messages-message:last-child {
  margin-bottom: 30px;
}
.m-messenger__messages-message.is-interlocutor {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.m-messenger__messages-message.is-interlocutor .m-messenger__messages-wrap {
  -ms-flex-align: end;
  align-items: flex-end;
}
.m-messenger__messages-message.is-interlocutor .m-messenger__messages-avatar {
  margin-left: 10px;
}
.m-messenger__messages-message.is-interlocutor
  .m-messenger__messages-message-text {
  padding: 8px 16px;
  color: #fff;
  background: #24c79f;
  font-size: 15px;
  line-height: 27px;
  border-radius: 20px;
}
.m-messenger__messages-message.is-interlocutor
  .m-messenger__messages-message-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #24c79f;
  border-radius: 20px;
  z-index: 0;
}
.m-messenger__messages-message.is-interlocutor
  .m-messenger__messages-message-text:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -20px;
  width: 20px;
  height: 28px;
  background: #fff;
  border-radius: 7px;
  z-index: 0;
}
.m-messenger__messages-message.is-interlocutor .m-messenger__messages-date {
  text-align: right;
}
.m-messenger__messages-message.is-interlocutor
  .m-messenger__messages-attachments {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-messenger__messages-message.is-self .m-messenger__messages-avatar {
  margin-right: 10px;
}
.m-messenger__messages-message.is-self .m-messenger__messages-message-text {
  padding: 8px 16px;
  color: #222;
  background: #e8e8e8;
  font-size: 15px;
  line-height: 27px;
  border-radius: 20px;
}
.m-messenger__messages-message.is-self
  .m-messenger__messages-message-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #e8e8e8;
  border-radius: 20px;
  z-index: 0;
}
.m-messenger__messages-message.is-self
  .m-messenger__messages-message-text:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -20px;
  width: 20px;
  height: 28px;
  background: #fff;
  border-radius: 7px;
  z-index: 0;
}
.m-messenger__messages-date {
  color: #929ca9;
  font-size: 12px;
  letter-spacing: 0.29px;
  margin-top: 6px;
  display: block;
}
.m-messenger__messages-separator {
  color: #939daa;
  font-size: 12px;
  text-align: center;
  position: relative;
  margin: 30px;
}
.m-messenger__messages-separator span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.m-messenger__messages-separator:before {
  z-index: 0;
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
  left: 0;
  top: 50%;
  width: 100%;
}
.m-messenger__messages-attachments {
  margin-top: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-messenger__messages-attachment {
  position: relative;
  border-radius: 4px;
  margin-bottom: 12px;
  margin-left: 12px;
}
.m-messenger__messages-attachment img {
  border-radius: 4px;
}
.m-messenger__messages-attachment-placeholder {
  background: rgba(69, 81, 97, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 13px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-messenger__messages-attachment-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.m-messenger__messages-attachment-desc {
  font-size: 11px;
}
.m-messenger__messages-footer {
  height: 162px;
  min-height: 162px;
  padding: 15px 30px;
}
.m-messenger__messages-footer-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.m-messenger__messages-footer-actions .dropdown {
  position: relative;
  top: 3px;
}
.m-messenger__messages-footer-actions .dropdown-toggle {
  color: #939daa;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
}
.m-messenger__messages-footer-actions .dropdown-toggle:after {
  display: none;
}
.m-messenger__messages-footer-actions .dropdown-toggle:hover {
  text-decoration: none;
  color: #394656;
}
.m-messenger__messages-footer-actions .show .dropdown-toggle {
  color: #394656;
}
.m-messenger__messages-footer-actions .dropdown-menu {
  min-width: 140px;
}
.m-messenger__messages-textarea {
  margin-bottom: 15px;
}
.m-messenger__messages-textarea .form-control {
  height: 79px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.m-messenger__messages-footer-submit {
  padding: 6px 16px;
  height: 34px;
}
.m-messenger__info {
  min-width: 272px;
  width: 272px;
}
.m-messenger__info-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-bottom: 2px solid #edf3f7;
  height: 290px;
}
.m-messenger__info-avatar {
  margin-bottom: 13px;
}
.m-messenger__info-username {
  font-size: 20px;
  color: #222;
  line-height: 24px;
}
.m-messenger__info-location {
  font-size: 15px;
  color: #939daa;
}
.m-messenger__info-social {
  margin-top: 12px;
  text-align: center;
  position: relative;
  right: -1px;
}
.m-messenger__info-social-icon {
  font-size: 24px;
  display: inline-block;
  margin-right: 17px;
}
.m-messenger__info-social-icon:last-child {
  margin-right: 0;
}
.m-messenger__info-item {
  padding: 20px;
  border-bottom: 2px solid #edf3f7;
}
.m-messenger__info-item:last-child {
  border-bottom: none;
}
.m-messenger__info-heading {
  color: #939daa;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.m-messenger__info-heading-icon {
  color: #939daa;
  font-size: 16px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.m-messenger__info-files {
  margin-bottom: 0;
  margin-top: -10px;
}
.m-messenger__info-files a {
  color: #394656;
  font-size: 15px;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 148, 242, 0.7);
}
.m-messenger__info-photos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-messenger__info-photos a {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  margin-right: 10px;
}
.m-messenger__info-photos a:nth-child(2n) {
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .m-messenger__discussions {
    min-width: 324px;
    width: 324px;
  }
}
@media only screen and (max-width: 997px) {
  .m-messenger {
    max-height: 9999px;
    height: auto;
  }
  .m-messenger__discussions {
    width: 100%;
    max-height: 500px;
  }
  .m-messenger__container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-messenger__messages-body {
    border-right: none;
    border-left: none;
    max-height: 500px;
  }
  .m-messenger__info {
    width: 100%;
  }
  .m-messenger__info-photos {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .m-messenger__info-photos a {
    width: auto;
  }
  .m-messenger__info-photos a:nth-child(2n) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 997px) {
  .m-messenger__messages-message-text {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .m-messenger__discussions {
    min-width: 0;
    width: auto;
  }
  .m-messenger__conversation-date,
  .m-messenger__conversation-new-messages-amount {
    display: none;
  }
}
.m-mail {
  height: calc(100vh - 52px);
  max-height: calc(100vh - 52px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-mail__container {
  padding: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.m-mail__container,
.m-mail__nav {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.m-mail__nav {
  min-width: 270px;
  width: 270px;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 3px;
}
.m-mail__channels,
.m-mail__menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
.m-mail__menu-link {
  font-size: 15px;
  padding: 15px;
  color: #455161;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}
.m-mail__menu-link:first-child {
  border-top-left-radius: 3px;
}
.m-mail__menu-link.is-active {
  background: #394656;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.m-mail__menu-link.is-active:after {
  position: absolute;
  right: -2px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #394656;
  content: "";
}
.m-mail__menu-link.is-active .m-mail__menu-icon {
  color: #fff;
}
.m-mail__channel-link {
  font-size: 15px;
  padding: 10px 15px;
  color: #455161;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-mail__channel-link.is-active {
  color: #394656;
}
.m-mail__channel-amount {
  font-size: 13px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #394656;
  color: #fff;
  height: 18px;
  line-height: 16px;
  font-weight: 400;
}
.m-mail__menu-icon {
  color: #394656;
  width: 24px;
  font-size: 16px;
  line-height: 22px;
}
.m-mail__menu-icon.ua-icon-inbox {
  font-size: 14px;
  line-height: 23px;
}
.m-mail__separator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  color: #455161;
  padding: 10px 15px;
}
.m-mail__separator-icon {
  font-size: 14px;
  color: #394656;
}
.m-mail__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: 2px solid #edf3f7;
}
.m-mail__emails {
  width: 540px;
  min-width: 540px;
  border-left: 2px solid #edf3f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-mail__search {
  padding: 21px;
  border-bottom: 2px solid #edf3f7;
  min-height: 102px;
}
.m-mail__search-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 17px;
  color: #000;
}
.m-mail__create {
  color: #939daa;
  font-size: 15px;
  border-bottom: 1px solid rgba(147, 157, 170, 0.8);
  height: 21px;
}
.m-mail__create:hover {
  color: #939daa;
}
.m-mail__search-input {
  margin-top: 8px;
}
.m-mail__search-input .input-icon {
  font-size: 16px;
  color: #939daa;
}
.m-mail__search-input .form-control {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 34px;
}
.m-mail__emails-list {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.m-mail__emails-scrollpane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-mail__email {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 20px 40px;
  border-bottom: 2px solid #edf3f7;
  position: relative;
}
.m-mail__email:before {
  content: "";
  position: absolute;
  top: 27px;
  left: 20px;
  width: 10px;
  height: 10px;
  background-color: #394656;
  opacity: 0;
  border-radius: 50%;
}
.m-mail__email.has-new-messages:before {
  opacity: 1;
}
.m-mail__email.is-active,
.m-mail__email:hover {
  cursor: pointer;
  background: #f5f9fb;
}
.m-mail__email-body {
  max-width: 344px;
}
.m-mail__email-extra {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.m-mail__email-heading {
  font-size: 17px;
  color: #000;
  margin-bottom: 7px;
}
.m-mail__email-text {
  color: #939daa;
  font-size: 15px;
}
.m-mail__email-time {
  color: #939daa;
  font-size: 12px;
  margin-bottom: 5px;
}
.m-mail__tags {
  margin-top: 14px;
}
.m-mail__tag {
  margin-right: 10px;
  font-size: 13px;
  text-transform: none;
  line-height: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.m-mail__tag:last-child {
  margin-right: 0;
}
.m-mail__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-mail__content-header {
  padding: 22px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #edf3f7;
  -ms-flex-align: center;
  align-items: center;
}
.m-mail__content-heading {
  color: #000;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 8px;
}
.m-mail__content-heading-desc {
  color: #939daa;
  font-size: 15px;
  line-height: 15px;
}
.m-mail__content-header-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.m-mail__content-header-control {
  font-size: 16px;
  color: #939daa;
  cursor: pointer;
  padding: 0;
  margin-right: 20px;
}
.m-mail__content-header-control:last-child {
  margin-right: 0;
}
.m-mail__content-header-control .ua-icon-dots {
  position: relative;
  top: 1px;
}
.m-mail__content-scroll {
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
}
.m-mail__content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-mail__content-body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 21px 30px;
  color: #000;
  font-size: 15px;
  line-height: 27px;
}
.m-mail__content-body p {
  font-size: 15px;
  line-height: 27px;
  word-break: break-all;
}
.m-mail__content-body p a {
  color: #394656;
  text-decoration: underline;
}
.m-mail__content-body img {
  border-radius: 2px;
}
.m-mail__content-separator {
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 27px;
}
.m-mail__content-separator span {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  color: #939daa;
  line-height: 12px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.m-mail__content-separator:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 15px;
  width: 100%;
  background: rgba(147, 157, 170, 0.2);
  z-index: 0;
  left: 0;
}
.m-mail__content-user {
  display: -ms-flexbox;
  display: flex;
}
.m-mail__content-user-avatar {
  margin-right: 13px;
}
.m-mail__content-user-info {
  margin-top: -6px;
  color: #000;
}
.m-mail__content-user-name {
  font-size: 15px;
}
.m-mail__content-user-date {
  font-size: 12px;
  color: #939daa;
}
.m-mail__content-user-controls {
  margin-top: 13px;
}
.m-mail__content-user-control {
  margin-right: 8px;
  padding: 6px 10px 5px;
}
.m-mail__content-user-control .btn-icon {
  font-size: 14px;
}
.m-mail__content-footer {
  height: 150px;
  min-height: 150px;
  padding: 0 30px 20px;
}
.m-mail__content-footer-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.m-mail__content-footer-actions .dropdown {
  position: relative;
  top: 3px;
}
.m-mail__content-footer-actions .dropdown-toggle {
  color: #939daa;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
}
.m-mail__content-footer-actions .dropdown-toggle:after {
  display: none;
}
.m-mail__content-footer-actions .dropdown-toggle:hover {
  text-decoration: none;
  color: #394656;
}
.m-mail__content-footer-actions .show .dropdown-toggle {
  color: #394656;
}
.m-mail__content-footer-actions .dropdown-menu {
  min-width: 140px;
}
.m-mail__content-footer-textarea {
  margin-bottom: 15px;
}
.m-mail__content-footer-textarea .form-control {
  height: 79px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.m-mail__content-footer-submit {
  padding: 6px 16px;
  height: 34px;
}
@media only screen and (max-width: 1599px) {
  .m-mail__emails {
    width: 430px;
    min-width: 430px;
  }
}
@media only screen and (max-width: 1199px) {
  .m-mail__container {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .m-mail {
    height: auto;
    max-height: 9999px;
  }
  .m-mail__nav {
    width: 100%;
  }
  .m-mail__container {
    overflow: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-mail__emails {
    width: 100%;
    min-width: 0;
    border-left: none;
  }
}
@media only screen and (max-width: 559px) {
  .m-mail__email-extra {
    display: none;
  }
}
.m-nav {
  width: 204px;
  min-width: 208px;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-nav__add {
  margin-bottom: 30px;
}
.m-nav__add-icon {
  font-size: 14px;
}
.m-nav__heading {
  color: #939daa;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.m-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.m-nav__menu-item {
  padding: 8px 0;
}
.m-nav__menu-item.is-active .m-nav__menu-icon,
.m-nav__menu-item.is-active .m-nav__menu-link,
.m-nav__menu-item:hover .m-nav__menu-icon,
.m-nav__menu-item:hover .m-nav__menu-link {
  color: #394656;
}
.m-nav__menu-item.is-active {
  position: relative;
}
.m-nav__menu-item.is-active:after {
  content: "";
  font-family: universe-admin;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  font-size: 12px;
  color: #394656;
}
.m-nav__menu-icon {
  color: #939daa;
  font-size: 15px;
  display: inline-block;
  width: 15px;
  margin-right: 12px;
  position: relative;
  top: 1px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}
.m-nav__image {
  padding: 0 0 20px;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .l-2column .m-nav {
    width: 100%;
  }
}
.m-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
  font-size: 15px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.m-content--reset {
  background: none;
  padding: 0 20px;
}
.m-content__hb {
  padding: 0;
}
.m-content__header {
  min-height: 55px;
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
}
.m-content__heading {
  font-size: 20px;
  margin: 0;
}
.m-content__block {
  padding: 30px 20px 20px;
}
.m-content__block-heading {
  font-size: 20px;
  border-bottom: 1px solid rgba(147, 157, 170, 0.2);
  padding: 10px 20px;
  margin: 0;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .l-2column .m-content {
    margin-left: 0;
  }
}
.m-tree__container {
  padding: 0;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-tree__container,
.m-tree__nav {
  display: -ms-flexbox;
  display: flex;
}
.m-tree__nav {
  width: 470px;
  min-width: 470px;
  border-right: 1px solid #e9ebee;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-tree__nav-top-side {
  padding: 21px;
  padding-bottom: 0;
}
.m-tree__nav-heading {
  font-size: 28px;
  margin-bottom: 15px;
  color: #222;
}
.m-tree__nav-action {
  padding: 0;
  font-weight: 700;
  color: #3498db;
}
.m-tree__nav-action:hover {
  text-decoration: none;
  color: #217dbb;
}
.m-tree__nav-action + .m-tree__nav-action {
  margin-left: 20px;
}
.m-tree__nav-action-icon {
  margin-right: 5px;
}
.m-tree__search {
  margin-top: 25px;
  margin-bottom: 10px;
}
.m-tree__nav-view {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.m-tree__nav-menu-scrollpane {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-tree__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
}
.m-tree__nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-tree__nav-menu .m-tree__nav-menu {
  height: 0;
  visibility: hidden;
}
.m-tree__nav-menu .m-tree__nav-menu .m-tree__nav-menu-link {
  padding-left: 46px;
}
.m-tree__nav-menu .m-tree__nav-menu .m-tree__nav-menu .m-tree__nav-menu-link {
  padding-left: 72px;
}
.m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu-link {
  padding-left: 98px;
}
.m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu-link {
  padding-left: 124px;
}
.m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu-link {
  padding-left: 150px;
}
.m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu-link {
  padding-left: 176px;
}
.m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu-link {
  padding-left: 202px;
}
.m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu-link {
  padding-left: 228px;
}
.m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu-link {
  padding-left: 254px;
}
.m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu
  .m-tree__nav-menu-link {
  padding-left: 280px;
}
.m-tree__nav-menu-item,
.m-tree__nav-menu-item.has-children > .m-tree__nav-menu-link {
  position: relative;
}
.m-tree__nav-menu-item.has-children > .m-tree__nav-menu-link:before {
  content: "";
  font-family: universe-admin;
  font-size: 16px;
  color: rgba(147, 157, 170, 0.5);
  margin-right: 10px;
  position: relative;
  top: 0;
}
.m-tree__nav-menu-item.has-children.is-opened > .m-tree__nav-menu-link:before {
  content: "";
}
.m-tree__nav-menu-item.has-children.is-opened > .m-tree__nav-menu {
  height: auto;
  visibility: visible;
}
.m-tree__nav-menu-link {
  padding: 0 20px;
  height: 28px;
  min-height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.m-tree__nav-menu-link.is-active,
.m-tree__nav-menu-link:hover {
  background: rgba(147, 157, 170, 0.1);
}
.m-tree__nav-menu-link:hover .m-tree__nav-menu-item-controls,
.m-tree__nav-menu-link:hover .m-tree__nav-menu-item-drag {
  opacity: 1;
}
.m-tree__nav-menu-link-disabled .m-tree__nav-menu-icon,
.m-tree__nav-menu-link-disabled .m-tree__nav-menu-item-control,
.m-tree__nav-menu-link-disabled .m-tree__nav-menu-name {
  opacity: 0.6;
}
.m-tree__nav-menu-item-drag {
  position: absolute;
  top: 6px;
  left: 6px;
  color: rgba(147, 157, 170, 0.5);
  opacity: 0;
  transition: opacity 0.2s;
  font-size: 15px;
}
.m-tree__nav-menu-item-drag:hover {
  color: #939daa;
}
.m-tree__nav-menu-item-controls {
  position: absolute;
  top: 7px;
  right: 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.2s;
}
.m-tree__nav-menu-item-control {
  font-size: 13px;
  color: #939daa;
}
.m-tree__nav-menu-item-control + .m-tree__nav-menu-item-control {
  margin-left: 11px;
}
.m-tree__nav-menu-item-control:hover {
  color: #768394;
}
.m-tree__nav-menu-item-control.ua-icon-forward,
.m-tree__nav-menu-item-control.ua-icon-pencil,
.m-tree__nav-menu-name {
  font-size: 14px;
}
.m-tree__nav-menu-icon {
  color: #ffcb27;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  width: 22px;
}
.m-tree__nav-menu-icon-document {
  color: rgba(147, 157, 170, 0.5);
  font-size: 16px;
}
@media only screen and (max-width: 997px) {
  .m-tree__container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-tree__nav {
    width: 100%;
    min-width: 0;
    min-height: 500px;
  }
  .m-tree__nav-menu {
    min-width: 470px;
  }
}
@media only screen and (max-width: 559px) {
  .m-tree__nav-action {
    display: block;
  }
  .m-tree__nav-action + .m-tree__nav-action {
    margin-left: 0;
    margin-top: 5px;
  }
}
.m-datatable {
  margin-bottom: 20px;
}
.m-datatable .dt-bootstrap4 {
  padding: 0;
}
.m-datatable .dt-bootstrap4 .dataTable {
  background: #fff;
  box-shadow: 0 2px 3px rgba(236, 242, 246, 0.75);
  margin-top: 15px !important;
  width: 100%;
  border-spacing: 0;
}
.m-datatable .dt-bootstrap4 .dataTable td,
.m-datatable .dt-bootstrap4 .dataTable th {
  padding: 10px 12px;
}
.m-datatable .dt-bootstrap4 .dataTable th {
  border-bottom: none;
  border-top: none;
  color: #000;
  font-weight: 400;
}
.m-datatable .dt-bootstrap4 .dataTable th.sorting:after,
.m-datatable .dt-bootstrap4 .dataTable th.sorting:before,
.m-datatable .dt-bootstrap4 .dataTable th.sorting_asc:after,
.m-datatable .dt-bootstrap4 .dataTable th.sorting_asc:before,
.m-datatable .dt-bootstrap4 .dataTable th.sorting_desc:after,
.m-datatable .dt-bootstrap4 .dataTable th.sorting_desc:before {
  font-size: 22px;
  bottom: 6px;
  opacity: 1;
  color: #939daa;
}
.m-datatable .dt-bootstrap4 .dataTable th.sorting_asc:before {
  color: #000;
}
.m-datatable .dt-bootstrap4 .dataTable th.sorting_asc:after,
.m-datatable .dt-bootstrap4 .dataTable th.sorting_desc:before {
  color: #939daa;
}
.m-datatable .dt-bootstrap4 .dataTable th.sorting_desc:after {
  color: #000;
}
.m-datatable .dt-bootstrap4 .dataTable tbody tr:hover td {
  background: #e7f5fd;
}
.m-datatable .dt-bootstrap4 .dataTable.table-striped tbody tr:nth-of-type(odd) {
  background: #f9fafb;
}
.m-datatable .dt-bootstrap4 .dataTable.table-striped tbody tr.selected {
  color: #000;
  background: #e7f5fd;
}
.m-datatable
  .dt-bootstrap4
  .dataTable.table-striped
  tbody
  tr.selected
  td:first-child {
  border-left: 3px solid #394656;
  padding-left: 9px;
}
.m-datatable .dt-bootstrap4 .dataTable.table-striped tbody tr.selected a {
  color: #394656;
}
.m-datatable .dt-bootstrap4 .dt-buttons .btn {
  border-color: #fff;
  color: #000;
  transition: none;
  background: #fff;
  border-left-color: rgba(147, 157, 170, 0.2);
}
.m-datatable .dt-bootstrap4 .dt-buttons .btn:after {
  transition: none;
  color: #000;
}
.m-datatable .dt-bootstrap4 .dt-buttons .btn:first-child {
  border-left-color: #fff;
}
.m-datatable .dt-bootstrap4 .dt-buttons .btn:active,
.m-datatable .dt-bootstrap4 .dt-buttons .btn:focus,
.m-datatable .dt-bootstrap4 .dt-buttons .btn:hover {
  background: #394656;
  border-color: #394656;
  color: #fff;
}
.m-datatable .dt-bootstrap4 .dt-buttons .btn:active:after,
.m-datatable .dt-bootstrap4 .dt-buttons .btn:focus:after,
.m-datatable .dt-bootstrap4 .dt-buttons .btn:hover:after {
  color: #fff;
}
.m-datatable .dt-bootstrap4 .dt-buttons .btn:first-child:hover {
  border-left-color: #394656;
}
.m-datatable .dt-bootstrap4 .dataTables_length {
  display: inline-block;
  margin-right: 20px;
}
.m-datatable .dt-bootstrap4 .dataTables_info {
  font-size: 15px;
  padding-top: 18px;
}
.m-datatable .dt-bootstrap4 .dataTables_paginate {
  margin-top: 15px;
}
.m-datatable .dt-bootstrap4 .page-link {
  border: none !important;
  background: none;
  color: #394656;
  border-radius: 3px;
  outline: none;
}
.m-datatable .dt-bootstrap4 .page-item {
  outline: none;
}
.m-datatable .dt-bootstrap4 .page-item.active .page-link {
  background: #394656;
  color: #fff;
  outline: none;
}
.m-datatable .dt-bootstrap4 .page-item.disabled {
  opacity: 0.7;
}
.m-datatable .dt-bootstrap4 .dataTables_filter .form-control {
  border-color: #fff;
  margin-left: 15px;
}
.m-datatable .dt-bootstrap4 .dataTables_filter .form-control:focus {
  border-color: #394656;
}
.dt-button-collection {
  background: #fff;
  width: 170px;
}
.dt-button-collection .dropdown-item {
  background: #fff;
  outline: none;
}
.dt-button-collection .dropdown-item.active {
  background: #d9effd;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .dt-bootstrap4 .dt-buttons,
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dt-bootstrap4 .dt-buttons {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 20px;
  }
}
.m-alloy-editor {
  border: 1px solid #d3d9dd;
  border-radius: 3px;
  padding: 15px;
}
.m-alloy-editor .cke_focus {
  outline: none;
}
.m-alloy-editor p:last-child {
  margin-bottom: 0;
}
.m-alloy-editor table {
  font-size: 15px;
  color: #000;
  margin: 0;
  margin-bottom: 15px;
  border: 1px solid #e9ecef;
}
.m-alloy-editor table td,
.m-alloy-editor table th {
  vertical-align: middle;
  padding: 15px 20px;
}
.m-alloy-editor table + .table-header {
  margin-top: 20px;
}
.m-alloy-editor table thead th {
  color: #939daa;
  font-weight: 400;
  border-bottom: 1px solid #e9ecef;
}
.m-alloy-editor table tr.is-selected td {
  background-color: #f4f9fc;
}
.m-alloy-editor table tr.is-selected td:first-child {
  border-left: 3px solid #394656;
  padding-left: 17px;
}
.m-alloy-editor a,
.m-alloy-editor a:active,
.m-alloy-editor a:focus {
  color: #394656;
}
.m-alloy-editor a:hover {
  color: #0f8ce9;
  border-color: rgba(15, 140, 233, 0.7);
}
.ae-placeholder:not(:focus):before {
  color: #939daa;
}
.ae-ui .ae-toolbar,
.ae-ui [class^="ae-toolbar-"] {
  z-index: 2;
  border-radius: 3px;
}
.ae-ui .ae-toolbar .ae-button,
.ae-ui [class^="ae-toolbar-"] .ae-button {
  border-radius: 3px;
}
.ae-ui .ae-toolbar .ae-button:hover,
.ae-ui .ae-toolbar .ae-toolbar-element:hover,
.ae-ui [class^="ae-toolbar-"] .ae-button:hover,
.ae-ui [class^="ae-toolbar-"] .ae-toolbar-element:hover {
  color: #394656;
}
.ae-ui .ae-toolbar-add {
  z-index: 2;
  border-color: #394656;
  color: #394656;
  border-radius: 50%;
  margin-left: 6px;
}
.ae-ui .ae-toolbar-add .ae-button-add {
  height: 20px;
  width: 20px;
}
.ae-ui .ae-toolbar-add .ae-button-add .ae-icon-add {
  font-size: 12px;
  line-height: 12px;
}
.ae-ui .ae-container-edit-link {
  margin: 0 -10px !important;
}
.ae-ui .ae-container-edit-link .ae-button {
  width: 50px;
}
.ae-ui .ae-dropdown {
  box-shadow: 0 2px 5px 0 rgba(147, 157, 170, 0.03);
}
.ae-ui .ae-toolbar,
.ae-ui .ae-toolbar-styles {
  padding: 2px 10px;
}
.ae-ui .ae-container-input {
  font-size: 15px;
}
.ae-ui .ae-container-input .ae-input {
  height: 30px;
}
.ae-ui .ae-container-input .ae-icon-remove {
  right: -5px;
}
.ae-ui .ae-container-input .ae-container-edit-link-target,
.ae-ui .ae-container-input .ae-container-edit-link-target .ae-toolbar-element,
.ae-ui .ae-container-input.xxl {
  height: 30px;
}
.ae-ui
  .ae-container-input
  .ae-container-edit-link-target
  .ae-container-dropdown-selected-item {
  line-height: 32px !important;
}
.ae-ui .ae-dropdown {
  margin-top: -9px;
}
.ae-ui .ae-dropdown:after {
  display: none !important;
}
.ae-ui .ae-dropdown .ae-listbox .ae-toolbar-element {
  height: auto;
  padding: 3px 12px;
}
.ae-ui .ae-toolbar-styles .ae-container-edit-link .ae-icon-remove {
  position: relative;
  right: -15px;
}
