@import url(../normalize/normalize.css);
html {
  font-size: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  font-family: "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", arial, sans-serif;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

/**
mixin dla kolumny z  responsive grid
 */
.app-col-left-nav {
  width: 250px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px; }

.app-collapse-left-left-nav {
  width: 250px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  left: -250px;
  z-index: 100;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-flex-preferred-size: 0;
  flex-basis: 0; }
  .app-collapse-left-left-nav.is-visible {
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute; }
  .app-collapse-left-left-nav.is-inlined {
    position: relative;
    left: 0;
    margin-right: 0; }

.app-collapse-right-left-nav {
  width: 250px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  right: -250px;
  margin-left: -250px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .app-collapse-right-left-nav.is-visible {
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    position: absolute; }
  .app-collapse-right-left-nav.is-inlined {
    position: relative;
    margin-left: 0;
    right: 0; }

.app {
  height: 100vh; }
  .app .app-col-left-nav {
    overflow: auto; }
  .app .app-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 56px;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .app .app-topbar + * {
      margin-top: 56px; }
    .app .app-topbar .app-topbar-brand {
      width: 250px;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-item-align: stretch;
      align-self: stretch; }
    .app .app-topbar .app-topbar-over-content {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .app .app-topbar .app-topbar-main {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .app .app-topbar .app-topbar-right {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .app .app-right-content {
    position: relative; }

.s-main-header.row {
  background-color: #fff;
  z-index: 100;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .s-main-header.row .s-icon.col {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-item-align: start;
    align-self: start; }
    .s-main-header.row .s-icon.col .box {
      padding: 8px;
      background-color: #3d70b2; }
    .s-main-header.row .s-icon.col svg {
      color: #fff;
      width: 24px;
      height: 24px; }
  .s-main-header.row .s-title header h1 {
    color: #222f45;
    font-size: 2.0rem;
    font-weight: 500; }
  .s-main-header.row .s-title header p {
    color: #3d70b2;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 0.5rem;
    margin-bottom: 0; }
  .s-main-header.row .s-toolbar {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-item-align: start;
    align-self: flex-start; }

.s-main-content {
  border-top: 1px solid #e1e1e1;
  background-color: rgba(243, 246, 249, 0.8);
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  .s-main-content.row > .s-box:first-child {
    margin-top: 20px !important; }

.s-main-tabs.row.p {
  padding-bottom: 0px; }

.s-main-tabs .s-content-tabs {
  margin-bottom: 0px; }
  .s-main-tabs .s-content-tabs a {
    font-weight: 500;
    display: inline-block;
    color: #444;
    font-size: 1.3rem;
    position: relative;
    padding: 10px 0px 14px 0px; }
    .s-main-tabs .s-content-tabs a + a {
      margin-left: 20px; }
    .s-main-tabs .s-content-tabs a:hover {
      color: #2062d1;
      text-decoration: none; }
    .s-main-tabs .s-content-tabs a.active {
      color: #2062d1;
      -webkit-box-shadow: inset 0 -4px #00a8ff;
      box-shadow: inset 0 -4px #00a8ff;
      padding-bottom: 14px;
      /*
        &::after {
          content:'';
          display: block;
          position: absolute;
          bottom:-10px;
          width: 40px;
          height: 3px;
          background-color:  #3b7baf;
        }
        */ }

.s-topbar {
  background-color: #222f45;
  font-size: 1.3rem;
  overflow: hidden;
  font-family: "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", arial, sans-serif; }

.s-topbar-brand {
  line-height: 55px;
  z-index: 100; }
  .s-topbar-brand img {
    line-height: 55px;
    vertical-align: middle;
    margin-left: 10px;
    max-height: 40px; }
  .s-topbar-brand .svg-inline--mdi {
    color: #fff;
    margin-left: 20px;
    height: 24px;
    width: 24px;
    vertical-align: middle; }

.s-topbar-header {
  font-size: 1.7rem;
  font-weight: 400;
  padding: 0 20px; }

.s-topbar-nav {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .s-topbar-nav a {
    display: block;
    padding: 0 20px;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    line-height: 56px;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s; }
    .s-topbar-nav a svg {
      font-size: 2rem;
      vertical-align: -.5rem;
      margin-right: 0.2rem; }
    .s-topbar-nav a.active {
      color: #fff; }
      .s-topbar-nav a.active svg {
        color: #fff; }
    .s-topbar-nav a:hover {
      color: #fff;
      -webkit-box-shadow: inset 0 -4px #00a8ff;
      box-shadow: inset 0 -4px #00a8ff;
      text-decoration: none; }

.s-topbar-user {
  display: block;
  padding: 0 10px;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  line-height: 56px; }
  .s-topbar-user svg {
    font-size: 2rem;
    vertical-align: -.5rem;
    margin-right: 0.2rem;
    color: rgba(255, 255, 255, 0.7); }
    .s-topbar-user svg.avatar {
      font-size: 3rem;
      vertical-align: -1rem;
      opacity: .6; }
  .s-topbar-user:hover {
    color: white;
    text-decoration: none; }
    .s-topbar-user:hover svg {
      color: white; }

.s-topbar-right {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  line-height: 56px; }

.s-left-nav {
  background-color: #2a3b56; }
  .s-left-nav::-webkit-scrollbar {
    width: 6px; }
  .s-left-nav::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1px; }
  .s-left-nav::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.2); }
  .s-left-nav.is-visible {
    z-index: 499; }
  .s-left-nav dd {
    color: rgba(183, 192, 205, 0.9);
    padding: 0px;
    margin: 12px 30px 0px 20px;
    padding-bottom: 6px;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 10px; }
    .s-left-nav dd div {
      cursor: default; }
    .s-left-nav dd svg {
      float: right;
      display: none; }
    .s-left-nav dd .collapsed {
      color: #7a94bc; }
  .s-left-nav dt:last-child {
    border-bottom: none; }
  .s-left-nav dl ul {
    padding-left: 0;
    margin: 0; }
    .s-left-nav dl ul li {
      list-style: none;
      position: relative;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      -webkit-box-shadow: inset 0px 0 #00a8ff;
      box-shadow: inset 0px 0 #00a8ff;
      -webkit-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
      .s-left-nav dl ul li:last-child a {
        border-bottom: 1px solid transparent; }
      .s-left-nav dl ul li a {
        color: rgba(183, 192, 205, 0.9);
        display: block;
        padding: 8px 0 8px 0;
        margin: 0 30px 0 20px;
        text-decoration: none;
        font-size: 13px;
        font-weight: 400;
        line-height: 22px; }
      .s-left-nav dl ul li:hover {
        -webkit-box-shadow: inset 5px 0 #00a8ff;
        box-shadow: inset 5px 0 #00a8ff; }
        .s-left-nav dl ul li:hover a {
          color: #e1e1ee; }
      .s-left-nav dl ul li.active {
        -webkit-box-shadow: inset 5px 0 #00a8ff;
        box-shadow: inset 5px 0 #00a8ff;
        background-color: rgba(0, 0, 0, 0.1); }
        .s-left-nav dl ul li.active a {
          opacity: 1;
          color: #e1e1ee; }
        .s-left-nav dl ul li.active .sli, .s-left-nav dl ul li.active .fa, .s-left-nav dl ul li.active svg {
          color: #e1e1ee; }
      .s-left-nav dl ul li .sli {
        font-size: 12px;
        line-height: 13px;
        display: inline-block;
        margin-right: 12px;
        vertical-align: -7px; }
      .s-left-nav dl ul li .fa, .s-left-nav dl ul li svg {
        font-size: 24px;
        display: inline-block;
        margin-right: 12px;
        vertical-align: -7px; }

.app-form.s-preauth-form {
  padding: 8vh 8vh; }
  .app-form.s-preauth-form h1 {
    margin-bottom: 2rem;
    font-size: 3rem; }
  .app-form.s-preauth-form p {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 2rem; }
  .app-form.s-preauth-form .control-group + .control-group {
    margin-top: 1.5rem; }
  .app-form.s-preauth-form .control-group .control-label {
    font-size: 1.4rem;
    margin-bottom: 0.5rem; }
  .app-form.s-preauth-form .control-group input.text-input {
    font-size: 1.5rem;
    line-height: 3.2rem;
    padding: 0 1rem;
    width: 100%; }
  .app-form.s-preauth-form .submit-group {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.s-login-right {
  background-image: url("/assets/images/homebg.jpg");
  background-size: cover; }

.s-preauth-banner {
  padding: 8vh 8vh; }
  .s-preauth-banner h2 {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 300; }
  .s-preauth-banner p {
    font-size: 1.4rem;
    font-weight: 300;
    color: #fff;
    line-height: 2em;
    max-width: 500px;
    margin-bottom: 2rem; }
  .s-preauth-banner .button {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .s-preauth-banner .button:hover {
      background-color: #fff;
      color: #000; }

.notice {
  color: #000;
  padding: 1rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  background-color: #ececec;
  border: 1px solid #ececec;
  font-weight: 600; }
  .notice.success {
    color: #fff;
    background-color: #42ac3c;
    border: 1px solid #358830; }
  .notice.error {
    color: #fff;
    background-color: #b02f16;
    border: 1px solid #8f2612; }
  .notice svg {
    width: 24px;
    height: 24px;
    vertical-align: -7px;
    margin-right: 10px; }
  .notice.float {
    position: absolute;
    top: 0px;
    width: 300px;
    left: calc(50% - 150px);
    z-index: 1000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0; }
    .notice.float.active {
      top: 10px;
      opacity: 1; }

table.default {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 1.2rem; }
  table.default tr {
    border-bottom: 1px solid #eee; }
  table.default th {
    background-color: #f8f8f8;
    text-align: left;
    padding-top: 5px !important;
    font-weight: bold; }
  table.default td, table.default th {
    border-right: 1px solid #eee;
    padding: 5px; }

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.file-row {
  font-size: 1.3rem;
  padding: 8px 0; }

.upload-list {
  font-size: 1.3rem; }
  .upload-list .upload-file-progress {
    padding: 8px 0; }
    .upload-list .upload-file-progress .file-data {
      display: inline-block;
      margin-right: 10px;
      line-height: 20px; }
      .upload-list .upload-file-progress .file-data .name {
        margin-right: 10px; }
      .upload-list .upload-file-progress .file-data .size {
        display: inline-block; }
    .upload-list .upload-file-progress .progress-bar {
      display: inline-block;
      width: 400px;
      border: 1px solid #eee;
      padding: 1px;
      line-height: 19px;
      vertical-align: -5px; }
      .upload-list .upload-file-progress .progress-bar .progress {
        background-color: #8cb0de;
        height: 15px; }
    .upload-list .upload-file-progress .error {
      color: #b02f16;
      font-weight: 500; }

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.dropzone {
  font-size: 14px;
  min-height: 20px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  background: rgba(150, 150, 180, 0.1) none repeat scroll 0 0;
  padding: 10px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(50, 50, 50, 0.2); }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 0.4em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
      background: -webkit-linear-gradient(top, #eee, #ddd);
      background: -o-linear-gradient(top, #eee, #ddd);
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
        background: -webkit-linear-gradient(top, #666, #444);
        background: -o-linear-gradient(top, #666, #444);
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
      background: -webkit-linear-gradient(top, #be2626, #a92222);
      background: -o-linear-gradient(top, #be2626, #a92222);
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

.history-list {
  color: #50677e; }
  .history-list .item {
    padding: 10px;
    border-bottom: 1px solid #ddd; }
    .history-list .item b {
      font-weight: 500; }
    .history-list .item .meta {
      font-size: 11px;
      padding: 5px 0; }
      .history-list .item .meta .date {
        text-align: right; }
    .history-list .item .data {
      font-size: 13px;
      padding-bottom: 10px;
      line-height: 1.5em; }
      .history-list .item .data .extend {
        display: none; }

.grid-toolbar .grid-actions {
  padding-top: 8px; }

.gray {
  color: #999; }

.green {
  color: #42ac3c; }

.red {
  color: #b02f16; }

.s-data-list .data-list-value .subvalue.error {
  color: #b02f16; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", arial, sans-serif;
  font-weight: 400; }

h1 {
  font-size: 2.2rem;
  color: #2160d6; }
  h1.big {
    font-size: 3.6rem; }

h2 {
  font-size: 2rem;
  color: #50677e; }
  h2.big {
    font-size: 3rem; }

h3 {
  font-size: 1.6rem;
  color: #50677e;
  font-weight: 500;
  line-height: 1.5em; }
  h3.big {
    font-size: 2.4rem;
    line-height: 1.5em; }

h4 {
  font-size: 1.4rem;
  color: #50677e;
  font-weight: 500; }
  h4.big {
    font-size: 2.4rem; }

.subtitle {
  font-size: 1.4rem;
  color: rgba(80, 103, 126, 0.9);
  margin-top: 0.5rem; }

a {
  font-size: 1.3rem;
  color: #3f83b4;
  text-decoration: none;
  display: inline-block; }
  a:hover {
    text-decoration: underline; }

/*
.row.p + .row.p .s-box:first-child {
  margin-top: 20px !important;
}
*/
.row.loading::before {
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding-top: 20vh;
  content: url("data:image/svg+xml,%3Csvg width='50px' height='50px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='lds-ellipsis' style='background: none;'%3E%3C!--circle%28cx='16',cy='50',r='10'%29--%3E%3Ccircle cx='84' cy='50' r='0' fill='%2389bff8'%3E%3Canimate attributeName='r' values='10;0;0;0;0' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='3s' repeatCount='indefinite' begin='0s'%3E%3C/animate%3E%3Canimate attributeName='cx' values='84;84;84;84;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='3s' repeatCount='indefinite' begin='0s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='48.9359' cy='50' r='10' fill='%23408ee0'%3E%3Canimate attributeName='r' values='0;10;10;10;0' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='3s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3Canimate attributeName='cx' values='16;16;50;84;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='3s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='9.68704' fill='%231b75be'%3E%3Canimate attributeName='r' values='0;10;10;10;0' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='3s' repeatCount='indefinite' begin='-0.75s'%3E%3C/animate%3E%3Canimate attributeName='cx' values='16;16;50;84;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='3s' repeatCount='indefinite' begin='-0.75s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='84' cy='50' r='0.312961' fill='%230051a2'%3E%3Canimate attributeName='r' values='0;10;10;10;0' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='3s' repeatCount='indefinite' begin='0s'%3E%3C/animate%3E%3Canimate attributeName='cx' values='16;16;50;84;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='3s' repeatCount='indefinite' begin='0s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='82.9359' cy='50' r='10' fill='%2389bff8'%3E%3Canimate attributeName='r' values='0;0;10;10;10' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='3s' repeatCount='indefinite' begin='0s'%3E%3C/animate%3E%3Canimate attributeName='cx' values='16;16;16;50;84' keyTimes='0;0.25;0.5;0.75;1' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' calcMode='spline' dur='3s' repeatCount='indefinite' begin='0s'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E"); }

@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */
  .row.loading::before {
    content: url("/assets/images/loader.gif") !important; } }

.avatar-place {
  font-size: 60px;
  width: 2em;
  height: 2em;
  border-radius: 3em;
  line-height: 1.9em;
  text-align: center;
  font-weight: 500;
  color: #fff; }

.s-consultant-priority {
  cursor: pointer; }
  .s-consultant-priority a {
    font-size: 1.6rem;
    color: #eee; }
    .s-consultant-priority a.highlight {
      color: #3d913f; }
    .s-consultant-priority a.active {
      color: #3d70b2; }

.s-left-tabs {
  border-right: 1px solid #ebebeb; }
  .s-left-tabs a {
    display: block;
    padding: 10px;
    margin-top: -1px;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid transparent; }
    .s-left-tabs a:hover {
      background-color: rgba(68, 144, 218, 0.03);
      text-decoration: none; }
    .s-left-tabs a.active {
      border-top: 1px solid #aed1f6;
      background-color: rgba(68, 144, 218, 0.06);
      border-bottom: 1px solid #aed1f6; }

.tippy-tooltip {
  font-size: 1.2rem !important;
  line-height: 1.4rem; }

.s-icontext {
  margin-bottom: 0.4rem; }
  .s-icontext svg {
    font-size: 1.8rem;
    color: #666; }

.selector-container {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  .selector-container.hidden {
    overflow: hidden;
    -webkit-animation-name: example;
    animation-name: example;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes example {
  0% {
    opacity: 1; }
  90% {
    opacity: 0;
    -webkit-transform: scaleY(1) translate(0, -100px);
    transform: scaleY(1) translate(0, -100px); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes example {
  0% {
    opacity: 1; }
  90% {
    opacity: 0;
    -webkit-transform: scaleY(1) translate(0, -100px);
    transform: scaleY(1) translate(0, -100px); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }
  .selector-container .selector-box {
    border: 1px solid rgba(0, 0, 0, 0.11);
    background-color: #fff;
    padding: 2rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .selector-container .selector-box:hover {
      border-color: #3f83b4;
      -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateX(-2px) translateY(-2px);
      -ms-transform: translateX(-2px) translateY(-2px);
      transform: translateX(-2px) translateY(-2px); }
    .selector-container .selector-box .svg-inline--mdi {
      height: 4rem;
      width: 4rem;
      float: left;
      margin-right: 10px; }
    .selector-container .selector-box .selector-box-title {
      font-size: 2rem;
      padding: 1rem 0; }
    .selector-container .selector-box .selector-box-desc {
      margin-top: 10px;
      font-size: 1.3rem;
      text-align: justify;
      line-height: 1.4;
      color: #666; }

.s-radioselector input[type=radio] {
  display: none; }

.s-radioselector label {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.11);
  margin-bottom: 5px;
  padding: 10px; }
  .s-radioselector label .icon {
    color: #666; }
  .s-radioselector label .name {
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
    color: #333;
    vertical-align: -0.1em; }
  .s-radioselector label .description {
    display: block;
    font-size: 1.1rem;
    margin-top: 5px; }

.s-radioselector input:checked + label {
  border: 1px solid #3f83b4; }
  .s-radioselector input:checked + label .icon {
    color: #3f83b4; }

td .icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 10px; }
  td .icon .svg-inline--mdi {
    height: 24px;
    width: 24px;
    color: #6d82a7;
    vertical-align: -.55em; }

.indenter {
  display: inline-block;
  /*height: 40px;
   background-color: #eee; */
  text-align: right;
  margin-right: 10px; }
  .indenter a {
    color: #999; }
  .indenter .tree-expand {
    width: 24px;
    display: inline-block;
    text-align: center; }
  .indenter .opened .svg-inline--mdi {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .indenter .svg-inline--mdi {
    height: 20px;
    width: 20px; }
    .indenter .svg-inline--mdi:hover {
      color: #444; }

.daa .daa-namerow {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .daa .daa-namerow p {
    margin: 0;
    color: #999; }

.daa .daa-sub .row {
  border-bottom: 1px solid #ddd;
  font-size: 1.2rem; }
  .daa .daa-sub .row.odd {
    background-color: #fafafa; }

.daa .daa-sub .daa-name {
  text-align: right; }

.daa .daa-sub .daa-center {
  text-align: center; }
  .daa .daa-sub .daa-center input {
    float: none !important; }

table.app-data-table {
  font-size: 1.2rem;
  width: 100%; }
  table.app-data-table td {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #ccc; }
  table.app-data-table .head td {
    border-bottom: 1px solid #ccc;
    background-color: #efefef;
    font-weight: 500; }
  table.app-data-table .subhead td {
    border-bottom: 1px solid #ccc;
    background-color: #fafafa; }

.s-choose-rows.row.grow {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.s-choose-rows .row > * {
  border-bottom: 1px solid #efefef; }

.s-choose-rows .row a {
  display: block;
  position: relative; }
  .s-choose-rows .row a.box {
    margin: 0;
    padding: 10px; }
  .s-choose-rows .row a:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23eee' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E");
    color: #eee;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 20px; }
  .s-choose-rows .row a:hover {
    text-decoration: none;
    background-color: #fefefe; }
    .s-choose-rows .row a:hover:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23aaa' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E");
      color: #aaa;
      right: 10px; }

.s-pricing-length {
  padding: 20px;
  font-size: 1.4rem; }
  .s-pricing-length .s-pricing-length-title {
    font-weight: 600;
    margin-bottom: 10px; }
  .s-pricing-length radiogroup label {
    margin-right: 20px; }

.s-pricing-table {
  padding: 20px;
  font-size: 1.4rem; }
  .s-pricing-table table {
    width: 100%;
    border-collapse: collapse; }
  .s-pricing-table td {
    border: 1px solid #aaa; }
  .s-pricing-table .names td {
    border-bottom: 1px solid transparent;
    font-weight: 500;
    text-align: center;
    padding: 20px 20px 10px 20px;
    font-size: 1.4rem; }
  .s-pricing-table .prices td {
    padding: 0 20px 20px 20px;
    text-align: center; }
    .s-pricing-table .prices td .price {
      display: block;
      font-size: 36px;
      font-weight: 600; }
    .s-pricing-table .prices td .cancelled-price {
      font-size: 18px;
      position: relative;
      display: inline-block;
      font-weight: 500;
      color: #999;
      text-decoration: line-through; }
    .s-pricing-table .prices td .type {
      font-size: 1.1rem;
      color: #999;
      margin-top: 5px; }
    .s-pricing-table .prices td .saves {
      margin-top: 10px; }
  .s-pricing-table .choose td {
    border-top: 1px solid transparent;
    text-align: center;
    padding: 10px; }

.badge {
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px solid #aaa;
  background-color: #eee;
  padding: 0 5px;
  line-height: 2.4rem;
  border-radius: 2px;
  display: inline-block; }
  .badge.blue {
    color: #fff;
    background-color: #4f8bca;
    border-color: #4579b1; }
  .badge.green {
    color: #fff;
    background-color: #42ac3c;
    border-color: #378f32; }
  .badge.red {
    color: #fff;
    background-color: #b02f16;
    border-color: #942813; }
  .badge.purple {
    color: #fff;
    background-color: #8375b0;
    border-color: #665a88; }

.intro .intro-box.inactive .intro-box-content {
  display: none; }

.intro .intro-box-content {
  padding: 20px; }
  .intro .intro-box-content p {
    font-size: 1.4rem;
    line-height: 2.2em; }

.intro .intro-box-header {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 20px;
  cursor: pointer;
  position: relative; }
  .intro .intro-box-header svg {
    position: absolute;
    right: 20px;
    top: 10px; }

.b-text {
  font-size: 1.3rem;
  font-weight: 500; }

.s-left-box-tabs {
  border-right: 1px solid #eee; }
  .s-left-box-tabs .s-left-box-tabs-header {
    padding: 10px;
    font-size: 14px;
    font-weight: 500; }
  .s-left-box-tabs .s-left-box-tabs-items {
    border-bottom: 1px solid #eee; }
    .s-left-box-tabs .s-left-box-tabs-items > div {
      cursor: pointer;
      border-top: 1px solid #eee;
      padding: 10px;
      font-size: 12px;
      line-height: 1.4em; }
      .s-left-box-tabs .s-left-box-tabs-items > div.with-errors {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:6px;height:6px' viewBox='0 0 24 24'%3E%3Cpath fill='%23b12a28' d='M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z' /%3E%3C/svg%3E");
        background-position: right 10px top 4px;
        background-repeat: no-repeat;
        padding-right: 44px;
        background-size: 24px 24px; }
      .s-left-box-tabs .s-left-box-tabs-items > div.active {
        -webkit-box-shadow: inset 3px 0 #2160d6;
        box-shadow: inset 3px 0 #2160d6;
        color: #2160d6; }

.dropdown-container.s-userdrop .data {
  padding: 15px;
  min-width: 250px; }

.dropdown-container.s-userdrop .name {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px; }

.dropdown-container.s-userdrop .subname {
  font-size: 1.2rem;
  color: #666; }

.dropdown-container.s-userdrop .userdrop-toolbar {
  padding: 10px 15px;
  text-align: right;
  border-top: 1px solid #eee;
  background-color: #fafafa; }

.s-box-counter {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 15px; }
  .s-box-counter .number {
    font-size: 26px;
    font-weight: 600;
    color: #222f45; }
    .s-box-counter .number .name {
      font-size: 12px;
      color: #222f45;
      font-weight: 400; }
  .s-box-counter .icon {
    -ms-flex-item-align: center;
    align-self: center;
    color: #3d70b2; }
    .s-box-counter .icon svg {
      width: 36px;
      height: 36px;
      margin: 0 10px; }

/*# sourceMappingURL=styles.css.map */